body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ed6436 !important;
}
.bg-success {
  background-color: #c3163c !important;
}
.bg-info {
  background-color: #6c758f !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #ed6436 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent !important;
  border: none !important;
  color: #ed6436 !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #002868 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: #002868 !important;
  border-color: #002868 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000b1c !important;
  border-color: #000b1c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000b1c !important;
  border-color: #000b1c !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #002868 inset !important;
  background: transparent !important;
  border: none !important;
  color: #002868 !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 #6c758f 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: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4b5163 !important;
  border-color: #4b5163 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4b5163 !important;
  border-color: #4b5163 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #6c758f inset !important;
  background: transparent !important;
  border: none !important;
  color: #6c758f !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 #c3163c 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: #c3163c !important;
  border-color: #c3163c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7e0e27 !important;
  border-color: #7e0e27 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7e0e27 !important;
  border-color: #7e0e27 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #c3163c inset !important;
  background: transparent !important;
  border: none !important;
  color: #c3163c !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: #879a9f !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: #b1a374 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ad3710;
  color: #ad3710;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed6436;
  border-color: #ed6436;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #ed6436 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #ed6436;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #002868 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: #000102;
  color: #000102;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #002868;
  border-color: #002868;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #002868 !important;
  border-color: #002868 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #002868 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: #002868;
  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 #6c758f 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: #404555;
  color: #404555;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #6c758f;
  border-color: #6c758f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #6c758f 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: #6c758f;
  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 #c3163c 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: #670c20;
  color: #670c20;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c3163c;
  border-color: #c3163c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c3163c !important;
  border-color: #c3163c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #c3163c 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: #c3163c;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #879a9f;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #b1a374;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ed6436 !important;
}
.text-secondary {
  color: #002868 !important;
}
.text-success {
  color: #c3163c !important;
}
.text-info {
  color: #6c758f !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed6436 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #002868 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #670c20 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404555 !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: #6c758f;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed6436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ee6a87;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4b9c6;
}
.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: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed6436;
  border-bottom-color: #ed6436;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #002868 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ed6436' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sQYD5c5meb {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/00.jpg");
}
.cid-sQYD5c5meb .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQYD5c5meb .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQYD5c5meb .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQYD5c5meb .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQYD5c5meb .container {
  max-width: 1600px;
}
.cid-sQYD5c5meb .mbr-bold,
.cid-sQYD5c5meb b {
  font-weight: 900;
}
.cid-sQYD5c5meb .btn {
  color: white !important;
}
.cid-sQYD5c5meb svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQYD5c5meb svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQYD5c5meb svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQYD5c5meb svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQYD5c5meb svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQYD5c5meb .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sQYD5c5meb H1 {
  color: #ffffff;
}
.cid-sRau9sqhct {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sRau9sqhct .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sRau9sqhct .icon-box {
  background: #c3163c;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sRau9sqhct .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sRau9sqhct .card {
    margin-bottom: 2rem;
  }
  .cid-sRau9sqhct .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRau9sqhct .card-title,
.cid-sRau9sqhct .card-box {
  color: #002868;
}
.cid-sRau9sqhct .icon-title {
  color: #002868;
}
.cid-sRau9sqhct .icon-text {
  color: #6c758f;
}
.cid-sRau9sqhct .mbr-text,
.cid-sRau9sqhct .mbr-section-btn {
  color: #6c758f;
}
.cid-sRaDAEV08B {
  padding-top: 105px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-sRaDAEV08B .accordion .card {
  overflow: hidden;
}
.cid-sRaDAEV08B .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sRaDAEV08B .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sRaDAEV08B .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sRaDAEV08B .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sRaDAEV08B .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-sRaDAEV08B .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sRaDAEV08B .card .panel-body {
  color: #767676;
}
.cid-sRaDAEV08B .card:hover {
  background: #efefef;
}
.cid-sRaDAEV08B .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #c3163c;
}
.cid-sRaDAEV08B .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sRaDAEV08B .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sRaDAEV08B .panel-text {
  padding: 0rem;
  color: #6c758f;
}
.cid-sRaDAEV08B .panel-collapse {
  margin-top: -1px;
}
.cid-sRaDAEV08B H4 {
  color: #002868;
}
@media (max-width: 767px) {
  .cid-sRaDAEV08B .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sRaDAEV08B .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sRaDAEV08B .sign {
    margin-right: 0.5rem;
  }
}
.cid-sRaDAEV08B H2 {
  color: #002868;
}
.cid-sRaDAEV08B .text {
  color: #6c758f;
  text-align: left;
}
.cid-rGtR6rcDwG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtR6rcDwG .card-img {
  position: relative;
  height: 100%;
}
.cid-rGtR6rcDwG .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-rGtR6rcDwG .bone-col {
  padding: 2rem 0;
}
.cid-rGtR6rcDwG .card-wrapper {
  padding: 1.5rem 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-rGtR6rcDwG .row {
  background: #002868;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  justify-content: center;
  padding: 0rem;
}
.cid-rGtR6rcDwG p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-rGtR6rcDwG .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-rGtR6rcDwG .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-rGtR6rcDwG .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-rGtR6rcDwG .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-rGtR6rcDwG .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGtR6rcDwG .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGtR6rcDwG H5 {
  color: #ed6436;
}
.cid-sQYDjIXzuv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sQYDjIXzuv .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQYDjIXzuv .content {
    padding: 0 2rem;
  }
}
.cid-sQYDjIXzuv .row {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-sQYDjIXzuv .img-col {
  padding: 0;
}
.cid-sQYDjIXzuv .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQYDjIXzuv .mbr-iconfont {
  font-size: 3rem;
  color: #c3163c !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sQYDjIXzuv .icon-title,
.cid-sQYDjIXzuv .icon-wrap {
  color: #002868;
}
.cid-sQYDjIXzuv .mbr-text,
.cid-sQYDjIXzuv .mbr-section-btn,
.cid-sQYDjIXzuv .content {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-sQYDjIXzuv .content {
    margin: auto;
  }
}
.cid-sQYDjIXzuv H1 {
  color: #002868;
}
.cid-sQYDjIXzuv P {
  color: #6c758f;
}
.cid-rOe4PJuR5M {
  padding-top: 105px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-rOe4PJuR5M .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rOe4PJuR5M .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rOe4PJuR5M .acc {
    padding: 0 2rem;
  }
}
.cid-rOe4PJuR5M .img-col {
  padding: 0;
}
.cid-rOe4PJuR5M .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rOe4PJuR5M .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rOe4PJuR5M .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rOe4PJuR5M .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rOe4PJuR5M .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-rOe4PJuR5M .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rOe4PJuR5M .card .panel-body {
  color: #767676;
}
.cid-rOe4PJuR5M .card:hover {
  background: #f2f2f4;
}
.cid-rOe4PJuR5M .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #c3163c;
}
.cid-rOe4PJuR5M .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rOe4PJuR5M .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rOe4PJuR5M .panel-text {
  padding: 0rem;
  color: #6c758f;
}
.cid-rOe4PJuR5M .panel-collapse {
  margin-top: -1px;
}
.cid-rOe4PJuR5M H4 {
  color: #002868;
}
@media (max-width: 992px) {
  .cid-rOe4PJuR5M .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rOe4PJuR5M .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rOe4PJuR5M .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rOe4PJuR5M .sign {
    margin-right: 0.5rem;
  }
}
.cid-rOe4PJuR5M H2 {
  color: #002868;
}
.cid-sRgIKnikYH {
  padding-top: 105px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-sRgIKnikYH .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sRgIKnikYH .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sRgIKnikYH .acc {
    padding: 0 2rem;
  }
}
.cid-sRgIKnikYH .img-col {
  padding: 0;
}
.cid-sRgIKnikYH .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sRgIKnikYH .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sRgIKnikYH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sRgIKnikYH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sRgIKnikYH .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sRgIKnikYH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sRgIKnikYH .card .panel-body {
  color: #767676;
}
.cid-sRgIKnikYH .card:hover {
  background: #f2f2f4;
}
.cid-sRgIKnikYH .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #c3163c;
}
.cid-sRgIKnikYH .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sRgIKnikYH .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sRgIKnikYH .panel-text {
  padding: 0rem;
  color: #6c758f;
}
.cid-sRgIKnikYH .panel-collapse {
  margin-top: -1px;
}
.cid-sRgIKnikYH H4 {
  color: #002868;
}
@media (max-width: 992px) {
  .cid-sRgIKnikYH .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRgIKnikYH .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sRgIKnikYH .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sRgIKnikYH .sign {
    margin-right: 0.5rem;
  }
}
.cid-sRgIKnikYH H2 {
  color: #002868;
}
.cid-sQYDRv9jvn {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQYDRv9jvn .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQYDRv9jvn h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-sQYDRv9jvn .svg11 path {
  fill: #002868;
}
.cid-sQYDRv9jvn .svg21 path {
  fill: #002868;
}
.cid-sQYDRv9jvn .svg31 path {
  fill: #002868;
}
.cid-sQYDRv9jvn .svg4 path {
  fill: #002868 !important;
}
.cid-sQYDRv9jvn .svg12 path,
.cid-sQYDRv9jvn .svg22 path,
.cid-sQYDRv9jvn .svg32 path {
  fill: #ffffff;
  stroke: #c3163c;
}
.cid-sQYDRv9jvn .card {
  position: relative;
  height: 300px;
}
.cid-sQYDRv9jvn .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-sQYDRv9jvn .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-sQYDRv9jvn .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQYDRv9jvn .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQYDRv9jvn .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQYDRv9jvn .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQYDRv9jvn .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQYDRv9jvn .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQYDRv9jvn .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQYDRv9jvn .card .svg22,
.cid-sQYDRv9jvn .card .svg32,
.cid-sQYDRv9jvn .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-sQYDRv9jvn .card .svg21,
.cid-sQYDRv9jvn .card .svg31,
.cid-sQYDRv9jvn .card .svg11 {
  z-index: 2;
}
.cid-sQYDRv9jvn .card div {
  z-index: 3;
}
.cid-sQYDRv9jvn .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQYDRv9jvn .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQYDRv9jvn .mbr-iconfont {
  color: #c3163c !important;
  font-size: 2.5rem !important;
}
.cid-sQYDRv9jvn .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQYDRv9jvn .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQYDRv9jvn .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQYDRv9jvn .card {
    margin-bottom: 2rem;
  }
  .cid-sQYDRv9jvn .card svg {
    left: 30px;
  }
  .cid-sQYDRv9jvn .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-sQYDRv9jvn .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-sQYDRv9jvn h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQYDRv9jvn .card {
    max-width: 330px;
  }
  .cid-sQYDRv9jvn .card svg {
    left: 0px;
  }
}
.cid-sQYDRv9jvn H2 {
  color: #002868;
}
.cid-sRaoFiljzF {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRaoFiljzF .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sRaoFiljzF h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-sRaoFiljzF .svg11 path {
  fill: #002868;
}
.cid-sRaoFiljzF .svg21 path {
  fill: #002868;
}
.cid-sRaoFiljzF .svg31 path {
  fill: #002868;
}
.cid-sRaoFiljzF .svg4 path {
  fill: #002868 !important;
}
.cid-sRaoFiljzF .svg12 path,
.cid-sRaoFiljzF .svg22 path,
.cid-sRaoFiljzF .svg32 path {
  fill: #ffffff;
  stroke: #c3163c;
}
.cid-sRaoFiljzF .card {
  position: relative;
  height: 300px;
}
.cid-sRaoFiljzF .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-sRaoFiljzF .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-sRaoFiljzF .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sRaoFiljzF .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sRaoFiljzF .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sRaoFiljzF .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sRaoFiljzF .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sRaoFiljzF .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sRaoFiljzF .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sRaoFiljzF .card .svg22,
.cid-sRaoFiljzF .card .svg32,
.cid-sRaoFiljzF .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-sRaoFiljzF .card .svg21,
.cid-sRaoFiljzF .card .svg31,
.cid-sRaoFiljzF .card .svg11 {
  z-index: 2;
}
.cid-sRaoFiljzF .card div {
  z-index: 3;
}
.cid-sRaoFiljzF .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sRaoFiljzF .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sRaoFiljzF .mbr-iconfont {
  color: #c3163c !important;
  font-size: 2.5rem !important;
}
.cid-sRaoFiljzF .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sRaoFiljzF .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sRaoFiljzF .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sRaoFiljzF .card {
    margin-bottom: 2rem;
  }
  .cid-sRaoFiljzF .card svg {
    left: 30px;
  }
  .cid-sRaoFiljzF .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-sRaoFiljzF .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-sRaoFiljzF h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sRaoFiljzF .card {
    max-width: 330px;
  }
  .cid-sRaoFiljzF .card svg {
    left: 0px;
  }
}
.cid-sRaoESTPUg {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sRaoESTPUg .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sRaoESTPUg h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-sRaoESTPUg .svg11 path {
  fill: #002868;
}
.cid-sRaoESTPUg .svg21 path {
  fill: #002868;
}
.cid-sRaoESTPUg .svg31 path {
  fill: #002868;
}
.cid-sRaoESTPUg .svg4 path {
  fill: #002868 !important;
}
.cid-sRaoESTPUg .svg12 path,
.cid-sRaoESTPUg .svg22 path,
.cid-sRaoESTPUg .svg32 path {
  fill: #ffffff;
  stroke: #c3163c;
}
.cid-sRaoESTPUg .card {
  position: relative;
  height: 300px;
}
.cid-sRaoESTPUg .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-sRaoESTPUg .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-sRaoESTPUg .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sRaoESTPUg .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sRaoESTPUg .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sRaoESTPUg .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sRaoESTPUg .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sRaoESTPUg .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sRaoESTPUg .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sRaoESTPUg .card .svg22,
.cid-sRaoESTPUg .card .svg32,
.cid-sRaoESTPUg .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-sRaoESTPUg .card .svg21,
.cid-sRaoESTPUg .card .svg31,
.cid-sRaoESTPUg .card .svg11 {
  z-index: 2;
}
.cid-sRaoESTPUg .card div {
  z-index: 3;
}
.cid-sRaoESTPUg .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sRaoESTPUg .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sRaoESTPUg .mbr-iconfont {
  color: #c3163c !important;
  font-size: 2.5rem !important;
}
.cid-sRaoESTPUg .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sRaoESTPUg .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sRaoESTPUg .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sRaoESTPUg .card {
    margin-bottom: 2rem;
  }
  .cid-sRaoESTPUg .card svg {
    left: 30px;
  }
  .cid-sRaoESTPUg .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-sRaoESTPUg .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-sRaoESTPUg h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sRaoESTPUg .card {
    max-width: 330px;
  }
  .cid-sRaoESTPUg .card svg {
    left: 0px;
  }
}
.cid-rGtR3muz6c {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGtR3muz6c .mbr-text {
  color: #767676;
}
.cid-rGtR3muz6c .mbr-iconfont {
  color: #c3163c !important;
  font-size: 4rem!important;
}
.cid-rGtR3muz6c .card-img {
  margin-bottom: 3rem;
}
.cid-rGtR3muz6c .card-wrapper {
  background: #f2f2f4;
  padding: 1rem 2rem;
  border-radius: 30px;
}
.cid-rGtR3muz6c .link {
  margin: 0;
}
.cid-rGtR3muz6c p {
  font-weight: 400;
}
.cid-rGtR3muz6c .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGtR3muz6c .link a:hover {
  color: #181818 !important;
}
.cid-rGtR3muz6c .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtR3muz6c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtR3muz6c .card {
    margin-bottom: 3rem;
  }
}
.cid-rGtR3muz6c .mbr-text,
.cid-rGtR3muz6c .link {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-rGtR3muz6c .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGtR3muz6c .card-title,
.cid-rGtR3muz6c .card-img {
  text-align: left;
  color: #002868;
}
.cid-t8CxV65ycV {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t8CxV65ycV .mbr-text {
  color: #767676;
}
.cid-t8CxV65ycV .mbr-iconfont {
  color: #c3163c !important;
  font-size: 4rem!important;
}
.cid-t8CxV65ycV .card-img {
  margin-bottom: 3rem;
}
.cid-t8CxV65ycV .card-wrapper {
  background: #f2f2f4;
  padding: 1rem 2rem;
  border-radius: 30px;
}
.cid-t8CxV65ycV .link {
  margin: 0;
}
.cid-t8CxV65ycV p {
  font-weight: 400;
}
.cid-t8CxV65ycV .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-t8CxV65ycV .link a:hover {
  color: #181818 !important;
}
.cid-t8CxV65ycV .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-t8CxV65ycV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t8CxV65ycV .card {
    margin-bottom: 3rem;
  }
}
.cid-t8CxV65ycV .mbr-text,
.cid-t8CxV65ycV .link {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-t8CxV65ycV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t8CxV65ycV .card-title,
.cid-t8CxV65ycV .card-img {
  text-align: left;
  color: #002868;
}
.cid-rGtR4gKLIa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtR4gKLIa .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtR4gKLIa .content {
    padding: 0 2rem;
  }
}
.cid-rGtR4gKLIa .img-col {
  padding: 0;
}
.cid-rGtR4gKLIa .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
}
.cid-rGtR4gKLIa p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rGtR4gKLIa .mbr-iconfont {
  font-size: 5rem;
  color: #c3163c !important;
}
.cid-rGtR4gKLIa .icon-title,
.cid-rGtR4gKLIa .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtR4gKLIa .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtR4gKLIa .icon-wrap {
    margin: auto;
  }
}
.cid-rGtR4gKLIa H3 {
  color: #ed6436;
}
.cid-sQYDSH3U4Z {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQYDSH3U4Z .btn-col {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sQYDSH3U4Z .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-sQYDSH3U4Z .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 30px;
  opacity: 0.3;
  pointer-events: none;
}
.cid-sQYDSH3U4Z .card-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 30px;
}
.cid-sQYDSH3U4Z .wrapper {
  position: absolute;
  padding: 1rem;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: fit-content;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .cid-sQYDSH3U4Z .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-sQYDSH3U4Z .wrapper {
    top: auto;
    bottom: 0rem;
    -webkit-transform: none;
    transform: none;
  }
  .cid-sQYDSH3U4Z .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQYDSH3U4Z .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sQYDSH3U4Z .card-wrapper {
    position: relative;
  }
  .cid-sQYDSH3U4Z .card-wrapper:before {
    opacity: 0;
  }
  .cid-sQYDSH3U4Z .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-sQYDSH3U4Z .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-sQYDSH3U4Z .wrapper {
    opacity: 0;
  }
  .cid-sQYDSH3U4Z .btn-col {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
.cid-sQYDSH3U4Z H4 {
  color: #ed6436;
}
.cid-sQYDSH3U4Z .mbr-section-title,
.cid-sQYDSH3U4Z .underline {
  text-align: left;
  color: #002868;
}
.cid-tggvrt28lU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tggvrt28lU .mbr-section-title {
  margin-bottom: 0;
  color: #002868;
}
.cid-tggvrt28lU .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tggvrt28lU .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-tggvrt28lU .form-control {
    margin-bottom: 15px;
  }
}
.cid-tggv4qRaOQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tggv4qRaOQ .price-term {
  vertical-align: top;
}
.cid-tggv4qRaOQ h4 {
  margin: 0;
}
.cid-tggv4qRaOQ .card1 {
  background: #f2f2f4;
}
.cid-tggv4qRaOQ .card2 {
  background: #002868;
}
.cid-tggv4qRaOQ .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-tggv4qRaOQ .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #002868;
    border-radius: 30px;
  }
}
.cid-tggv4qRaOQ .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 2rem;
}
.cid-tggv4qRaOQ .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-tggv4qRaOQ .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-tggv4qRaOQ .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-tggv4qRaOQ .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-tggv4qRaOQ .plan-header {
  padding: 3rem 3rem 0rem 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-tggv4qRaOQ .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-tggv4qRaOQ .plan-price {
  padding: 2rem 2rem;
}
.cid-tggv4qRaOQ .month {
  letter-spacing: 2px;
}
.cid-tggv4qRaOQ .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-tggv4qRaOQ .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tggv4qRaOQ .price-value,
.cid-tggv4qRaOQ .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-tggv4qRaOQ .plan {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tggv4qRaOQ .plan-price {
    padding: 2rem 1rem;
  }
  .cid-tggv4qRaOQ .plan-body {
    padding: 0;
  }
  .cid-tggv4qRaOQ .plan-header {
    padding: 2rem 1rem;
  }
  .cid-tggv4qRaOQ .plan-item {
    padding: 0 1rem;
  }
}
.cid-tggv4qRaOQ .plan-title {
  color: #c3163c;
}
.cid-tggv4qRaOQ .plan-title2 {
  color: #ffffff;
}
.cid-tggv4qRaOQ .month2,
.cid-tggv4qRaOQ .plan-header {
  color: #ffffff;
}
.cid-tggv4qRaOQ .item2 {
  color: #ffffff;
}
.cid-tggv4qRaOQ .price-figure2 {
  color: #ffffff;
}
.cid-tggv4qRaOQ .price-value2 {
  color: #ffffff;
}
.cid-sRrStnDHeH {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sRrStnDHeH .mbr-section-title {
  color: #06182d;
}
.cid-sRrStnDHeH .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #002868;
  background: linear-gradient(#002868 0%, #c3163c 69%, #c3163c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sRrStnDHeH .mbr-section-subtitle {
  color: #06182d;
}
.cid-sRrStnDHeH .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sRrStnDHeH .mbr-text {
  color: #6c758f;
  font-weight: 300;
}
.cid-sRrStnDHeH .title-text {
  margin-bottom: 70px;
}
.cid-sRrStnDHeH .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-sRrStnDHeH .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-sRrStnDHeH .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sRrStnDHeH .title-text .mbr-section-title {
  color: #002868;
}
.cid-sRrStnDHeH .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-sRrStnDHeH .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-sRrStnDHeH .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sRrStnDHeH .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #c3163c;
}
.cid-sRrStnDHeH .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sRrStnDHeH .p-4 {
  padding: 1rem 0 !important;
}
.cid-sRrStnDHeH .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sRrStnDHeH .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sRrStnDHeH .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sRrStnDHeH .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sRrStnDHeH .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sRrStnDHeH .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-sRrStnDHeH .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-sRrStnDHeH .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sRrStnDHeH .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sRrStnDHeH .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #c3163c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-sRrStnDHeH .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-sRrStnDHeH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sRrStnDHeH .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-sRrStnDHeH .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-sRrStnDHeH .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-sRrStnDHeH .card .card-header a.panel-title .toggle-icon:before,
.cid-sRrStnDHeH .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sRrStnDHeH .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-sRrStnDHeH .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sRrStnDHeH .card .panel-body {
  padding: 14px 20px;
}
.cid-sRrStnDHeH .card .panel-body p {
  color: #6c758f;
  line-height: 1.5;
}
.cid-sRrStnDHeH .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-rGtR6OAlMl {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtR6OAlMl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtR6OAlMl .select {
  z-index: 9999;
}
.cid-rGtR6OAlMl img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  object-fit: cover;
}
.cid-rGtR6OAlMl .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-rGtR6OAlMl .mbr-form {
    max-width: 500px;
  }
}
.cid-rGtR6OAlMl .col-auto {
  width: 100%;
  margin: auto;
}
.cid-rGtR6OAlMl .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-rGtR6OAlMl .img-col {
  padding: 0;
}
.cid-rGtR6OAlMl form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rGtR6OAlMl .jq-selectbox__dropdown,
.cid-rGtR6OAlMl ul {
  border-radius: 20px!important;
}
.cid-rGtR6OAlMl .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtR6OAlMl .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtR6OAlMl .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtR6OAlMl input,
.cid-rGtR6OAlMl textarea,
.cid-rGtR6OAlMl .select {
  border-radius: 30px;
}
.cid-rGtR6OAlMl input,
.cid-rGtR6OAlMl textarea {
  padding: 2rem 3rem;
}
.cid-rGtR6OAlMl textarea {
  min-height: 10rem;
}
.cid-rGtR6OAlMl .form-control,
.cid-rGtR6OAlMl .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtR6OAlMl .form-control::-webkit-input-placeholder,
.cid-rGtR6OAlMl .field-input::-webkit-input-placeholder,
.cid-rGtR6OAlMl .form-control::-webkit-input-placeholder,
.cid-rGtR6OAlMl .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtR6OAlMl .form-control:-moz-placeholder,
.cid-rGtR6OAlMl .field-input:-moz-placeholder,
.cid-rGtR6OAlMl .form-control:-moz-placeholder,
.cid-rGtR6OAlMl .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtR6OAlMl .form-control:hover,
.cid-rGtR6OAlMl .field-input:hover,
.cid-rGtR6OAlMl .form-control:focus,
.cid-rGtR6OAlMl .field-input:focus {
  background-color: #ffffff;
  border-color: #002828;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtR6OAlMl .form-control:hover::-webkit-input-placeholder,
.cid-rGtR6OAlMl .field-input:hover::-webkit-input-placeholder,
.cid-rGtR6OAlMl .form-control:focus::-webkit-input-placeholder,
.cid-rGtR6OAlMl .field-input:focus::-webkit-input-placeholder,
.cid-rGtR6OAlMl .form-control:hover::-webkit-input-placeholder,
.cid-rGtR6OAlMl .field-input:hover::-webkit-input-placeholder,
.cid-rGtR6OAlMl .form-control:focus::-webkit-input-placeholder,
.cid-rGtR6OAlMl .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtR6OAlMl .form-control:hover:-moz-placeholder,
.cid-rGtR6OAlMl .field-input:hover:-moz-placeholder,
.cid-rGtR6OAlMl .form-control:focus:-moz-placeholder,
.cid-rGtR6OAlMl .field-input:focus:-moz-placeholder,
.cid-rGtR6OAlMl .form-control:hover:-moz-placeholder,
.cid-rGtR6OAlMl .field-input:hover:-moz-placeholder,
.cid-rGtR6OAlMl .form-control:focus:-moz-placeholder,
.cid-rGtR6OAlMl .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtR6OAlMl .jq-number__spin:hover,
.cid-rGtR6OAlMl .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #002828;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rGtR6OAlMl .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtR6OAlMl .jq-selectbox li,
.cid-rGtR6OAlMl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtR6OAlMl .jq-selectbox li:hover,
.cid-rGtR6OAlMl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtR6OAlMl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtR6OAlMl .jq-number__spin.minus:hover:after,
.cid-rGtR6OAlMl .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtR6OAlMl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtR6OAlMl .jq-number__spin.minus:after,
.cid-rGtR6OAlMl .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtR6OAlMl input::-webkit-clear-button {
  display: none;
}
.cid-rGtR6OAlMl input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtR6OAlMl input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtR6OAlMl input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rGtR6OAlMl .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-rGtR6OAlMl img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtR6OAlMl form {
    padding: 2rem 1rem;
  }
  .cid-rGtR6OAlMl .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rGtR6OAlMl .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rGtR6OAlMl img {
    height: 260px;
    width: 260px;
  }
}
.cid-rGtR6OAlMl H4 {
  color: #c3163c;
}
.cid-rGtR6OAlMl H5 {
  color: #002868;
}
.cid-tghDACNDvf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .content {
    text-align: center;
  }
  .cid-tghDACNDvf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tghDACNDvf .img-logo img {
  height: 6rem;
}
.cid-tghDACNDvf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tghDACNDvf .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tghDACNDvf .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tghDACNDvf .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tghDACNDvf .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tghDACNDvf .social-list a:hover {
  opacity: 1;
}
.cid-tghDACNDvf .form-control {
  min-height: auto;
  color: #6c758f !important;
  border: none;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #6c758f;
}
.cid-tghDACNDvf .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tghDACNDvf input::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf input::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf .list {
  list-style-type: none;
  padding: 0;
}
.cid-tghDACNDvf .list li {
  padding-bottom: .5rem;
}
.cid-tghDACNDvf .list li:last-child {
  padding-bottom: 0;
}
.cid-tghDACNDvf .mbr-footer-list,
.cid-tghDACNDvf .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .mbr-footer-list,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .footer-title,
  .cid-tghDACNDvf .footer-main-title,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .list {
    text-align: center !important;
  }
  .cid-tghDACNDvf .mbr-form,
  .cid-tghDACNDvf .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tghDACNDvf .footer-title {
  color: #002868;
}
.cid-tghDACNDvf .footer-main-title {
  color: #002868;
}
.cid-tghDACNDvf .form-text {
  color: #c3163c;
}
.cid-tghDACNDvf .mbr-footer-list {
  color: #002868;
}
.cid-sQZusFXPNc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c3163c;
  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-sQZusFXPNc .nav-item,
