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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f5139b !important;
}
.bg-success {
  background-color: #7aba59 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #f5139b 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: #f5139b !important;
  border-color: #f5139b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b4086f !important;
  border-color: #b4086f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b4086f !important;
  border-color: #b4086f !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #f5139b inset !important;
  background: transparent!important;
  border: none!important;
  color: #f5139b !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 #82786e inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent!important;
  border: none!important;
  color: #82786e !important;
}
.btn-info span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #7aba59 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: #7aba59 !important;
  border-color: #7aba59 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #568c3a !important;
  border-color: #568c3a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #568c3a !important;
  border-color: #568c3a !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #7aba59 inset !important;
  background: transparent!important;
  border: none!important;
  color: #7aba59 !important;
}
.btn-success span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent!important;
  border: none!important;
  color: #879a9f !important;
}
.btn-warning span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent!important;
  border: none!important;
  color: #b1a374 !important;
}
.btn-danger span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent!important;
  border: none!important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent!important;
  border: none!important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #f5139b 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: #9b0760;
  color: #9b0760;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f5139b;
  border-color: #f5139b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5139b !important;
  border-color: #f5139b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #f5139b 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: #f5139b;
  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 #82786e inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #82786e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #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-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #4b7a33;
  color: #4b7a33;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7aba59;
  border-color: #7aba59;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba59 !important;
  border-color: #7aba59 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #7aba59 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: #7aba59;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #879a9f;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #b1a374;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f5139b !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #7aba59 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f5139b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4b7a33 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff!important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5139b;
  border-color: #f5139b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5139b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdd7ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2dfb3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #f5139b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5139b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  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: #f5139b;
  border-bottom-color: #f5139b;
}
.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: #f5139b !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%;
  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='%23f5139b' %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-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .nav-item:focus,
.cid-rKWFPcV4Z0 .nav-link:focus {
  outline: none;
}
.cid-rKWFPcV4Z0 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #f5139b !important;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rKWFPcV4Z0 .container {
  max-width: 1380px;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rKWFPcV4Z0 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rKWFPcV4Z0 .nav-link:hover,
.cid-rKWFPcV4Z0 .nav-link:active,
.cid-rKWFPcV4Z0 .nav-link:focus {
  border-bottom: 3px solid #f5139b;
  color: #f5139b !important;
}
.cid-rKWFPcV4Z0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKWFPcV4Z0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKWFPcV4Z0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKWFPcV4Z0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rKWFPcV4Z0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKWFPcV4Z0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKWFPcV4Z0 .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-rKWFPcV4Z0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKWFPcV4Z0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rKWFPcV4Z0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKWFPcV4Z0 .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-rKWFPcV4Z0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKWFPcV4Z0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKWFPcV4Z0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKWFPcV4Z0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKWFPcV4Z0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKWFPcV4Z0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKWFPcV4Z0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKWFPcV4Z0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKWFPcV4Z0 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rKWFPcV4Z0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rKWFPcV4Z0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKWFPcV4Z0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKWFPcV4Z0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKWFPcV4Z0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKWFPcV4Z0 .dropdown-item.active,
.cid-rKWFPcV4Z0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKWFPcV4Z0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKWFPcV4Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rKWFPcV4Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKWFPcV4Z0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKWFPcV4Z0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKWFPcV4Z0 .navbar-buttons {
  text-align: center;
}
.cid-rKWFPcV4Z0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKWFPcV4Z0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKWFPcV4Z0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKWFPcV4Z0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rKWFPcV4Z0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKWFPcV4Z0 .navbar {
    height: 77px;
  }
  .cid-rKWFPcV4Z0 .navbar.opened {
    height: auto;
  }
  .cid-rKWFPcV4Z0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rKWF5My64E {
  background-image: url("../../../assets/images/banner-01-2-922x657.png");
}
.cid-rKWF5My64E .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rKWF5My64E .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rKWF5My64E .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rKWF5My64E .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rKWF5My64E .container {
  max-width: 1600px;
}
.cid-rKWF5My64E .mbr-bold,
.cid-rKWF5My64E b {
  font-weight: 900;
}
.cid-rKWF5My64E .btn {
  color: white!important;
}
.cid-rKWF5My64E svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rKWF5My64E svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rKWF5My64E svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rKWF5My64E svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rKWF5My64E svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rKWF5My64E .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rKWF5My64E H1 {
  text-align: left;
}
.cid-rKWWFyGVhG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKWWFyGVhG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rKWWFyGVhG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rKWWFyGVhG .card-img span {
  font-size: 100px;
}
.cid-rKWWFyGVhG .mbr-text,
.cid-rKWWFyGVhG .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rKWWFyGVhG .mbr-section-title,
.cid-rKWWFyGVhG .card-img {
  color: #0b1b3f;
}
.cid-rKWJx6lXPH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKWJx6lXPH li {
  list-style: none;
}
.cid-rKWJx6lXPH .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cid-rKWJx6lXPH .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rKWJx6lXPH .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rKWJx6lXPH h4 {
  margin: 0;
}
.cid-rKWJx6lXPH ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rKWJx6lXPH .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rKWJx6lXPH .col-title2 {
  color: #ed6436;
}
.cid-rKWJx6lXPH .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rKWJx6lXPH .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rKWJx6lXPH .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rKWJx6lXPH .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-rKWJx6lXPH .icon-wrap {
    flex-direction: column;
  }
  .cid-rKWJx6lXPH .align-wrap {
    width: 100%;
  }
  .cid-rKWJx6lXPH .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-rKWYlPBzBf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/folder2-1950x1300.jpg");
}
.cid-rKWYlPBzBf .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rKWYlPBzBf .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rKWYlPBzBf .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rKWYlPBzBf .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rKWYlPBzBf .container {
  max-width: 1600px;
}
.cid-rKWYlPBzBf .mbr-bold,
.cid-rKWYlPBzBf b {
  font-weight: 900;
}
.cid-rKWYlPBzBf .btn {
  color: white!important;
}
.cid-rKWYlPBzBf svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rKWYlPBzBf svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rKWYlPBzBf svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rKWYlPBzBf svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rKWYlPBzBf svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rKWYlPBzBf .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rKWJunJopc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rKWJunJopc .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rKWJunJopc .content {
    padding: 0 2rem;
  }
}
.cid-rKWJunJopc .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-rKWJunJopc .content {
    margin: auto;
  }
}
.cid-rKWJunJopc li {
  list-style: none;
}
.cid-rKWJunJopc .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rKWJunJopc .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rKWJunJopc .mbr-iconfont {
  font-size: 18px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rKWJunJopc h4 {
  margin: 0;
}
.cid-rKWJunJopc ul {
  padding: 0;
  margin: 0;
}
.cid-rKWJunJopc H2 {
  color: #0b1b3f;
}
.cid-rKWH3mi3Dc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rKWH3mi3Dc .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rKWH3mi3Dc .content {
    padding: 0 2rem;
  }
}
.cid-rKWH3mi3Dc .row {
  justify-content: flex-end;
}
.cid-rKWH3mi3Dc .img-col {
  padding: 0;
}
.cid-rKWH3mi3Dc .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rKWH3mi3Dc .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rKWH3mi3Dc .text-wrap {
  border-left: 1px solid #181818;
  padding-left: 2rem;
}
.cid-rKWH3mi3Dc .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rKWH3mi3Dc .mbr-iconfont {
  font-size: 5rem;
  margin-right: 1.5rem;
  color: #7aba59 !important;
}
.cid-rKWH3mi3Dc .icon-title,
.cid-rKWH3mi3Dc .mbr-iconfont {
  color: #181818;
}
.cid-rKWH3mi3Dc .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rKWH3mi3Dc .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rKWH3mi3Dc .icon-wrap {
    flex-direction: column;
    margin-right: 0rem;
  }
  .cid-rKWH3mi3Dc .mbr-iconfont {
    margin-bottom: 2rem;
  }
  .cid-rKWH3mi3Dc .text-wrap {
    border-left: 0px solid #181818;
    padding-left: 0rem;
  }
}
.cid-rKWKkPpVJV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rKWKkPpVJV .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rKWKkPpVJV .content {
    padding: 0 2rem;
  }
}
.cid-rKWKkPpVJV .row {
  justify-content: flex-start;
}
.cid-rKWKkPpVJV .img-col {
  padding: 0;
}
.cid-rKWKkPpVJV .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rKWKkPpVJV .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rKWKkPpVJV .icon-title,
.cid-rKWKkPpVJV .icon-wrap {
  color: #ed6436;
}
.cid-rKWKkPpVJV .mbr-text,
.cid-rKWKkPpVJV .mbr-section-btn,
.cid-rKWKkPpVJV .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rKWKkPpVJV .content {
    margin: auto;
  }
}
.cid-rKX7nq4xBa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rKX7nq4xBa .row {
  justify-content: space-between;
}
.cid-rKX7nq4xBa .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rKX7nq4xBa .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rKX7nq4xBa .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-rKX7nq4xBa .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-rKX7nq4xBa .color-col {
  background: #7aba59;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-rKX7nq4xBa .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rKX7nq4xBa .mbr-iconfont {
  font-size: 4rem;
  color: #181818 !important;
  padding-bottom: 4px;
}
.cid-rKX7nq4xBa .icon-title,
.cid-rKX7nq4xBa .mbr-iconfont {
  color: #7aba59;
}
.cid-rKX7nq4xBa .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rKX7nq4xBa .content {
    margin-bottom: 2rem;
  }
  .cid-rKX7nq4xBa .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rKX7nq4xBa .icons-wrap {
    flex-direction: column;
  }
  .cid-rKX7nq4xBa .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rKX7nq4xBa .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-rKX7nq4xBa .link-wrap {
    margin: auto;
  }
  .cid-rKX7nq4xBa .color-col {
    padding: 3rem 1rem;
  }
  .cid-rKX7nq4xBa .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-rKX7nq4xBa .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-rKX7nq4xBa .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rKX7nq4xBa .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rKX7nq4xBa .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rKX7nq4xBa .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rKX7nq4xBa .mbr-text2,
