body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Gotham-Bold_1';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Gotham-Bold_1';
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Gotham-Light_1';
  font-size: 0.9rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Gotham-Bold_1';
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Gotham-Light_1';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e6007e !important;
}
.bg-success {
  background-color: #00698f !important;
}
.bg-info {
  background-color: #5f6db2 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #e6007e 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: #e6007e !important;
  border-color: #e6007e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9a0054 !important;
  border-color: #9a0054 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a0054 !important;
  border-color: #9a0054 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #e6007e inset !important;
  background: transparent !important;
  border: none !important;
  color: #e6007e !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #5f6db2 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: #5f6db2 !important;
  border-color: #5f6db2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #404b85 !important;
  border-color: #404b85 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #404b85 !important;
  border-color: #404b85 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #5f6db2 inset !important;
  background: transparent !important;
  border: none !important;
  color: #5f6db2 !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 #00698f 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: #00698f !important;
  border-color: #00698f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #003143 !important;
  border-color: #003143 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #003143 !important;
  border-color: #003143 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #00698f inset !important;
  background: transparent !important;
  border: none !important;
  color: #00698f !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 #ffffff 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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !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 #e6007e 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: #800046;
  color: #800046;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e6007e;
  border-color: #e6007e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6007e !important;
  border-color: #e6007e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #e6007e 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: #e6007e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #181818;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #5f6db2 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: #384273;
  color: #384273;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #5f6db2;
  border-color: #5f6db2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5f6db2 !important;
  border-color: #5f6db2 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #5f6db2 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: #5f6db2;
  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 #00698f 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: #001e29;
  color: #001e29;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00698f;
  border-color: #00698f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00698f !important;
  border-color: #00698f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #00698f 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: #00698f;
  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 #ffffff 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: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #ffffff 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: #ffffff;
  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: #e6007e !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #00698f !important;
}
.text-info {
  color: #5f6db2 !important;
}
.text-warning {
  color: #ffffff !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: #e6007e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001e29 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #384273 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !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: #5f6db2;
}
.alert-warning {
  background-color: #ffffff;
}
.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: #e6007e;
  border-color: #e6007e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e6007e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb3dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #10bfff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b5bcdb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Gotham-Light_1';
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e6007e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6007e;
  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: #e6007e;
  border-bottom-color: #e6007e;
}
.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: #e6007e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e6007e' %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-rGtR3NTgPj {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-rGtR3NTgPj .content {
    margin: auto 0;
    padding: 0 2rem;
  }
}
.cid-rGtR3NTgPj .row {
  justify-content: flex-end;
}
.cid-rGtR3NTgPj .img-col {
  padding: 0;
}
.cid-rGtR3NTgPj .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGtR3NTgPj .icon-wrap h3 {
  margin: 0;
}
.cid-rGtR3NTgPj .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtR3NTgPj .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGtR3NTgPj .icon-title,
.cid-rGtR3NTgPj .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-rGtR3NTgPj .icons-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-rGtR3NTgPj .content {
    margin: auto;
  }
  .cid-rGtR3NTgPj .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtR3NTgPj .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGtR3NTgPj H1 {
  color: #5f6db2;
}
.cid-rGtR3NTgPj H2 {
  color: #e6007e;
}
.cid-rGtQUWfKqN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtQUWfKqN .nav-item:focus,
.cid-rGtQUWfKqN .nav-link:focus {
  outline: none;
}
.cid-rGtQUWfKqN .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:focus {
  color: #e6007e !important;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtQUWfKqN .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGtQUWfKqN .container {
  max-width: 1380px;
}
.cid-rGtQUWfKqN .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGtQUWfKqN .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGtQUWfKqN .nav-link:hover,
.cid-rGtQUWfKqN .nav-link:active,
.cid-rGtQUWfKqN .nav-link:focus {
  border-bottom: 3px solid #e6007e;
  color: #e6007e !important;
}
.cid-rGtQUWfKqN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGtQUWfKqN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGtQUWfKqN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGtQUWfKqN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGtQUWfKqN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGtQUWfKqN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGtQUWfKqN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGtQUWfKqN .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-rGtQUWfKqN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGtQUWfKqN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGtQUWfKqN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGtQUWfKqN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGtQUWfKqN .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-rGtQUWfKqN .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-rGtQUWfKqN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGtQUWfKqN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGtQUWfKqN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGtQUWfKqN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGtQUWfKqN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGtQUWfKqN .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-rGtQUWfKqN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGtQUWfKqN .icons-menu span {
  color: #5f6db2 !important;
}
.cid-rGtQUWfKqN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGtQUWfKqN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGtQUWfKqN .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-rGtQUWfKqN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGtQUWfKqN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGtQUWfKqN .dropdown-item.active,
.cid-rGtQUWfKqN .dropdown-item:active {
  background-color: transparent;
}
.cid-rGtQUWfKqN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGtQUWfKqN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGtQUWfKqN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGtQUWfKqN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGtQUWfKqN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGtQUWfKqN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGtQUWfKqN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGtQUWfKqN .navbar-buttons {
  text-align: center;
}
.cid-rGtQUWfKqN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtQUWfKqN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGtQUWfKqN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGtQUWfKqN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGtQUWfKqN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGtQUWfKqN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGtQUWfKqN .navbar {
    height: 77px;
  }
  .cid-rGtQUWfKqN .navbar.opened {
    height: auto;
  }
  .cid-rGtQUWfKqN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGwUKOOEm8 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-sGwUKOOEm8 .mbr-section-title,
.cid-sGwUKOOEm8 .mbr-section-subtitle {
  color: #000000;
}
.cid-sGwUKOOEm8 .mbr-section-text {
  color: #232323;
}
.cid-sGwUKOOEm8 .mbr-text,
.cid-sGwUKOOEm8 .typed-text,
.cid-sGwUKOOEm8 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sGwUKOOEm8 .btn {
  margin-left: 4px !important;
}
.cid-sGwUKOOEm8 .animated-element {
  color: #e6007e;
}
.cid-sGwUKOOEm8 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e6007e;
}
.cid-sGwUKOOEm8 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sGwUKOOEm8 h2,
  .cid-sGwUKOOEm8 .typed-text,
  .cid-sGwUKOOEm8 .mbr-section-subtitle,
  .cid-sGwUKOOEm8 .mbr-section-text,
  .cid-sGwUKOOEm8 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sGwUKOOEm8 .mbr-section-subtitle,
.cid-sGwUKOOEm8 .typed-text {
  color: #5f6db2;
}
.cid-sGwUKOOEm8 H2 {
  text-align: left;
  padding-bottom: 1rem !important;
  color: #00698f;
}
.cid-sHdXsyLuYL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f4;
}
.cid-sHdXsyLuYL img {
  padding: 1rem !important;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 50px;
}
.cid-sHdXsyLuYL .row {
  cursor: default !important;
}
.cid-sHdXsyLuYL .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-sHLDCknT4C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-sHLDCknT4C .mbr-section-title,
.cid-sHLDCknT4C .mbr-section-subtitle {
  color: #000000;
}
.cid-sHLDCknT4C img {
  padding-bottom: 4rem;
}
.cid-sHLDCknT4C .mbr-section-text {
  color: #232323;
}
.cid-sHLDCknT4C .mbr-text,
.cid-sHLDCknT4C .typed-text,
.cid-sHLDCknT4C .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sHLDCknT4C .btn {
  margin-left: 4px !important;
}
.cid-sHLDCknT4C .animated-element {
  color: #e6007e;
}
.cid-sHLDCknT4C .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e6007e;
}
.cid-sHLDCknT4C .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sHLDCknT4C h2,
  .cid-sHLDCknT4C .typed-text,
  .cid-sHLDCknT4C .mbr-section-subtitle,
  .cid-sHLDCknT4C .mbr-section-text,
  .cid-sHLDCknT4C .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sHLDCknT4C .mbr-section-subtitle,
.cid-sHLDCknT4C .typed-text {
  color: #5f6db2;
}
.cid-sHLDCknT4C H2 {
  text-align: left;
  padding-bottom: 1rem !important;
  color: #00698f;
}
.cid-sHLFSfy6vb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-sHLFSfy6vb .mbr-section-title,
.cid-sHLFSfy6vb .mbr-section-subtitle {
  color: #000000;
}
.cid-sHLFSfy6vb .mbr-section-text {
  color: #232323;
}
.cid-sHLFSfy6vb .mbr-text,
.cid-sHLFSfy6vb .typed-text,
.cid-sHLFSfy6vb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sHLFSfy6vb .btn {
  margin-left: 4px !important;
}
.cid-sHLFSfy6vb .animated-element {
  color: #e6007e;
}
.cid-sHLFSfy6vb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e6007e;
}
.cid-sHLFSfy6vb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sHLFSfy6vb h2,
  .cid-sHLFSfy6vb .typed-text,
  .cid-sHLFSfy6vb .mbr-section-subtitle,
  .cid-sHLFSfy6vb .mbr-section-text,
  .cid-sHLFSfy6vb .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sHLFSfy6vb .mbr-section-subtitle,