.cid-sQZusFXPNc .nav-link,
.cid-sQZusFXPNc .navbar-caption {
  font-weight: normal;
}
.cid-sQZusFXPNc .nav-item:focus,
.cid-sQZusFXPNc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQZusFXPNc .nav-item .nav-link {
    position: relative;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c3163c;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-sQZusFXPNc .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-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-sQZusFXPNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQZusFXPNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQZusFXPNc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sQZusFXPNc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQZusFXPNc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQZusFXPNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQZusFXPNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4rem);
  }
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQZusFXPNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQZusFXPNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQZusFXPNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQZusFXPNc .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-sQZusFXPNc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQZusFXPNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQZusFXPNc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQZusFXPNc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQZusFXPNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQZusFXPNc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQZusFXPNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQZusFXPNc .dropdown-item.active,
.cid-sQZusFXPNc .dropdown-item:active {
  background-color: transparent;
}
.cid-sQZusFXPNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQZusFXPNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQZusFXPNc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQZusFXPNc .navbar-buttons {
  text-align: center;
}
.cid-sQZusFXPNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQZusFXPNc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sQZusFXPNc .soc-item {
  margin: .5rem .3rem;
}
.cid-sQZusFXPNc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link,
.cid-sQZusFXPNc a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sQZusFXPNc a.nav-link:hover .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQZusFXPNc .navbar {
    height: 77px;
  }
  .cid-sQZusFXPNc .navbar.opened {
    height: auto;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9LQ9H42lr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #002868;
}
.cid-t9LQ9H42lr svg {
  position: absolute;
  top: 0;
}
.cid-t9LQ9H42lr .svg-1 {
  fill: #c3163c;
}
.cid-t9LQ9H42lr .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t9LQ9H42lr {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.cid-t9LQ9H42lr .mbr-text {
  color: #bbbbbb;
}
.cid-t9LQ9H42lr a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tggyujifvl.popup-builder {
  background-color: #ffffff;
}
.cid-tggyujifvl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tggyujifvl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tggyujifvl .modal-content,
.cid-tggyujifvl .modal-dialog {
  height: auto;
}
.cid-tggyujifvl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tggyujifvl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tggyujifvl .form-wrapper .mbr-form .form-group,
  .cid-tggyujifvl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tggyujifvl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tggyujifvl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tggyujifvl .mbr-text {
  text-align: center;
}
.cid-tggyujifvl .pt-0 {
  padding-top: 0 !important;
}
.cid-tggyujifvl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tggyujifvl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tggyujifvl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tggyujifvl .modal-open {
  overflow: hidden;
}
.cid-tggyujifvl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tggyujifvl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tggyujifvl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tggyujifvl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tggyujifvl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tggyujifvl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tggyujifvl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tggyujifvl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tggyujifvl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tggyujifvl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tggyujifvl .modal-backdrop.fade {
  opacity: 0;
}
.cid-tggyujifvl .modal-backdrop.show {
  opacity: .5;
}
.cid-tggyujifvl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tggyujifvl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tggyujifvl .modal-header {
    padding: 1rem;
  }
}
.cid-tggyujifvl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tggyujifvl .modal-header .close svg {
  fill: #353535;
}
.cid-tggyujifvl .modal-header .close:hover {
  opacity: 1;
}
.cid-tggyujifvl .modal-header .close:focus {
  outline: none;
}
.cid-tggyujifvl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tggyujifvl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tggyujifvl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tggyujifvl .modal-body {
    padding: 1rem;
  }
}
.cid-tggyujifvl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tggyujifvl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tggyujifvl .modal-footer {
    padding: 1rem;
  }
}
.cid-tggyujifvl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tggyujifvl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tggyujifvl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tggyujifvl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tggyujifvl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tggyujifvl .modal-lg,
  .cid-tggyujifvl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tggyujifvl .modal-xl {
    max-width: 1140px;
  }
}
.cid-tggyujifvl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tggyujifvl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tggyujifvl .form-group {
  margin-bottom: 1rem;
}
.cid-tggyujifvl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tggyujifvl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tggyujifvl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tggyujifvl .mbr-section-btn {
  margin: 0;
}
.cid-tggyujifvl .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQZusFXPNc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c3163c;
  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-sQZusFXPNc .nav-item,