.cid-rKX7nq4xBa .icon-wrap-2 {
  color: #ffffff;
}
.cid-rKX7nq4xBa H1 {
  color: #f5139b;
}
.cid-rKWJRVhE6c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rKWJRVhE6c .card-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-rKWJRVhE6c .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rKWJRVhE6c .mbr-text,
.cid-rKWJRVhE6c .mbr-section-btn {
  color: #465052;
}
.cid-rKX0me6VSL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/equipa-capa1-1919x793.jpg");
}
.cid-rKX0me6VSL .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-rKX0me6VSL .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rKX0me6VSL .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rKX0me6VSL .animated-element,
.cid-rKX0me6VSL .typed-cursor {
  color: #ffffff;
}
.cid-rKX0me6VSL .animated-element {
  border-bottom: 5px solid #f2f2f4;
}
@media (max-width: 767px) {
  .cid-rKX0me6VSL .typed-text {
    text-align: center;
  }
}
.cid-rKXenVgosL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1a-1270x847.jpg");
}
.cid-rKXenVgosL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKXenVgosL .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rKXenVgosL .carousel-item .wrap-img {
  text-align: center;
}
.cid-rKXenVgosL .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rKXenVgosL .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rKXenVgosL .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-rKXenVgosL .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-rKXenVgosL .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-rKXenVgosL .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-rKXenVgosL .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rKXenVgosL .carousel-control:hover {
  background-color: #f5139b;
}
@media (max-width: 767px) {
  .cid-rKXenVgosL .carousel-control {
    display: none;
  }
  .cid-rKXenVgosL .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rKXenVgosL .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-rKXenVgosL .cloneditem-1,
.cid-rKXenVgosL .cloneditem-2,
.cid-rKXenVgosL .cloneditem-3,
.cid-rKXenVgosL .cloneditem-4,
.cid-rKXenVgosL .cloneditem-5 {
  display: none;
}
.cid-rKXenVgosL .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rKXenVgosL .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rKXenVgosL .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides2 .cloneditem-1,
  .cid-rKXenVgosL .carousel-inner.slides2 .cloneditem-2,
  .cid-rKXenVgosL .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rKXenVgosL .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides3 .cloneditem-1,
  .cid-rKXenVgosL .carousel-inner.slides3 .cloneditem-2,
  .cid-rKXenVgosL .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rKXenVgosL .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides4 .cloneditem-1,
  .cid-rKXenVgosL .carousel-inner.slides4 .cloneditem-2,
  .cid-rKXenVgosL .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rKXenVgosL .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides5 .cloneditem-1,
  .cid-rKXenVgosL .carousel-inner.slides5 .cloneditem-2,
  .cid-rKXenVgosL .carousel-inner.slides5 .cloneditem-3,
  .cid-rKXenVgosL .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rKXenVgosL .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rKXenVgosL .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rKXenVgosL .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rKXenVgosL .carousel-inner.slides6 .cloneditem-1,
  .cid-rKXenVgosL .carousel-inner.slides6 .cloneditem-2,
  .cid-rKXenVgosL .carousel-inner.slides6 .cloneditem-3,
  .cid-rKXenVgosL .carousel-inner.slides6 .cloneditem-4,
  .cid-rKXenVgosL .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rKXenVgosL .mbr-section-title {
  margin: 0;
}
.cid-rKXenVgosL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rKXenVgosL .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rKXenVgosL .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKXenVgosL .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rKXenVgosL .carousel-control-prev {
    left: 15px !important;
  }
  .cid-rKXenVgosL .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-rKXenVgosL .carousel-control-next {
    right: 15px !important;
  }
  .cid-rKXenVgosL .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-rLLxpGiLen {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rLLxpGiLen .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rLLxpGiLen .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-rLLxpGiLen .card .card-img {
  height: 100%;
}
.cid-rLLxpGiLen .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-rLLxpGiLen .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rLLxpGiLen .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #149dcc;
}
.cid-rLLxpGiLen .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-rLLxpGiLen .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rLLxpGiLen .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rLLxpGiLen .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rLLxpGiLen .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-rLLxpGiLen .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rLLxpGiLen .small {
    margin-top: -25%;
  }
}
.cid-rLLxpGiLen .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rKXeCNSTLs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rKXeCNSTLs .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rKXeCNSTLs .content {
    padding: 0 2rem;
  }
}
.cid-rKXeCNSTLs .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rKXeCNSTLs .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rKXeCNSTLs .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rKXeCNSTLs .icon-title,
.cid-rKXeCNSTLs .mbr-iconfont {
  color: #ed6436;
}
.cid-rKXeCNSTLs .icons-wrap {
  display: flex;
}
.cid-rKXeCNSTLs .google-map {
  height: 100%;
  position: relative;
}
.cid-rKXeCNSTLs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rKXeCNSTLs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rKXeCNSTLs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rKXeCNSTLs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-rKXeCNSTLs .content {
    margin: auto;
  }
  .cid-rKXeCNSTLs .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-rKXeCNSTLs .icons-wrap {
    flex-direction: column;
  }
  .cid-rKXeCNSTLs .icon-wrap {
    margin-right: 0rem;
  }
  .cid-rKXeCNSTLs .google-map {
    height: 20rem;
  }
}
.cid-rKXh08jgsu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7aba59;
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .nav-item:focus,
.cid-rKWFPcV4Z0 .nav-link:focus {
  outline: none;
}
.cid-rKWFPcV4Z0 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #f5139b !important;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rKWFPcV4Z0 .container {
  max-width: 1380px;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rKWFPcV4Z0 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rKWFPcV4Z0 .nav-link:hover,