.cid-sHLFSfy6vb .typed-text {
  color: #5f6db2;
}
.cid-sHLFSfy6vb H2 {
  text-align: left;
  padding-bottom: 1rem !important;
  color: #00698f;
}
.cid-rGtR3muz6c {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGtR3muz6c .mbr-text {
  color: #767676;
}
.cid-rGtR3muz6c .mbr-iconfont {
  color: #5f6db2 !important;
  font-size: 4rem!important;
}
.cid-rGtR3muz6c .card-img {
  margin-bottom: 3rem;
}
.cid-rGtR3muz6c .card-wrapper {
  background: #f2f2f4;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-rGtR3muz6c .link {
  margin: 0;
}
.cid-rGtR3muz6c p {
  font-weight: 400;
}
.cid-rGtR3muz6c .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGtR3muz6c .link a:hover {
  color: #00698f !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: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rGtR3muz6c .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGtR3muz6c .card-title,
.cid-rGtR3muz6c .card-img {
  text-align: center;
}
.cid-rGtR41owCd {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGtR41owCd li {
  list-style: none;
}
.cid-rGtR41owCd .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGtR41owCd .item-wrap:hover .mbr-iconfont {
  color: #00698f !important;
}
.cid-rGtR41owCd .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #e6007e !important;
}
.cid-rGtR41owCd h4 {
  margin: 0;
}
.cid-rGtR41owCd ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rGtR41owCd .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rGtR41owCd .col-title2 {
  color: #ed6436;
}
.cid-sFCMeTeKKT {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sFCMeTeKKT .card-img {
  position: relative;
  height: 100%;
}
.cid-sFCMeTeKKT .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-sFCMeTeKKT .bone-col {
  padding: 2rem 0;
}
.cid-sFCMeTeKKT .card-wrapper {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sFCMeTeKKT .row {
  background: #5f6db2;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0rem;
}
.cid-sFCMeTeKKT p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sFCMeTeKKT .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-sFCMeTeKKT .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-sFCMeTeKKT .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sFCMeTeKKT .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sFCMeTeKKT .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sFCMeTeKKT .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sFCMeTeKKT H5 {
  color: #ffffff;
}
.cid-sSa7VOMmcd {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSa7VOMmcd .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sSa7VOMmcd img {
  margin-left: 0 !important;
}
.cid-sSa7VOMmcd .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sSa7VOMmcd .col + .mbr-section-btn .btn,
.cid-sSa7VOMmcd .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sSa7VOMmcd .col + .mbr-section-btn .btn,
  .cid-sSa7VOMmcd .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sSa7VOMmcd .dragArea > *:nth-last-child(2).col,
  .cid-sSa7VOMmcd .dragArea > *:nth-last-child(2).col-auto,
  .cid-sSa7VOMmcd .col + .mbr-section-btn,
  .cid-sSa7VOMmcd .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sSa7VOMmcd .dragArea {
    flex-direction: column;
  }
}
.cid-sSa7VOMmcd .btn-primary {
  border: 1px solid #e6007e !important;
}
.cid-sSa7VOMmcd .btn-primary:hover {
  border: 1px solid #e6007e !important;
}
.cid-sSa7VOMmcd .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sSa7VOMmcd .form-group {
  max-width: 220px;
}
.cid-sSa7VOMmcd .mbr-section-btn {
  padding-left: 0;
}
.cid-sSa7VOMmcd .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sSa7VOMmcd .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sSa7VOMmcd h5 {
  margin-bottom: 0;
}
.cid-sSa7VOMmcd .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sSa7VOMmcd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSa7VOMmcd .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sSa7VOMmcd .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSa7VOMmcd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSa7VOMmcd .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sSa7VOMmcd .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sSa7VOMmcd .social-list a:hover {
  opacity: 0.4;
}
.cid-sSa7VOMmcd .media-container-row > div {
  padding: 0px;
}
.cid-sSa7VOMmcd .text2 {
  text-align: left;
  color: #000000;
}
.cid-sSa7VOMmcd .group-title {
  text-align: left;
  padding-bottom: 0.2rem;
  color: #00698f;
}
.cid-sSa7VOMmcd .links {
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSa7VOMmcd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sSa7VOMmcd .social-list,
  .cid-sSa7VOMmcd .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sSa7VOMmcd h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sSa7VOMmcd .form-group {
    max-width: 180px;
  }
}
.cid-sSa7VOMmcd .logo-title {
  text-align: center;
}
.cid-sSa7VOMmcd .logo-title,
.cid-sSa7VOMmcd .logo {
  text-align: left;
}
.cid-rGtR88ABmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00698f;
}
.cid-sGwStPYOqU {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sGwStPYOqU .content {
    margin: auto 0;
    padding: 0 2rem;
  }
}
.cid-sGwStPYOqU .row {
  justify-content: flex-end;
}
.cid-sGwStPYOqU .img-col {
  padding: 0;
}
.cid-sGwStPYOqU .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sGwStPYOqU .icon-wrap h3 {
  margin: 0;
}
.cid-sGwStPYOqU .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sGwStPYOqU .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sGwStPYOqU .icon-title,
.cid-sGwStPYOqU .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-sGwStPYOqU .icons-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-sGwStPYOqU .content {
    margin: auto;
  }
  .cid-sGwStPYOqU .icons-wrap {
    flex-direction: column;
  }
  .cid-sGwStPYOqU .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sGwStPYOqU H1 {
  color: #5f6db2;
}
.cid-sGwStQzDpr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGwStQzDpr .nav-item:focus,
.cid-sGwStQzDpr .nav-link:focus {
  outline: none;
}
.cid-sGwStQzDpr .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGwStQzDpr .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGwStQzDpr .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGwStQzDpr .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGwStQzDpr .dropdown .dropdown-menu .dropdown-item:focus {
  color: #e6007e !important;
}
.cid-sGwStQzDpr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGwStQzDpr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGwStQzDpr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGwStQzDpr .navbar-caption:hover {
  color: inherit!important;
}
.cid-sGwStQzDpr .container {
  max-width: 1380px;
}
.cid-sGwStQzDpr .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGwStQzDpr .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sGwStQzDpr .nav-link:hover,
.cid-sGwStQzDpr .nav-link:active,
.cid-sGwStQzDpr .nav-link:focus {
  border-bottom: 3px solid #e6007e;
  color: #e6007e !important;
}
.cid-sGwStQzDpr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sGwStQzDpr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGwStQzDpr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGwStQzDpr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGwStQzDpr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGwStQzDpr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGwStQzDpr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sGwStQzDpr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGwStQzDpr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGwStQzDpr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGwStQzDpr .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-sGwStQzDpr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGwStQzDpr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGwStQzDpr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGwStQzDpr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGwStQzDpr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGwStQzDpr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGwStQzDpr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGwStQzDpr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGwStQzDpr .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-sGwStQzDpr .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sGwStQzDpr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGwStQzDpr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGwStQzDpr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGwStQzDpr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGwStQzDpr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGwStQzDpr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGwStQzDpr .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sGwStQzDpr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGwStQzDpr .icons-menu span {
  color: #5f6db2 !important;
}
.cid-sGwStQzDpr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGwStQzDpr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGwStQzDpr .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-sGwStQzDpr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGwStQzDpr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGwStQzDpr .dropdown-item.active,
.cid-sGwStQzDpr .dropdown-item:active {
  background-color: transparent;
}
.cid-sGwStQzDpr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGwStQzDpr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGwStQzDpr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGwStQzDpr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGwStQzDpr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGwStQzDpr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGwStQzDpr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGwStQzDpr .navbar-buttons {
  text-align: center;
}
.cid-sGwStQzDpr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGwStQzDpr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sGwStQzDpr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGwStQzDpr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGwStQzDpr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGwStQzDpr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGwStQzDpr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGwStQzDpr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGwStQzDpr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGwStQzDpr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGwStQzDpr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGwStQzDpr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGwStQzDpr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGwStQzDpr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGwStQzDpr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGwStQzDpr .navbar {
    height: 77px;
  }
  .cid-sGwStQzDpr .navbar.opened {
    height: auto;
  }
  .cid-sGwStQzDpr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGwStQY8a7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGwStQY8a7 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sGwStQY8a7 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sGwStQY8a7 .svg11 path {
  fill: #00698f;
}
.cid-sGwStQY8a7 .svg21 path {
  fill: #e6007e;
}
.cid-sGwStQY8a7 .svg31 path {
  fill: #5f6db2;
}
.cid-sGwStQY8a7 .svg12 path,
.cid-sGwStQY8a7 .svg22 path,
.cid-sGwStQY8a7 .svg32 path {
  fill: #f2f2f4;
}
.cid-sGwStQY8a7 .card {
  position: relative;
  height: 300px;
}
.cid-sGwStQY8a7 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sGwStQY8a7 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sGwStQY8a7 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGwStQY8a7 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sGwStQY8a7 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGwStQY8a7 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sGwStQY8a7 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGwStQY8a7 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sGwStQY8a7 .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sGwStQY8a7 .card .svg22,
.cid-sGwStQY8a7 .card .svg32,
.cid-sGwStQY8a7 .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sGwStQY8a7 .card .svg21,
.cid-sGwStQY8a7 .card .svg31,
.cid-sGwStQY8a7 .card .svg11 {
  z-index: 2;
}
.cid-sGwStQY8a7 .card div {
  z-index: 3;
}
.cid-sGwStQY8a7 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sGwStQY8a7 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGwStQY8a7 .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sGwStQY8a7 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sGwStQY8a7 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sGwStQY8a7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sGwStQY8a7 .card {
    margin-bottom: 2rem;
  }
  .cid-sGwStQY8a7 .card svg {
    left: 30px;
  }
  .cid-sGwStQY8a7 .card:hover h4 {
    animation: none;
  }
  .cid-sGwStQY8a7 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sGwStQY8a7 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sGwStQY8a7 .card {
    max-width: 360px;
  }
  .cid-sGwStQY8a7 .card svg {
    left: 10px;
  }
}
.cid-sGwStQY8a7 H2 {
  color: #00698f;
}
.cid-sGwStRxdTS {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sGwStRxdTS .btn-col {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sGwStRxdTS .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-sGwStRxdTS .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 30px;
  opacity: 0.5;
  pointer-events: none;
}
.cid-sGwStRxdTS .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-sGwStRxdTS .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-sGwStRxdTS .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-sGwStRxdTS .wrapper {
    top: auto;
    bottom: 0rem;
    -webkit-transform: none;
    transform: none;
  }
  .cid-sGwStRxdTS .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGwStRxdTS .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sGwStRxdTS .card-wrapper {
    position: relative;
  }
  .cid-sGwStRxdTS .card-wrapper:before {
    opacity: 0;
  }
  .cid-sGwStRxdTS .card-wrapper:hover:before {
    opacity: 0.5;
  }
  .cid-sGwStRxdTS .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-sGwStRxdTS .wrapper {
    opacity: 0;
  }
  .cid-sGwStRxdTS .btn-col {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
.cid-sGwStRxdTS H4 {
  color: #e6007e;
}
.cid-sGwStRxdTS .mbr-section-title,
.cid-sGwStRxdTS .underline {
  color: #00698f;
}
.cid-sGwStRV19h {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f2f2f4;
}
.cid-sGwStRV19h .count {
  text-align: left;
  word-break: inherit;
}
.cid-sGwStRV19h .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sGwStRV19h .mbr-content-title {
  color: #000000;
  text-align: left;
}
.cid-sGwStRV19h .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGwStRV19h .card {
  word-wrap: break-word;
}
.cid-sGwStRV19h .mbr-iconfont {
  font-size: 50px;
  color: #232323;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sGwStRV19h .panel-item {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGwStSrfqD {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f2f2f4;
}
.cid-sGwStSrfqD li {
  list-style: none;
}
.cid-sGwStSrfqD .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sGwStSrfqD .item-wrap:hover .mbr-iconfont {
  color: #00698f !important;
}
.cid-sGwStSrfqD .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #e6007e !important;
}
.cid-sGwStSrfqD h4 {
  margin: 0;
}
.cid-sGwStSrfqD ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sGwStSrfqD .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sGwStSrfqD .col-title2 {
  color: #ed6436;
}
.cid-sGwStSYjkG {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGwStSYjkG .mbr-text {
  color: #767676;
}
.cid-sGwStSYjkG .mbr-iconfont {
  color: #5f6db2 !important;
  font-size: 4rem!important;
}
.cid-sGwStSYjkG .card-img {
  margin-bottom: 3rem;
}
.cid-sGwStSYjkG .card-wrapper {
  background: #f2f2f4;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-sGwStSYjkG .link {
  margin: 0;
}
.cid-sGwStSYjkG p {
  font-weight: 400;
}
.cid-sGwStSYjkG .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-sGwStSYjkG .link a:hover {
  color: #00698f !important;
}
.cid-sGwStSYjkG .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sGwStSYjkG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sGwStSYjkG .card {
    margin-bottom: 3rem;
  }
}
.cid-sGwStSYjkG .mbr-text,
.cid-sGwStSYjkG .link {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sGwStSYjkG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sGwStSYjkG .card-title,
.cid-sGwStSYjkG .card-img {
  text-align: center;
}
.cid-sGwStTt0yW {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sGwStTt0yW .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sGwStTt0yW .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sGwStTt0yW .acc {
    padding: 0 2rem;
  }
}
.cid-sGwStTt0yW .img-col {
  padding: 0;
}
.cid-sGwStTt0yW .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sGwStTt0yW .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sGwStTt0yW .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-sGwStTt0yW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sGwStTt0yW .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sGwStTt0yW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sGwStTt0yW .card .panel-body {
  color: #767676;
}
.cid-sGwStTt0yW .card:hover {
  background: #f2f2f4;
}
.cid-sGwStTt0yW .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  color: white !important;
  background: #e6007e;
}
.cid-sGwStTt0yW .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-sGwStTt0yW .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sGwStTt0yW .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sGwStTt0yW .panel-collapse {
  margin-top: -1px;
}
.cid-sGwStTt0yW H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sGwStTt0yW .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGwStTt0yW .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sGwStTt0yW .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sGwStTt0yW .sign {
    margin-right: 0.5rem;
  }
}
.cid-sGwStTt0yW H2 {
  color: #00698f;
}
.cid-sGwStU2f1u {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sGwStU2f1u .card-img {
  position: relative;
  height: 100%;
}
.cid-sGwStU2f1u .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-sGwStU2f1u .bone-col {
  padding: 2rem 0;
}
.cid-sGwStU2f1u .card-wrapper {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sGwStU2f1u .row {
  background: #5f6db2;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0rem;
}
.cid-sGwStU2f1u p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sGwStU2f1u .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-sGwStU2f1u .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-sGwStU2f1u .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sGwStU2f1u .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sGwStU2f1u .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sGwStU2f1u .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sGwStU2f1u H5 {
  color: #ffffff;
}
.cid-sGwStUltN2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGwStUltN2 .mbr-iconfont {
  color: #ed6436 !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-sGwStUltN2 .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-sGwStUltN2 .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-sGwStUltN2 .card-col {
    margin-right: 20rem;
  }
}
.cid-sGwStUltN2 img {
  width: 100%;
}
.cid-sGwStUltN2 .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-sGwStUltN2 .container-fluid {
  position: relative;
}
.cid-sGwStUltN2 .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-sGwStUltN2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sGwStUltN2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sGwStUltN2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sGwStUltN2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sGwStUltN2 .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-sGwStUltN2 .item h4 {
  margin: 0;
}
.cid-sGwStUltN2 .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-sGwStUltN2 p {
  font-weight: 400;
}
.cid-sGwStUltN2 .card-title,
.cid-sGwStUltN2 .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-sGwStUltN2 .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-sGwStUltN2 .card-col {
    padding: 2rem 1rem;
  }
}
.cid-sGwStULl5h {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGwStULl5h .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sGwStULl5h .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sGwStULl5h .col + .mbr-section-btn .btn,
.cid-sGwStULl5h .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sGwStULl5h .col + .mbr-section-btn .btn,
  .cid-sGwStULl5h .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sGwStULl5h .dragArea > *:nth-last-child(2).col,
  .cid-sGwStULl5h .dragArea > *:nth-last-child(2).col-auto,
  .cid-sGwStULl5h .col + .mbr-section-btn,
  .cid-sGwStULl5h .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sGwStULl5h .dragArea {
    flex-direction: column;
  }
}
.cid-sGwStULl5h .btn-primary {
  border: 1px solid #e6007e !important;
}
.cid-sGwStULl5h .btn-primary:hover {
  border: 1px solid #e6007e !important;
}
.cid-sGwStULl5h .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sGwStULl5h .form-group {
  max-width: 220px;
}
.cid-sGwStULl5h .mbr-section-btn {
  padding-left: 0;
}
.cid-sGwStULl5h .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sGwStULl5h .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sGwStULl5h .mbr-text {
  color: #444;
}
.cid-sGwStULl5h h5 {
  margin-bottom: 0;
}
.cid-sGwStULl5h .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sGwStULl5h .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGwStULl5h .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sGwStULl5h .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGwStULl5h .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGwStULl5h .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sGwStULl5h .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGwStULl5h .social-list a:hover {
  opacity: 0.4;
}
.cid-sGwStULl5h .media-container-row > div {
  padding: 0px;
}
.cid-sGwStULl5h .text2 {
  color: #000000;
  text-align: left;
}
.cid-sGwStULl5h .group-title {
  text-align: left;
  color: #00698f;
  padding-bottom: 0.2rem;
}
.cid-sGwStULl5h .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGwStULl5h .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sGwStULl5h .social-list,
  .cid-sGwStULl5h .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sGwStULl5h h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sGwStULl5h .form-group {
    max-width: 180px;
  }
}
.cid-sGwStULl5h .links span {
  color: #9e9e9e;
}
.cid-sGwStULl5h .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sGwStULl5h .logo-title {
  text-align: center;
}
.cid-sGwStULl5h .logo-title,
.cid-sGwStULl5h .logo {
  text-align: left;
}
.cid-sGwStVnTeu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00698f;
}
.cid-sGCOeySomX {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sGCOeySomX .content {
    margin: auto 0;
    padding: 0 2rem;
  }
}
.cid-sGCOeySomX .row {
  justify-content: flex-end;
}
.cid-sGCOeySomX .img-col {
  padding: 0;
}
.cid-sGCOeySomX .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sGCOeySomX .icon-wrap h3 {
  margin: 0;
}
.cid-sGCOeySomX .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sGCOeySomX .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sGCOeySomX .icon-title,
.cid-sGCOeySomX .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-sGCOeySomX .icons-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-sGCOeySomX .content {
    margin: auto;
  }
  .cid-sGCOeySomX .icons-wrap {
    flex-direction: column;
  }
  .cid-sGCOeySomX .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sGCOeySomX H1 {
  color: #5f6db2;
}
.cid-sGCOezpUQZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGCOezpUQZ .nav-item:focus,
.cid-sGCOezpUQZ .nav-link:focus {
  outline: none;
}
.cid-sGCOezpUQZ .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGCOezpUQZ .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGCOezpUQZ .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGCOezpUQZ .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGCOezpUQZ .dropdown .dropdown-menu .dropdown-item:focus {
  color: #e6007e !important;
}
.cid-sGCOezpUQZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGCOezpUQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGCOezpUQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGCOezpUQZ .navbar-caption:hover {
  color: inherit!important;
}
.cid-sGCOezpUQZ .container {
  max-width: 1380px;
}
.cid-sGCOezpUQZ .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGCOezpUQZ .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sGCOezpUQZ .nav-link:hover,
.cid-sGCOezpUQZ .nav-link:active,
.cid-sGCOezpUQZ .nav-link:focus {
  border-bottom: 3px solid #e6007e;
  color: #e6007e !important;
}
.cid-sGCOezpUQZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sGCOezpUQZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGCOezpUQZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGCOezpUQZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGCOezpUQZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGCOezpUQZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGCOezpUQZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sGCOezpUQZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGCOezpUQZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGCOezpUQZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGCOezpUQZ .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-sGCOezpUQZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGCOezpUQZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGCOezpUQZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGCOezpUQZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGCOezpUQZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGCOezpUQZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGCOezpUQZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGCOezpUQZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGCOezpUQZ .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-sGCOezpUQZ .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sGCOezpUQZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGCOezpUQZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGCOezpUQZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGCOezpUQZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGCOezpUQZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGCOezpUQZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGCOezpUQZ .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sGCOezpUQZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGCOezpUQZ .icons-menu span {
  color: #5f6db2 !important;
}
.cid-sGCOezpUQZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGCOezpUQZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGCOezpUQZ .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-sGCOezpUQZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGCOezpUQZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGCOezpUQZ .dropdown-item.active,
.cid-sGCOezpUQZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sGCOezpUQZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGCOezpUQZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGCOezpUQZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGCOezpUQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGCOezpUQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGCOezpUQZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGCOezpUQZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGCOezpUQZ .navbar-buttons {
  text-align: center;
}
.cid-sGCOezpUQZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGCOezpUQZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sGCOezpUQZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGCOezpUQZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGCOezpUQZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGCOezpUQZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGCOezpUQZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGCOezpUQZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGCOezpUQZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGCOezpUQZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGCOezpUQZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGCOezpUQZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGCOezpUQZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGCOezpUQZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGCOezpUQZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGCOezpUQZ .navbar {
    height: 77px;
  }
  .cid-sGCOezpUQZ .navbar.opened {
    height: auto;
  }
  .cid-sGCOezpUQZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGCRbbu5ef {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGCRbbu5ef .mbr-iconfont {
  color: #5f6db2 !important;
  font-size: 3.5rem !important;
}
.cid-sGCRbbu5ef .card-title,
.cid-sGCRbbu5ef .card-img {
  color: #ed6436;
}
.cid-sGCRbbu5ef p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-sGCRbbu5ef .card {
    margin-bottom: 2rem;
  }
}
.cid-sGCRbbu5ef .card-title,
.cid-sGCRbbu5ef .card-ico {
  text-align: center;
  color: #181818;
}
.cid-sGCRbbu5ef .mbr-text,
.cid-sGCRbbu5ef .link {
  text-align: center;
}
.cid-sGCOeCiIE1 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sGCOeCiIE1 .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sGCOeCiIE1 .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sGCOeCiIE1 .acc {
    padding: 0 2rem;
  }
}
.cid-sGCOeCiIE1 .img-col {
  padding: 0;
}
.cid-sGCOeCiIE1 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sGCOeCiIE1 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sGCOeCiIE1 .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-sGCOeCiIE1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sGCOeCiIE1 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sGCOeCiIE1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sGCOeCiIE1 .card .panel-body {
  color: #767676;
}
.cid-sGCOeCiIE1 .card:hover {
  background: #f2f2f4;
}
.cid-sGCOeCiIE1 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  color: white !important;
  background: #e6007e;
}
.cid-sGCOeCiIE1 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-sGCOeCiIE1 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sGCOeCiIE1 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sGCOeCiIE1 .panel-collapse {
  margin-top: -1px;
}
.cid-sGCOeCiIE1 H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sGCOeCiIE1 .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sGCOeCiIE1 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sGCOeCiIE1 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sGCOeCiIE1 .sign {
    margin-right: 0.5rem;
  }
}
.cid-sGCOeCiIE1 H2 {
  color: #00698f;
}
.cid-sHdRbmvkU8 {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sHdRbmvkU8 .card-img {
  position: relative;
  height: 100%;
}
.cid-sHdRbmvkU8 .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-sHdRbmvkU8 .bone-col {
  padding: 2rem 0;
}
.cid-sHdRbmvkU8 .card-wrapper {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sHdRbmvkU8 .row {
  background: #5f6db2;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0rem;
}
.cid-sHdRbmvkU8 p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sHdRbmvkU8 .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-sHdRbmvkU8 .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-sHdRbmvkU8 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sHdRbmvkU8 .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sHdRbmvkU8 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sHdRbmvkU8 .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sHdRbmvkU8 H5 {
  color: #ffffff;
}
.cid-sSa8a6SOVr {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSa8a6SOVr .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sSa8a6SOVr img {
  margin-left: 0 !important;
}
.cid-sSa8a6SOVr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sSa8a6SOVr .col + .mbr-section-btn .btn,
.cid-sSa8a6SOVr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sSa8a6SOVr .col + .mbr-section-btn .btn,
  .cid-sSa8a6SOVr .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sSa8a6SOVr .dragArea > *:nth-last-child(2).col,
  .cid-sSa8a6SOVr .dragArea > *:nth-last-child(2).col-auto,
  .cid-sSa8a6SOVr .col + .mbr-section-btn,
  .cid-sSa8a6SOVr .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sSa8a6SOVr .dragArea {
    flex-direction: column;
  }
}
.cid-sSa8a6SOVr .btn-primary {
  border: 1px solid #e6007e !important;
}
.cid-sSa8a6SOVr .btn-primary:hover {
  border: 1px solid #e6007e !important;
}
.cid-sSa8a6SOVr .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sSa8a6SOVr .form-group {
  max-width: 220px;
}
.cid-sSa8a6SOVr .mbr-section-btn {
  padding-left: 0;
}
.cid-sSa8a6SOVr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sSa8a6SOVr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sSa8a6SOVr h5 {
  margin-bottom: 0;
}
.cid-sSa8a6SOVr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sSa8a6SOVr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSa8a6SOVr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sSa8a6SOVr .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSa8a6SOVr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSa8a6SOVr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sSa8a6SOVr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sSa8a6SOVr .social-list a:hover {
  opacity: 0.4;
}
.cid-sSa8a6SOVr .media-container-row > div {
  padding: 0px;
}
.cid-sSa8a6SOVr .text2 {
  text-align: left;
  color: #000000;
}
.cid-sSa8a6SOVr .group-title {
  text-align: left;
  padding-bottom: 0.2rem;
  color: #00698f;
}
.cid-sSa8a6SOVr .links {
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSa8a6SOVr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sSa8a6SOVr .social-list,
  .cid-sSa8a6SOVr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sSa8a6SOVr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sSa8a6SOVr .form-group {
    max-width: 180px;
  }
}
.cid-sSa8a6SOVr .logo-title {
  text-align: center;
}
.cid-sSa8a6SOVr .logo-title,
.cid-sSa8a6SOVr .logo {
  text-align: left;
}
.cid-sGCOeEalTQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00698f;
}
.cid-sH28WmFSBi {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH28WmFSBi .logo-transgenico {
  max-width: 100px;
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-sH28WmFSBi .content {
    margin: auto 0;
    padding: 0 2rem;
  }
}
.cid-sH28WmFSBi .row {
  justify-content: flex-end;
}
.cid-sH28WmFSBi .img-col {
  padding: 0;
}
.cid-sH28WmFSBi .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sH28WmFSBi .icon-wrap h3 {
  margin: 0;
}
.cid-sH28WmFSBi .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sH28WmFSBi .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sH28WmFSBi .icon-title,
.cid-sH28WmFSBi .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-sH28WmFSBi .icons-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-sH28WmFSBi .content {
    margin: auto;
  }
  .cid-sH28WmFSBi .icons-wrap {
    flex-direction: column;
  }
  .cid-sH28WmFSBi .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sH28WmFSBi H1 {
  color: #5f6db2;
}
.cid-sH28WngLwY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sH28WngLwY .nav-item:focus,
.cid-sH28WngLwY .nav-link:focus {
  outline: none;
}
.cid-sH28WngLwY .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sH28WngLwY .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sH28WngLwY .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sH28WngLwY .dropdown .dropdown-menu .dropdown-item:active,
.cid-sH28WngLwY .dropdown .dropdown-menu .dropdown-item:focus {
  color: #e6007e !important;
}
.cid-sH28WngLwY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH28WngLwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sH28WngLwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sH28WngLwY .navbar-caption:hover {
  color: inherit!important;
}
.cid-sH28WngLwY .container {
  max-width: 1380px;
}
.cid-sH28WngLwY .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sH28WngLwY .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sH28WngLwY .nav-link:hover,
.cid-sH28WngLwY .nav-link:active,
.cid-sH28WngLwY .nav-link:focus {
  border-bottom: 3px solid #e6007e;
  color: #e6007e !important;
}
.cid-sH28WngLwY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sH28WngLwY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sH28WngLwY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sH28WngLwY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH28WngLwY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH28WngLwY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH28WngLwY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sH28WngLwY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sH28WngLwY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH28WngLwY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH28WngLwY .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-sH28WngLwY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH28WngLwY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sH28WngLwY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sH28WngLwY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH28WngLwY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH28WngLwY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sH28WngLwY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH28WngLwY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH28WngLwY .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-sH28WngLwY .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sH28WngLwY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH28WngLwY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH28WngLwY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sH28WngLwY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sH28WngLwY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sH28WngLwY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sH28WngLwY .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sH28WngLwY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sH28WngLwY .icons-menu span {
  color: #5f6db2 !important;
}
.cid-sH28WngLwY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH28WngLwY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH28WngLwY .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-sH28WngLwY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH28WngLwY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH28WngLwY .dropdown-item.active,
.cid-sH28WngLwY .dropdown-item:active {
  background-color: transparent;
}
.cid-sH28WngLwY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH28WngLwY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH28WngLwY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH28WngLwY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sH28WngLwY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH28WngLwY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH28WngLwY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sH28WngLwY .navbar-buttons {
  text-align: center;
}
.cid-sH28WngLwY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sH28WngLwY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sH28WngLwY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sH28WngLwY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sH28WngLwY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sH28WngLwY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sH28WngLwY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sH28WngLwY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sH28WngLwY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sH28WngLwY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sH28WngLwY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sH28WngLwY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH28WngLwY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sH28WngLwY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sH28WngLwY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH28WngLwY .navbar {
    height: 77px;
  }
  .cid-sH28WngLwY .navbar.opened {
    height: auto;
  }
  .cid-sH28WngLwY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH28WnDHkC {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sH28WnDHkC .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sH28WnDHkC h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sH28WnDHkC .svg11 path {
  fill: #00698f;
}
.cid-sH28WnDHkC .svg21 path {
  fill: #e6007e;
}
.cid-sH28WnDHkC .svg31 path {
  fill: #5f6db2;
}
.cid-sH28WnDHkC .svg12 path,
.cid-sH28WnDHkC .svg22 path,
.cid-sH28WnDHkC .svg32 path {
  fill: #f2f2f4;
}
.cid-sH28WnDHkC .card {
  position: relative;
  height: 300px;
}
.cid-sH28WnDHkC .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sH28WnDHkC .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sH28WnDHkC .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sH28WnDHkC .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sH28WnDHkC .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sH28WnDHkC .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sH28WnDHkC .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sH28WnDHkC .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sH28WnDHkC .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sH28WnDHkC .card .svg22,
.cid-sH28WnDHkC .card .svg32,
.cid-sH28WnDHkC .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sH28WnDHkC .card .svg21,
.cid-sH28WnDHkC .card .svg31,
.cid-sH28WnDHkC .card .svg11 {
  z-index: 2;
}
.cid-sH28WnDHkC .card div {
  z-index: 3;
}
.cid-sH28WnDHkC .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sH28WnDHkC .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sH28WnDHkC .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sH28WnDHkC .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sH28WnDHkC .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sH28WnDHkC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sH28WnDHkC .card {
    margin-bottom: 2rem;
  }
  .cid-sH28WnDHkC .card svg {
    left: 30px;
  }
  .cid-sH28WnDHkC .card:hover h4 {
    animation: none;
  }
  .cid-sH28WnDHkC .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sH28WnDHkC h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sH28WnDHkC .card {
    max-width: 360px;
  }
  .cid-sH28WnDHkC .card svg {
    left: 10px;
  }
}
.cid-sH28WnDHkC H2 {
  color: #00698f;
}
.cid-sH28Wo4MdO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-sH28Wo4MdO .mbr-section-title,
.cid-sH28Wo4MdO .mbr-section-subtitle {
  color: #000000;
}
.cid-sH28Wo4MdO .mbr-section-text {
  color: #232323;
}
.cid-sH28Wo4MdO .mbr-text,
.cid-sH28Wo4MdO .typed-text,
.cid-sH28Wo4MdO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sH28Wo4MdO .btn {
  margin-left: 4px !important;
}
.cid-sH28Wo4MdO .animated-element {
  color: #ff3366;
}
.cid-sH28Wo4MdO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sH28Wo4MdO .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sH28Wo4MdO h2,
  .cid-sH28Wo4MdO .typed-text,
  .cid-sH28Wo4MdO .mbr-section-subtitle,
  .cid-sH28Wo4MdO .mbr-section-text,
  .cid-sH28Wo4MdO .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sH28Wo4MdO .mbr-section-subtitle,
.cid-sH28Wo4MdO .typed-text {
  color: #5f6db2;
}
.cid-sH28Wo4MdO H2 {
  text-align: left;
  padding-bottom: 1rem !important;
  color: #00698f;
}
.cid-sH28WoEaC2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f2f2f4;
}
.cid-sH28WoEaC2 .count {
  text-align: left;
  word-break: inherit;
}
.cid-sH28WoEaC2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sH28WoEaC2 .mbr-content-title {
  color: #000000;
  text-align: left;
}
.cid-sH28WoEaC2 .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH28WoEaC2 .card {
  word-wrap: break-word;
}
.cid-sH28WoEaC2 .mbr-iconfont {
  font-size: 50px;
  color: #232323;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sH28WoEaC2 .panel-item {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sH28Wp9eH2 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f2f2f4;
}
.cid-sH28Wp9eH2 li {
  list-style: none;
}
.cid-sH28Wp9eH2 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sH28Wp9eH2 .item-wrap:hover .mbr-iconfont {
  color: #00698f !important;
}
.cid-sH28Wp9eH2 .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #e6007e !important;
}
.cid-sH28Wp9eH2 h4 {
  margin: 0;
}
.cid-sH28Wp9eH2 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sH28Wp9eH2 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sH28Wp9eH2 .col-title2 {
  color: #ed6436;
}
.cid-sH28WpJDuj {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sH28WpJDuj .mbr-text {
  color: #767676;
}
.cid-sH28WpJDuj .mbr-iconfont {
  color: #5f6db2 !important;
  font-size: 4rem!important;
}
.cid-sH28WpJDuj .card-img {
  margin-bottom: 3rem;
}
.cid-sH28WpJDuj .card-wrapper {
  background: #f2f2f4;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-sH28WpJDuj .link {
  margin: 0;
}
.cid-sH28WpJDuj p {
  font-weight: 400;
}
.cid-sH28WpJDuj .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-sH28WpJDuj .link a:hover {
  color: #00698f !important;
}
.cid-sH28WpJDuj .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sH28WpJDuj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sH28WpJDuj .card {
    margin-bottom: 3rem;
  }
}
.cid-sH28WpJDuj .mbr-text,
.cid-sH28WpJDuj .link {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sH28WpJDuj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sH28WpJDuj .card-title,
.cid-sH28WpJDuj .card-img {
  text-align: center;
}
.cid-sH28Wqd9CW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH28Wqd9CW .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sH28Wqd9CW h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sH28Wqd9CW .svg11 path {
  fill: #00698f;
}
.cid-sH28Wqd9CW .svg21 path {
  fill: #e6007e;
}
.cid-sH28Wqd9CW .svg31 path {
  fill: #5f6db2;
}
.cid-sH28Wqd9CW .svg12 path,
.cid-sH28Wqd9CW .svg22 path,
.cid-sH28Wqd9CW .svg32 path {
  fill: #f2f2f4;
}
.cid-sH28Wqd9CW .card {
  position: relative;
  height: 300px;
}
.cid-sH28Wqd9CW .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sH28Wqd9CW .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sH28Wqd9CW .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sH28Wqd9CW .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sH28Wqd9CW .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sH28Wqd9CW .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sH28Wqd9CW .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sH28Wqd9CW .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sH28Wqd9CW .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sH28Wqd9CW .card .svg22,
.cid-sH28Wqd9CW .card .svg32,
.cid-sH28Wqd9CW .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sH28Wqd9CW .card .svg21,
.cid-sH28Wqd9CW .card .svg31,
.cid-sH28Wqd9CW .card .svg11 {
  z-index: 2;
}
.cid-sH28Wqd9CW .card div {
  z-index: 3;
}
.cid-sH28Wqd9CW .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sH28Wqd9CW .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sH28Wqd9CW .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sH28Wqd9CW .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sH28Wqd9CW .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sH28Wqd9CW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sH28Wqd9CW .card {
    margin-bottom: 2rem;
  }
  .cid-sH28Wqd9CW .card svg {
    left: 30px;
  }
  .cid-sH28Wqd9CW .card:hover h4 {
    animation: none;
  }
  .cid-sH28Wqd9CW .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sH28Wqd9CW h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sH28Wqd9CW .card {
    max-width: 360px;
  }
  .cid-sH28Wqd9CW .card svg {
    left: 10px;
  }
}
.cid-sH28Wqd9CW H2 {
  color: #00698f;
}
.cid-sH28Wqvljl {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sH28Wqvljl .carousel {
  z-index: 2;
  position: relative;
}
.cid-sH28Wqvljl .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #fae6f0;
  opacity: 0.5;
}
.cid-sH28Wqvljl .user {
  padding: 0!important;
}
.cid-sH28Wqvljl .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sH28Wqvljl .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sH28Wqvljl .carousel-item.active,
.cid-sH28Wqvljl .carousel-item-next,
.cid-sH28Wqvljl .carousel-item-prev {
  display: flex;
}
.cid-sH28Wqvljl .user_name {
  margin: 0;
}
.cid-sH28Wqvljl .carousel-controls a {
  font-size: 2rem;
}
.cid-sH28Wqvljl .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #e6007e;
  background: transparent;
  opacity: 0.5;
}
.cid-sH28Wqvljl .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sH28Wqvljl ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sH28Wqvljl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #e6007e;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sH28Wqvljl .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sH28Wqvljl .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sH28Wqvljl .user_desk {
  color: #767676;
}
.cid-sH28Wr9iGM {
  padding-top: 105px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sH28Wr9iGM .card-img {
  position: relative;
  height: 100%;
}
.cid-sH28Wr9iGM .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-sH28Wr9iGM .bone-col {
  padding: 2rem 0;
}
.cid-sH28Wr9iGM .card-wrapper {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sH28Wr9iGM .row {
  background: #5f6db2;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0rem;
}
.cid-sH28Wr9iGM p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sH28Wr9iGM .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-sH28Wr9iGM .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-sH28Wr9iGM .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sH28Wr9iGM .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sH28Wr9iGM .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sH28Wr9iGM .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sH28Wr9iGM H5 {
  color: #ffffff;
}
.cid-sH28WrwBad {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH28WrwBad .mbr-iconfont {
  color: #ed6436 !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-sH28WrwBad .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-sH28WrwBad .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-sH28WrwBad .card-col {
    margin-right: 20rem;
  }
}
.cid-sH28WrwBad img {
  width: 100%;
}
.cid-sH28WrwBad .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-sH28WrwBad .container-fluid {
  position: relative;
}
.cid-sH28WrwBad .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-sH28WrwBad .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sH28WrwBad .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sH28WrwBad .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sH28WrwBad .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sH28WrwBad .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-sH28WrwBad .item h4 {
  margin: 0;
}
.cid-sH28WrwBad .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-sH28WrwBad p {
  font-weight: 400;
}
.cid-sH28WrwBad .card-title,
.cid-sH28WrwBad .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-sH28WrwBad .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-sH28WrwBad .card-col {
    padding: 2rem 1rem;
  }
}
.cid-sH28WrWlZD {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH28WrWlZD .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sH28WrWlZD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sH28WrWlZD .col + .mbr-section-btn .btn,
.cid-sH28WrWlZD .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sH28WrWlZD .col + .mbr-section-btn .btn,
  .cid-sH28WrWlZD .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sH28WrWlZD .dragArea > *:nth-last-child(2).col,
  .cid-sH28WrWlZD .dragArea > *:nth-last-child(2).col-auto,
  .cid-sH28WrWlZD .col + .mbr-section-btn,
  .cid-sH28WrWlZD .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sH28WrWlZD .dragArea {
    flex-direction: column;
  }
}
.cid-sH28WrWlZD .btn-primary {
  border: 1px solid #e6007e !important;
}
.cid-sH28WrWlZD .btn-primary:hover {
  border: 1px solid #e6007e !important;
}
.cid-sH28WrWlZD .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sH28WrWlZD .form-group {
  max-width: 220px;
}
.cid-sH28WrWlZD .mbr-section-btn {
  padding-left: 0;
}
.cid-sH28WrWlZD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sH28WrWlZD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sH28WrWlZD .mbr-text {
  color: #444;
}
.cid-sH28WrWlZD h5 {
  margin-bottom: 0;
}
.cid-sH28WrWlZD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sH28WrWlZD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH28WrWlZD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sH28WrWlZD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH28WrWlZD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sH28WrWlZD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sH28WrWlZD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sH28WrWlZD .social-list a:hover {
  opacity: 0.4;
}
.cid-sH28WrWlZD .media-container-row > div {
  padding: 0px;
}
.cid-sH28WrWlZD .text2 {
  color: #000000;
  text-align: left;
}
.cid-sH28WrWlZD .group-title {
  text-align: left;
  color: #00698f;
  padding-bottom: 0.2rem;
}
.cid-sH28WrWlZD .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sH28WrWlZD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sH28WrWlZD .social-list,
  .cid-sH28WrWlZD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sH28WrWlZD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sH28WrWlZD .form-group {
    max-width: 180px;
  }
}
.cid-sH28WrWlZD .links span {
  color: #9e9e9e;
}
.cid-sH28WrWlZD .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sH28WrWlZD .logo-title {
  text-align: center;
}
.cid-sH28WrWlZD .logo-title,
.cid-sH28WrWlZD .logo {
  text-align: left;
}
.cid-sH28Wsw6hF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00698f;
}
.cid-sH2b2LLsVz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sH2b2LLsVz .content {
    margin: auto 0;
    padding: 0 2rem;
  }
}
.cid-sH2b2LLsVz .row {
  justify-content: flex-end;
}
.cid-sH2b2LLsVz .img-col {
  padding: 0;
}
.cid-sH2b2LLsVz .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sH2b2LLsVz .icon-wrap h3 {
  margin: 0;
}
.cid-sH2b2LLsVz .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sH2b2LLsVz .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sH2b2LLsVz .icon-title,
.cid-sH2b2LLsVz .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-sH2b2LLsVz .icons-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-sH2b2LLsVz .content {
    margin: auto;
  }
  .cid-sH2b2LLsVz .icons-wrap {
    flex-direction: column;
  }
  .cid-sH2b2LLsVz .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sH2b2LLsVz H1 {
  color: #5f6db2;
}
.cid-sH2flBmBPW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH2flBmBPW p {
  font-size: 16px !important;
}
.cid-sH2flBmBPW .img-01 {
  object-fit: scale-down;
  width: 300px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.cid-sH2flBmBPW .img-02 {
  object-fit: scale-down;
  width: 80px;
  padding-bottom: 1rem;
}
.cid-sH2flBmBPW .img-principal {
  width: 100%;
  max-height: 300px;
  object-fit: scale-down;
}
.cid-sH2flBmBPW .btn {
  margin-left: 0;
}
.cid-sH2flBmBPW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e6007e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sH2flBmBPW .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sH2flBmBPW .main-title {
  color: #00698f;
}
.cid-sH2flBmBPW .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sH2flBmBPW .mbr-text {
  color: #606060;
}
.cid-sH2flBmBPW .cards .card .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sH2flBmBPW .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sH2flBmBPW .card {
    text-align: left;
  }
  .cid-sH2flBmBPW .card .card-title {
    text-align: left;
  }
}
.cid-sH2flBmBPW .cards .card .card-title {
  color: #00698f;
}
.cid-sKTbq8e5Wm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f4;
}
.cid-sKTbq8e5Wm p {
  font-size: 16px !important;
}
.cid-sKTbq8e5Wm .img-01 {
  object-fit: scale-down;
  width: 250px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.cid-sKTbq8e5Wm .img-02 {
  object-fit: scale-down;
  width: 80px;
  padding-bottom: 1rem;
}
.cid-sKTbq8e5Wm .img-principal {
  width: 100%;
  max-height: 300px;
  object-fit: scale-down;
}
.cid-sKTbq8e5Wm .btn {
  margin-left: 0;
}
.cid-sKTbq8e5Wm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e6007e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sKTbq8e5Wm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sKTbq8e5Wm .main-title {
  color: #00698f;
}
.cid-sKTbq8e5Wm .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sKTbq8e5Wm .mbr-text {
  color: #606060;
}
.cid-sKTbq8e5Wm .cards .card .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sKTbq8e5Wm .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sKTbq8e5Wm .card {
    text-align: left;
  }
  .cid-sKTbq8e5Wm .card .card-title {
    text-align: left;
  }
}
.cid-sKTbq8e5Wm .cards .card .card-title {
  color: #00698f;
}
.cid-sH2b2Mvph9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sH2b2Mvph9 .nav-item:focus,
.cid-sH2b2Mvph9 .nav-link:focus {
  outline: none;
}
.cid-sH2b2Mvph9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sH2b2Mvph9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sH2b2Mvph9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sH2b2Mvph9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sH2b2Mvph9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #e6007e !important;
}
.cid-sH2b2Mvph9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH2b2Mvph9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sH2b2Mvph9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sH2b2Mvph9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-sH2b2Mvph9 .container {
  max-width: 1380px;
}
.cid-sH2b2Mvph9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sH2b2Mvph9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sH2b2Mvph9 .nav-link:hover,
.cid-sH2b2Mvph9 .nav-link:active,
.cid-sH2b2Mvph9 .nav-link:focus {
  border-bottom: 3px solid #e6007e;
  color: #e6007e !important;
}
.cid-sH2b2Mvph9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sH2b2Mvph9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sH2b2Mvph9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sH2b2Mvph9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH2b2Mvph9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH2b2Mvph9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH2b2Mvph9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sH2b2Mvph9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sH2b2Mvph9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH2b2Mvph9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH2b2Mvph9 .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-sH2b2Mvph9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH2b2Mvph9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sH2b2Mvph9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sH2b2Mvph9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH2b2Mvph9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH2b2Mvph9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sH2b2Mvph9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH2b2Mvph9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH2b2Mvph9 .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-sH2b2Mvph9 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sH2b2Mvph9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH2b2Mvph9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH2b2Mvph9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sH2b2Mvph9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sH2b2Mvph9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sH2b2Mvph9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sH2b2Mvph9 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sH2b2Mvph9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sH2b2Mvph9 .icons-menu span {
  color: #5f6db2 !important;
}
.cid-sH2b2Mvph9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH2b2Mvph9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH2b2Mvph9 .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-sH2b2Mvph9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH2b2Mvph9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH2b2Mvph9 .dropdown-item.active,
.cid-sH2b2Mvph9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sH2b2Mvph9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH2b2Mvph9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH2b2Mvph9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH2b2Mvph9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sH2b2Mvph9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH2b2Mvph9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH2b2Mvph9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sH2b2Mvph9 .navbar-buttons {
  text-align: center;
}
.cid-sH2b2Mvph9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sH2b2Mvph9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sH2b2Mvph9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sH2b2Mvph9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sH2b2Mvph9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sH2b2Mvph9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sH2b2Mvph9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sH2b2Mvph9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sH2b2Mvph9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sH2b2Mvph9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sH2b2Mvph9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sH2b2Mvph9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH2b2Mvph9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sH2b2Mvph9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sH2b2Mvph9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH2b2Mvph9 .navbar {
    height: 77px;
  }
  .cid-sH2b2Mvph9 .navbar.opened {
    height: auto;
  }
  .cid-sH2b2Mvph9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKTcp9ByKK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sKTcp9ByKK p {
  font-size: 16px !important;
}
.cid-sKTcp9ByKK .img-01 {
  object-fit: scale-down;
  width: 250px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.cid-sKTcp9ByKK .img-02 {
  object-fit: scale-down;
  width: 160px;
  padding-bottom: 1rem;
}
.cid-sKTcp9ByKK .img-principal {
  width: 100%;
  max-height: 300px;
  object-fit: scale-down;
}
.cid-sKTcp9ByKK .btn {
  margin-left: 0;
}
.cid-sKTcp9ByKK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e6007e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sKTcp9ByKK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sKTcp9ByKK .main-title {
  color: #00698f;
}
.cid-sKTcp9ByKK .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sKTcp9ByKK .mbr-text {
  color: #606060;
}
.cid-sKTcp9ByKK .cards .card .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sKTcp9ByKK .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sKTcp9ByKK .card {
    text-align: left;
  }
  .cid-sKTcp9ByKK .card .card-title {
    text-align: left;
  }
}
.cid-sKTcp9ByKK .cards .card .card-title {
  color: #00698f;
}
.cid-sKTddcXHBn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f4;
}
.cid-sKTddcXHBn p {
  font-size: 16px !important;
}
.cid-sKTddcXHBn .img-01 {
  object-fit: scale-down;
  width: 200px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.cid-sKTddcXHBn .img-02 {
  object-fit: scale-down;
  width: 80px;
  padding-bottom: 1rem;
}
.cid-sKTddcXHBn .img-principal {
  width: 100%;
  max-height: 300px;
  object-fit: scale-down;
}
.cid-sKTddcXHBn .btn {
  margin-left: 0;
}
.cid-sKTddcXHBn .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e6007e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sKTddcXHBn .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sKTddcXHBn .main-title {
  color: #00698f;
}
.cid-sKTddcXHBn .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sKTddcXHBn .mbr-text {
  color: #606060;
}
.cid-sKTddcXHBn .cards .card .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sKTddcXHBn .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sKTddcXHBn .card {
    text-align: left;
  }
  .cid-sKTddcXHBn .card .card-title {
    text-align: left;
  }
}
.cid-sKTddcXHBn .cards .card .card-title {
  color: #00698f;
}
.cid-sKTf7UDpm9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sKTf7UDpm9 p {
  font-size: 16px !important;
}
.cid-sKTf7UDpm9 .img-01 {
  object-fit: scale-down;
  width: 250px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.cid-sKTf7UDpm9 .img-02 {
  object-fit: scale-down;
  width: 260px;
  padding-bottom: 1rem;
}
.cid-sKTf7UDpm9 .img-principal {
  width: 100%;
  max-height: 300px;
  object-fit: scale-down;
}
.cid-sKTf7UDpm9 .img-principal-02 {
  width: 100%;
  padding-top: 3rem;
  max-height: 300px;
  object-fit: scale-down;
}
.cid-sKTf7UDpm9 .btn {
  margin-left: 0;
}
.cid-sKTf7UDpm9 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e6007e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sKTf7UDpm9 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sKTf7UDpm9 .main-title {
  color: #00698f;
}
.cid-sKTf7UDpm9 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sKTf7UDpm9 .mbr-text {
  color: #606060;
}
.cid-sKTf7UDpm9 .cards .card .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sKTf7UDpm9 .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sKTf7UDpm9 .card {
    text-align: left;
  }
  .cid-sKTf7UDpm9 .card .card-title {
    text-align: left;
  }
}
.cid-sKTf7UDpm9 .cards .card .card-title {
  color: #00698f;
}
.cid-sKThq7tGUs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f4;
}
.cid-sKThq7tGUs p {
  font-size: 16px !important;
}
.cid-sKThq7tGUs .img-01 {
  object-fit: scale-down;
  width: 375px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.cid-sKThq7tGUs .img-02 {
  object-fit: scale-down;
  width: 345px;
  padding-bottom: 1rem;
}
.cid-sKThq7tGUs .img-principal {
  width: 100%;
  max-height: 300px;
  object-fit: scale-down;
}
.cid-sKThq7tGUs .btn {
  margin-left: 0;
}
.cid-sKThq7tGUs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e6007e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sKThq7tGUs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sKThq7tGUs .main-title {
  color: #00698f;
}
.cid-sKThq7tGUs .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sKThq7tGUs .mbr-text {
  color: #606060;
}
.cid-sKThq7tGUs .cards .card .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sKThq7tGUs .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sKThq7tGUs .card {
    text-align: left;
  }
  .cid-sKThq7tGUs .card .card-title {
    text-align: left;
  }
}
.cid-sKThq7tGUs .cards .card .card-title {
  color: #00698f;
}
.cid-sKTi0bR7P2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sKTi0bR7P2 p {
  font-size: 16px !important;
}
.cid-sKTi0bR7P2 .img-01 {
  object-fit: scale-down;
  width: 400px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.cid-sKTi0bR7P2 .img-02 {
  object-fit: scale-down;
  width: 345px;
  padding-bottom: 1rem;
}
.cid-sKTi0bR7P2 .img-principal {
  width: 100%;
  max-height: 300px;
  object-fit: scale-down;
}
.cid-sKTi0bR7P2 .btn {
  margin-left: 0;
}
.cid-sKTi0bR7P2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e6007e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sKTi0bR7P2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sKTi0bR7P2 .main-title {
  color: #00698f;
}
.cid-sKTi0bR7P2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-sKTi0bR7P2 .mbr-text {
  color: #606060;
}
.cid-sKTi0bR7P2 .cards .card .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-sKTi0bR7P2 .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-sKTi0bR7P2 .card {
    text-align: left;
  }
  .cid-sKTi0bR7P2 .card .card-title {
    text-align: left;
  }
}
.cid-sKTi0bR7P2 .cards .card .card-title {
  color: #00698f;
}
.cid-sHdVF0glhE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHdVF0glhE img {
  padding: 1rem !important;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 50px;
}
.cid-sHdVF0glhE .row {
  cursor: default !important;
}
.cid-sHdVF0glhE .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-sSa8O4a081 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSa8O4a081 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sSa8O4a081 img {
  margin-left: 0 !important;
}
.cid-sSa8O4a081 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sSa8O4a081 .col + .mbr-section-btn .btn,
.cid-sSa8O4a081 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sSa8O4a081 .col + .mbr-section-btn .btn,
  .cid-sSa8O4a081 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sSa8O4a081 .dragArea > *:nth-last-child(2).col,
  .cid-sSa8O4a081 .dragArea > *:nth-last-child(2).col-auto,
  .cid-sSa8O4a081 .col + .mbr-section-btn,
  .cid-sSa8O4a081 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sSa8O4a081 .dragArea {
    flex-direction: column;
  }
}
.cid-sSa8O4a081 .btn-primary {
  border: 1px solid #e6007e !important;
}
.cid-sSa8O4a081 .btn-primary:hover {
  border: 1px solid #e6007e !important;
}
.cid-sSa8O4a081 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sSa8O4a081 .form-group {
  max-width: 220px;
}
.cid-sSa8O4a081 .mbr-section-btn {
  padding-left: 0;
}
.cid-sSa8O4a081 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sSa8O4a081 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sSa8O4a081 h5 {
  margin-bottom: 0;
}
.cid-sSa8O4a081 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sSa8O4a081 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSa8O4a081 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sSa8O4a081 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSa8O4a081 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSa8O4a081 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sSa8O4a081 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sSa8O4a081 .social-list a:hover {
  opacity: 0.4;
}
.cid-sSa8O4a081 .media-container-row > div {
  padding: 0px;
}
.cid-sSa8O4a081 .text2 {
  text-align: left;
  color: #000000;
}
.cid-sSa8O4a081 .group-title {
  text-align: left;
  padding-bottom: 0.2rem;
  color: #00698f;
}
.cid-sSa8O4a081 .links {
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSa8O4a081 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sSa8O4a081 .social-list,
  .cid-sSa8O4a081 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sSa8O4a081 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sSa8O4a081 .form-group {
    max-width: 180px;
  }
}
.cid-sSa8O4a081 .logo-title {
  text-align: center;
}
.cid-sSa8O4a081 .logo-title,
.cid-sSa8O4a081 .logo {
  text-align: left;
}
.cid-sH2b2QBPkW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00698f;
}
.cid-sHdMLTVL28 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sHdMLTVL28 .content {
    margin: auto 0;
    padding: 0 2rem;
  }
}
.cid-sHdMLTVL28 .row {
  justify-content: flex-end;
}
.cid-sHdMLTVL28 .img-col {
  padding: 0;
}
.cid-sHdMLTVL28 .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sHdMLTVL28 .icon-wrap h3 {
  margin: 0;
}
.cid-sHdMLTVL28 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sHdMLTVL28 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sHdMLTVL28 .icon-title,
.cid-sHdMLTVL28 .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-sHdMLTVL28 .icons-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-sHdMLTVL28 .content {
    margin: auto;
  }
  .cid-sHdMLTVL28 .icons-wrap {
    flex-direction: column;
  }
  .cid-sHdMLTVL28 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sHdMLTVL28 H1 {
  color: #5f6db2;
}
.cid-sHdSTvpPhS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHdSTvpPhS img {
  padding: 1rem !important;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 50px;
}
.cid-sHdSTvpPhS .row {
  cursor: default !important;
}
.cid-sHdSTvpPhS .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-sHdNXQj4n7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHdNXQj4n7 .mbr-section-title,
.cid-sHdNXQj4n7 .mbr-section-subtitle {
  color: #000000;
}
.cid-sHdNXQj4n7 .mbr-section-text {
  color: #232323;
}
.cid-sHdNXQj4n7 .mbr-text,
.cid-sHdNXQj4n7 .typed-text,
.cid-sHdNXQj4n7 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sHdNXQj4n7 .btn {
  margin-left: 4px !important;
}
.cid-sHdNXQj4n7 .animated-element {
  color: #e6007e;
}
.cid-sHdNXQj4n7 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e6007e;
}
.cid-sHdNXQj4n7 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sHdNXQj4n7 h2,
  .cid-sHdNXQj4n7 .typed-text,
  .cid-sHdNXQj4n7 .mbr-section-subtitle,
  .cid-sHdNXQj4n7 .mbr-section-text,
  .cid-sHdNXQj4n7 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sHdNXQj4n7 .mbr-section-subtitle,