.cid-sQZusFXPNc .nav-link,
.cid-sQZusFXPNc .navbar-caption {
  font-weight: normal;
}
.cid-sQZusFXPNc .nav-item:focus,
.cid-sQZusFXPNc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQZusFXPNc .nav-item .nav-link {
    position: relative;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c3163c;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-sQZusFXPNc .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-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-sQZusFXPNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQZusFXPNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQZusFXPNc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sQZusFXPNc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQZusFXPNc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQZusFXPNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQZusFXPNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4rem);
  }
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQZusFXPNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQZusFXPNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQZusFXPNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQZusFXPNc .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-sQZusFXPNc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQZusFXPNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQZusFXPNc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQZusFXPNc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQZusFXPNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQZusFXPNc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQZusFXPNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQZusFXPNc .dropdown-item.active,
.cid-sQZusFXPNc .dropdown-item:active {
  background-color: transparent;
}
.cid-sQZusFXPNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQZusFXPNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQZusFXPNc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQZusFXPNc .navbar-buttons {
  text-align: center;
}
.cid-sQZusFXPNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQZusFXPNc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sQZusFXPNc .soc-item {
  margin: .5rem .3rem;
}
.cid-sQZusFXPNc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link,
.cid-sQZusFXPNc a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sQZusFXPNc a.nav-link:hover .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQZusFXPNc .navbar {
    height: 77px;
  }
  .cid-sQZusFXPNc .navbar.opened {
    height: auto;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQZyjWNsQw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQZyjWNsQw .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #002868;
}
.cid-sQZyjWNsQw .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sQZyjWNsQw .button-align {
  text-align: center;
}
.cid-sQZyjWNsQw .margin {
  margin-right: 14px;
}
.cid-sQZyjWNsQw .mbr-section-btn {
  display: block;
}
.cid-sQZyjWNsQw .container {
  max-width: 1000px;
}
@media (max-width: 440px) {
  .cid-sQZyjWNsQw .margin {
    margin-right: 0px;
  }
  .cid-sQZyjWNsQw .b {
    margin-bottom: 20px;
  }
}
.cid-sQZyjWNsQw .btn {
  margin-top: 20px;
}
.cid-sQZyjWNsQw a.btn > span {
  margin-left: 0.5rem;
}
.cid-sQZyjWNsQw .mbr-text,
.cid-sQZyjWNsQw .button-align {
  text-align: left;
  color: #6c758f;
}
.cid-t9LQ9H42lr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #002868;
}
.cid-t9LQ9H42lr svg {
  position: absolute;
  top: 0;
}
.cid-t9LQ9H42lr .svg-1 {
  fill: #c3163c;
}
.cid-t9LQ9H42lr .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t9LQ9H42lr {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.cid-t9LQ9H42lr .mbr-text {
  color: #bbbbbb;
}
.cid-t9LQ9H42lr a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tghDACNDvf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .content {
    text-align: center;
  }
  .cid-tghDACNDvf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tghDACNDvf .img-logo img {
  height: 6rem;
}
.cid-tghDACNDvf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tghDACNDvf .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tghDACNDvf .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tghDACNDvf .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tghDACNDvf .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tghDACNDvf .social-list a:hover {
  opacity: 1;
}
.cid-tghDACNDvf .form-control {
  min-height: auto;
  color: #6c758f !important;
  border: none;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #6c758f;
}
.cid-tghDACNDvf .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tghDACNDvf input::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf input::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf .list {
  list-style-type: none;
  padding: 0;
}
.cid-tghDACNDvf .list li {
  padding-bottom: .5rem;
}
.cid-tghDACNDvf .list li:last-child {
  padding-bottom: 0;
}
.cid-tghDACNDvf .mbr-footer-list,
.cid-tghDACNDvf .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .mbr-footer-list,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .footer-title,
  .cid-tghDACNDvf .footer-main-title,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .list {
    text-align: center !important;
  }
  .cid-tghDACNDvf .mbr-form,
  .cid-tghDACNDvf .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tghDACNDvf .footer-title {
  color: #002868;
}
.cid-tghDACNDvf .footer-main-title {
  color: #002868;
}
.cid-tghDACNDvf .form-text {
  color: #c3163c;
}
.cid-tghDACNDvf .mbr-footer-list {
  color: #002868;
}
.cid-t8kEpCeJMH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8kEpCeJMH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-t8kEpCeJMH .mbr-section-title a {
  font-weight: 600;
}
.cid-t8kEpCeJMH .mbr-section-title a:hover {
  background: none !important;
}
.cid-t8kEpCeJMH .mbr-text,
.cid-t8kEpCeJMH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t8kEpCeJMH .mbr-section-subtitle {
  color: #002868;
  text-align: center;
}
.cid-t8kEW4ue0O {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8kEW4ue0O .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #002868;
}
.cid-t8kEW4ue0O .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-t8kEW4ue0O .button-align {
  text-align: center;
}
.cid-t8kEW4ue0O .margin {
  margin-right: 14px;
}
.cid-t8kEW4ue0O .mbr-section-btn {
  display: block;
}
.cid-t8kEW4ue0O .container {
  max-width: 1000px;
}
@media (max-width: 440px) {
  .cid-t8kEW4ue0O .margin {
    margin-right: 0px;
  }
  .cid-t8kEW4ue0O .b {
    margin-bottom: 20px;
  }
}
.cid-t8kEW4ue0O .btn {
  margin-top: 20px;
}
.cid-t8kEW4ue0O a.btn > span {
  margin-left: 0.5rem;
}
.cid-t8kEW4ue0O .mbr-text,
.cid-t8kEW4ue0O .button-align {
  text-align: left;
  color: #6c758f;
}
.cid-sQZusFXPNc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c3163c;
  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-sQZusFXPNc .nav-item,
.cid-sQZusFXPNc .nav-link,
.cid-sQZusFXPNc .navbar-caption {
  font-weight: normal;
}
.cid-sQZusFXPNc .nav-item:focus,
.cid-sQZusFXPNc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQZusFXPNc .nav-item .nav-link {
    position: relative;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c3163c;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-sQZusFXPNc .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-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-sQZusFXPNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQZusFXPNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQZusFXPNc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sQZusFXPNc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQZusFXPNc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQZusFXPNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQZusFXPNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4rem);
  }
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQZusFXPNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQZusFXPNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQZusFXPNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQZusFXPNc .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-sQZusFXPNc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQZusFXPNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQZusFXPNc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQZusFXPNc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQZusFXPNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQZusFXPNc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQZusFXPNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQZusFXPNc .dropdown-item.active,
.cid-sQZusFXPNc .dropdown-item:active {
  background-color: transparent;
}
.cid-sQZusFXPNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQZusFXPNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQZusFXPNc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQZusFXPNc .navbar-buttons {
  text-align: center;
}
.cid-sQZusFXPNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQZusFXPNc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sQZusFXPNc .soc-item {
  margin: .5rem .3rem;
}
.cid-sQZusFXPNc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link,
.cid-sQZusFXPNc a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sQZusFXPNc a.nav-link:hover .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQZusFXPNc .navbar {
    height: 77px;
  }
  .cid-sQZusFXPNc .navbar.opened {
    height: auto;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9LQ9H42lr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #002868;
}
.cid-t9LQ9H42lr svg {
  position: absolute;
  top: 0;
}
.cid-t9LQ9H42lr .svg-1 {
  fill: #c3163c;
}
.cid-t9LQ9H42lr .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t9LQ9H42lr {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.cid-t9LQ9H42lr .mbr-text {
  color: #bbbbbb;
}
.cid-t9LQ9H42lr a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tghDACNDvf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .content {
    text-align: center;
  }
  .cid-tghDACNDvf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tghDACNDvf .img-logo img {
  height: 6rem;
}
.cid-tghDACNDvf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tghDACNDvf .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tghDACNDvf .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tghDACNDvf .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tghDACNDvf .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tghDACNDvf .social-list a:hover {
  opacity: 1;
}
.cid-tghDACNDvf .form-control {
  min-height: auto;
  color: #6c758f !important;
  border: none;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #6c758f;
}
.cid-tghDACNDvf .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tghDACNDvf input::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf input::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf .list {
  list-style-type: none;
  padding: 0;
}
.cid-tghDACNDvf .list li {
  padding-bottom: .5rem;
}
.cid-tghDACNDvf .list li:last-child {
  padding-bottom: 0;
}
.cid-tghDACNDvf .mbr-footer-list,
.cid-tghDACNDvf .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .mbr-footer-list,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .footer-title,
  .cid-tghDACNDvf .footer-main-title,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .list {
    text-align: center !important;
  }
  .cid-tghDACNDvf .mbr-form,
  .cid-tghDACNDvf .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tghDACNDvf .footer-title {
  color: #002868;
}
.cid-tghDACNDvf .footer-main-title {
  color: #002868;
}
.cid-tghDACNDvf .form-text {
  color: #c3163c;
}
.cid-tghDACNDvf .mbr-footer-list {
  color: #002868;
}
.cid-sQZzuo6r6a {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQZzuo6r6a .mbr-section-title {
  margin-bottom: 0;
  color: #002868;
}
.cid-sQZzuo6r6a .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
  color: #c3163c;
}
@media (max-width: 767px) {
  .cid-sQZzuo6r6a .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-sQZzuo6r6a .form-control {
    margin-bottom: 15px;
  }
}
.cid-sQZusFXPNc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c3163c;
  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-sQZusFXPNc .nav-item,
.cid-sQZusFXPNc .nav-link,
.cid-sQZusFXPNc .navbar-caption {
  font-weight: normal;
}
.cid-sQZusFXPNc .nav-item:focus,
.cid-sQZusFXPNc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQZusFXPNc .nav-item .nav-link {
    position: relative;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c3163c;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-sQZusFXPNc .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-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-sQZusFXPNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQZusFXPNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQZusFXPNc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sQZusFXPNc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQZusFXPNc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQZusFXPNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQZusFXPNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4rem);
  }
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQZusFXPNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQZusFXPNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQZusFXPNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQZusFXPNc .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-sQZusFXPNc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQZusFXPNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQZusFXPNc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQZusFXPNc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQZusFXPNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQZusFXPNc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQZusFXPNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQZusFXPNc .dropdown-item.active,
.cid-sQZusFXPNc .dropdown-item:active {
  background-color: transparent;
}
.cid-sQZusFXPNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQZusFXPNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQZusFXPNc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQZusFXPNc .navbar-buttons {
  text-align: center;
}
.cid-sQZusFXPNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQZusFXPNc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sQZusFXPNc .soc-item {
  margin: .5rem .3rem;
}
.cid-sQZusFXPNc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link,
.cid-sQZusFXPNc a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sQZusFXPNc a.nav-link:hover .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQZusFXPNc .navbar {
    height: 77px;
  }
  .cid-sQZusFXPNc .navbar.opened {
    height: auto;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQZwr50ado {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQZwr50ado img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-sQZwr50ado .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #7175bc;
  opacity: 0.6;
  pointer-events: none;
}
.cid-sQZwr50ado .row > div {
  margin: 0;
  padding: 0;
  position: relative;
}
.cid-sQZwr50ado .row > div:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-sQZwr50ado .wrapper:before {
    opacity: 0.2;
  }
}
.cid-sQZwr50ado .container-fluid {
  padding: 0;
}
.cid-sQZwr50ado .row {
  margin: 0;
}
.cid-sQZwsexvrU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background15.jpg");
}
.cid-sQZwsexvrU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sQZwsexvrU .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sQZwsexvrU .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sQZwsexvrU .mbr-section-title {
  color: #002868;
}
.cid-sQZwsexvrU .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sQZwsexvrU .mbr-text,
.cid-sQZwsexvrU .mbr-section-btn,
.cid-sQZwsexvrU .social-row {
  color: #6c758f;
}
.cid-sQZwsFiVJL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3-2.jpg");
}
.cid-sQZwsFiVJL .svg-top {
  display: none;
}
.cid-sQZwsFiVJL .mbr-section-title {
  color: #002868;
  text-align: center;
}
.cid-sQZwsFiVJL .mbr-text {
  color: #6c758f;
  text-align: left;
}
.cid-sQZwsFiVJL .mbr-section-subtitle {
  color: #1a449a;
}
.cid-sQZwsFiVJL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ed6436;
}
.cid-sQZwsFiVJL .svg-top .st0 {
  fill: "file:///C:/Users/Lokesh/AppData/Local/Mobirise.com/Mobirise/projects/project-2021-12-08_105127/assets/images/background3-2.jpg";
}
@media (max-width: 992px) {
  .cid-sQZwsFiVJL .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-sQZwsFiVJL h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-sQZwsFiVJL h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-sQZwsFiVJL h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-sQZwsFiVJL h5 {
    margin-left: 0px;
  }
  .cid-sQZwsFiVJL h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-sQZwsFiVJL h5:hover:before {
    animation: none;
  }
}
.cid-sQZBXc8B8i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQZBXc8B8i .mbr-section-title {
  margin: 0;
  color: #002868;
}
.cid-sQZBXc8B8i .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #6c758f;
}
.cid-sQZBXc8B8i .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sQZBXc8B8i .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sQZBXc8B8i .card1 {
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sQZBXc8B8i .card2 {
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sQZBXc8B8i .card3 {
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sQZBXc8B8i .card4 {
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (max-width: 991px) {
  .cid-sQZBXc8B8i .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sQZBXc8B8i .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sQZBXc8B8i .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sQZBXc8B8i .card1 > .mbr-card-title {
  color: #002868;
}
.cid-sQZBXc8B8i .card1 > .mbr-text,
.cid-sQZBXc8B8i .card1 > .mbr-section-btn {
  color: #6c758f;
  text-align: left;
}
.cid-sQZBXc8B8i .card2 > .mbr-card-title {
  color: #002868;
}
.cid-sQZBXc8B8i .card3 > .mbr-card-title {
  color: #002868;
}
.cid-sQZBXc8B8i .card4 > .mbr-card-title {
  color: #002868;
}
.cid-sQZBXc8B8i .card2 > .mbr-text,
.cid-sQZBXc8B8i .card2 > .mbr-section-btn {
  color: #6c758f;
  text-align: left;
}
.cid-sQZBXc8B8i .card3 > .mbr-text,
.cid-sQZBXc8B8i .card3 > .mbr-section-btn {
  color: #6c758f;
}
.cid-sQZBXc8B8i .card4 > .mbr-text,
.cid-sQZBXc8B8i .card4 > .mbr-section-btn {
  color: #6c758f;
}
.cid-sQZwGlhyDk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sQZwGlhyDk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sQZwGlhyDk .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-sQZwGlhyDk .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-sQZwGlhyDk .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-sQZwGlhyDk .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-sQZwGlhyDk .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-sQZwGlhyDk .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-sQZwGlhyDk .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-sQZwGlhyDk .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sQZwGlhyDk .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-sQZwGlhyDk .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-sQZwGlhyDk .text-content .social span:hover {
  color: #c3163c;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sQZwGlhyDk .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sQZwGlhyDk .list-block {
  position: relative;
}
.cid-sQZwGlhyDk .list-block h4,
.cid-sQZwGlhyDk .list-block p {
  padding-left: 4.5rem;
}
.cid-sQZwGlhyDk .card-img {
  display: block;
}
.cid-sQZwGlhyDk input,
.cid-sQZwGlhyDk textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sQZwGlhyDk input:focus,
.cid-sQZwGlhyDk textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sQZwGlhyDk .form-control,
.cid-sQZwGlhyDk .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQZwGlhyDk .form-control:hover,
.cid-sQZwGlhyDk .field-input:hover,
.cid-sQZwGlhyDk .form-control:focus,
.cid-sQZwGlhyDk .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQZwGlhyDk input::-webkit-input-placeholder,
.cid-sQZwGlhyDk textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-sQZwGlhyDk input:-moz-placeholder,
.cid-sQZwGlhyDk textarea:-moz-placeholder {
  color: #28303f;
}
.cid-sQZwGlhyDk .jq-selectbox li,
.cid-sQZwGlhyDk .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-sQZwGlhyDk .jq-selectbox li:hover,
.cid-sQZwGlhyDk .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-sQZwGlhyDk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-sQZwGlhyDk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-sQZwGlhyDk .mbr-form {
  max-width: 550px;
}
.cid-sQZwGlhyDk .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sQZwGlhyDk .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sQZwGlhyDk .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sQZwGlhyDk .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sQZwGlhyDk .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-sQZwGlhyDk .mbr-form textarea {
  min-height: 100px;
}
.cid-sQZwGlhyDk .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #ed6436;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-sQZwGlhyDk .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-sQZwGlhyDk .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sQZwGlhyDk .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sQZwGlhyDk .mbr-section-title,
  .cid-sQZwGlhyDk .content-title,
  .cid-sQZwGlhyDk .mbr-section-btn {
    text-align: left;
  }
}
.cid-sQZwGlhyDk .text-content .content-title,
.cid-sQZwGlhyDk .social {
  color: #002868;
}
.cid-sQZwGlhyDk .text-content .list-block .list-item-title {
  color: #002868;
}
.cid-sQZwGlhyDk .mbr-form .mbr-section-title,
.cid-sQZwGlhyDk .mbr-section-btn {
  color: #002868;
}
.cid-sQZwGlhyDk .mbr-form .mbr-subtitle,
.cid-sQZwGlhyDk .mbr-section-btn {
  color: #c3163c;
}
.cid-sQZwGlhyDk .text-content .list-block .list-item-text {
  color: #6c758f;
}
.cid-tghDACNDvf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .content {
    text-align: center;
  }
  .cid-tghDACNDvf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tghDACNDvf .img-logo img {
  height: 6rem;
}
.cid-tghDACNDvf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tghDACNDvf .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tghDACNDvf .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tghDACNDvf .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tghDACNDvf .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tghDACNDvf .social-list a:hover {
  opacity: 1;
}
.cid-tghDACNDvf .form-control {
  min-height: auto;
  color: #6c758f !important;
  border: none;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #6c758f;
}
.cid-tghDACNDvf .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tghDACNDvf input::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf input::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf .list {
  list-style-type: none;
  padding: 0;
}
.cid-tghDACNDvf .list li {
  padding-bottom: .5rem;
}
.cid-tghDACNDvf .list li:last-child {
  padding-bottom: 0;
}
.cid-tghDACNDvf .mbr-footer-list,
.cid-tghDACNDvf .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .mbr-footer-list,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .footer-title,
  .cid-tghDACNDvf .footer-main-title,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .list {
    text-align: center !important;
  }
  .cid-tghDACNDvf .mbr-form,
  .cid-tghDACNDvf .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tghDACNDvf .footer-title {
  color: #002868;
}
.cid-tghDACNDvf .footer-main-title {
  color: #002868;
}
.cid-tghDACNDvf .form-text {
  color: #c3163c;
}
.cid-tghDACNDvf .mbr-footer-list {
  color: #002868;
}
.cid-t9LQ9H42lr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #002868;
}
.cid-t9LQ9H42lr svg {
  position: absolute;
  top: 0;
}
.cid-t9LQ9H42lr .svg-1 {
  fill: #c3163c;
}
.cid-t9LQ9H42lr .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t9LQ9H42lr {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.cid-t9LQ9H42lr .mbr-text {
  color: #bbbbbb;
}
.cid-t9LQ9H42lr a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tghzhFl54T {
  padding-top: 135px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-tghzhFl54T .accordion .card {
  overflow: hidden;
}
.cid-tghzhFl54T .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tghzhFl54T .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tghzhFl54T .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tghzhFl54T .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tghzhFl54T .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tghzhFl54T .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tghzhFl54T .card .panel-body {
  color: #767676;
}
.cid-tghzhFl54T .card:hover {
  background: #f2f2f4;
}
.cid-tghzhFl54T .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #c3163c;
}
.cid-tghzhFl54T .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tghzhFl54T .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tghzhFl54T .panel-text {
  padding: 0rem;
  color: #6c758f;
}
.cid-tghzhFl54T .panel-collapse {
  margin-top: -1px;
}
.cid-tghzhFl54T H4 {
  color: #002868;
}
@media (max-width: 767px) {
  .cid-tghzhFl54T .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tghzhFl54T .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tghzhFl54T .sign {
    margin-right: 0.5rem;
  }
}
.cid-tghzhFl54T H3 {
  text-align: left;
}
.cid-tghzhFl54T H2 {
  color: #002868;
}
.cid-tghzhFl54T .text {
  color: #6c758f;
}
.cid-tghxD0a0Ak {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tghxD0a0Ak .mbr-section-title {
  margin-bottom: 0;
  color: #002868;
}
.cid-tghxD0a0Ak .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
  color: #c3163c;
}
@media (max-width: 767px) {
  .cid-tghxD0a0Ak .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-tghxD0a0Ak .form-control {
    margin-bottom: 15px;
  }
}
.cid-tghxNoKCdz {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tghxNoKCdz .price-term {
  vertical-align: top;
}
.cid-tghxNoKCdz h4 {
  margin: 0;
}
.cid-tghxNoKCdz .card1 {
  background: #f2f2f4;
}
.cid-tghxNoKCdz .card2 {
  background: #002868;
}
.cid-tghxNoKCdz .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-tghxNoKCdz .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #002868;
    border-radius: 30px;
  }
}
.cid-tghxNoKCdz .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 2rem;
}
.cid-tghxNoKCdz .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-tghxNoKCdz .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-tghxNoKCdz .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-tghxNoKCdz .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-tghxNoKCdz .plan-header {
  padding: 3rem 3rem 0rem 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-tghxNoKCdz .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-tghxNoKCdz .plan-price {
  padding: 2rem 2rem;
}
.cid-tghxNoKCdz .month {
  letter-spacing: 2px;
}
.cid-tghxNoKCdz .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-tghxNoKCdz .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tghxNoKCdz .price-value,
.cid-tghxNoKCdz .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-tghxNoKCdz .plan {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tghxNoKCdz .plan-price {
    padding: 2rem 1rem;
  }
  .cid-tghxNoKCdz .plan-body {
    padding: 0;
  }
  .cid-tghxNoKCdz .plan-header {
    padding: 2rem 1rem;
  }
  .cid-tghxNoKCdz .plan-item {
    padding: 0 1rem;
  }
}
.cid-tghxNoKCdz .plan-title {
  color: #c3163c;
}
.cid-tghxNoKCdz .plan-title2 {
  color: #ffffff;
}
.cid-tghxNoKCdz .month2,
.cid-tghxNoKCdz .plan-header {
  color: #ffffff;
}
.cid-tghxNoKCdz .item2 {
  color: #ffffff;
}
.cid-tghxNoKCdz .price-figure2 {
  color: #ffffff;
}
.cid-tghxNoKCdz .price-value2 {
  color: #ffffff;
}
.cid-tghHRRjTRD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tghHRRjTRD .mbr-section-title {
  margin-bottom: 0;
  color: #002868;
}
.cid-tghHRRjTRD .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
  color: #c3163c;
}
@media (max-width: 767px) {
  .cid-tghHRRjTRD .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-tghHRRjTRD .form-control {
    margin-bottom: 15px;
  }
}
.cid-tghH4msaDM {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tghH4msaDM .price-term {
  vertical-align: top;
}
.cid-tghH4msaDM h4 {
  margin: 0;
}
.cid-tghH4msaDM .card1 {
  background: #f2f2f4;
}
.cid-tghH4msaDM .card2 {
  background: #002868;
}
.cid-tghH4msaDM .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-tghH4msaDM .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #002868;
    border-radius: 30px;
  }
}
.cid-tghH4msaDM .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 2rem;
}
.cid-tghH4msaDM .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-tghH4msaDM .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-tghH4msaDM .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-tghH4msaDM .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-tghH4msaDM .plan-header {
  padding: 3rem 3rem 0rem 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-tghH4msaDM .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-tghH4msaDM .plan-price {
  padding: 2rem 2rem;
}
.cid-tghH4msaDM .month {
  letter-spacing: 2px;
}
.cid-tghH4msaDM .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-tghH4msaDM .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tghH4msaDM .price-value,
.cid-tghH4msaDM .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-tghH4msaDM .plan {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tghH4msaDM .plan-price {
    padding: 2rem 1rem;
  }
  .cid-tghH4msaDM .plan-body {
    padding: 0;
  }
  .cid-tghH4msaDM .plan-header {
    padding: 2rem 1rem;
  }
  .cid-tghH4msaDM .plan-item {
    padding: 0 1rem;
  }
}
.cid-tghH4msaDM .plan-title {
  color: #c3163c;
}
.cid-tghH4msaDM .plan-title2 {
  color: #ffffff;
}
.cid-tghH4msaDM .month2,
.cid-tghH4msaDM .plan-header {
  color: #ffffff;
}
.cid-tghH4msaDM .item2 {
  color: #ffffff;
}
.cid-tghH4msaDM .price-figure2 {
  color: #ffffff;
}
.cid-tghH4msaDM .price-value2 {
  color: #ffffff;
}
.cid-tghxENRuo1 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tghxENRuo1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tghxENRuo1 .select {
  z-index: 9999;
}
.cid-tghxENRuo1 img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  object-fit: cover;
}
.cid-tghxENRuo1 .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-tghxENRuo1 .mbr-form {
    max-width: 500px;
  }
}
.cid-tghxENRuo1 .col-auto {
  width: 100%;
  margin: auto;
}
.cid-tghxENRuo1 .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-tghxENRuo1 .img-col {
  padding: 0;
}
.cid-tghxENRuo1 form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-tghxENRuo1 .jq-selectbox__dropdown,
.cid-tghxENRuo1 ul {
  border-radius: 20px!important;
}
.cid-tghxENRuo1 .jq-selectbox {
  border-radius: 30px;
}
.cid-tghxENRuo1 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tghxENRuo1 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tghxENRuo1 input,
.cid-tghxENRuo1 textarea,
.cid-tghxENRuo1 .select {
  border-radius: 30px;
}
.cid-tghxENRuo1 input,
.cid-tghxENRuo1 textarea {
  padding: 2rem 3rem;
}
.cid-tghxENRuo1 textarea {
  min-height: 10rem;
}
.cid-tghxENRuo1 .form-control,
.cid-tghxENRuo1 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tghxENRuo1 .form-control::-webkit-input-placeholder,
.cid-tghxENRuo1 .field-input::-webkit-input-placeholder,
.cid-tghxENRuo1 .form-control::-webkit-input-placeholder,
.cid-tghxENRuo1 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tghxENRuo1 .form-control:-moz-placeholder,
.cid-tghxENRuo1 .field-input:-moz-placeholder,
.cid-tghxENRuo1 .form-control:-moz-placeholder,
.cid-tghxENRuo1 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tghxENRuo1 .form-control:hover,
.cid-tghxENRuo1 .field-input:hover,
.cid-tghxENRuo1 .form-control:focus,
.cid-tghxENRuo1 .field-input:focus {
  background-color: #ffffff;
  border-color: #002828;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-tghxENRuo1 .form-control:hover::-webkit-input-placeholder,
.cid-tghxENRuo1 .field-input:hover::-webkit-input-placeholder,
.cid-tghxENRuo1 .form-control:focus::-webkit-input-placeholder,
.cid-tghxENRuo1 .field-input:focus::-webkit-input-placeholder,
.cid-tghxENRuo1 .form-control:hover::-webkit-input-placeholder,
.cid-tghxENRuo1 .field-input:hover::-webkit-input-placeholder,
.cid-tghxENRuo1 .form-control:focus::-webkit-input-placeholder,
.cid-tghxENRuo1 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tghxENRuo1 .form-control:hover:-moz-placeholder,
.cid-tghxENRuo1 .field-input:hover:-moz-placeholder,
.cid-tghxENRuo1 .form-control:focus:-moz-placeholder,
.cid-tghxENRuo1 .field-input:focus:-moz-placeholder,
.cid-tghxENRuo1 .form-control:hover:-moz-placeholder,
.cid-tghxENRuo1 .field-input:hover:-moz-placeholder,
.cid-tghxENRuo1 .form-control:focus:-moz-placeholder,
.cid-tghxENRuo1 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tghxENRuo1 .jq-number__spin:hover,
.cid-tghxENRuo1 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #002828;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tghxENRuo1 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tghxENRuo1 .jq-selectbox li,
.cid-tghxENRuo1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tghxENRuo1 .jq-selectbox li:hover,
.cid-tghxENRuo1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tghxENRuo1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tghxENRuo1 .jq-number__spin.minus:hover:after,
.cid-tghxENRuo1 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tghxENRuo1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tghxENRuo1 .jq-number__spin.minus:after,
.cid-tghxENRuo1 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tghxENRuo1 input::-webkit-clear-button {
  display: none;
}
.cid-tghxENRuo1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tghxENRuo1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tghxENRuo1 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-tghxENRuo1 .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-tghxENRuo1 img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tghxENRuo1 form {
    padding: 2rem 1rem;
  }
  .cid-tghxENRuo1 .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-tghxENRuo1 .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tghxENRuo1 img {
    height: 260px;
    width: 260px;
  }
}
.cid-tghxENRuo1 H4 {
  color: #c3163c;
}
.cid-tghxENRuo1 H5 {
  color: #002868;
}
.cid-tghDACNDvf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .content {
    text-align: center;
  }
  .cid-tghDACNDvf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tghDACNDvf .img-logo img {
  height: 6rem;
}
.cid-tghDACNDvf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tghDACNDvf .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tghDACNDvf .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tghDACNDvf .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tghDACNDvf .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tghDACNDvf .social-list a:hover {
  opacity: 1;
}
.cid-tghDACNDvf .form-control {
  min-height: auto;
  color: #6c758f !important;
  border: none;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #6c758f;
}
.cid-tghDACNDvf .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tghDACNDvf input::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf input::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-webkit-input-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf textarea::-moz-placeholder {
  color: #6c758f;
}
.cid-tghDACNDvf .list {
  list-style-type: none;
  padding: 0;
}
.cid-tghDACNDvf .list li {
  padding-bottom: .5rem;
}
.cid-tghDACNDvf .list li:last-child {
  padding-bottom: 0;
}
.cid-tghDACNDvf .mbr-footer-list,
.cid-tghDACNDvf .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tghDACNDvf .mbr-footer-list,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .footer-title,
  .cid-tghDACNDvf .footer-main-title,
  .cid-tghDACNDvf .form-text,
  .cid-tghDACNDvf .list {
    text-align: center !important;
  }
  .cid-tghDACNDvf .mbr-form,
  .cid-tghDACNDvf .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tghDACNDvf .footer-title {
  color: #002868;
}
.cid-tghDACNDvf .footer-main-title {
  color: #002868;
}
.cid-tghDACNDvf .form-text {
  color: #c3163c;
}
.cid-tghDACNDvf .mbr-footer-list {
  color: #002868;
}
.cid-sQZusFXPNc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #c3163c;
  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-sQZusFXPNc .nav-item,