.cid-rKWFPcV4Z0 .nav-link:active,
.cid-rKWFPcV4Z0 .nav-link:focus {
  border-bottom: 3px solid #f5139b;
  color: #f5139b !important;
}
.cid-rKWFPcV4Z0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKWFPcV4Z0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKWFPcV4Z0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKWFPcV4Z0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rKWFPcV4Z0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKWFPcV4Z0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKWFPcV4Z0 .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-rKWFPcV4Z0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKWFPcV4Z0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rKWFPcV4Z0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKWFPcV4Z0 .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-rKWFPcV4Z0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKWFPcV4Z0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKWFPcV4Z0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKWFPcV4Z0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKWFPcV4Z0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKWFPcV4Z0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKWFPcV4Z0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKWFPcV4Z0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKWFPcV4Z0 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rKWFPcV4Z0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rKWFPcV4Z0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKWFPcV4Z0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKWFPcV4Z0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKWFPcV4Z0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKWFPcV4Z0 .dropdown-item.active,
.cid-rKWFPcV4Z0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKWFPcV4Z0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKWFPcV4Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rKWFPcV4Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKWFPcV4Z0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKWFPcV4Z0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKWFPcV4Z0 .navbar-buttons {
  text-align: center;
}
.cid-rKWFPcV4Z0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKWFPcV4Z0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKWFPcV4Z0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKWFPcV4Z0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rKWFPcV4Z0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKWFPcV4Z0 .navbar {
    height: 77px;
  }
  .cid-rKWFPcV4Z0 .navbar.opened {
    height: auto;
  }
  .cid-rKWFPcV4Z0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rKXsVF4RuJ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKXsVF4RuJ .mbr-iconfont {
  color: #879a9f;
}
.cid-rKXsVF4RuJ .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-rKXsVF4RuJ .mbr-text {
  margin: 1.5rem 0;
}
.cid-rKXsVF4RuJ .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rKXsVF4RuJ .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rKXsVF4RuJ .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rKXsVF4RuJ .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rKXsVF4RuJ .mbr-text,
.cid-rKXsVF4RuJ .social-links {
  color: #767676;
}
.cid-rKXsVF4RuJ H5 {
  text-align: center;
}
.cid-rKXsr9PgH0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKXsr9PgH0 .mbr-iconfont {
  color: #879a9f;
}
.cid-rKXsr9PgH0 .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-rKXsr9PgH0 .mbr-text {
  margin: 1.5rem 0;
}
.cid-rKXsr9PgH0 .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rKXsr9PgH0 .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rKXsr9PgH0 .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rKXsr9PgH0 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rKXsr9PgH0 .mbr-text,
.cid-rKXsr9PgH0 .social-links {
  color: #767676;
}
.cid-rKXsr9PgH0 H5 {
  text-align: center;
}
.cid-rL1kbym08w {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rL1kbym08w .mbr-iconfont {
  color: #879a9f;
}
.cid-rL1kbym08w .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-rL1kbym08w .mbr-text {
  margin: 1.5rem 0;
}
.cid-rL1kbym08w .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rL1kbym08w .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rL1kbym08w .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rL1kbym08w .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rL1kbym08w .mbr-text,
.cid-rL1kbym08w .social-links {
  color: #767676;
}
.cid-rL1kbym08w H5 {
  text-align: center;
}
.cid-rL1kj4tFRG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rL1kj4tFRG .mbr-iconfont {
  color: #879a9f;
}
.cid-rL1kj4tFRG .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-rL1kj4tFRG .mbr-text {
  margin: 1.5rem 0;
}
.cid-rL1kj4tFRG .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rL1kj4tFRG .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rL1kj4tFRG .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rL1kj4tFRG .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rL1kj4tFRG .mbr-text,
.cid-rL1kj4tFRG .social-links {
  color: #767676;
}
.cid-rL1kj4tFRG H5 {
  text-align: center;
}
.cid-rL1knSiQFy {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rL1knSiQFy .mbr-iconfont {
  color: #879a9f;
}
.cid-rL1knSiQFy .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-rL1knSiQFy .mbr-text {
  margin: 1.5rem 0;
}
.cid-rL1knSiQFy .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rL1knSiQFy .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rL1knSiQFy .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rL1knSiQFy .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rL1knSiQFy .mbr-text,
.cid-rL1knSiQFy .social-links {
  color: #767676;
}
.cid-rL1knSiQFy H5 {
  text-align: center;
}
.cid-rL1oCKJbjc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rL1oCKJbjc .mbr-iconfont {
  color: #879a9f;
}
.cid-rL1oCKJbjc .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-rL1oCKJbjc .mbr-text {
  margin: 1.5rem 0;
}
.cid-rL1oCKJbjc .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rL1oCKJbjc .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rL1oCKJbjc .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rL1oCKJbjc .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rL1oCKJbjc .mbr-text,
.cid-rL1oCKJbjc .social-links {
  color: #767676;
}
.cid-rL1oCKJbjc H5 {
  text-align: center;
}
.cid-rL1oC4Hc95 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rL1oC4Hc95 .mbr-iconfont {
  color: #879a9f;
}
.cid-rL1oC4Hc95 .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-rL1oC4Hc95 .mbr-text {
  margin: 1.5rem 0;
}
.cid-rL1oC4Hc95 .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rL1oC4Hc95 .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rL1oC4Hc95 .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rL1oC4Hc95 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rL1oC4Hc95 .mbr-text,
.cid-rL1oC4Hc95 .social-links {
  color: #767676;
}
.cid-rL1oC4Hc95 H5 {
  text-align: center;
}
.cid-rL1rMNUoc0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rL1rMNUoc0 .mbr-iconfont {
  color: #879a9f;
}
.cid-rL1rMNUoc0 .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-rL1rMNUoc0 .mbr-text {
  margin: 1.5rem 0;
}
.cid-rL1rMNUoc0 .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rL1rMNUoc0 .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rL1rMNUoc0 .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rL1rMNUoc0 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rL1rMNUoc0 .mbr-text,
.cid-rL1rMNUoc0 .social-links {
  color: #767676;
}
.cid-rL1rMNUoc0 H5 {
  text-align: center;
}
.cid-rKXh08jgsu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7aba59;
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .nav-item:focus,
.cid-rKWFPcV4Z0 .nav-link:focus {
  outline: none;
}
.cid-rKWFPcV4Z0 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #f5139b !important;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rKWFPcV4Z0 .container {
  max-width: 1380px;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rKWFPcV4Z0 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rKWFPcV4Z0 .nav-link:hover,
.cid-rKWFPcV4Z0 .nav-link:active,
.cid-rKWFPcV4Z0 .nav-link:focus {
  border-bottom: 3px solid #f5139b;
  color: #f5139b !important;
}
.cid-rKWFPcV4Z0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKWFPcV4Z0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKWFPcV4Z0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKWFPcV4Z0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rKWFPcV4Z0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKWFPcV4Z0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKWFPcV4Z0 .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-rKWFPcV4Z0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKWFPcV4Z0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rKWFPcV4Z0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKWFPcV4Z0 .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-rKWFPcV4Z0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKWFPcV4Z0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKWFPcV4Z0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKWFPcV4Z0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKWFPcV4Z0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKWFPcV4Z0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKWFPcV4Z0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKWFPcV4Z0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKWFPcV4Z0 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rKWFPcV4Z0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rKWFPcV4Z0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKWFPcV4Z0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKWFPcV4Z0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKWFPcV4Z0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKWFPcV4Z0 .dropdown-item.active,
.cid-rKWFPcV4Z0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKWFPcV4Z0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKWFPcV4Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rKWFPcV4Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKWFPcV4Z0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKWFPcV4Z0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKWFPcV4Z0 .navbar-buttons {
  text-align: center;
}
.cid-rKWFPcV4Z0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKWFPcV4Z0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKWFPcV4Z0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKWFPcV4Z0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rKWFPcV4Z0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKWFPcV4Z0 .navbar {
    height: 77px;
  }
  .cid-rKWFPcV4Z0 .navbar.opened {
    height: auto;
  }
  .cid-rKWFPcV4Z0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rKXB0XEO28 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rKXB0XEO28 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rKXB0XEO28 .content {
    padding: 0 2rem;
  }
}
.cid-rKXB0XEO28 .img-col {
  padding: 0;
}
.cid-rKXB0XEO28 .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rKXB0XEO28 .icon-wrap h3 {
  margin: 0;
}
.cid-rKXB0XEO28 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rKXB0XEO28 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rKXB0XEO28 .icon-title,
.cid-rKXB0XEO28 .mbr-iconfont {
  color: #181818;
}
.cid-rKXB0XEO28 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rKXB0XEO28 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rKXB0XEO28 .icons-wrap {
    flex-direction: column;
  }
  .cid-rKXB0XEO28 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rKXzbwcUDi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKXzbwcUDi .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rKXzbwcUDi h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rKXzbwcUDi .svg11 path {
  fill: #7aba59;
}
.cid-rKXzbwcUDi .svg21 path {
  fill: #f9b945;
}
.cid-rKXzbwcUDi .svg31 path {
  fill: #f5139b;
}
.cid-rKXzbwcUDi .svg12 path,
.cid-rKXzbwcUDi .svg22 path,
.cid-rKXzbwcUDi .svg32 path {
  fill: #f2f2f4;
}
.cid-rKXzbwcUDi .card {
  position: relative;
  height: 300px;
}
.cid-rKXzbwcUDi .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rKXzbwcUDi .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rKXzbwcUDi .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rKXzbwcUDi .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-rKXzbwcUDi .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rKXzbwcUDi .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-rKXzbwcUDi .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rKXzbwcUDi .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-rKXzbwcUDi .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rKXzbwcUDi .card .svg22,
.cid-rKXzbwcUDi .card .svg32,
.cid-rKXzbwcUDi .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-rKXzbwcUDi .card .svg21,
.cid-rKXzbwcUDi .card .svg31,
.cid-rKXzbwcUDi .card .svg11 {
  z-index: 2;
}
.cid-rKXzbwcUDi .card div {
  z-index: 3;
}
.cid-rKXzbwcUDi .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rKXzbwcUDi .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rKXzbwcUDi .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rKXzbwcUDi .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rKXzbwcUDi .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rKXzbwcUDi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rKXzbwcUDi .card {
    margin-bottom: 2rem;
  }
  .cid-rKXzbwcUDi .card svg {
    left: 30px;
  }
  .cid-rKXzbwcUDi .card:hover h4 {
    animation: none;
  }
  .cid-rKXzbwcUDi .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rKXzbwcUDi h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rKXzbwcUDi .card {
    max-width: 360px;
  }
  .cid-rKXzbwcUDi .card svg {
    left: 10px;
  }
}
.cid-rKXz8sFEL7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKXz8sFEL7 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rKXz8sFEL7 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rKXz8sFEL7 .svg11 path {
  fill: #7aba59;
}
.cid-rKXz8sFEL7 .svg21 path {
  fill: #32ddec;
}
.cid-rKXz8sFEL7 .svg31 path {
  fill: #ed6436;
}
.cid-rKXz8sFEL7 .svg4 path {
  fill: #ed6436 !important;
}
.cid-rKXz8sFEL7 .svg12 path,
.cid-rKXz8sFEL7 .svg22 path,
.cid-rKXz8sFEL7 .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-rKXz8sFEL7 .card {
  position: relative;
  height: 300px;
}
.cid-rKXz8sFEL7 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rKXz8sFEL7 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rKXz8sFEL7 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rKXz8sFEL7 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rKXz8sFEL7 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rKXz8sFEL7 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rKXz8sFEL7 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rKXz8sFEL7 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rKXz8sFEL7 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rKXz8sFEL7 .card .svg22,
.cid-rKXz8sFEL7 .card .svg32,
.cid-rKXz8sFEL7 .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rKXz8sFEL7 .card .svg21,
.cid-rKXz8sFEL7 .card .svg31,
.cid-rKXz8sFEL7 .card .svg11 {
  z-index: 2;
}
.cid-rKXz8sFEL7 .card div {
  z-index: 3;
}
.cid-rKXz8sFEL7 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rKXz8sFEL7 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rKXz8sFEL7 .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rKXz8sFEL7 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rKXz8sFEL7 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rKXz8sFEL7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rKXz8sFEL7 .card {
    margin-bottom: 2rem;
  }
  .cid-rKXz8sFEL7 .card svg {
    left: 30px;
  }
  .cid-rKXz8sFEL7 .card:hover h4 {
    animation: none;
  }
  .cid-rKXz8sFEL7 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rKXz8sFEL7 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rKXz8sFEL7 .card {
    max-width: 330px;
  }
  .cid-rKXz8sFEL7 .card svg {
    left: 0px;
  }
}
.cid-rKXz3xOCvD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKXz3xOCvD .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rKXz3xOCvD h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rKXz3xOCvD .svg11 path {
  fill: #32ddec;
}
.cid-rKXz3xOCvD .svg21 path {
  fill: #bded36;
}
.cid-rKXz3xOCvD .svg31 path {
  fill: #ed6436;
}
.cid-rKXz3xOCvD .svg12 path,
.cid-rKXz3xOCvD .svg22 path,
.cid-rKXz3xOCvD .svg32 path {
  fill: #f2f2f4;
}
.cid-rKXz3xOCvD .card {
  position: relative;
  height: 300px;
}
.cid-rKXz3xOCvD .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rKXz3xOCvD .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rKXz3xOCvD .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rKXz3xOCvD .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-rKXz3xOCvD .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rKXz3xOCvD .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-rKXz3xOCvD .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rKXz3xOCvD .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-rKXz3xOCvD .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rKXz3xOCvD .card .svg22,
.cid-rKXz3xOCvD .card .svg32,
.cid-rKXz3xOCvD .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-rKXz3xOCvD .card .svg21,
.cid-rKXz3xOCvD .card .svg31,
.cid-rKXz3xOCvD .card .svg11 {
  z-index: 2;
}
.cid-rKXz3xOCvD .card div {
  z-index: 3;
}
.cid-rKXz3xOCvD .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rKXz3xOCvD .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rKXz3xOCvD .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rKXz3xOCvD .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rKXz3xOCvD .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rKXz3xOCvD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rKXz3xOCvD .card {
    margin-bottom: 2rem;
  }
  .cid-rKXz3xOCvD .card svg {
    left: 30px;
  }
  .cid-rKXz3xOCvD .card:hover h4 {
    animation: none;
  }
  .cid-rKXz3xOCvD .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rKXz3xOCvD h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rKXz3xOCvD .card {
    max-width: 360px;
  }
  .cid-rKXz3xOCvD .card svg {
    left: 10px;
  }
}
.cid-rKXh08jgsu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7aba59;
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .nav-item:focus,
.cid-rKWFPcV4Z0 .nav-link:focus {
  outline: none;
}
.cid-rKWFPcV4Z0 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #f5139b !important;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKWFPcV4Z0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rKWFPcV4Z0 .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rKWFPcV4Z0 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rKWFPcV4Z0 .container {
  max-width: 1380px;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rKWFPcV4Z0 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rKWFPcV4Z0 .nav-link:hover,