.cid-sHdNXQj4n7 .typed-text {
  color: #5f6db2;
}
.cid-sHdNXQj4n7 H2 {
  text-align: left;
  padding-bottom: 1rem !important;
  color: #5f6db2;
}
.cid-sHdTXFTL0r {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHdTXFTL0r img {
  padding: 1rem !important;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 50px;
}
.cid-sHdTXFTL0r .row {
  cursor: default !important;
}
.cid-sHdTXFTL0r .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-sHdMLWx3Yd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHdMLWx3Yd .nav-item:focus,
.cid-sHdMLWx3Yd .nav-link:focus {
  outline: none;
}
.cid-sHdMLWx3Yd .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sHdMLWx3Yd .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHdMLWx3Yd .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sHdMLWx3Yd .dropdown .dropdown-menu .dropdown-item:active,
.cid-sHdMLWx3Yd .dropdown .dropdown-menu .dropdown-item:focus {
  color: #e6007e !important;
}
.cid-sHdMLWx3Yd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHdMLWx3Yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHdMLWx3Yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHdMLWx3Yd .navbar-caption:hover {
  color: inherit!important;
}
.cid-sHdMLWx3Yd .container {
  max-width: 1380px;
}
.cid-sHdMLWx3Yd .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sHdMLWx3Yd .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sHdMLWx3Yd .nav-link:hover,
.cid-sHdMLWx3Yd .nav-link:active,
.cid-sHdMLWx3Yd .nav-link:focus {
  border-bottom: 3px solid #e6007e;
  color: #e6007e !important;
}
.cid-sHdMLWx3Yd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sHdMLWx3Yd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHdMLWx3Yd .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sHdMLWx3Yd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHdMLWx3Yd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHdMLWx3Yd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHdMLWx3Yd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sHdMLWx3Yd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHdMLWx3Yd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHdMLWx3Yd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHdMLWx3Yd .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-sHdMLWx3Yd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHdMLWx3Yd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHdMLWx3Yd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHdMLWx3Yd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHdMLWx3Yd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHdMLWx3Yd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHdMLWx3Yd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHdMLWx3Yd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHdMLWx3Yd .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-sHdMLWx3Yd .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sHdMLWx3Yd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHdMLWx3Yd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHdMLWx3Yd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHdMLWx3Yd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHdMLWx3Yd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHdMLWx3Yd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHdMLWx3Yd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sHdMLWx3Yd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHdMLWx3Yd .icons-menu span {
  color: #5f6db2 !important;
}
.cid-sHdMLWx3Yd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHdMLWx3Yd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHdMLWx3Yd .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-sHdMLWx3Yd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHdMLWx3Yd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHdMLWx3Yd .dropdown-item.active,
.cid-sHdMLWx3Yd .dropdown-item:active {
  background-color: transparent;
}
.cid-sHdMLWx3Yd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHdMLWx3Yd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHdMLWx3Yd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHdMLWx3Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHdMLWx3Yd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHdMLWx3Yd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHdMLWx3Yd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHdMLWx3Yd .navbar-buttons {
  text-align: center;
}
.cid-sHdMLWx3Yd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHdMLWx3Yd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sHdMLWx3Yd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHdMLWx3Yd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHdMLWx3Yd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHdMLWx3Yd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHdMLWx3Yd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHdMLWx3Yd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHdMLWx3Yd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHdMLWx3Yd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHdMLWx3Yd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHdMLWx3Yd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHdMLWx3Yd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHdMLWx3Yd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sHdMLWx3Yd .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHdMLWx3Yd .navbar {
    height: 77px;
  }
  .cid-sHdMLWx3Yd .navbar.opened {
    height: auto;
  }
  .cid-sHdMLWx3Yd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSa8Rz2hAo {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSa8Rz2hAo .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sSa8Rz2hAo img {
  margin-left: 0 !important;
}
.cid-sSa8Rz2hAo .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sSa8Rz2hAo .col + .mbr-section-btn .btn,
.cid-sSa8Rz2hAo .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sSa8Rz2hAo .col + .mbr-section-btn .btn,
  .cid-sSa8Rz2hAo .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sSa8Rz2hAo .dragArea > *:nth-last-child(2).col,
  .cid-sSa8Rz2hAo .dragArea > *:nth-last-child(2).col-auto,
  .cid-sSa8Rz2hAo .col + .mbr-section-btn,
  .cid-sSa8Rz2hAo .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sSa8Rz2hAo .dragArea {
    flex-direction: column;
  }
}
.cid-sSa8Rz2hAo .btn-primary {
  border: 1px solid #e6007e !important;
}
.cid-sSa8Rz2hAo .btn-primary:hover {
  border: 1px solid #e6007e !important;
}
.cid-sSa8Rz2hAo .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sSa8Rz2hAo .form-group {
  max-width: 220px;
}
.cid-sSa8Rz2hAo .mbr-section-btn {
  padding-left: 0;
}
.cid-sSa8Rz2hAo .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sSa8Rz2hAo .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sSa8Rz2hAo h5 {
  margin-bottom: 0;
}
.cid-sSa8Rz2hAo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sSa8Rz2hAo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSa8Rz2hAo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sSa8Rz2hAo .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSa8Rz2hAo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSa8Rz2hAo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sSa8Rz2hAo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sSa8Rz2hAo .social-list a:hover {
  opacity: 0.4;
}
.cid-sSa8Rz2hAo .media-container-row > div {
  padding: 0px;
}
.cid-sSa8Rz2hAo .text2 {
  text-align: left;
  color: #000000;
}
.cid-sSa8Rz2hAo .group-title {
  text-align: left;
  padding-bottom: 0.2rem;
  color: #00698f;
}
.cid-sSa8Rz2hAo .links {
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSa8Rz2hAo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sSa8Rz2hAo .social-list,
  .cid-sSa8Rz2hAo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sSa8Rz2hAo h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sSa8Rz2hAo .form-group {
    max-width: 180px;
  }
}
.cid-sSa8Rz2hAo .logo-title {
  text-align: center;
}
.cid-sSa8Rz2hAo .logo-title,
.cid-sSa8Rz2hAo .logo {
  text-align: left;
}
.cid-sHdMLY7gU7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00698f;
}
.cid-sHdYyts0n2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHdYyts0n2 .nav-item:focus,
.cid-sHdYyts0n2 .nav-link:focus {
  outline: none;
}
.cid-sHdYyts0n2 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sHdYyts0n2 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHdYyts0n2 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sHdYyts0n2 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sHdYyts0n2 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #e6007e !important;
}
.cid-sHdYyts0n2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHdYyts0n2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHdYyts0n2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHdYyts0n2 .navbar-caption:hover {
  color: inherit!important;
}
.cid-sHdYyts0n2 .container {
  max-width: 1380px;
}
.cid-sHdYyts0n2 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sHdYyts0n2 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sHdYyts0n2 .nav-link:hover,
.cid-sHdYyts0n2 .nav-link:active,
.cid-sHdYyts0n2 .nav-link:focus {
  border-bottom: 3px solid #e6007e;
  color: #e6007e !important;
}
.cid-sHdYyts0n2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sHdYyts0n2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHdYyts0n2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sHdYyts0n2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHdYyts0n2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHdYyts0n2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHdYyts0n2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sHdYyts0n2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHdYyts0n2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHdYyts0n2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHdYyts0n2 .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-sHdYyts0n2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHdYyts0n2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHdYyts0n2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHdYyts0n2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHdYyts0n2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHdYyts0n2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHdYyts0n2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHdYyts0n2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHdYyts0n2 .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-sHdYyts0n2 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sHdYyts0n2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHdYyts0n2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHdYyts0n2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHdYyts0n2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHdYyts0n2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHdYyts0n2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHdYyts0n2 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sHdYyts0n2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHdYyts0n2 .icons-menu span {
  color: #5f6db2 !important;
}
.cid-sHdYyts0n2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHdYyts0n2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHdYyts0n2 .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-sHdYyts0n2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHdYyts0n2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHdYyts0n2 .dropdown-item.active,
.cid-sHdYyts0n2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHdYyts0n2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHdYyts0n2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHdYyts0n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHdYyts0n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHdYyts0n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHdYyts0n2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHdYyts0n2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHdYyts0n2 .navbar-buttons {
  text-align: center;
}
.cid-sHdYyts0n2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHdYyts0n2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sHdYyts0n2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHdYyts0n2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHdYyts0n2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHdYyts0n2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHdYyts0n2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHdYyts0n2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHdYyts0n2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHdYyts0n2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHdYyts0n2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHdYyts0n2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHdYyts0n2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHdYyts0n2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sHdYyts0n2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHdYyts0n2 .navbar {
    height: 77px;
  }
  .cid-sHdYyts0n2 .navbar.opened {
    height: auto;
  }
  .cid-sHdYyts0n2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHdYN0NViE {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHdYN0NViE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sHdYN0NViE .select {
  z-index: 999;
}
.cid-sHdYN0NViE .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-sHdYN0NViE .mbr-form {
    max-width: 500px;
  }
}
.cid-sHdYN0NViE .img-col {
  padding: 0;
}
.cid-sHdYN0NViE form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-sHdYN0NViE .jq-selectbox__dropdown,
.cid-sHdYN0NViE ul {
  border-radius: 20px !important;
}
.cid-sHdYN0NViE .jq-selectbox {
  border-radius: 30px;
}
.cid-sHdYN0NViE .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sHdYN0NViE .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sHdYN0NViE input,
.cid-sHdYN0NViE textarea,
.cid-sHdYN0NViE .select {
  border-radius: 30px;
}
.cid-sHdYN0NViE input,
.cid-sHdYN0NViE textarea {
  padding: 2rem 3rem;
}
.cid-sHdYN0NViE textarea {
  min-height: 10rem;
}
.cid-sHdYN0NViE .form-control,
.cid-sHdYN0NViE .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHdYN0NViE .form-control::-webkit-input-placeholder,
.cid-sHdYN0NViE .field-input::-webkit-input-placeholder,
.cid-sHdYN0NViE .form-control::-webkit-input-placeholder,
.cid-sHdYN0NViE .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHdYN0NViE .form-control:-moz-placeholder,
.cid-sHdYN0NViE .field-input:-moz-placeholder,
.cid-sHdYN0NViE .form-control:-moz-placeholder,
.cid-sHdYN0NViE .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sHdYN0NViE .form-control:hover,
.cid-sHdYN0NViE .field-input:hover,
.cid-sHdYN0NViE .form-control:focus,
.cid-sHdYN0NViE .field-input:focus {
  background-color: #ffffff;
  border-color: #e6007e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sHdYN0NViE .form-control:hover::-webkit-input-placeholder,
.cid-sHdYN0NViE .field-input:hover::-webkit-input-placeholder,
.cid-sHdYN0NViE .form-control:focus::-webkit-input-placeholder,
.cid-sHdYN0NViE .field-input:focus::-webkit-input-placeholder,
.cid-sHdYN0NViE .form-control:hover::-webkit-input-placeholder,
.cid-sHdYN0NViE .field-input:hover::-webkit-input-placeholder,
.cid-sHdYN0NViE .form-control:focus::-webkit-input-placeholder,
.cid-sHdYN0NViE .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHdYN0NViE .form-control:hover:-moz-placeholder,
.cid-sHdYN0NViE .field-input:hover:-moz-placeholder,
.cid-sHdYN0NViE .form-control:focus:-moz-placeholder,
.cid-sHdYN0NViE .field-input:focus:-moz-placeholder,
.cid-sHdYN0NViE .form-control:hover:-moz-placeholder,
.cid-sHdYN0NViE .field-input:hover:-moz-placeholder,
.cid-sHdYN0NViE .form-control:focus:-moz-placeholder,
.cid-sHdYN0NViE .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sHdYN0NViE .jq-number__spin:hover,
.cid-sHdYN0NViE .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #e6007e;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sHdYN0NViE .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHdYN0NViE .jq-selectbox li,
.cid-sHdYN0NViE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHdYN0NViE .jq-selectbox li:hover,
.cid-sHdYN0NViE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHdYN0NViE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHdYN0NViE .jq-number__spin.minus:hover:after,
.cid-sHdYN0NViE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHdYN0NViE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHdYN0NViE .jq-number__spin.minus:after,
.cid-sHdYN0NViE .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHdYN0NViE input::-webkit-clear-button {
  display: none;
}
.cid-sHdYN0NViE input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHdYN0NViE input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHdYN0NViE input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-sHdYN0NViE .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHdYN0NViE form {
    padding: 2rem 1rem;
  }
  .cid-sHdYN0NViE .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-sHdYN0NViE .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sHdYN0NViE H4 {
  color: #ed6436;
}
.cid-sHdYN0NViE H5 {
  text-align: left;
  color: #00698f;
}
.cid-sSa8VRvUMm {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSa8VRvUMm .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sSa8VRvUMm img {
  margin-left: 0 !important;
}
.cid-sSa8VRvUMm .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sSa8VRvUMm .col + .mbr-section-btn .btn,
.cid-sSa8VRvUMm .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sSa8VRvUMm .col + .mbr-section-btn .btn,
  .cid-sSa8VRvUMm .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sSa8VRvUMm .dragArea > *:nth-last-child(2).col,
  .cid-sSa8VRvUMm .dragArea > *:nth-last-child(2).col-auto,
  .cid-sSa8VRvUMm .col + .mbr-section-btn,
  .cid-sSa8VRvUMm .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sSa8VRvUMm .dragArea {
    flex-direction: column;
  }
}
.cid-sSa8VRvUMm .btn-primary {
  border: 1px solid #e6007e !important;
}
.cid-sSa8VRvUMm .btn-primary:hover {
  border: 1px solid #e6007e !important;
}
.cid-sSa8VRvUMm .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sSa8VRvUMm .form-group {
  max-width: 220px;
}
.cid-sSa8VRvUMm .mbr-section-btn {
  padding-left: 0;
}
.cid-sSa8VRvUMm .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sSa8VRvUMm .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sSa8VRvUMm h5 {
  margin-bottom: 0;
}
.cid-sSa8VRvUMm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sSa8VRvUMm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSa8VRvUMm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sSa8VRvUMm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSa8VRvUMm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSa8VRvUMm .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sSa8VRvUMm .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sSa8VRvUMm .social-list a:hover {
  opacity: 0.4;
}
.cid-sSa8VRvUMm .media-container-row > div {
  padding: 0px;
}
.cid-sSa8VRvUMm .text2 {
  text-align: left;
  color: #000000;
}
.cid-sSa8VRvUMm .group-title {
  text-align: left;
  padding-bottom: 0.2rem;
  color: #00698f;
}
.cid-sSa8VRvUMm .links {
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSa8VRvUMm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sSa8VRvUMm .social-list,
  .cid-sSa8VRvUMm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sSa8VRvUMm h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sSa8VRvUMm .form-group {
    max-width: 180px;
  }
}
.cid-sSa8VRvUMm .logo-title {
  text-align: center;
}
.cid-sSa8VRvUMm .logo-title,
.cid-sSa8VRvUMm .logo {
  text-align: left;
}
.cid-sHdYyyrjWK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00698f;
}
.cid-sMbiGR19Y8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sMbiGR19Y8 .content {
    margin: auto 0;
    padding: 0 2rem;
  }
}
.cid-sMbiGR19Y8 .row {
  justify-content: flex-end;
}
.cid-sMbiGR19Y8 .img-col {
  padding: 0;
}
.cid-sMbiGR19Y8 .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sMbiGR19Y8 .icon-wrap h3 {
  margin: 0;
}
.cid-sMbiGR19Y8 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sMbiGR19Y8 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sMbiGR19Y8 .icon-title,
.cid-sMbiGR19Y8 .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-sMbiGR19Y8 .icons-wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-sMbiGR19Y8 .content {
    margin: auto;
  }
  .cid-sMbiGR19Y8 .icons-wrap {
    flex-direction: column;
  }
  .cid-sMbiGR19Y8 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sMbiGR19Y8 H1 {
  color: #5f6db2;
}
.cid-sMbiGRzNlE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMbiGRzNlE .nav-item:focus,
.cid-sMbiGRzNlE .nav-link:focus {
  outline: none;
}
.cid-sMbiGRzNlE .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sMbiGRzNlE .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMbiGRzNlE .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sMbiGRzNlE .dropdown .dropdown-menu .dropdown-item:active,
.cid-sMbiGRzNlE .dropdown .dropdown-menu .dropdown-item:focus {
  color: #e6007e !important;
}
.cid-sMbiGRzNlE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMbiGRzNlE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMbiGRzNlE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMbiGRzNlE .navbar-caption:hover {
  color: inherit!important;
}
.cid-sMbiGRzNlE .container {
  max-width: 1380px;
}
.cid-sMbiGRzNlE .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sMbiGRzNlE .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sMbiGRzNlE .nav-link:hover,
.cid-sMbiGRzNlE .nav-link:active,
.cid-sMbiGRzNlE .nav-link:focus {
  border-bottom: 3px solid #e6007e;
  color: #e6007e !important;
}
.cid-sMbiGRzNlE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sMbiGRzNlE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sMbiGRzNlE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sMbiGRzNlE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMbiGRzNlE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMbiGRzNlE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMbiGRzNlE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sMbiGRzNlE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMbiGRzNlE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMbiGRzNlE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMbiGRzNlE .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-sMbiGRzNlE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMbiGRzNlE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sMbiGRzNlE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sMbiGRzNlE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMbiGRzNlE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMbiGRzNlE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMbiGRzNlE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMbiGRzNlE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMbiGRzNlE .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-sMbiGRzNlE .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-sMbiGRzNlE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMbiGRzNlE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMbiGRzNlE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMbiGRzNlE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sMbiGRzNlE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sMbiGRzNlE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sMbiGRzNlE .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sMbiGRzNlE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMbiGRzNlE .icons-menu span {
  color: #5f6db2 !important;
}
.cid-sMbiGRzNlE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMbiGRzNlE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMbiGRzNlE .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-sMbiGRzNlE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMbiGRzNlE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMbiGRzNlE .dropdown-item.active,
.cid-sMbiGRzNlE .dropdown-item:active {
  background-color: transparent;
}
.cid-sMbiGRzNlE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMbiGRzNlE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMbiGRzNlE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMbiGRzNlE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMbiGRzNlE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMbiGRzNlE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMbiGRzNlE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sMbiGRzNlE .navbar-buttons {
  text-align: center;
}
.cid-sMbiGRzNlE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMbiGRzNlE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sMbiGRzNlE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMbiGRzNlE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMbiGRzNlE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMbiGRzNlE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMbiGRzNlE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMbiGRzNlE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMbiGRzNlE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMbiGRzNlE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMbiGRzNlE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sMbiGRzNlE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMbiGRzNlE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sMbiGRzNlE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sMbiGRzNlE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMbiGRzNlE .navbar {
    height: 77px;
  }
  .cid-sMbiGRzNlE .navbar.opened {
    height: auto;
  }
  .cid-sMbiGRzNlE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMbiGRX54Y {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-sMbiGRX54Y .mbr-section-title,
.cid-sMbiGRX54Y .mbr-section-subtitle {
  color: #000000;
}
.cid-sMbiGRX54Y .mbr-section-text {
  color: #232323;
}
.cid-sMbiGRX54Y .mbr-text,
.cid-sMbiGRX54Y .typed-text,
.cid-sMbiGRX54Y .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sMbiGRX54Y .btn {
  margin-left: 4px !important;
}
.cid-sMbiGRX54Y .animated-element {
  color: #e6007e;
}
.cid-sMbiGRX54Y .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e6007e;
}
.cid-sMbiGRX54Y .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sMbiGRX54Y h2,
  .cid-sMbiGRX54Y .typed-text,
  .cid-sMbiGRX54Y .mbr-section-subtitle,
  .cid-sMbiGRX54Y .mbr-section-text,
  .cid-sMbiGRX54Y .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sMbiGRX54Y .mbr-section-subtitle,
