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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ed6436 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #c647fe !important;
}
.bg-warning {
  background-color: #7aba59 !important;
}
.bg-danger {
  background-color: #15aee4 !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 #c647fe 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: #c647fe !important;
  border-color: #c647fe !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ac01f7 !important;
  border-color: #ac01f7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ac01f7 !important;
  border-color: #ac01f7 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #c647fe inset !important;
  background: transparent !important;
  border: none !important;
  color: #c647fe !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 #7aba59 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7aba59 !important;
  border-color: #7aba59 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #568c3a !important;
  border-color: #568c3a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #568c3a !important;
  border-color: #568c3a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #7aba59 inset !important;
  background: transparent !important;
  border: none !important;
  color: #7aba59 !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #15aee4 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: #15aee4 !important;
  border-color: #15aee4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0f799e !important;
  border-color: #0f799e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0f799e !important;
  border-color: #0f799e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #15aee4 inset !important;
  background: transparent !important;
  border: none !important;
  color: #15aee4 !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 #c647fe 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: #9a01de;
  color: #9a01de;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c647fe;
  border-color: #c647fe;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #c647fe 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: #c647fe;
  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 #7aba59 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4b7a33;
  color: #4b7a33;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7aba59;
  border-color: #7aba59;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba59 !important;
  border-color: #7aba59 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #7aba59 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #7aba59;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #15aee4 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: #0c6787;
  color: #0c6787;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #15aee4;
  border-color: #15aee4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #15aee4 !important;
  border-color: #15aee4 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #15aee4 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: #15aee4;
  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: #c647fe !important;
}
.text-warning {
  color: #7aba59 !important;
}
.text-danger {
  color: #15aee4 !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: #9a01de !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4b7a33 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0c6787 !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: #c647fe;
}
.alert-warning {
  background-color: #7aba59;
}
.alert-danger {
  background-color: #15aee4;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c2dfb3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cbeefa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed6436;
  border-bottom-color: #ed6436;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #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-upzNFbvOTN {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/diapositivo1.2-1-1280x720-3-1280x720.png");
}
.cid-upzNFbvOTN .container,
.cid-upzNFbvOTN .container-fluid {
  pointer-events: none;
}
.cid-upzNFbvOTN .title__block,
.cid-upzNFbvOTN .card__block {
  pointer-events: all;
}
.cid-upzNFbvOTN .icon__block {
  margin-bottom: 40px;
}
.cid-upzNFbvOTN .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #7aba59;
}
.cid-upzNFbvOTN .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-upzNFbvOTN .subtext {
  margin-bottom: 30px;
}
.cid-upzNFbvOTN .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-upzNFbvOTN .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-upzNFbvOTN .wrap {
    margin-top: 40px;
  }
}
.cid-upzNFbvOTN .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-upzNFbvOTN .icon__card_wrap {
  width: 100%;
}
.cid-upzNFbvOTN .color1 {
  background: linear-gradient(120deg, #ff0716 0%, #ffa0a6 100%);
}
.cid-upzNFbvOTN .color2 {
  background: linear-gradient(120deg, #619e42 0%, #b4d8a1 100%);
}
.cid-upzNFbvOTN .color3 {
  background: linear-gradient(120deg, #3a69cb 0%, #b3c5eb 100%);
}
.cid-upzNFbvOTN .color4 {
  background: linear-gradient(120deg, #b614fe 0%, #e5acff 100%);
}
.cid-upzNFbvOTN .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-upzNFbvOTN .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-upzNFbvOTN .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-upzNFbvOTN .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-upzNFbvOTN .card__title {
  margin-top: 20px;
}
.cid-upzNFbvOTN .card__text {
  margin-top: 30px;
}
.cid-upzNFbvOTN .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-upzNFbvOTN .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-upzNFbvOTN .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-upzNFbvOTN .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-upzNFbvOTN .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #f7ed4a;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-upzNFbvOTN .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #7aba59;
  animation: animationOne 30s infinite linear;
}
.cid-upzNFbvOTN .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #c647fe;
  animation: animationTwo 30s infinite linear;
}
.cid-upzNFbvOTN .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #15aee4;
  animation: animationThree 25s infinite linear;
}
.cid-upzNFbvOTN .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed6436;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-uqxb4SbYmY {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqxb4SbYmY .container,
.cid-uqxb4SbYmY .container-fluid {
  pointer-events: none;
}
.cid-uqxb4SbYmY .title__block,
.cid-uqxb4SbYmY .card__block {
  pointer-events: all;
}
.cid-uqxb4SbYmY .icon__block {
  margin-bottom: 40px;
}
.cid-uqxb4SbYmY .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #7aba59;
}
.cid-uqxb4SbYmY .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-uqxb4SbYmY .subtext {
  margin-bottom: 30px;
  color: #181818;
}
.cid-uqxb4SbYmY .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-uqxb4SbYmY .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-uqxb4SbYmY .wrap {
    margin-top: 40px;
  }
}
.cid-uqxb4SbYmY .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #e3e3e9;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-uqxb4SbYmY .icon__card_wrap {
  width: 100%;
}
.cid-uqxb4SbYmY .color1 {
  background: linear-gradient(120deg, #030814 0%, #1a4096 100%);
}
.cid-uqxb4SbYmY .color2 {
  background: linear-gradient(120deg, #619e42 0%, #b4d8a1 100%);
}
.cid-uqxb4SbYmY .color3 {
  background: linear-gradient(120deg, #3a69cb 0%, #b3c5eb 100%);
}
.cid-uqxb4SbYmY .color4 {
  background: linear-gradient(120deg, #b614fe 0%, #e5acff 100%);
}
.cid-uqxb4SbYmY .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uqxb4SbYmY .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-uqxb4SbYmY .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uqxb4SbYmY .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uqxb4SbYmY .card__title {
  margin-top: 20px;
}
.cid-uqxb4SbYmY .card__text {
  margin-top: 30px;
}
.cid-uqxb4SbYmY .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-uqxb4SbYmY .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-uqxb4SbYmY .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uqxb4SbYmY .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-uqxb4SbYmY .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #f7ed4a;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uqxb4SbYmY .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #7aba59;
  animation: animationOne 30s infinite linear;
}
.cid-uqxb4SbYmY .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #c647fe;
  animation: animationTwo 30s infinite linear;
}
.cid-uqxb4SbYmY .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #15aee4;
  animation: animationThree 25s infinite linear;
}
.cid-uqxb4SbYmY .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed6436;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-uqxb4SbYmY .mbr-section-title,
.cid-uqxb4SbYmY .icon__block {
  color: #0b1b3f;
}
.cid-uqxb4SbYmY .mbr-text,
.cid-uqxb4SbYmY .mbr-section-btn {
  text-align: left;
}
.cid-unZlMZzbnu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-unZlMZzbnu .card-img {
  position: relative;
  height: 100%;
}
.cid-unZlMZzbnu .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-unZlMZzbnu .bone-col {
  padding: 2rem 0;
}
.cid-unZlMZzbnu .card-wrapper {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-unZlMZzbnu .row {
  background: #7aba59;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0rem;
}
.cid-unZlMZzbnu p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-unZlMZzbnu .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-unZlMZzbnu .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-unZlMZzbnu .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-unZlMZzbnu .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-unZlMZzbnu .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-unZlMZzbnu .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-uqaft5wbIj {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqaft5wbIj .container,
.cid-uqaft5wbIj .container-fluid {
  pointer-events: none;
}
.cid-uqaft5wbIj .title__block,
.cid-uqaft5wbIj .card__block {
  pointer-events: all;
}
.cid-uqaft5wbIj .icon__block {
  margin-bottom: 40px;
}
.cid-uqaft5wbIj .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #7aba59;
}
.cid-uqaft5wbIj .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-uqaft5wbIj .subtext {
  margin-bottom: 30px;
  color: #181818;
}
.cid-uqaft5wbIj .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-uqaft5wbIj .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-uqaft5wbIj .wrap {
    margin-top: 40px;
  }
}
.cid-uqaft5wbIj .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #e3e3e9;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-uqaft5wbIj .icon__card_wrap {
  width: 100%;
}
.cid-uqaft5wbIj .color1 {
  background: linear-gradient(120deg, #619e42 0%, #b4d8a1 100%);
}
.cid-uqaft5wbIj .color2 {
  background: linear-gradient(120deg, #619e42 0%, #b4d8a1 100%);
}
.cid-uqaft5wbIj .color3 {
  background: linear-gradient(120deg, #3a69cb 0%, #b3c5eb 100%);
}
.cid-uqaft5wbIj .color4 {
  background: linear-gradient(120deg, #b614fe 0%, #e5acff 100%);
}
.cid-uqaft5wbIj .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uqaft5wbIj .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-uqaft5wbIj .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uqaft5wbIj .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uqaft5wbIj .card__title {
  margin-top: 20px;
}
.cid-uqaft5wbIj .card__text {
  margin-top: 30px;
}
.cid-uqaft5wbIj .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-uqaft5wbIj .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-uqaft5wbIj .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uqaft5wbIj .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-uqaft5wbIj .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #f7ed4a;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uqaft5wbIj .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #7aba59;
  animation: animationOne 30s infinite linear;
}
.cid-uqaft5wbIj .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #c647fe;
  animation: animationTwo 30s infinite linear;
}
.cid-uqaft5wbIj .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #15aee4;
  animation: animationThree 25s infinite linear;
}
.cid-uqaft5wbIj .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed6436;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-uqaft5wbIj .mbr-section-title,
.cid-uqaft5wbIj .icon__block {
  color: #181818;
}
.cid-unXB77zGjH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unXB77zGjH .card {
  flex-direction: row;
  margin-bottom: 3rem;
}
.cid-unXB77zGjH .card:hover .mbr-iconfont {
  color: #0b1b3f !important;
}
.cid-unXB77zGjH .text,
.cid-unXB77zGjH .icon {
  display: flex;
  align-items: center;
}
.cid-unXB77zGjH .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-unXB77zGjH h3 {
  line-height: 1.3;
  margin: 0;
}
.cid-unXB77zGjH .mbr-iconfont {
  font-size: 3rem;
  transition: all 0.6s;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  display: block;
}
@media (max-width: 992px) {
  .cid-unXB77zGjH .content {
    margin: auto;
  }
}
.cid-unXB77zGjH H3 {
  text-align: left;
  color: #0b1b3f;
}
.cid-unXB77zGjH H1 {
  color: #0b1b3f;
}
.cid-unqEJtbOTa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unqEJtbOTa h3 {
  text-align: center;
}
.cid-unqEJtbOTa .pie_progress {
  position: relative;
}
.cid-unqEJtbOTa .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-unqEJtbOTa p {
  line-height: 1.6;
}
.cid-unqEJtbOTa .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-unqEJtbOTa .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-unqEJtbOTa .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-unqEJtbOTa .mbr-section-subtitle {
  color: #383838;
}
.cid-unqEJtbOTa .pie_progress__number {
  text-align: center !important;
}
.cid-unqEJtbOTa .card-title {
  margin-bottom: 0;
}
.cid-unqEJtbOTa .svg-gradient {
  position: absolute;
}
.cid-unqEJtbOTa ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-unqEJtbOTa path {
  stroke: #ffc448;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unqEJtbOTa .card {
    flex-basis: 50%;
  }
}
.cid-unqEJtbOTa H4 {
  color: #ed6436;
}
.cid-unqEJtbOTa .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-unqEJtbOTa .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-unqEJtbOTa .content {
    padding-left: 0rem;
  }
  .cid-unqEJtbOTa .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-unqRe0u3WW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unqRe0u3WW .btn-col {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-unqRe0u3WW .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-unqRe0u3WW .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 30px;
  opacity: 0.3;
  pointer-events: none;
}
.cid-unqRe0u3WW .card-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 30px;
}
.cid-unqRe0u3WW .wrapper {
  position: absolute;
  padding: 1rem;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: fit-content;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .cid-unqRe0u3WW .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-unqRe0u3WW .wrapper {
    top: auto;
    bottom: 0rem;
    -webkit-transform: none;
    transform: none;
  }
  .cid-unqRe0u3WW .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-unqRe0u3WW .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-unqRe0u3WW .card-wrapper {
    position: relative;
  }
  .cid-unqRe0u3WW .card-wrapper:before {
    opacity: 0;
  }
  .cid-unqRe0u3WW .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-unqRe0u3WW .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-unqRe0u3WW .wrapper {
    opacity: 0;
  }
  .cid-unqRe0u3WW .btn-col {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
.cid-unqRe0u3WW H4 {
  color: #ed6436;
}
.cid-unv3aEdTBm {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unv3aEdTBm .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-unv3aEdTBm .content {
    padding: 0 2rem;
  }
}
.cid-unv3aEdTBm .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-unv3aEdTBm .img-col {
  padding: 0;
}
.cid-unv3aEdTBm .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-unv3aEdTBm .icon-wrap h3 {
  margin: 0;
}
.cid-unv3aEdTBm .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-unv3aEdTBm .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-unv3aEdTBm .icon-title,
.cid-unv3aEdTBm .mbr-iconfont {
  color: #ed6436;
}
.cid-unv3aEdTBm .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unv3aEdTBm .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-unv3aEdTBm .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-unv3aEdTBm .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-unqIDK6TUh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unqIDK6TUh li {
  list-style: none;
}
.cid-unqIDK6TUh .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.cid-unqIDK6TUh .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-unqIDK6TUh .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-unqIDK6TUh h4 {
  margin: 0;
}
.cid-unqIDK6TUh ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-unqIDK6TUh .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-unqIDK6TUh .col-title2 {
  color: #ed6436;
}
.cid-unqIDK6TUh .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-unqIDK6TUh .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-unqIDK6TUh .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-unqIDK6TUh .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-unqIDK6TUh .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-unqIDK6TUh .align-wrap {
    width: 100%;
  }
  .cid-unqIDK6TUh .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-unuNDJ7BD6 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-unuNDJ7BD6 .accordion .card {
  overflow: hidden;
}
.cid-unuNDJ7BD6 .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-unuNDJ7BD6 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-unuNDJ7BD6 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-unuNDJ7BD6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-unuNDJ7BD6 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-unuNDJ7BD6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-unuNDJ7BD6 .card .panel-body {
  color: #767676;
}
.cid-unuNDJ7BD6 .card:hover {
  background: #f2f2f4;
}
.cid-unuNDJ7BD6 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #f2f2f4;
}
.cid-unuNDJ7BD6 .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-unuNDJ7BD6 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-unuNDJ7BD6 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-unuNDJ7BD6 .panel-collapse {
  margin-top: -1px;
}
.cid-unuNDJ7BD6 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-unuNDJ7BD6 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-unuNDJ7BD6 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-unuNDJ7BD6 .sign {
    margin-right: 0.5rem;
  }
}
.cid-unuNDJ7BD6 .text {
  text-align: left;
}
.cid-unv274m0E3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unv274m0E3 .progress {
  width: 100%;
}
.cid-unv274m0E3 .container {
  max-width: 1400px;
}
.cid-unv274m0E3 .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-unv274m0E3 .progress_value {
  position: relative;
  display: none;
}
.cid-unv274m0E3 .img-wrap {
  height: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
}
.cid-unv274m0E3 .img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-unv274m0E3 progress {
  height: 16px;
  border-radius: 0px;
}
.cid-unv274m0E3 .progressbar-number {
  display: inline-block;
}
.cid-unv274m0E3 .progress-primary {
  background: #181818;
  border: none;
  outline: none;
}
.cid-unv274m0E3 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-unv274m0E3 .section-content-title {
  font-weight: 500;
}
.cid-unv274m0E3 .progress1 .progressbar-number:before,
.cid-unv274m0E3 .progress2 .progressbar-number:before,
.cid-unv274m0E3 .progress3 .progressbar-number:before,
.cid-unv274m0E3 .progress4 .progressbar-number:before,
.cid-unv274m0E3 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-unv274m0E3 progress[value]::-webkit-progress-bar {
  background: #181818;
}
.cid-unv274m0E3 progress::-webkit-progress-value {
  background: #ffc448;
}
.cid-unv274m0E3 progress[value]::-moz-progress-bar {
  background: #ffc448;
}
.cid-unv274m0E3 progress::-ms-fill {
  background: #ffc448;
}
.cid-unv274m0E3 .progress1 .progressbar-number:before {
  content: '91';
}
.cid-unv274m0E3 .progress2 .progressbar-number:before {
  content: '83';
}
.cid-unv274m0E3 .progress3 .progressbar-number:before {
  content: '71';
}
.cid-unv274m0E3 .progress4 .progressbar-number:before {
  content: '56';
}
.cid-unv274m0E3 .progress5 .progressbar-number:before {
  content: '41';
}
@media (min-width: 767px) {
  .cid-unv274m0E3 .progress_elements,
  .cid-unv274m0E3 .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-unv274m0E3 .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-unv274m0E3 .progressbar-title p,
.cid-unv274m0E3 .progress_value {
  color: #181818;
}
.cid-unv274m0E3 .mbr-section-title {
  color: #0b1b3f;
}
.cid-unvegQ42Tu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unvegQ42Tu .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-unvegQ42Tu .content {
    padding: 0 2rem;
  }
}
.cid-unvegQ42Tu .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-unvegQ42Tu .img-col {
  padding: 0;
}
.cid-unvegQ42Tu .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-unvegQ42Tu .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-unvegQ42Tu .text-wrap {
  border-left: 1px solid #181818;
  padding-left: 2rem;
}
.cid-unvegQ42Tu .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-unvegQ42Tu .mbr-iconfont {
  font-size: 5rem;
  margin-right: 1.5rem;
  color: #fc6319 !important;
}
.cid-unvegQ42Tu .icon-title,
.cid-unvegQ42Tu .mbr-iconfont {
  color: #181818;
}
.cid-unvegQ42Tu .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unvegQ42Tu .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-unvegQ42Tu .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 0rem;
  }
  .cid-unvegQ42Tu .mbr-iconfont {
    margin-bottom: 2rem;
  }
  .cid-unvegQ42Tu .text-wrap {
    border-left: 0px solid #181818;
    padding-left: 0rem;
  }
}
.cid-unvgZ7LK49 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unvgZ7LK49 .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem !important;
}
.cid-unvgZ7LK49 .card-title,
.cid-unvgZ7LK49 .card-img {
  color: #ed6436;
}
.cid-unvgZ7LK49 p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-unvgZ7LK49 .card {
    margin-bottom: 2rem;
  }
}
.cid-unvgZ7LK49 .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-unvgZ7LK49 .card-title {
  margin-bottom: 0.3rem;
}
.cid-unvgZ7LK49 .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-unvgZ7LK49 .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-unvgZ7LK49 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-unvgZ7LK49 .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-unvgZ7LK49 .link-wrap {
    margin: auto;
  }
  .cid-unvgZ7LK49 .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-unvgZ7LK49 .card-title,