.cid-sQZusFXPNc .nav-link,
.cid-sQZusFXPNc .navbar-caption {
  font-weight: normal;
}
.cid-sQZusFXPNc .nav-item:focus,
.cid-sQZusFXPNc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQZusFXPNc .nav-item .nav-link {
    position: relative;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #c3163c;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-sQZusFXPNc .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQZusFXPNc .dropdown .dropdown-menu .dropdown-item .soc-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-sQZusFXPNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQZusFXPNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQZusFXPNc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sQZusFXPNc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQZusFXPNc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQZusFXPNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQZusFXPNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQZusFXPNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4rem);
  }
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQZusFXPNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQZusFXPNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQZusFXPNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQZusFXPNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQZusFXPNc .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-sQZusFXPNc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQZusFXPNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQZusFXPNc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQZusFXPNc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQZusFXPNc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQZusFXPNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQZusFXPNc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQZusFXPNc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQZusFXPNc .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-sQZusFXPNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQZusFXPNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQZusFXPNc .dropdown-item.active,
.cid-sQZusFXPNc .dropdown-item:active {
  background-color: transparent;
}
.cid-sQZusFXPNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-sQZusFXPNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQZusFXPNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQZusFXPNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQZusFXPNc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQZusFXPNc .navbar-buttons {
  text-align: center;
}
.cid-sQZusFXPNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQZusFXPNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQZusFXPNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQZusFXPNc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQZusFXPNc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-sQZusFXPNc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sQZusFXPNc .soc-item {
  margin: .5rem .3rem;
}
.cid-sQZusFXPNc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link,
.cid-sQZusFXPNc a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sQZusFXPNc a.nav-link .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sQZusFXPNc a.nav-link:hover .mbr-iconfont-btn,
.cid-sQZusFXPNc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sQZusFXPNc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQZusFXPNc .navbar {
    height: 77px;
  }
  .cid-sQZusFXPNc .navbar.opened {
    height: auto;
  }
  .cid-sQZusFXPNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9LQ9H42lr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #002868;
}
.cid-t9LQ9H42lr svg {
  position: absolute;
  top: 0;
}
.cid-t9LQ9H42lr .svg-1 {
  fill: #c3163c;
}
.cid-t9LQ9H42lr .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t9LQ9H42lr {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.cid-t9LQ9H42lr .mbr-text {
  color: #bbbbbb;
}
.cid-t9LQ9H42lr a {
  text-decoration: underline;
  font-weight: 400 !important;
}