.cid-sMbiGRX54Y .typed-text {
  color: #5f6db2;
}
.cid-sMbiGRX54Y H2 {
  text-align: left;
  padding-bottom: 1rem !important;
  color: #00698f;
}
.cid-sMbiGSpkVH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f4;
}
.cid-sMbiGSpkVH img {
  padding: 1rem !important;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 50px;
}
.cid-sMbiGSpkVH .row {
  cursor: default !important;
}
.cid-sMbiGSpkVH .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-sMbiGSO3im {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-sMbiGSO3im .mbr-section-title,
.cid-sMbiGSO3im .mbr-section-subtitle {
  color: #000000;
}
.cid-sMbiGSO3im img {
  padding-bottom: 4rem;
}
.cid-sMbiGSO3im .mbr-section-text {
  color: #232323;
}
.cid-sMbiGSO3im .mbr-text,
.cid-sMbiGSO3im .typed-text,
.cid-sMbiGSO3im .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sMbiGSO3im .btn {
  margin-left: 4px !important;
}
.cid-sMbiGSO3im .animated-element {
  color: #e6007e;
}
.cid-sMbiGSO3im .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e6007e;
}
.cid-sMbiGSO3im .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sMbiGSO3im h2,
  .cid-sMbiGSO3im .typed-text,
  .cid-sMbiGSO3im .mbr-section-subtitle,
  .cid-sMbiGSO3im .mbr-section-text,
  .cid-sMbiGSO3im .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sMbiGSO3im .mbr-section-subtitle,