.cid-rKWFPcV4Z0 .nav-link:active,
.cid-rKWFPcV4Z0 .nav-link:focus {
  border-bottom: 3px solid #f5139b;
  color: #f5139b !important;
}
.cid-rKWFPcV4Z0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rKWFPcV4Z0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rKWFPcV4Z0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rKWFPcV4Z0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rKWFPcV4Z0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKWFPcV4Z0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKWFPcV4Z0 .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-rKWFPcV4Z0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rKWFPcV4Z0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rKWFPcV4Z0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rKWFPcV4Z0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKWFPcV4Z0 .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-rKWFPcV4Z0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKWFPcV4Z0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKWFPcV4Z0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rKWFPcV4Z0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKWFPcV4Z0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rKWFPcV4Z0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rKWFPcV4Z0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rKWFPcV4Z0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKWFPcV4Z0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKWFPcV4Z0 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rKWFPcV4Z0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rKWFPcV4Z0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rKWFPcV4Z0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKWFPcV4Z0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKWFPcV4Z0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKWFPcV4Z0 .dropdown-item.active,
.cid-rKWFPcV4Z0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKWFPcV4Z0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKWFPcV4Z0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKWFPcV4Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rKWFPcV4Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rKWFPcV4Z0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKWFPcV4Z0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKWFPcV4Z0 .navbar-buttons {
  text-align: center;
}
.cid-rKWFPcV4Z0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKWFPcV4Z0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKWFPcV4Z0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKWFPcV4Z0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKWFPcV4Z0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKWFPcV4Z0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKWFPcV4Z0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rKWFPcV4Z0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rKWFPcV4Z0 .navbar {
    height: 77px;
  }
  .cid-rKWFPcV4Z0 .navbar.opened {
    height: auto;
  }
  .cid-rKWFPcV4Z0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rLLtPLRDrW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/istock-518868648-copy-1-orig-1100x733.jpg");
}
.cid-rLLtPLRDrW .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rLLtPLRDrW .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rLLtPLRDrW .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rLLtPLRDrW .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rLLtPLRDrW .container {
  max-width: 1600px;
}
.cid-rLLtPLRDrW .mbr-bold,
.cid-rLLtPLRDrW b {
  font-weight: 900;
}
.cid-rLLtPLRDrW .btn {
  color: white!important;
}
.cid-rLLtPLRDrW svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rLLtPLRDrW svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rLLtPLRDrW svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rLLtPLRDrW svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rLLtPLRDrW svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rLLtPLRDrW .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rLLtPLRDrW H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rLzeqaIdVO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLzeqaIdVO .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rLzeqaIdVO .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rLzeqaIdVO .card-img span {
  font-size: 100px;
}
.cid-rLzeqaIdVO .mbr-text,
.cid-rLzeqaIdVO .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-rLzeqaIdVO .mbr-section-title,
.cid-rLzeqaIdVO .card-img {
  color: #0b1b3f;
}
.cid-rLKXOwItYE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLKXOwItYE .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLKXOwItYE .carousel-item.active,
.cid-rLKXOwItYE .carousel-item-next,
.cid-rLKXOwItYE .carousel-item-prev {
  display: flex;
}
.cid-rLKXOwItYE .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-rLKXOwItYE .face-icon {
  color: #ffffff;
  background: #149dcc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-rLKXOwItYE .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rLKXOwItYE .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-rLKXOwItYE .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-rLKXOwItYE .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-rLKXOwItYE .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rLKXOwItYE H1 {
  color: #36404c;
}
.cid-rLKXOwItYE .mbr-text,
.cid-rLKXOwItYE .mbr-section-btn {
  color: #767676;
}
.cid-rLKXOwItYE .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rLKXOwItYE .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-rLKXOwItYE .author {
  margin: auto 0;
}
.cid-rLKXOwItYE h3,
.cid-rLKXOwItYE h4 {
  margin: 0;
  padding: 0;
}
.cid-rLKXOwItYE H3 {
  color: #36404c;
}
.cid-rLKXOwItYE H4 {
  color: #767676;
}
.cid-rLKXOwItYE .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rLKXOwItYE .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-rLKXOwItYE .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-rLLu7M1bNc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/0-1026x555.jpg");
}
.cid-rLLu7M1bNc .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rLLu7M1bNc .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rLLu7M1bNc .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rLLu7M1bNc .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rLLu7M1bNc .container {
  max-width: 1600px;
}
.cid-rLLu7M1bNc .mbr-bold,
.cid-rLLu7M1bNc b {
  font-weight: 900;
}
.cid-rLLu7M1bNc .btn {
  color: white!important;
}
.cid-rLLu7M1bNc svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rLLu7M1bNc svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rLLu7M1bNc svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rLLu7M1bNc svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rLLu7M1bNc svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rLLu7M1bNc .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rLLu7M1bNc H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rLL0YTnUNI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLL0YTnUNI .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rLL0YTnUNI .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rLL0YTnUNI .card-img span {
  font-size: 100px;
}
.cid-rLL0YTnUNI .mbr-text,
.cid-rLL0YTnUNI .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-rLL0YTnUNI .mbr-section-title,
.cid-rLL0YTnUNI .card-img {
  color: #0b1b3f;
}
.cid-rLL13W4nbN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLL13W4nbN .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLL13W4nbN .carousel-item.active,
.cid-rLL13W4nbN .carousel-item-next,
.cid-rLL13W4nbN .carousel-item-prev {
  display: flex;
}
.cid-rLL13W4nbN .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-rLL13W4nbN .face-icon {
  color: #ffffff;
  background: #149dcc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-rLL13W4nbN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rLL13W4nbN .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-rLL13W4nbN .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-rLL13W4nbN .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-rLL13W4nbN .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rLL13W4nbN H1 {
  color: #36404c;
}
.cid-rLL13W4nbN .mbr-text,
.cid-rLL13W4nbN .mbr-section-btn {
  color: #767676;
}
.cid-rLL13W4nbN .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rLL13W4nbN .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-rLL13W4nbN .author {
  margin: auto 0;
}
.cid-rLL13W4nbN h3,
.cid-rLL13W4nbN h4 {
  margin: 0;
  padding: 0;
}
.cid-rLL13W4nbN H3 {
  color: #36404c;
}
.cid-rLL13W4nbN H4 {
  color: #767676;
}
.cid-rLL13W4nbN .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rLL13W4nbN .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-rLL13W4nbN .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-rLLuniy99W {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kezio-1920x1280.jpg");
}
.cid-rLLuniy99W .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rLLuniy99W .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rLLuniy99W .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rLLuniy99W .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rLLuniy99W .container {
  max-width: 1600px;
}
.cid-rLLuniy99W .mbr-bold,
.cid-rLLuniy99W b {
  font-weight: 900;
}
.cid-rLLuniy99W .btn {
  color: white!important;
}
.cid-rLLuniy99W svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rLLuniy99W svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rLLuniy99W svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rLLuniy99W svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rLLuniy99W svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rLLuniy99W .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rLLuniy99W H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rLL31ZGIVz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLL31ZGIVz .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rLL31ZGIVz .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rLL31ZGIVz .card-img span {
  font-size: 100px;
}
.cid-rLL31ZGIVz .mbr-text,
.cid-rLL31ZGIVz .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-rLL31ZGIVz .mbr-section-title,
.cid-rLL31ZGIVz .card-img {
  color: #0b1b3f;
}
.cid-rLL32GXmnG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLL32GXmnG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLL32GXmnG .carousel-item.active,
.cid-rLL32GXmnG .carousel-item-next,
.cid-rLL32GXmnG .carousel-item-prev {
  display: flex;
}
.cid-rLL32GXmnG .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-rLL32GXmnG .face-icon {
  color: #ffffff;
  background: #149dcc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-rLL32GXmnG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rLL32GXmnG .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-rLL32GXmnG .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-rLL32GXmnG .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-rLL32GXmnG .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rLL32GXmnG H1 {
  color: #36404c;
}
.cid-rLL32GXmnG .mbr-text,
.cid-rLL32GXmnG .mbr-section-btn {
  color: #767676;
}
.cid-rLL32GXmnG .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rLL32GXmnG .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-rLL32GXmnG .author {
  margin: auto 0;
}
.cid-rLL32GXmnG h3,
.cid-rLL32GXmnG h4 {
  margin: 0;
  padding: 0;
}
.cid-rLL32GXmnG H3 {
  color: #36404c;
}
.cid-rLL32GXmnG H4 {
  color: #767676;
}
.cid-rLL32GXmnG .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rLL32GXmnG .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-rLL32GXmnG .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-rLLuzUcGtO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fotolia-67401678-subscription-monthly-m-e1452789798609-1400x1007.jpg");
}
.cid-rLLuzUcGtO .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rLLuzUcGtO .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rLLuzUcGtO .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rLLuzUcGtO .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rLLuzUcGtO .container {
  max-width: 1600px;
}
.cid-rLLuzUcGtO .mbr-bold,
.cid-rLLuzUcGtO b {
  font-weight: 900;
}
.cid-rLLuzUcGtO .btn {
  color: white!important;
}
.cid-rLLuzUcGtO svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rLLuzUcGtO svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rLLuzUcGtO svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rLLuzUcGtO svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rLLuzUcGtO svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rLLuzUcGtO .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rLLuzUcGtO H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rLL9fUZt8i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLL9fUZt8i .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rLL9fUZt8i .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rLL9fUZt8i .card-img span {
  font-size: 100px;
}
.cid-rLL9fUZt8i .mbr-text,
.cid-rLL9fUZt8i .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-rLL9fUZt8i .mbr-section-title,
.cid-rLL9fUZt8i .card-img {
  color: #0b1b3f;
}
.cid-rLL9hXusoD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLL9hXusoD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLL9hXusoD .carousel-item.active,
.cid-rLL9hXusoD .carousel-item-next,
.cid-rLL9hXusoD .carousel-item-prev {
  display: flex;
}
.cid-rLL9hXusoD .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-rLL9hXusoD .face-icon {
  color: #ffffff;
  background: #149dcc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-rLL9hXusoD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rLL9hXusoD .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-rLL9hXusoD .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-rLL9hXusoD .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-rLL9hXusoD .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rLL9hXusoD H1 {
  color: #36404c;
}
.cid-rLL9hXusoD .mbr-text,
.cid-rLL9hXusoD .mbr-section-btn {
  color: #767676;
}
.cid-rLL9hXusoD .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rLL9hXusoD .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-rLL9hXusoD .author {
  margin: auto 0;
}
.cid-rLL9hXusoD h3,
.cid-rLL9hXusoD h4 {
  margin: 0;
  padding: 0;
}
.cid-rLL9hXusoD H3 {
  color: #36404c;
}
.cid-rLL9hXusoD H4 {
  color: #767676;
}
.cid-rLL9hXusoD .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rLL9hXusoD .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-rLL9hXusoD .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-rLLuMfTsnA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-421-624x417.jpg");
}
.cid-rLLuMfTsnA .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rLLuMfTsnA .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rLLuMfTsnA .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rLLuMfTsnA .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rLLuMfTsnA .container {
  max-width: 1600px;
}
.cid-rLLuMfTsnA .mbr-bold,
.cid-rLLuMfTsnA b {
  font-weight: 900;
}
.cid-rLLuMfTsnA .btn {
  color: white!important;
}
.cid-rLLuMfTsnA svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rLLuMfTsnA svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rLLuMfTsnA svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rLLuMfTsnA svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rLLuMfTsnA svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rLLuMfTsnA .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rLLuMfTsnA H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rLLa1MsGTJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLLa1MsGTJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rLLa1MsGTJ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rLLa1MsGTJ .card-img span {
  font-size: 100px;
}
.cid-rLLa1MsGTJ .mbr-text,
.cid-rLLa1MsGTJ .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-rLLa1MsGTJ .mbr-section-title,
.cid-rLLa1MsGTJ .card-img {
  color: #0b1b3f;
}
.cid-rLLa2CZjG7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLLa2CZjG7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLLa2CZjG7 .carousel-item.active,
.cid-rLLa2CZjG7 .carousel-item-next,
.cid-rLLa2CZjG7 .carousel-item-prev {
  display: flex;
}
.cid-rLLa2CZjG7 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-rLLa2CZjG7 .face-icon {
  color: #ffffff;
  background: #149dcc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-rLLa2CZjG7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rLLa2CZjG7 .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-rLLa2CZjG7 .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-rLLa2CZjG7 .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-rLLa2CZjG7 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rLLa2CZjG7 H1 {
  color: #36404c;
}
.cid-rLLa2CZjG7 .mbr-text,
.cid-rLLa2CZjG7 .mbr-section-btn {
  color: #767676;
}
.cid-rLLa2CZjG7 .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rLLa2CZjG7 .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-rLLa2CZjG7 .author {
  margin: auto 0;
}
.cid-rLLa2CZjG7 h3,
.cid-rLLa2CZjG7 h4 {
  margin: 0;
  padding: 0;
}
.cid-rLLa2CZjG7 H3 {
  color: #36404c;
}
.cid-rLLa2CZjG7 H4 {
  color: #767676;
}
.cid-rLLa2CZjG7 .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rLLa2CZjG7 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-rLLa2CZjG7 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-rLLc7uDQRw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/tosse-1280x720.jpeg");
}
.cid-rLLc7uDQRw .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rLLc7uDQRw .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rLLc7uDQRw .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rLLc7uDQRw .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rLLc7uDQRw .container {
  max-width: 1600px;
}
.cid-rLLc7uDQRw .mbr-bold,
.cid-rLLc7uDQRw b {
  font-weight: 900;
}
.cid-rLLc7uDQRw .btn {
  color: white!important;
}
.cid-rLLc7uDQRw svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rLLc7uDQRw svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rLLc7uDQRw svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rLLc7uDQRw svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rLLc7uDQRw svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rLLc7uDQRw .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rLLc7uDQRw H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rLLc8mXPIU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLLc8mXPIU .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rLLc8mXPIU .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rLLc8mXPIU .card-img span {
  font-size: 100px;
}
.cid-rLLc8mXPIU .mbr-text,
.cid-rLLc8mXPIU .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-rLLc8mXPIU .mbr-section-title,
.cid-rLLc8mXPIU .card-img {
  color: #0b1b3f;
}
.cid-rLLc9yVPn1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLLc9yVPn1 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLLc9yVPn1 .carousel-item.active,
.cid-rLLc9yVPn1 .carousel-item-next,
.cid-rLLc9yVPn1 .carousel-item-prev {
  display: flex;
}
.cid-rLLc9yVPn1 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-rLLc9yVPn1 .face-icon {
  color: #ffffff;
  background: #149dcc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-rLLc9yVPn1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rLLc9yVPn1 .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-rLLc9yVPn1 .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-rLLc9yVPn1 .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-rLLc9yVPn1 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rLLc9yVPn1 H1 {
  color: #36404c;
}
.cid-rLLc9yVPn1 .mbr-text,
.cid-rLLc9yVPn1 .mbr-section-btn {
  color: #767676;
}
.cid-rLLc9yVPn1 .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rLLc9yVPn1 .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-rLLc9yVPn1 .author {
  margin: auto 0;
}
.cid-rLLc9yVPn1 h3,
.cid-rLLc9yVPn1 h4 {
  margin: 0;
  padding: 0;
}
.cid-rLLc9yVPn1 H3 {
  color: #36404c;
}
.cid-rLLc9yVPn1 H4 {
  color: #767676;
}
.cid-rLLc9yVPn1 .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rLLc9yVPn1 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-rLLc9yVPn1 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-rLLe1mGy38 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cpssesta-1000x600.jpg");
}
.cid-rLLe1mGy38 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rLLe1mGy38 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rLLe1mGy38 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rLLe1mGy38 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rLLe1mGy38 .container {
  max-width: 1600px;
}
.cid-rLLe1mGy38 .mbr-bold,
.cid-rLLe1mGy38 b {
  font-weight: 900;
}
.cid-rLLe1mGy38 .btn {
  color: white!important;
}
.cid-rLLe1mGy38 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rLLe1mGy38 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rLLe1mGy38 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rLLe1mGy38 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rLLe1mGy38 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rLLe1mGy38 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rLLe1mGy38 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rLLegW20bC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLLegW20bC .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rLLegW20bC .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rLLegW20bC .card-img span {
  font-size: 100px;
}
.cid-rLLegW20bC .mbr-text,
.cid-rLLegW20bC .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-rLLegW20bC .mbr-section-title,
.cid-rLLegW20bC .card-img {
  color: #0b1b3f;
}
.cid-rLLevFuHEp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLLevFuHEp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLLevFuHEp .carousel-item.active,
.cid-rLLevFuHEp .carousel-item-next,
.cid-rLLevFuHEp .carousel-item-prev {
  display: flex;
}
.cid-rLLevFuHEp .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-rLLevFuHEp .face-icon {
  color: #ffffff;
  background: #149dcc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-rLLevFuHEp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rLLevFuHEp .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-rLLevFuHEp .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-rLLevFuHEp .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-rLLevFuHEp .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rLLevFuHEp H1 {
  color: #36404c;
}
.cid-rLLevFuHEp .mbr-text,
.cid-rLLevFuHEp .mbr-section-btn {
  color: #767676;
}
.cid-rLLevFuHEp .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rLLevFuHEp .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-rLLevFuHEp .author {
  margin: auto 0;
}
.cid-rLLevFuHEp h3,
.cid-rLLevFuHEp h4 {
  margin: 0;
  padding: 0;
}
.cid-rLLevFuHEp H3 {
  color: #36404c;
}
.cid-rLLevFuHEp H4 {
  color: #767676;
}
.cid-rLLevFuHEp .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rLLevFuHEp .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-rLLevFuHEp .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-rLLfhIxi6l {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/menino-afro-americano-com-cabelo-preto-poder-amarelo-sorrindo-garoto-preto-com-um-cabelo-preto-poder-garoto-preto-com-um-cabelo-preto-poder-descendencia-africana-63135-655-626x417.jpg");
}
.cid-rLLfhIxi6l .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rLLfhIxi6l .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rLLfhIxi6l .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rLLfhIxi6l .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rLLfhIxi6l .container {
  max-width: 1600px;
}
.cid-rLLfhIxi6l .mbr-bold,
.cid-rLLfhIxi6l b {
  font-weight: 900;
}
.cid-rLLfhIxi6l .btn {
  color: white!important;
}
.cid-rLLfhIxi6l svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rLLfhIxi6l svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rLLfhIxi6l svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rLLfhIxi6l svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rLLfhIxi6l svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rLLfhIxi6l .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rLLfhIxi6l H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rLLfe3OpLT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rLLfe3OpLT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rLLfe3OpLT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rLLfe3OpLT .card-img span {
  font-size: 100px;
}
.cid-rLLfe3OpLT .mbr-text,
.cid-rLLfe3OpLT .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-rLLfe3OpLT .mbr-section-title,
.cid-rLLfe3OpLT .card-img {
  color: #0b1b3f;
}
.cid-rLLfnoJEcT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLLfnoJEcT .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLLfnoJEcT .carousel-item.active,
.cid-rLLfnoJEcT .carousel-item-next,
.cid-rLLfnoJEcT .carousel-item-prev {
  display: flex;
}
.cid-rLLfnoJEcT .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-rLLfnoJEcT .face-icon {
  color: #ffffff;
  background: #149dcc;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-rLLfnoJEcT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rLLfnoJEcT .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-rLLfnoJEcT .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-rLLfnoJEcT .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-rLLfnoJEcT .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-rLLfnoJEcT H1 {
  color: #36404c;
}
.cid-rLLfnoJEcT .mbr-text,
.cid-rLLfnoJEcT .mbr-section-btn {
  color: #767676;
}
.cid-rLLfnoJEcT .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rLLfnoJEcT .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-rLLfnoJEcT .author {
  margin: auto 0;
}
.cid-rLLfnoJEcT h3,
.cid-rLLfnoJEcT h4 {
  margin: 0;
  padding: 0;
}
.cid-rLLfnoJEcT H3 {
  color: #36404c;
}
.cid-rLLfnoJEcT H4 {
  color: #767676;
}
.cid-rLLfnoJEcT .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rLLfnoJEcT .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-rLLfnoJEcT .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-rKXh08jgsu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7aba59;
}