.cid-unvgZ7LK49 .card-ico {
  color: #ed6436;
}
.cid-unuSUAldWQ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unuSUAldWQ .mbr-text {
  color: #767676;
}
.cid-unuSUAldWQ img {
  width: 100%;
}
.cid-unuSUAldWQ .card-img {
  margin-bottom: 0rem;
}
.cid-unuSUAldWQ .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-unuSUAldWQ .card-box {
  padding: 2rem 1rem;
}
.cid-unuSUAldWQ p {
  font-weight: 400;
}
.cid-unuSUAldWQ .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-unuSUAldWQ .card {
    margin-bottom: 2rem;
  }
}
.cid-unuSUAldWQ .mbr-text,
.cid-unuSUAldWQ .mbr-section-btn {
  text-align: center;
}
.cid-unuSUAldWQ .card-title,
.cid-unuSUAldWQ .card-img {
  text-align: center;
}
.cid-uq4oCTj1U6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uq4oCTj1U6 .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-uq4oCTj1U6 .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uq4oCTj1U6 h4 {
  margin: 0;
}
.cid-uq4oCTj1U6 .card1 {
  background: #f2f2f4;
}
.cid-uq4oCTj1U6 .card2 {
  background: #7aba59;
}
.cid-uq4oCTj1U6 .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-uq4oCTj1U6 .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #7aba59;
    border-radius: 30px;
  }
}
.cid-uq4oCTj1U6 .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-uq4oCTj1U6 .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-uq4oCTj1U6 .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-uq4oCTj1U6 .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-uq4oCTj1U6 .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-uq4oCTj1U6 .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-uq4oCTj1U6 .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-uq4oCTj1U6 .plan-price {
  padding: 2rem 1rem;
}
.cid-uq4oCTj1U6 .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-uq4oCTj1U6 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uq4oCTj1U6 .price-value,
.cid-uq4oCTj1U6 .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-uq4oCTj1U6 .plan {
    margin-bottom: 3rem;
  }
  .cid-uq4oCTj1U6 .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4oCTj1U6 .plan-price {
    padding: 2rem 1rem;
  }
  .cid-uq4oCTj1U6 .plan-body {
    padding: 0;
  }
  .cid-uq4oCTj1U6 .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-uq4oCTj1U6 .plan-title {
  color: #ed6436;
}
.cid-uq4oCTj1U6 .plan-title2 {
  color: #ffffff;
}
.cid-uq4oCTj1U6 .month2,
.cid-uq4oCTj1U6 .plan-header {
  color: #ffffff;
}
.cid-uq4oCTj1U6 .item2 {
  color: #ffffff;
}
.cid-uq4oCTj1U6 .price-figure2 {
  color: #ffffff;
}
.cid-uq4oCTj1U6 .price-value2 {
  color: #ffffff;
}
.cid-uq4oCTj1U6 H2 {
  color: #ed6436;
}
.cid-uq9YW9R0mC {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq9YW9R0mC .container,
.cid-uq9YW9R0mC .container-fluid {
  pointer-events: none;
}
.cid-uq9YW9R0mC .title__block,
.cid-uq9YW9R0mC .card__block {
  pointer-events: all;
}
.cid-uq9YW9R0mC .icon__block {
  margin-bottom: 40px;
}
.cid-uq9YW9R0mC .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #7aba59;
}
.cid-uq9YW9R0mC .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-uq9YW9R0mC .subtext {
  margin-bottom: 30px;
  color: #181818;
}
.cid-uq9YW9R0mC .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-uq9YW9R0mC .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-uq9YW9R0mC .wrap {
    margin-top: 40px;
  }
}
.cid-uq9YW9R0mC .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #e3e3e9;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-uq9YW9R0mC .icon__card_wrap {
  width: 100%;
}
.cid-uq9YW9R0mC .color1 {
  background: linear-gradient(120deg, #3a69cb 0%, #b3c5eb 100%);
}
.cid-uq9YW9R0mC .color2 {
  background: linear-gradient(120deg, #619e42 0%, #b4d8a1 100%);
}
.cid-uq9YW9R0mC .color3 {
  background: linear-gradient(120deg, #3a69cb 0%, #b3c5eb 100%);
}
.cid-uq9YW9R0mC .color4 {
  background: linear-gradient(120deg, #b614fe 0%, #e5acff 100%);
}
.cid-uq9YW9R0mC .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uq9YW9R0mC .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-uq9YW9R0mC .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uq9YW9R0mC .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uq9YW9R0mC .card__title {
  margin-top: 20px;
}
.cid-uq9YW9R0mC .card__text {
  margin-top: 30px;
}
.cid-uq9YW9R0mC .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-uq9YW9R0mC .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-uq9YW9R0mC .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uq9YW9R0mC .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-uq9YW9R0mC .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #f7ed4a;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uq9YW9R0mC .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #7aba59;
  animation: animationOne 30s infinite linear;
}
.cid-uq9YW9R0mC .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #c647fe;
  animation: animationTwo 30s infinite linear;
}
.cid-uq9YW9R0mC .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #15aee4;
  animation: animationThree 25s infinite linear;
}
.cid-uq9YW9R0mC .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed6436;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-uq9YW9R0mC .mbr-section-title,
.cid-uq9YW9R0mC .icon__block {
  color: #181818;
}
.cid-uqa8nLpDOB {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/-a08cf9c0-f9ea-43f1-954f-dcd2515e1422-1024x1024.jpg");
}
.cid-uqa8nLpDOB .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uqa8nLpDOB .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uqa8nLpDOB .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uqa8nLpDOB .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uqa8nLpDOB .container {
  max-width: 1600px;
}
.cid-uqa8nLpDOB .mbr-bold,
.cid-uqa8nLpDOB b {
  font-weight: 900;
}
.cid-uqa8nLpDOB .btn {
  color: white !important;
}
.cid-uqa8nLpDOB svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uqa8nLpDOB svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uqa8nLpDOB svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uqa8nLpDOB svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uqa8nLpDOB svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uqa8nLpDOB .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uqa8nLpDOB H1 {
  color: #ffffff;
}
.cid-rGtUlMOIeo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGtUlMOIeo .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rGtUlMOIeo .content {
    padding: 0 6rem;
  }
}
.cid-rGtUlMOIeo .mbr-figure {
  height: 100%;
}
.cid-rGtUlMOIeo img {
  height: 100%;
  object-fit: cover;
}
.cid-rGtUlMOIeo .img-col {
  padding: 0;
}
.cid-rGtUlMOIeo .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rGtUlMOIeo p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rGtUlMOIeo .mbr-iconfont {
  font-size: 5rem;
  color: #6288d6 !important;
}
.cid-rGtUlMOIeo .icon-title,
.cid-rGtUlMOIeo .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtUlMOIeo .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtUlMOIeo .icon-wrap {
    margin: auto;
  }
}
.cid-rGtUlMOIeo H3 {
  color: #6288d6;
}
.cid-unvkcTZSlY {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/-d9186bba-f796-4820-8ab5-d531dbedf77e-1024x1024.jpg");
}
.cid-unvkcTZSlY .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-unvkcTZSlY .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-unvkcTZSlY .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-unvkcTZSlY .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-unvkcTZSlY .container {
  max-width: 1600px;
}
.cid-unvkcTZSlY .mbr-bold,
.cid-unvkcTZSlY b {
  font-weight: 900;
}
.cid-unvkcTZSlY .btn {
  color: white !important;
}
.cid-unvkcTZSlY svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-unvkcTZSlY svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-unvkcTZSlY svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-unvkcTZSlY svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-unvkcTZSlY svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-unvkcTZSlY .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-unp7ImV9fh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unp7ImV9fh .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-unp7ImV9fh .content {
    padding: 0 2rem;
  }
}
.cid-unp7ImV9fh .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-unp7ImV9fh .content {
    margin: auto;
  }
}
.cid-unp7ImV9fh li {
  list-style: none;
}
.cid-unp7ImV9fh .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-unp7ImV9fh .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-unp7ImV9fh .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-unp7ImV9fh h4 {
  margin: 0;
}
.cid-unp7ImV9fh ul {
  padding: 0;
  margin: 0;
}
.cid-unp7ImV9fh H2 {
  color: #0b1b3f;
}
.cid-unp7ImV9fh H1 {
  color: #ed6436;
}
.cid-uq4p9c06Cl {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uq4p9c06Cl .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-uq4p9c06Cl .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uq4p9c06Cl h4 {
  margin: 0;
}
.cid-uq4p9c06Cl .card1 {
  background: #f2f2f4;
}
.cid-uq4p9c06Cl .card2 {
  background: #6288d6;
}
.cid-uq4p9c06Cl .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-uq4p9c06Cl .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #6288d6;
    border-radius: 30px;
  }
}
.cid-uq4p9c06Cl .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-uq4p9c06Cl .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-uq4p9c06Cl .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-uq4p9c06Cl .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-uq4p9c06Cl .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-uq4p9c06Cl .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-uq4p9c06Cl .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-uq4p9c06Cl .plan-price {
  padding: 2rem 1rem;
}
.cid-uq4p9c06Cl .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-uq4p9c06Cl .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uq4p9c06Cl .price-value,
.cid-uq4p9c06Cl .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-uq4p9c06Cl .plan {
    margin-bottom: 3rem;
  }
  .cid-uq4p9c06Cl .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4p9c06Cl .plan-price {
    padding: 2rem 1rem;
  }
  .cid-uq4p9c06Cl .plan-body {
    padding: 0;
  }
  .cid-uq4p9c06Cl .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-uq4p9c06Cl .plan-title {
  color: #ed6436;
}
.cid-uq4p9c06Cl .plan-title2 {
  color: #ffffff;
}
.cid-uq4p9c06Cl .month2,
.cid-uq4p9c06Cl .plan-header {
  color: #ffffff;
}
.cid-uq4p9c06Cl .item2 {
  color: #ffffff;
}
.cid-uq4p9c06Cl .price-figure2 {
  color: #ffffff;
}
.cid-uq4p9c06Cl .price-value2 {
  color: #ffffff;
}
.cid-uq4p9c06Cl H2 {
  color: #ed6436;
}
.cid-uqa9LlmdpY {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqa9LlmdpY .container,
.cid-uqa9LlmdpY .container-fluid {
  pointer-events: none;
}
.cid-uqa9LlmdpY .title__block,
.cid-uqa9LlmdpY .card__block {
  pointer-events: all;
}
.cid-uqa9LlmdpY .icon__block {
  margin-bottom: 40px;
}
.cid-uqa9LlmdpY .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #7aba59;
}
.cid-uqa9LlmdpY .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-uqa9LlmdpY .subtext {
  margin-bottom: 30px;
  color: #181818;
}
.cid-uqa9LlmdpY .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-uqa9LlmdpY .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-uqa9LlmdpY .wrap {
    margin-top: 40px;
  }
}
.cid-uqa9LlmdpY .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #e3e3e9;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-uqa9LlmdpY .icon__card_wrap {
  width: 100%;
}
.cid-uqa9LlmdpY .color1 {
  background: linear-gradient(120deg, #b614fe 0%, #e5acff 100%);
}
.cid-uqa9LlmdpY .color2 {
  background: linear-gradient(120deg, #619e42 0%, #b4d8a1 100%);
}
.cid-uqa9LlmdpY .color3 {
  background: linear-gradient(120deg, #3a69cb 0%, #b3c5eb 100%);
}
.cid-uqa9LlmdpY .color4 {
  background: linear-gradient(120deg, #b614fe 0%, #e5acff 100%);
}
.cid-uqa9LlmdpY .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uqa9LlmdpY .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-uqa9LlmdpY .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uqa9LlmdpY .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uqa9LlmdpY .card__title {
  margin-top: 20px;
}
.cid-uqa9LlmdpY .card__text {
  margin-top: 30px;
}
.cid-uqa9LlmdpY .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-uqa9LlmdpY .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-uqa9LlmdpY .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uqa9LlmdpY .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-uqa9LlmdpY .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #f7ed4a;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uqa9LlmdpY .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #7aba59;
  animation: animationOne 30s infinite linear;
}
.cid-uqa9LlmdpY .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #c647fe;
  animation: animationTwo 30s infinite linear;
}
.cid-uqa9LlmdpY .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #15aee4;
  animation: animationThree 25s infinite linear;
}
.cid-uqa9LlmdpY .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed6436;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-uqa9LlmdpY .mbr-section-title,
.cid-uqa9LlmdpY .icon__block {
  color: #181818;
}
.cid-unCs01IUsh {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/-fb3323dc-383d-44a4-a810-84a49d609fe8-1-1024x1024.jpg");
}
.cid-unCs01IUsh .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-unCs01IUsh .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-unCs01IUsh .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-unCs01IUsh .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-unCs01IUsh .container {
  max-width: 1600px;
}
.cid-unCs01IUsh .mbr-bold,
.cid-unCs01IUsh b {
  font-weight: 900;
}
.cid-unCs01IUsh .btn {
  color: white !important;
}
.cid-unCs01IUsh svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-unCs01IUsh svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-unCs01IUsh svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-unCs01IUsh svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-unCs01IUsh svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-unCs01IUsh .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-unCu1fnDfP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unCu1fnDfP .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-unCu1fnDfP .content {
    padding: 0 2rem;
  }
}
.cid-unCu1fnDfP .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-unCu1fnDfP .img-col {
  padding: 0;
}
.cid-unCu1fnDfP .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-unCu1fnDfP .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-unCu1fnDfP .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-unCu1fnDfP .mbr-iconfont {
  font-size: 3.5rem;
  color: #cccccc !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-unCu1fnDfP .icon-title,
.cid-unCu1fnDfP .mbr-iconfont {
  color: #ed6436;
}
.cid-unCu1fnDfP .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-unCu1fnDfP .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-unCu1fnDfP .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-unCu1fnDfP .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-unCu1fnDfP .link-wrap {
    margin: auto;
  }
  .cid-unCu1fnDfP .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-unCu1fnDfP .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-unCu1fnDfP .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-unCu1fnDfP .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-unCu1fnDfP .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-unCu1fnDfP .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-unCBLUbuOb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unCBLUbuOb li {
  list-style: none;
}
.cid-unCBLUbuOb .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-unCBLUbuOb .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-unCBLUbuOb .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-unCBLUbuOb h4 {
  margin: 0;
}
.cid-unCBLUbuOb ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-unCBLUbuOb .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-unCBLUbuOb .col-title2 {
  color: #ed6436;
}
.cid-uq4pp10Hy6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uq4pp10Hy6 .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-uq4pp10Hy6 .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uq4pp10Hy6 h4 {
  margin: 0;
}
.cid-uq4pp10Hy6 .card1 {
  background: #f2f2f4;
}
.cid-uq4pp10Hy6 .card2 {
  background: #c647fe;
}
.cid-uq4pp10Hy6 .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-uq4pp10Hy6 .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #c647fe;
    border-radius: 30px;
  }
}
.cid-uq4pp10Hy6 .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-uq4pp10Hy6 .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-uq4pp10Hy6 .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-uq4pp10Hy6 .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-uq4pp10Hy6 .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-uq4pp10Hy6 .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-uq4pp10Hy6 .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-uq4pp10Hy6 .plan-price {
  padding: 2rem 1rem;
}
.cid-uq4pp10Hy6 .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-uq4pp10Hy6 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uq4pp10Hy6 .price-value,
.cid-uq4pp10Hy6 .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-uq4pp10Hy6 .plan {
    margin-bottom: 3rem;
  }
  .cid-uq4pp10Hy6 .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4pp10Hy6 .plan-price {
    padding: 2rem 1rem;
  }
  .cid-uq4pp10Hy6 .plan-body {
    padding: 0;
  }
  .cid-uq4pp10Hy6 .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-uq4pp10Hy6 .plan-title {
  color: #ed6436;
}
.cid-uq4pp10Hy6 .plan-title2 {
  color: #ffffff;
}
.cid-uq4pp10Hy6 .month2,
.cid-uq4pp10Hy6 .plan-header {
  color: #ffffff;
}
.cid-uq4pp10Hy6 .item2 {
  color: #ffffff;
}
.cid-uq4pp10Hy6 .price-figure2 {
  color: #ffffff;
}
.cid-uq4pp10Hy6 .price-value2 {
  color: #ffffff;
}
.cid-uq4pp10Hy6 H2 {
  color: #ed6436;
}
.cid-uqaay0WQ6t {
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqaay0WQ6t .container,
.cid-uqaay0WQ6t .container-fluid {
  pointer-events: none;
}
.cid-uqaay0WQ6t .title__block,
.cid-uqaay0WQ6t .card__block {
  pointer-events: all;
}
.cid-uqaay0WQ6t .icon__block {
  margin-bottom: 40px;
}
.cid-uqaay0WQ6t .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #7aba59;
}
.cid-uqaay0WQ6t .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-uqaay0WQ6t .subtext {
  margin-bottom: 30px;
  color: #181818;
}
.cid-uqaay0WQ6t .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-uqaay0WQ6t .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-uqaay0WQ6t .wrap {
    margin-top: 40px;
  }
}
.cid-uqaay0WQ6t .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #e3e3e9;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-uqaay0WQ6t .icon__card_wrap {
  width: 100%;
}
.cid-uqaay0WQ6t .color1 {
  background: linear-gradient(120deg, #ff0716 0%, #ffa0a6 100%);
}
.cid-uqaay0WQ6t .color2 {
  background: linear-gradient(120deg, #619e42 0%, #b4d8a1 100%);
}
.cid-uqaay0WQ6t .color3 {
  background: linear-gradient(120deg, #3a69cb 0%, #b3c5eb 100%);
}
.cid-uqaay0WQ6t .color4 {
  background: linear-gradient(120deg, #b614fe 0%, #e5acff 100%);
}
.cid-uqaay0WQ6t .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uqaay0WQ6t .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-uqaay0WQ6t .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uqaay0WQ6t .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-uqaay0WQ6t .card__title {
  margin-top: 20px;
}
.cid-uqaay0WQ6t .card__text {
  margin-top: 30px;
}
.cid-uqaay0WQ6t .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
.cid-uqaay0WQ6t .animation__background .triangle {
  position: absolute;
  top: 17%;
  left: 23%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-uqaay0WQ6t .animation__background .triangle2 {
  position: absolute;
  bottom: 13%;
  left: 19%;
  animation: animationTwo 40s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uqaay0WQ6t .animation__background .quadr {
  position: absolute;
  bottom: 22%;
  right: 18%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-uqaay0WQ6t .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  right: 32%;
  border-radius: 50%;
  background: #f7ed4a;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uqaay0WQ6t .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #7aba59;
  animation: animationOne 30s infinite linear;
}
.cid-uqaay0WQ6t .animation__background .circle3 {
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #c647fe;
  animation: animationTwo 30s infinite linear;
}
.cid-uqaay0WQ6t .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 19%;
  top: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #15aee4;
  animation: animationThree 25s infinite linear;
}
.cid-uqaay0WQ6t .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed6436;
  animation: animationTwo 25s infinite linear;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-uqaay0WQ6t .mbr-section-title,
.cid-uqaay0WQ6t .icon__block {
  color: #181818;
}
.cid-unZqr6s9X0 {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cloud-computing-1600x1200.jpg");
}
.cid-unZqr6s9X0 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-unZqr6s9X0 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-unZqr6s9X0 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-unZqr6s9X0 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-unZqr6s9X0 .container {
  max-width: 1600px;
}
.cid-unZqr6s9X0 .mbr-bold,
.cid-unZqr6s9X0 b {
  font-weight: 900;
}
.cid-unZqr6s9X0 .btn {
  color: white !important;
}
.cid-unZqr6s9X0 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-unZqr6s9X0 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-unZqr6s9X0 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-unZqr6s9X0 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-unZqr6s9X0 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-unZqr6s9X0 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-unZrLk1lrJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unZrLk1lrJ li {
  list-style: none;
}
.cid-unZrLk1lrJ .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-unZrLk1lrJ .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-unZrLk1lrJ .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-unZrLk1lrJ h4 {
  margin: 0;
}
.cid-unZrLk1lrJ ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-unZrLk1lrJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-unZrLk1lrJ .col-title2 {
  color: #ff3a46;
}
.cid-unZIkh4QA1 {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-unZIkh4QA1 .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-unZIkh4QA1 .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-unZIkh4QA1 h4 {
  margin: 0;
}
.cid-unZIkh4QA1 .card1 {
  background: #f2f2f4;
}
.cid-unZIkh4QA1 .card2 {
  background: #ff3a46;
}
.cid-unZIkh4QA1 .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-unZIkh4QA1 .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #ff3a46;
    border-radius: 30px;
  }
}
.cid-unZIkh4QA1 .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-unZIkh4QA1 .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-unZIkh4QA1 .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-unZIkh4QA1 .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-unZIkh4QA1 .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-unZIkh4QA1 .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-unZIkh4QA1 .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-unZIkh4QA1 .plan-price {
  padding: 2rem 1rem;
}
.cid-unZIkh4QA1 .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-unZIkh4QA1 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-unZIkh4QA1 .price-value,
.cid-unZIkh4QA1 .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-unZIkh4QA1 .plan {
    margin-bottom: 3rem;
  }
  .cid-unZIkh4QA1 .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-unZIkh4QA1 .plan-price {
    padding: 2rem 1rem;
  }
  .cid-unZIkh4QA1 .plan-body {
    padding: 0;
  }
  .cid-unZIkh4QA1 .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-unZIkh4QA1 .plan-title {
  color: #ed6436;
}
.cid-unZIkh4QA1 .plan-title2 {
  color: #ffffff;
}
.cid-unZIkh4QA1 .month2,
.cid-unZIkh4QA1 .plan-header {
  color: #ffffff;
}
.cid-unZIkh4QA1 .item2 {
  color: #ffffff;
}
.cid-unZIkh4QA1 .price-figure2 {
  color: #ffffff;
}
.cid-unZIkh4QA1 .price-value2 {
  color: #ffffff;
}
.cid-unZIkh4QA1 H2 {
  color: #ed6436;
}
.cid-uq4qmNR028 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uq4qmNR028 img {
  width: 180px;
  margin: auto;
}
.cid-uq4qmNR028 .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uq4qmNR028 H1 {
  color: #fc6319;
}
.cid-unZQlx65mF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-unZQlx65mF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-unZQlx65mF .select {
  z-index: 999;
}
.cid-unZQlx65mF form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-unZQlx65mF .jq-selectbox__dropdown,
.cid-unZQlx65mF ul {
  border-radius: 20px !important;
}
.cid-unZQlx65mF .jq-selectbox {
  border-radius: 30px;
}
.cid-unZQlx65mF .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-unZQlx65mF .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-unZQlx65mF input,
.cid-unZQlx65mF textarea,
.cid-unZQlx65mF .select {
  border-radius: 30px;
}
.cid-unZQlx65mF input,
.cid-unZQlx65mF textarea {
  padding: 2rem 3rem;
}
.cid-unZQlx65mF textarea {
  min-height: 10rem;
}
.cid-unZQlx65mF .form-control,
.cid-unZQlx65mF .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-unZQlx65mF .form-control::-webkit-input-placeholder,
.cid-unZQlx65mF .field-input::-webkit-input-placeholder,
.cid-unZQlx65mF .form-control::-webkit-input-placeholder,
.cid-unZQlx65mF .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-unZQlx65mF .form-control:-moz-placeholder,
.cid-unZQlx65mF .field-input:-moz-placeholder,
.cid-unZQlx65mF .form-control:-moz-placeholder,
.cid-unZQlx65mF .field-input:-moz-placeholder {
  color: #383838;
}
.cid-unZQlx65mF .form-control:hover,
.cid-unZQlx65mF .field-input:hover,
.cid-unZQlx65mF .form-control:focus,
.cid-unZQlx65mF .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-unZQlx65mF .form-control:hover::-webkit-input-placeholder,
.cid-unZQlx65mF .field-input:hover::-webkit-input-placeholder,
.cid-unZQlx65mF .form-control:focus::-webkit-input-placeholder,
.cid-unZQlx65mF .field-input:focus::-webkit-input-placeholder,
.cid-unZQlx65mF .form-control:hover::-webkit-input-placeholder,
.cid-unZQlx65mF .field-input:hover::-webkit-input-placeholder,
.cid-unZQlx65mF .form-control:focus::-webkit-input-placeholder,
.cid-unZQlx65mF .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-unZQlx65mF .form-control:hover:-moz-placeholder,
.cid-unZQlx65mF .field-input:hover:-moz-placeholder,
.cid-unZQlx65mF .form-control:focus:-moz-placeholder,
.cid-unZQlx65mF .field-input:focus:-moz-placeholder,
.cid-unZQlx65mF .form-control:hover:-moz-placeholder,
.cid-unZQlx65mF .field-input:hover:-moz-placeholder,
.cid-unZQlx65mF .form-control:focus:-moz-placeholder,
.cid-unZQlx65mF .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-unZQlx65mF .jq-number__spin:hover,
.cid-unZQlx65mF .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-unZQlx65mF .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-unZQlx65mF .jq-selectbox li,
.cid-unZQlx65mF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-unZQlx65mF .jq-selectbox li:hover,
.cid-unZQlx65mF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-unZQlx65mF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-unZQlx65mF .jq-number__spin.minus:hover:after,
.cid-unZQlx65mF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-unZQlx65mF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-unZQlx65mF .jq-number__spin.minus:after,
.cid-unZQlx65mF .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-unZQlx65mF input::-webkit-clear-button {
  display: none;
}
.cid-unZQlx65mF input::-webkit-inner-spin-button {
  display: none;
}
.cid-unZQlx65mF input::-webkit-outer-spin-button {
  display: none;
}
.cid-unZQlx65mF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-unZQlx65mF .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-unZQlx65mF .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-unZQlx65mF .align-wrap {
  display: inline-block;
}
.cid-unZQlx65mF .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-unZQlx65mF .icons-wrap {
  display: flex;
}
.cid-unZQlx65mF .icon-title,
.cid-unZQlx65mF .mbr-iconfont {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-unZQlx65mF form {
    padding: 2rem 1rem;
  }
  .cid-unZQlx65mF .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-unZQlx65mF .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-unZQlx65mF .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-unZQlx65mF .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-unZQlx65mF .align-wrap {
    text-align: center;
  }
}
.cid-uqBBFCiieC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uqBBFCiieC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uqBBFCiieC img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uqBBFCiieC h3 {
  margin: 0;
}
.cid-uqBBFCiieC .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uqBBFCiieC .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uqBBFCiieC .text-wrap {
  width: 100%;
}
.cid-uqBBFCiieC .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uqBBFCiieC .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uqBBFCiieC .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-uqBBFCiieC .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-uqBBFCiieC .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uqBBFCiieC .jq-selectbox__dropdown,
.cid-uqBBFCiieC ul {
  border-radius: 20px !important;
}
.cid-uqBBFCiieC .jq-selectbox {
  border-radius: 30px;
}
.cid-uqBBFCiieC .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uqBBFCiieC .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uqBBFCiieC input,
.cid-uqBBFCiieC textarea,
.cid-uqBBFCiieC .select {
  border-radius: 30px;
}
.cid-uqBBFCiieC input,
.cid-uqBBFCiieC textarea {
  padding: 1rem 2rem;
}
.cid-uqBBFCiieC textarea {
  min-height: 10rem;
}
.cid-uqBBFCiieC .form-control,
.cid-uqBBFCiieC .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uqBBFCiieC .form-control::-webkit-input-placeholder,
.cid-uqBBFCiieC .field-input::-webkit-input-placeholder,
.cid-uqBBFCiieC .form-control::-webkit-input-placeholder,
.cid-uqBBFCiieC .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uqBBFCiieC .form-control:-moz-placeholder,
.cid-uqBBFCiieC .field-input:-moz-placeholder,
.cid-uqBBFCiieC .form-control:-moz-placeholder,
.cid-uqBBFCiieC .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uqBBFCiieC .form-control:hover,
.cid-uqBBFCiieC .field-input:hover,
.cid-uqBBFCiieC .form-control:focus,
.cid-uqBBFCiieC .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uqBBFCiieC .form-control:hover::-webkit-input-placeholder,
.cid-uqBBFCiieC .field-input:hover::-webkit-input-placeholder,
.cid-uqBBFCiieC .form-control:focus::-webkit-input-placeholder,
.cid-uqBBFCiieC .field-input:focus::-webkit-input-placeholder,
.cid-uqBBFCiieC .form-control:hover::-webkit-input-placeholder,
.cid-uqBBFCiieC .field-input:hover::-webkit-input-placeholder,
.cid-uqBBFCiieC .form-control:focus::-webkit-input-placeholder,
.cid-uqBBFCiieC .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uqBBFCiieC .form-control:hover:-moz-placeholder,
.cid-uqBBFCiieC .field-input:hover:-moz-placeholder,
.cid-uqBBFCiieC .form-control:focus:-moz-placeholder,
.cid-uqBBFCiieC .field-input:focus:-moz-placeholder,
.cid-uqBBFCiieC .form-control:hover:-moz-placeholder,
.cid-uqBBFCiieC .field-input:hover:-moz-placeholder,
.cid-uqBBFCiieC .form-control:focus:-moz-placeholder,
.cid-uqBBFCiieC .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uqBBFCiieC .jq-number__spin:hover,
.cid-uqBBFCiieC .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uqBBFCiieC .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uqBBFCiieC .jq-selectbox li,
.cid-uqBBFCiieC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uqBBFCiieC .jq-selectbox li:hover,
.cid-uqBBFCiieC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uqBBFCiieC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uqBBFCiieC .jq-number__spin.minus:hover:after,
.cid-uqBBFCiieC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uqBBFCiieC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uqBBFCiieC .jq-number__spin.minus:after,
.cid-uqBBFCiieC .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uqBBFCiieC input::-webkit-clear-button {
  display: none;
}
.cid-uqBBFCiieC input::-webkit-inner-spin-button {
  display: none;
}
.cid-uqBBFCiieC input::-webkit-outer-spin-button {
  display: none;
}
.cid-uqBBFCiieC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uqBBFCiieC .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uqBBFCiieC .form-group {
  margin-bottom: 0.4rem;
}
.cid-uqBBFCiieC .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uqBBFCiieC .title1 {
  margin: 0;
}
.cid-uqBBFCiieC .align-wrap {
  display: block;
}
.cid-uqBBFCiieC .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uqBBFCiieC form {
    padding: 0;
  }
  .cid-uqBBFCiieC .socicon-wrap {
    margin: auto;
  }
}
.cid-uqBBFCiieC .title {
  color: #7aba59;
}
.cid-rGtUo6gJTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-sfaot0WkH7 .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-sfaot0WkH7 .nav-item:focus,
.cid-sfaot0WkH7 .nav-link:focus {
  outline: none;
}
.cid-sfaot0WkH7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sfaot0WkH7 .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-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfaot0WkH7 .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-sfaot0WkH7 .navbar-caption:hover {
  color: inherit !important;
}
.cid-sfaot0WkH7 .container {
  max-width: 1380px;
}
.cid-sfaot0WkH7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sfaot0WkH7 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sfaot0WkH7 .nav-link:hover,
.cid-sfaot0WkH7 .nav-link:active,
.cid-sfaot0WkH7 .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-sfaot0WkH7 .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sfaot0WkH7 .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sfaot0WkH7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sfaot0WkH7 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfaot0WkH7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfaot0WkH7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfaot0WkH7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sfaot0WkH7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfaot0WkH7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfaot0WkH7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfaot0WkH7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sfaot0WkH7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfaot0WkH7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfaot0WkH7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfaot0WkH7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfaot0WkH7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfaot0WkH7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sfaot0WkH7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfaot0WkH7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfaot0WkH7 .icons-menu span {
  color: #ed6436 !important;
}
.cid-sfaot0WkH7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfaot0WkH7 .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-sfaot0WkH7 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfaot0WkH7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfaot0WkH7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfaot0WkH7 .dropdown-item.active,
.cid-sfaot0WkH7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfaot0WkH7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfaot0WkH7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfaot0WkH7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfaot0WkH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfaot0WkH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfaot0WkH7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfaot0WkH7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfaot0WkH7 .navbar-buttons {
  text-align: center;
}
.cid-sfaot0WkH7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfaot0WkH7 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sfaot0WkH7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfaot0WkH7 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sfaot0WkH7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfaot0WkH7 .navbar {
    height: 77px;
  }
  .cid-sfaot0WkH7 .navbar.opened {
    height: auto;
  }
  .cid-sfaot0WkH7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