.cid-sMbiGSO3im .typed-text {
  color: #5f6db2;
}
.cid-sMbiGSO3im H2 {
  text-align: left;
  padding-bottom: 1rem !important;
  color: #00698f;
}
.cid-sMbiGTjtZp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-sMbiGTjtZp .mbr-section-title,
.cid-sMbiGTjtZp .mbr-section-subtitle {
  color: #000000;
}
.cid-sMbiGTjtZp .mbr-section-text {
  color: #232323;
}
.cid-sMbiGTjtZp .mbr-text,
.cid-sMbiGTjtZp .typed-text,
.cid-sMbiGTjtZp .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sMbiGTjtZp .btn {
  margin-left: 4px !important;
}
.cid-sMbiGTjtZp .animated-element {
  color: #e6007e;
}
.cid-sMbiGTjtZp .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e6007e;
}
.cid-sMbiGTjtZp .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sMbiGTjtZp h2,
  .cid-sMbiGTjtZp .typed-text,
  .cid-sMbiGTjtZp .mbr-section-subtitle,
  .cid-sMbiGTjtZp .mbr-section-text,
  .cid-sMbiGTjtZp .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sMbiGTjtZp .mbr-section-subtitle,
.cid-sMbiGTjtZp .typed-text {
  color: #5f6db2;
}
.cid-sMbiGTjtZp H2 {
  text-align: left;
  padding-bottom: 1rem !important;
  color: #00698f;
}
.cid-sMbiGTK5l2 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sMbiGTK5l2 .mbr-text {
  color: #767676;
}
.cid-sMbiGTK5l2 .mbr-iconfont {
  color: #5f6db2 !important;
  font-size: 4rem!important;
}
.cid-sMbiGTK5l2 .card-img {
  margin-bottom: 3rem;
}
.cid-sMbiGTK5l2 .card-wrapper {
  background: #f2f2f4;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-sMbiGTK5l2 .link {
  margin: 0;
}
.cid-sMbiGTK5l2 p {
  font-weight: 400;
}
.cid-sMbiGTK5l2 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-sMbiGTK5l2 .link a:hover {
  color: #00698f !important;
}
.cid-sMbiGTK5l2 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sMbiGTK5l2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sMbiGTK5l2 .card {
    margin-bottom: 3rem;
  }
}
.cid-sMbiGTK5l2 .mbr-text,
.cid-sMbiGTK5l2 .link {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sMbiGTK5l2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sMbiGTK5l2 .card-title,
.cid-sMbiGTK5l2 .card-img {
  text-align: center;
}
.cid-sMbiGUeozy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMbiGUeozy li {
  list-style: none;
}
.cid-sMbiGUeozy .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sMbiGUeozy .item-wrap:hover .mbr-iconfont {
  color: #00698f !important;
}
.cid-sMbiGUeozy .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #e6007e !important;
}
.cid-sMbiGUeozy h4 {
  margin: 0;
}
.cid-sMbiGUeozy ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sMbiGUeozy .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sMbiGUeozy .col-title2 {
  color: #ed6436;
}
.cid-sMbiGUKFhk {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-sMbiGUKFhk .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sMbiGUKFhk h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sMbiGUKFhk .svg11 path {
  fill: #00698f;
}
.cid-sMbiGUKFhk .svg21 path {
  fill: #e6007e;
}
.cid-sMbiGUKFhk .svg31 path {
  fill: #5f6db2;
}
.cid-sMbiGUKFhk .svg12 path,
.cid-sMbiGUKFhk .svg22 path,
.cid-sMbiGUKFhk .svg32 path {
  fill: #f2f2f4;
}
.cid-sMbiGUKFhk .card {
  position: relative;
  height: 300px;
}
.cid-sMbiGUKFhk .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sMbiGUKFhk .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sMbiGUKFhk .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sMbiGUKFhk .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sMbiGUKFhk .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sMbiGUKFhk .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sMbiGUKFhk .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sMbiGUKFhk .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sMbiGUKFhk .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sMbiGUKFhk .card .svg22,
.cid-sMbiGUKFhk .card .svg32,
.cid-sMbiGUKFhk .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sMbiGUKFhk .card .svg21,
.cid-sMbiGUKFhk .card .svg31,
.cid-sMbiGUKFhk .card .svg11 {
  z-index: 2;
}
.cid-sMbiGUKFhk .card div {
  z-index: 3;
}
.cid-sMbiGUKFhk .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sMbiGUKFhk .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sMbiGUKFhk .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sMbiGUKFhk .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sMbiGUKFhk .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sMbiGUKFhk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sMbiGUKFhk .card {
    margin-bottom: 2rem;
  }
  .cid-sMbiGUKFhk .card svg {
    left: 30px;
  }
  .cid-sMbiGUKFhk .card:hover h4 {
    animation: none;
  }
  .cid-sMbiGUKFhk .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sMbiGUKFhk h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sMbiGUKFhk .card {
    max-width: 360px;
  }
  .cid-sMbiGUKFhk .card svg {
    left: 10px;
  }
}
.cid-sMbiGUKFhk H2 {
  color: #00698f;
}
.cid-sMbiGV2Gfk {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #f2f2f4;
}
.cid-sMbiGV2Gfk .carousel {
  z-index: 2;
  position: relative;
}
.cid-sMbiGV2Gfk .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #d4d4d4;
  opacity: 0.5;
}
.cid-sMbiGV2Gfk .user {
  padding: 0!important;
}
.cid-sMbiGV2Gfk .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sMbiGV2Gfk .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sMbiGV2Gfk .carousel-item.active,
.cid-sMbiGV2Gfk .carousel-item-next,
.cid-sMbiGV2Gfk .carousel-item-prev {
  display: flex;
}
.cid-sMbiGV2Gfk .user_name {
  margin: 0;
}
.cid-sMbiGV2Gfk .carousel-controls a {
  font-size: 2rem;
}
.cid-sMbiGV2Gfk .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #e6007e;
  background: transparent;
  opacity: 0.5;
}
.cid-sMbiGV2Gfk .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sMbiGV2Gfk ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sMbiGV2Gfk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #e6007e;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sMbiGV2Gfk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sMbiGV2Gfk .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sMbiGV2Gfk .user_desk {
  color: #767676;
}
.cid-sMbiGVKAhp {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sMbiGVKAhp .card-img {
  position: relative;
  height: 100%;
}
.cid-sMbiGVKAhp .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-sMbiGVKAhp .bone-col {
  padding: 2rem 0;
}
.cid-sMbiGVKAhp .card-wrapper {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sMbiGVKAhp .row {
  background: #5f6db2;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0rem;
}
.cid-sMbiGVKAhp p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sMbiGVKAhp .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-sMbiGVKAhp .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-sMbiGVKAhp .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sMbiGVKAhp .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sMbiGVKAhp .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sMbiGVKAhp .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sMbiGVKAhp H5 {
  color: #ffffff;
}
.cid-sMbiGW5LyW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMbiGW5LyW .mbr-iconfont {
  color: #ed6436 !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-sMbiGW5LyW .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-sMbiGW5LyW .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-sMbiGW5LyW .card-col {
    margin-right: 20rem;
  }
}
.cid-sMbiGW5LyW img {
  width: 100%;
}
.cid-sMbiGW5LyW .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-sMbiGW5LyW .container-fluid {
  position: relative;
}
.cid-sMbiGW5LyW .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-sMbiGW5LyW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sMbiGW5LyW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sMbiGW5LyW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sMbiGW5LyW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sMbiGW5LyW .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-sMbiGW5LyW .item h4 {
  margin: 0;
}
.cid-sMbiGW5LyW .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-sMbiGW5LyW p {
  font-weight: 400;
}
.cid-sMbiGW5LyW .card-title,
.cid-sMbiGW5LyW .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-sMbiGW5LyW .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-sMbiGW5LyW .card-col {
    padding: 2rem 1rem;
  }
}
.cid-sMbiGWxb4p {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sMbiGWxb4p .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sMbiGWxb4p .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sMbiGWxb4p .col + .mbr-section-btn .btn,
.cid-sMbiGWxb4p .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sMbiGWxb4p .col + .mbr-section-btn .btn,
  .cid-sMbiGWxb4p .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sMbiGWxb4p .dragArea > *:nth-last-child(2).col,
  .cid-sMbiGWxb4p .dragArea > *:nth-last-child(2).col-auto,
  .cid-sMbiGWxb4p .col + .mbr-section-btn,
  .cid-sMbiGWxb4p .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sMbiGWxb4p .dragArea {
    flex-direction: column;
  }
}
.cid-sMbiGWxb4p .btn-primary {
  border: 1px solid #e6007e !important;
}
.cid-sMbiGWxb4p .btn-primary:hover {
  border: 1px solid #e6007e !important;
}
.cid-sMbiGWxb4p .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sMbiGWxb4p .form-group {
  max-width: 220px;
}
.cid-sMbiGWxb4p .mbr-section-btn {
  padding-left: 0;
}
.cid-sMbiGWxb4p .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sMbiGWxb4p .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sMbiGWxb4p h5 {
  margin-bottom: 0;
}
.cid-sMbiGWxb4p .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sMbiGWxb4p .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMbiGWxb4p .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sMbiGWxb4p .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMbiGWxb4p .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMbiGWxb4p .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sMbiGWxb4p .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sMbiGWxb4p .social-list a:hover {
  opacity: 0.4;
}
.cid-sMbiGWxb4p .media-container-row > div {
  padding: 0px;
}
.cid-sMbiGWxb4p .text2 {
  text-align: left;
  color: #000000;
}
.cid-sMbiGWxb4p .group-title {
  text-align: left;
  padding-bottom: 0.2rem;
  color: #00698f;
}
.cid-sMbiGWxb4p .links {
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMbiGWxb4p .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sMbiGWxb4p .social-list,
  .cid-sMbiGWxb4p .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sMbiGWxb4p h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sMbiGWxb4p .form-group {
    max-width: 180px;
  }
}
.cid-sMbiGWxb4p .logo-title {
  text-align: center;
}
.cid-sMbiGWxb4p .logo-title,
.cid-sMbiGWxb4p .logo {
  text-align: left;
}
.cid-sMbiGX7Iuw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00698f;
}
