body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #3d0859 !important;
}
.bg-success {
  background-color: #b2ccd2 !important;
}
.bg-info {
  background-color: #c71c81 !important;
}
.bg-warning {
  background-color: #82786e !important;
}
.bg-danger {
  background-color: #879a9f !important;
}
.btn-primary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0213;
  border-color: #0d0213;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #3d0859 !important;
  border-color: #3d0859 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0d0213 !important;
  border-color: #0d0213 !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d0213 !important;
  border-color: #0d0213 !important;
}
.btn-secondary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #fe0613;
  border-color: #fe0613;
  border-radius: 100px;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fe525b !important;
  border-color: #fe525b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #fe0613 !important;
  border-color: #fe0613 !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fe0613 !important;
  border-color: #fe0613 !important;
}
.btn-info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #841356;
  border-color: #841356;
  border-radius: 100px;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #c71c81 !important;
  border-color: #c71c81 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #841356 !important;
  border-color: #841356 !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #841356 !important;
  border-color: #841356 !important;
}
.btn-success {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82acb6;
  border-color: #82acb6;
  border-radius: 100px;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #59524b;
  border-color: #59524b;
  border-radius: 100px;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-danger {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #617479;
  border-color: #617479;
  border-radius: 100px;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-black {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  border-radius: 100px;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 100px;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #3d0859;
  border-color: #3d0859;
  border-radius: 100px;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #3d0859;
  border-color: #3d0859;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d0859 !important;
  border-color: #3d0859 !important;
}
.btn-secondary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #fe525b;
  border-color: #fe525b;
  border-radius: 100px;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9010d;
  color: #e9010d !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #fe525b;
  border-color: #fe525b;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe525b !important;
  border-color: #fe525b !important;
}
.btn-info-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #c71c81;
  border-color: #c71c81;
  border-radius: 100px;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #6e0f47;
  color: #6e0f47 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #c71c81;
  border-color: #c71c81;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c71c81 !important;
  border-color: #c71c81 !important;
}
.btn-success-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
  border-radius: 100px;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-warning-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82786e;
  border-color: #82786e;
  border-radius: 100px;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-danger-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #879a9f;
  border-color: #879a9f;
  border-radius: 100px;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-black-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #333333;
  border-color: #333333;
  border-radius: 100px;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 100px;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.text-primary {
  color: #3d0859 !important;
}
.text-secondary {
  color: #fe525b !important;
}
.text-success {
  color: #b2ccd2 !important;
}
.text-info {
  color: #c71c81 !important;
}
.text-warning {
  color: #82786e !important;
}
.text-danger {
  color: #879a9f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9010d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #72a1ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #6e0f47 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4b453f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #55666b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #b2ccd2;
}
.alert-info {
  background-color: #c71c81;
}
.alert-warning {
  background-color: #82786e;
}
.alert-danger {
  background-color: #879a9f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, .8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d0859;
  border-color: #3d0859;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3d0859;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8d13ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ec77bc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ced6d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
}
blockquote {
  border-color: #3d0859;
}
/* Forms */
.mbr-form .btn {
  margin: .3rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #efefef;
  color: #000000;
}
.jq-selectbox li {
  border-radius: 22px;
  background-color: #3d0859;
  border: 1px solid #e8e8e8;
}
.jq-selectbox li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 22px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3d0859;
  border-bottom-color: #3d0859;
}
.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: #3d0859 !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: #fe525b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233d0859' %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-sc2lTSG464 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x957.jpg");
}
.cid-sc2lTSG464 .mbr-overlay {
  background: #096693;
  background: linear-gradient(45deg, #096693, #000000);
}
.cid-sc2lTSG464 .mbr-section-title {
  margin: 0;
}
.cid-sc1pwP6hbW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sc1pwP6hbW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sc1pwP6hbW a {
  font-style: normal;
}
.cid-sc1pwP6hbW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sc1pwP6hbW .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sc1pwP6hbW .nav-item:focus,
.cid-sc1pwP6hbW .nav-link:focus {
  outline: none;
}
.cid-sc1pwP6hbW .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sc1pwP6hbW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sc1pwP6hbW .menu-logo {
  margin-right: auto;
}
.cid-sc1pwP6hbW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sc1pwP6hbW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sc1pwP6hbW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sc1pwP6hbW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sc1pwP6hbW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sc1pwP6hbW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sc1pwP6hbW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sc1pwP6hbW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sc1pwP6hbW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc1pwP6hbW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sc1pwP6hbW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sc1pwP6hbW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sc1pwP6hbW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc1pwP6hbW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sc1pwP6hbW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc1pwP6hbW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sc1pwP6hbW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sc1pwP6hbW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sc1pwP6hbW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sc1pwP6hbW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sc1pwP6hbW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sc1pwP6hbW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sc1pwP6hbW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sc1pwP6hbW button.navbar-toggler:focus {
  outline: none;
}
.cid-sc1pwP6hbW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-sc1pwP6hbW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc1pwP6hbW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc1pwP6hbW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc1pwP6hbW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc1pwP6hbW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc1pwP6hbW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc1pwP6hbW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc1pwP6hbW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc1pwP6hbW .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sc1pwP6hbW .collapsed .btn {
  display: flex;
}
.cid-sc1pwP6hbW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sc1pwP6hbW .collapsed .navbar-collapse.collapsing,
.cid-sc1pwP6hbW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sc1pwP6hbW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sc1pwP6hbW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sc1pwP6hbW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sc1pwP6hbW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sc1pwP6hbW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sc1pwP6hbW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sc1pwP6hbW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sc1pwP6hbW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sc1pwP6hbW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sc1pwP6hbW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sc1pwP6hbW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sc1pwP6hbW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sc1pwP6hbW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc1pwP6hbW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sc1pwP6hbW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sc1pwP6hbW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sc1pwP6hbW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sc1pwP6hbW .navbar-expand {
    flex-direction: column;
  }
  .cid-sc1pwP6hbW img {
    height: 3.8rem !important;
  }
  .cid-sc1pwP6hbW .btn {
    display: flex;
  }
  .cid-sc1pwP6hbW button.navbar-toggler {
    display: block;
  }
  .cid-sc1pwP6hbW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sc1pwP6hbW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc1pwP6hbW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sc1pwP6hbW .navbar-collapse.collapsing,
  .cid-sc1pwP6hbW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sc1pwP6hbW .navbar-collapse.collapsing .navbar-nav,
  .cid-sc1pwP6hbW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sc1pwP6hbW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sc1pwP6hbW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sc1pwP6hbW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sc1pwP6hbW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc1pwP6hbW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sc1pwP6hbW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sc1pwP6hbW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sc1pwP6hbW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc1pwP6hbW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sc1pwP6hbW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sc1pwP6hbW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sc1pwP6hbW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sc1pwP6hbW .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sc1pwP6hbW .navbar-collapse {
  flex-basis: auto;
}
.cid-sc1pwP6hbW .nav-link:hover,
.cid-sc1pwP6hbW .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-sc1457bg7n {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sc1457bg7n .container-fluid {
  padding: 0 3rem;
}
.cid-sc1457bg7n ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc1457bg7n ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sc1457bg7n ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sc1457bg7n ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sc1457bg7n .container-fluid {
    padding: 0 1rem;
  }
  .cid-sc1457bg7n .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sc1457bg7n .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sc1457bg7n .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-tFYweHDStP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYweHDStP .content {
    text-align: center;
  }
  .cid-tFYweHDStP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYweHDStP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYweHDStP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYweHDStP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYweHDStP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYweHDStP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYweHDStP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYweHDStP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYweHDStP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYweHDStP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYweHDStP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYweHDStP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYweHDStP H5 {
  color: #3d0859;
}
.cid-tFYweHDStP P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-sdUCW1ilnB.popup-builder {
  background-color: #ffffff;
}
.cid-sdUCW1ilnB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sdUCW1ilnB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sdUCW1ilnB .modal-content,
.cid-sdUCW1ilnB .modal-dialog {
  height: auto;
}
.cid-sdUCW1ilnB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sdUCW1ilnB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sdUCW1ilnB .form-wrapper .mbr-form .form-group,
  .cid-sdUCW1ilnB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sdUCW1ilnB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sdUCW1ilnB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdUCW1ilnB .mbr-text {
  text-align: center;
}
.cid-sdUCW1ilnB .pt-0 {
  padding-top: 0 !important;
}
.cid-sdUCW1ilnB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sdUCW1ilnB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sdUCW1ilnB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sdUCW1ilnB .modal-open {
  overflow: hidden;
}
.cid-sdUCW1ilnB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sdUCW1ilnB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sdUCW1ilnB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sdUCW1ilnB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sdUCW1ilnB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sdUCW1ilnB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sdUCW1ilnB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sdUCW1ilnB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sdUCW1ilnB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sdUCW1ilnB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sdUCW1ilnB .modal-backdrop.show {
  opacity: .5;
}
.cid-sdUCW1ilnB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sdUCW1ilnB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sdUCW1ilnB .modal-header .close:hover {
  opacity: 1;
}
.cid-sdUCW1ilnB .modal-header .close:focus {
  outline: none;
}
.cid-sdUCW1ilnB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sdUCW1ilnB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sdUCW1ilnB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sdUCW1ilnB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sdUCW1ilnB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sdUCW1ilnB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sdUCW1ilnB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sdUCW1ilnB .modal-sm {
    max-width: 300px;
  }
  .cid-sdUCW1ilnB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sdUCW1ilnB .modal-lg,
  .cid-sdUCW1ilnB .modal-xl {
    max-width: 800px;
  }
  .cid-sdUCW1ilnB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sdUCW1ilnB .modal-xl {
    max-width: 1140px;
  }
  .cid-sdUCW1ilnB .container {
    max-width: 1140px;
  }
}
.cid-sdUCW1ilnB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sdUCW1ilnB .container {
    max-width: 720px;
  }
}
.cid-sdUCW1ilnB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sdUCW1ilnB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sdUCW1ilnB .form-group {
  margin-bottom: 1rem;
}
.cid-sdUCW1ilnB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sdUCW1ilnB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sdUCW1ilnB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-siNu1afbvZ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-siNu1afbvZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-siNu1afbvZ a {
  font-style: normal;
}
.cid-siNu1afbvZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-siNu1afbvZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-siNu1afbvZ .nav-item:focus,
.cid-siNu1afbvZ .nav-link:focus {
  outline: none;
}
.cid-siNu1afbvZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-siNu1afbvZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-siNu1afbvZ .menu-logo {
  margin-right: auto;
}
.cid-siNu1afbvZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-siNu1afbvZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-siNu1afbvZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-siNu1afbvZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-siNu1afbvZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-siNu1afbvZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-siNu1afbvZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-siNu1afbvZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-siNu1afbvZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-siNu1afbvZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-siNu1afbvZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-siNu1afbvZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-siNu1afbvZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siNu1afbvZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-siNu1afbvZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siNu1afbvZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-siNu1afbvZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-siNu1afbvZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-siNu1afbvZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-siNu1afbvZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-siNu1afbvZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-siNu1afbvZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-siNu1afbvZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-siNu1afbvZ button.navbar-toggler:focus {
  outline: none;
}
.cid-siNu1afbvZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-siNu1afbvZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siNu1afbvZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siNu1afbvZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siNu1afbvZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siNu1afbvZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNu1afbvZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siNu1afbvZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siNu1afbvZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siNu1afbvZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-siNu1afbvZ .collapsed .btn {
  display: flex;
}
.cid-siNu1afbvZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-siNu1afbvZ .collapsed .navbar-collapse.collapsing,
.cid-siNu1afbvZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-siNu1afbvZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-siNu1afbvZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-siNu1afbvZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-siNu1afbvZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-siNu1afbvZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-siNu1afbvZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-siNu1afbvZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-siNu1afbvZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-siNu1afbvZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-siNu1afbvZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-siNu1afbvZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-siNu1afbvZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-siNu1afbvZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-siNu1afbvZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-siNu1afbvZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-siNu1afbvZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-siNu1afbvZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-siNu1afbvZ .navbar-expand {
    flex-direction: column;
  }
  .cid-siNu1afbvZ img {
    height: 3.8rem !important;
  }
  .cid-siNu1afbvZ .btn {
    display: flex;
  }
  .cid-siNu1afbvZ button.navbar-toggler {
    display: block;
  }
  .cid-siNu1afbvZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-siNu1afbvZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-siNu1afbvZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-siNu1afbvZ .navbar-collapse.collapsing,
  .cid-siNu1afbvZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-siNu1afbvZ .navbar-collapse.collapsing .navbar-nav,
  .cid-siNu1afbvZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-siNu1afbvZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-siNu1afbvZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-siNu1afbvZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-siNu1afbvZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-siNu1afbvZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-siNu1afbvZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-siNu1afbvZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-siNu1afbvZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-siNu1afbvZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-siNu1afbvZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-siNu1afbvZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-siNu1afbvZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-siNu1afbvZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-siNu1afbvZ .navbar-collapse {
  flex-basis: auto;
}
.cid-siNu1afbvZ .nav-link:hover,
.cid-siNu1afbvZ .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-siNu1aH9df {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/adobestock-321006746-2000x667.jpg");
}
.cid-siNu1aH9df .container-fluid {
  padding: 0 3rem;
}
.cid-siNu1aH9df .media-container-column {
  padding: 0 2rem;
}
.cid-siNu1aH9df .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-siNu1aH9df .container-fluid {
    padding: 0 1rem;
  }
}
.cid-suG41XbA7K {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suG41XbA7K .mbr-section-subtitle {
  color: #767676;
}
.cid-suG41XbA7K H2 {
  color: #3d0859;
}
.cid-suG48CZVB6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suG48CZVB6 .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-suG48CZVB6 textarea {
  min-height: 150px;
}
.cid-suG48CZVB6 .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-suG48CZVB6 .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-suG48CZVB6 .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-suG48CZVB6 .form-wrap {
    max-width: 690px;
  }
  .cid-suG48CZVB6 .md-pb {
    padding-bottom: 3rem;
  }
  .cid-suG48CZVB6 .text-wrap {
    max-width: 690px;
  }
}
.cid-suG48CZVB6 .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-suG48CZVB6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suG48CZVB6 .form-control,
.cid-suG48CZVB6 .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-suG48CZVB6 .form-control:hover,
.cid-suG48CZVB6 .field-input:hover,
.cid-suG48CZVB6 .form-control:focus,
.cid-suG48CZVB6 .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-suG48CZVB6 input::-webkit-input-placeholder,
.cid-suG48CZVB6 textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-suG48CZVB6 input:-moz-placeholder,
.cid-suG48CZVB6 textarea:-moz-placeholder {
  color: #232323;
}
.cid-suG48CZVB6 .jq-selectbox li,
.cid-suG48CZVB6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suG48CZVB6 .jq-selectbox li:hover,
.cid-suG48CZVB6 .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-suG48CZVB6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suG48CZVB6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-suG48CZVB6 H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-suG48CZVB6 .col-auto {
    margin: auto;
  }
}
.cid-suG48CZVB6 H3 {
  color: #3d0859;
  text-align: center;
}
.cid-suG48CZVB6 H4 {
  color: #36404c;
}
.cid-suNlxJi7xX {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-suNlxJi7xX .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-suNlxJi7xX .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-suNlxJi7xX .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suNlxJi7xX img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suNlxJi7xX .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suNlxJi7xX H1 {
  color: #3d0859;
  text-align: center;
}
.cid-siNu1beJx7 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siNu1beJx7 .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-siNu1beJx7 .mbr-section-title {
  margin: 0;
}
.cid-siNu1beJx7 .mbr-text {
  color: #000000;
}
.cid-siNu1beJx7 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-siNu1beJx7 .card-img {
  text-align: left;
}
.cid-siNu1beJx7 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-siNu1beJx7 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-siNu1beJx7 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siNu1beJx7 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-siNu1beJx7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siNu1beJx7 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-siNu1beJx7 .title-cont,
.cid-siNu1beJx7 .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-siNu1beJx7 .mbr-section-subtitle,
.cid-siNu1beJx7 .mbr-section-btn {
  color: #3d0859;
}
.cid-siNu1beJx7 .card-title,
.cid-siNu1beJx7 .card-img {
  color: #7d35a3;
}
.cid-siNu1bJ3OG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-siNu1bJ3OG .container-fluid {
  padding: 0 3rem;
}
.cid-siNu1bJ3OG ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-siNu1bJ3OG ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-siNu1bJ3OG ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-siNu1bJ3OG ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-siNu1bJ3OG .container-fluid {
    padding: 0 1rem;
  }
  .cid-siNu1bJ3OG .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-siNu1bJ3OG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-siNu1bJ3OG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-siNu1bJ3OG .mbr-section-title,
.cid-siNu1bJ3OG .underline {
  color: #3d0859;
}
.cid-tFYxbT6jk1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYxbT6jk1 .content {
    text-align: center;
  }
  .cid-tFYxbT6jk1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYxbT6jk1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYxbT6jk1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYxbT6jk1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYxbT6jk1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYxbT6jk1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYxbT6jk1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYxbT6jk1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYxbT6jk1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYxbT6jk1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYxbT6jk1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYxbT6jk1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYxbT6jk1 H5 {
  color: #3d0859;
}
.cid-tFYxbT6jk1 P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-sg54saYbaS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sg54saYbaS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sg54saYbaS a {
  font-style: normal;
}
.cid-sg54saYbaS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sg54saYbaS .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sg54saYbaS .nav-item:focus,
.cid-sg54saYbaS .nav-link:focus {
  outline: none;
}
.cid-sg54saYbaS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sg54saYbaS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sg54saYbaS .menu-logo {
  margin-right: auto;
}
.cid-sg54saYbaS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sg54saYbaS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sg54saYbaS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sg54saYbaS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sg54saYbaS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sg54saYbaS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sg54saYbaS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sg54saYbaS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sg54saYbaS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg54saYbaS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sg54saYbaS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sg54saYbaS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sg54saYbaS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg54saYbaS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sg54saYbaS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg54saYbaS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sg54saYbaS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sg54saYbaS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sg54saYbaS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sg54saYbaS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sg54saYbaS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sg54saYbaS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sg54saYbaS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sg54saYbaS button.navbar-toggler:focus {
  outline: none;
}
.cid-sg54saYbaS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-sg54saYbaS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg54saYbaS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg54saYbaS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg54saYbaS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg54saYbaS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg54saYbaS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg54saYbaS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg54saYbaS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg54saYbaS .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sg54saYbaS .collapsed .btn {
  display: flex;
}
.cid-sg54saYbaS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sg54saYbaS .collapsed .navbar-collapse.collapsing,
.cid-sg54saYbaS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sg54saYbaS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sg54saYbaS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sg54saYbaS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sg54saYbaS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sg54saYbaS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sg54saYbaS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sg54saYbaS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sg54saYbaS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sg54saYbaS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sg54saYbaS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sg54saYbaS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sg54saYbaS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sg54saYbaS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sg54saYbaS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sg54saYbaS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sg54saYbaS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sg54saYbaS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sg54saYbaS .navbar-expand {
    flex-direction: column;
  }
  .cid-sg54saYbaS img {
    height: 3.8rem !important;
  }
  .cid-sg54saYbaS .btn {
    display: flex;
  }
  .cid-sg54saYbaS button.navbar-toggler {
    display: block;
  }
  .cid-sg54saYbaS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sg54saYbaS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sg54saYbaS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sg54saYbaS .navbar-collapse.collapsing,
  .cid-sg54saYbaS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sg54saYbaS .navbar-collapse.collapsing .navbar-nav,
  .cid-sg54saYbaS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sg54saYbaS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sg54saYbaS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sg54saYbaS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sg54saYbaS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg54saYbaS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sg54saYbaS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sg54saYbaS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sg54saYbaS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg54saYbaS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sg54saYbaS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sg54saYbaS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sg54saYbaS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sg54saYbaS .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sg54saYbaS .navbar-collapse {
  flex-basis: auto;
}
.cid-sg54saYbaS .nav-link:hover,
.cid-sg54saYbaS .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-sg54sbw566 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/adobestock-321006746-2000x667.jpg");
}
.cid-sg54sbw566 .container-fluid {
  padding: 0 3rem;
}
.cid-sg54sbw566 .media-container-column {
  padding: 0 2rem;
}
.cid-sg54sbw566 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sg54sbw566 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-suNrr0MgaF {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suNrr0MgaF .mbr-section-subtitle {
  color: #767676;
}
.cid-suNrr0MgaF H2 {
  color: #3d0859;
}
.cid-suNrsvRyD1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suNrsvRyD1 .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-suNrsvRyD1 textarea {
  min-height: 150px;
}
.cid-suNrsvRyD1 .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-suNrsvRyD1 .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-suNrsvRyD1 .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-suNrsvRyD1 .form-wrap {
    max-width: 690px;
  }
  .cid-suNrsvRyD1 .md-pb {
    padding-bottom: 3rem;
  }
  .cid-suNrsvRyD1 .text-wrap {
    max-width: 690px;
  }
}
.cid-suNrsvRyD1 .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-suNrsvRyD1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suNrsvRyD1 .form-control,
.cid-suNrsvRyD1 .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-suNrsvRyD1 .form-control:hover,
.cid-suNrsvRyD1 .field-input:hover,
.cid-suNrsvRyD1 .form-control:focus,
.cid-suNrsvRyD1 .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-suNrsvRyD1 input::-webkit-input-placeholder,
.cid-suNrsvRyD1 textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-suNrsvRyD1 input:-moz-placeholder,
.cid-suNrsvRyD1 textarea:-moz-placeholder {
  color: #232323;
}
.cid-suNrsvRyD1 .jq-selectbox li,
.cid-suNrsvRyD1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suNrsvRyD1 .jq-selectbox li:hover,
.cid-suNrsvRyD1 .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-suNrsvRyD1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suNrsvRyD1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-suNrsvRyD1 H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-suNrsvRyD1 .col-auto {
    margin: auto;
  }
}
.cid-suNrsvRyD1 H3 {
  color: #3d0859;
  text-align: center;
}
.cid-suNrsvRyD1 H4 {
  color: #36404c;
}
.cid-suNrtMebWh {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-suNrtMebWh .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-suNrtMebWh .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-suNrtMebWh .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suNrtMebWh img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suNrtMebWh .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suNrtMebWh H1 {
  color: #3d0859;
  text-align: center;
}
.cid-sg54sbHTGx {
  display: flex;
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sg54sbHTGx .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-sg54sbHTGx .mbr-section-title {
  margin: 0;
}
.cid-sg54sbHTGx .mbr-text {
  color: #000000;
}
.cid-sg54sbHTGx .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sg54sbHTGx .card-img {
  text-align: left;
}
.cid-sg54sbHTGx .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sg54sbHTGx .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg54sbHTGx .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sg54sbHTGx .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sg54sbHTGx .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg54sbHTGx .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sg54sbHTGx .title-cont,
.cid-sg54sbHTGx .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-sg54sbHTGx .mbr-section-subtitle,
.cid-sg54sbHTGx .mbr-section-btn {
  color: #3d0859;
}
.cid-sg54sbHTGx .card-title,
.cid-sg54sbHTGx .card-img {
  color: #3d0859;
}
.cid-sg54scfR3g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg54scfR3g .container-fluid {
  padding: 0 3rem;
}
.cid-sg54scfR3g ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg54scfR3g ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sg54scfR3g ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sg54scfR3g ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sg54scfR3g .container-fluid {
    padding: 0 1rem;
  }
  .cid-sg54scfR3g .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sg54scfR3g .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sg54scfR3g .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-sg54scfR3g .mbr-section-title,
.cid-sg54scfR3g .underline {
  color: #3d0859;
}
.cid-tFYyjCFTyL {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYyjCFTyL .content {
    text-align: center;
  }
  .cid-tFYyjCFTyL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYyjCFTyL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYyjCFTyL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYyjCFTyL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYyjCFTyL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYyjCFTyL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYyjCFTyL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYyjCFTyL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYyjCFTyL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYyjCFTyL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYyjCFTyL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYyjCFTyL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYyjCFTyL H5 {
  color: #3d0859;
}
.cid-tFYyjCFTyL P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-sg54LiUHiN .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sg54LiUHiN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sg54LiUHiN a {
  font-style: normal;
}
.cid-sg54LiUHiN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sg54LiUHiN .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sg54LiUHiN .nav-item:focus,
.cid-sg54LiUHiN .nav-link:focus {
  outline: none;
}
.cid-sg54LiUHiN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sg54LiUHiN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sg54LiUHiN .menu-logo {
  margin-right: auto;
}
.cid-sg54LiUHiN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sg54LiUHiN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sg54LiUHiN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sg54LiUHiN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sg54LiUHiN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sg54LiUHiN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sg54LiUHiN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sg54LiUHiN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sg54LiUHiN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg54LiUHiN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sg54LiUHiN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sg54LiUHiN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sg54LiUHiN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg54LiUHiN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sg54LiUHiN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg54LiUHiN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sg54LiUHiN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sg54LiUHiN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sg54LiUHiN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sg54LiUHiN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sg54LiUHiN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sg54LiUHiN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sg54LiUHiN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sg54LiUHiN button.navbar-toggler:focus {
  outline: none;
}
.cid-sg54LiUHiN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-sg54LiUHiN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg54LiUHiN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg54LiUHiN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg54LiUHiN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg54LiUHiN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg54LiUHiN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg54LiUHiN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg54LiUHiN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg54LiUHiN .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sg54LiUHiN .collapsed .btn {
  display: flex;
}
.cid-sg54LiUHiN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sg54LiUHiN .collapsed .navbar-collapse.collapsing,
.cid-sg54LiUHiN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sg54LiUHiN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sg54LiUHiN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sg54LiUHiN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sg54LiUHiN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sg54LiUHiN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sg54LiUHiN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sg54LiUHiN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sg54LiUHiN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sg54LiUHiN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sg54LiUHiN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sg54LiUHiN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sg54LiUHiN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sg54LiUHiN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sg54LiUHiN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sg54LiUHiN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sg54LiUHiN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sg54LiUHiN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sg54LiUHiN .navbar-expand {
    flex-direction: column;
  }
  .cid-sg54LiUHiN img {
    height: 3.8rem !important;
  }
  .cid-sg54LiUHiN .btn {
    display: flex;
  }
  .cid-sg54LiUHiN button.navbar-toggler {
    display: block;
  }
  .cid-sg54LiUHiN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sg54LiUHiN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sg54LiUHiN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sg54LiUHiN .navbar-collapse.collapsing,
  .cid-sg54LiUHiN .navbar-collapse.show {
    display: block !important;
  }
  .cid-sg54LiUHiN .navbar-collapse.collapsing .navbar-nav,
  .cid-sg54LiUHiN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sg54LiUHiN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sg54LiUHiN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sg54LiUHiN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sg54LiUHiN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg54LiUHiN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sg54LiUHiN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sg54LiUHiN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sg54LiUHiN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg54LiUHiN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sg54LiUHiN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sg54LiUHiN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sg54LiUHiN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sg54LiUHiN .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sg54LiUHiN .navbar-collapse {
  flex-basis: auto;
}
.cid-sg54LiUHiN .nav-link:hover,
.cid-sg54LiUHiN .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-sg54LjcXwM {
  padding-top: 225px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/adobestock-321006746-2000x667.jpg");
}
.cid-sg54LjcXwM .container-fluid {
  padding: 0 3rem;
}
.cid-sg54LjcXwM .media-container-column {
  padding: 0 2rem;
}
.cid-sg54LjcXwM .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sg54LjcXwM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-suNscrv4JD {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suNscrv4JD .mbr-section-subtitle {
  color: #767676;
}
.cid-suNscrv4JD H2 {
  color: #3d0859;
}
.cid-suNsdIaf4Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suNsdIaf4Z .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-suNsdIaf4Z textarea {
  min-height: 150px;
}
.cid-suNsdIaf4Z .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-suNsdIaf4Z .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-suNsdIaf4Z .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-suNsdIaf4Z .form-wrap {
    max-width: 690px;
  }
  .cid-suNsdIaf4Z .md-pb {
    padding-bottom: 3rem;
  }
  .cid-suNsdIaf4Z .text-wrap {
    max-width: 690px;
  }
}
.cid-suNsdIaf4Z .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-suNsdIaf4Z .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suNsdIaf4Z .form-control,
.cid-suNsdIaf4Z .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-suNsdIaf4Z .form-control:hover,
.cid-suNsdIaf4Z .field-input:hover,
.cid-suNsdIaf4Z .form-control:focus,
.cid-suNsdIaf4Z .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-suNsdIaf4Z input::-webkit-input-placeholder,
.cid-suNsdIaf4Z textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-suNsdIaf4Z input:-moz-placeholder,
.cid-suNsdIaf4Z textarea:-moz-placeholder {
  color: #232323;
}
.cid-suNsdIaf4Z .jq-selectbox li,
.cid-suNsdIaf4Z .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suNsdIaf4Z .jq-selectbox li:hover,
.cid-suNsdIaf4Z .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-suNsdIaf4Z .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suNsdIaf4Z .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-suNsdIaf4Z H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-suNsdIaf4Z .col-auto {
    margin: auto;
  }
}
.cid-suNsdIaf4Z H3 {
  color: #3d0859;
  text-align: center;
}
.cid-suNsdIaf4Z H4 {
  color: #36404c;
}
.cid-suNsehn8FM {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-suNsehn8FM .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-suNsehn8FM .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-suNsehn8FM .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suNsehn8FM img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suNsehn8FM .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suNsehn8FM H1 {
  color: #3d0859;
  text-align: center;
}
.cid-sg54LjmvT9 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sg54LjmvT9 .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-sg54LjmvT9 .mbr-section-title {
  margin: 0;
}
.cid-sg54LjmvT9 .mbr-text {
  color: #000000;
}
.cid-sg54LjmvT9 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sg54LjmvT9 .card-img {
  text-align: left;
}
.cid-sg54LjmvT9 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sg54LjmvT9 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg54LjmvT9 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sg54LjmvT9 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sg54LjmvT9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg54LjmvT9 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sg54LjmvT9 .title-cont,
.cid-sg54LjmvT9 .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-sg54LjmvT9 .mbr-section-subtitle,
.cid-sg54LjmvT9 .mbr-section-btn {
  color: #3d0859;
}
.cid-sg54LjmvT9 .card-title,
.cid-sg54LjmvT9 .card-img {
  color: #3d0859;
}
.cid-sg54LjTdRU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sg54LjTdRU .container-fluid {
  padding: 0 3rem;
}
.cid-sg54LjTdRU ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg54LjTdRU ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sg54LjTdRU ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sg54LjTdRU ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sg54LjTdRU .container-fluid {
    padding: 0 1rem;
  }
  .cid-sg54LjTdRU .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sg54LjTdRU .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sg54LjTdRU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-sg54LjTdRU .mbr-section-title,
.cid-sg54LjTdRU .underline {
  color: #3d0859;
}
.cid-tFYyXx8ZPO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYyXx8ZPO .content {
    text-align: center;
  }
  .cid-tFYyXx8ZPO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYyXx8ZPO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYyXx8ZPO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYyXx8ZPO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYyXx8ZPO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYyXx8ZPO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYyXx8ZPO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYyXx8ZPO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYyXx8ZPO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYyXx8ZPO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYyXx8ZPO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYyXx8ZPO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYyXx8ZPO H5 {
  color: #3d0859;
}
.cid-tFYyXx8ZPO P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-sg54WX5JPx .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sg54WX5JPx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sg54WX5JPx a {
  font-style: normal;
}
.cid-sg54WX5JPx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sg54WX5JPx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sg54WX5JPx .nav-item:focus,
.cid-sg54WX5JPx .nav-link:focus {
  outline: none;
}
.cid-sg54WX5JPx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sg54WX5JPx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sg54WX5JPx .menu-logo {
  margin-right: auto;
}
.cid-sg54WX5JPx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sg54WX5JPx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sg54WX5JPx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sg54WX5JPx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sg54WX5JPx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sg54WX5JPx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sg54WX5JPx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sg54WX5JPx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sg54WX5JPx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg54WX5JPx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sg54WX5JPx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sg54WX5JPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sg54WX5JPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg54WX5JPx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sg54WX5JPx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg54WX5JPx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sg54WX5JPx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sg54WX5JPx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sg54WX5JPx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sg54WX5JPx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sg54WX5JPx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sg54WX5JPx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sg54WX5JPx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sg54WX5JPx button.navbar-toggler:focus {
  outline: none;
}
.cid-sg54WX5JPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-sg54WX5JPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg54WX5JPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg54WX5JPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg54WX5JPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg54WX5JPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg54WX5JPx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg54WX5JPx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg54WX5JPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg54WX5JPx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sg54WX5JPx .collapsed .btn {
  display: flex;
}
.cid-sg54WX5JPx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sg54WX5JPx .collapsed .navbar-collapse.collapsing,
.cid-sg54WX5JPx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sg54WX5JPx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sg54WX5JPx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sg54WX5JPx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sg54WX5JPx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sg54WX5JPx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sg54WX5JPx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sg54WX5JPx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sg54WX5JPx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sg54WX5JPx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sg54WX5JPx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sg54WX5JPx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sg54WX5JPx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sg54WX5JPx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sg54WX5JPx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sg54WX5JPx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sg54WX5JPx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sg54WX5JPx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sg54WX5JPx .navbar-expand {
    flex-direction: column;
  }
  .cid-sg54WX5JPx img {
    height: 3.8rem !important;
  }
  .cid-sg54WX5JPx .btn {
    display: flex;
  }
  .cid-sg54WX5JPx button.navbar-toggler {
    display: block;
  }
  .cid-sg54WX5JPx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sg54WX5JPx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sg54WX5JPx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sg54WX5JPx .navbar-collapse.collapsing,
  .cid-sg54WX5JPx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sg54WX5JPx .navbar-collapse.collapsing .navbar-nav,
  .cid-sg54WX5JPx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sg54WX5JPx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sg54WX5JPx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sg54WX5JPx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sg54WX5JPx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg54WX5JPx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sg54WX5JPx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sg54WX5JPx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sg54WX5JPx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg54WX5JPx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sg54WX5JPx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sg54WX5JPx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sg54WX5JPx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sg54WX5JPx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sg54WX5JPx .navbar-collapse {
  flex-basis: auto;
}
.cid-sg54WX5JPx .nav-link:hover,
.cid-sg54WX5JPx .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-sg54WXuXFp {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/adobestock-321006746-2000x667.jpg");
}
.cid-sg54WXuXFp .container-fluid {
  padding: 0 3rem;
}
.cid-sg54WXuXFp .media-container-column {
  padding: 0 2rem;
}
.cid-sg54WXuXFp .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sg54WXuXFp .container-fluid {
    padding: 0 1rem;
  }
}
.cid-suNsUxTfWi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suNsUxTfWi .mbr-section-subtitle {
  color: #767676;
}
.cid-suNsUxTfWi H2 {
  color: #3d0859;
}
.cid-suNsVbY8AZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suNsVbY8AZ .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-suNsVbY8AZ textarea {
  min-height: 150px;
}
.cid-suNsVbY8AZ .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-suNsVbY8AZ .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-suNsVbY8AZ .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-suNsVbY8AZ .form-wrap {
    max-width: 690px;
  }
  .cid-suNsVbY8AZ .md-pb {
    padding-bottom: 3rem;
  }
  .cid-suNsVbY8AZ .text-wrap {
    max-width: 690px;
  }
}
.cid-suNsVbY8AZ .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-suNsVbY8AZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suNsVbY8AZ .form-control,
.cid-suNsVbY8AZ .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-suNsVbY8AZ .form-control:hover,
.cid-suNsVbY8AZ .field-input:hover,
.cid-suNsVbY8AZ .form-control:focus,
.cid-suNsVbY8AZ .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-suNsVbY8AZ input::-webkit-input-placeholder,
.cid-suNsVbY8AZ textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-suNsVbY8AZ input:-moz-placeholder,
.cid-suNsVbY8AZ textarea:-moz-placeholder {
  color: #232323;
}
.cid-suNsVbY8AZ .jq-selectbox li,
.cid-suNsVbY8AZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suNsVbY8AZ .jq-selectbox li:hover,
.cid-suNsVbY8AZ .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-suNsVbY8AZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suNsVbY8AZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-suNsVbY8AZ H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-suNsVbY8AZ .col-auto {
    margin: auto;
  }
}
.cid-suNsVbY8AZ H3 {
  color: #3d0859;
  text-align: center;
}
.cid-suNsVbY8AZ H4 {
  color: #36404c;
}
.cid-suNsVWF7Yt {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-suNsVWF7Yt .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-suNsVWF7Yt .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-suNsVWF7Yt .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suNsVWF7Yt img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suNsVWF7Yt .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suNsVWF7Yt H1 {
  color: #3d0859;
  text-align: center;
}
.cid-sg54WXIXRF {
  display: flex;
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sg54WXIXRF .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-sg54WXIXRF .mbr-section-title {
  margin: 0;
}
.cid-sg54WXIXRF .mbr-text {
  color: #000000;
}
.cid-sg54WXIXRF .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sg54WXIXRF .card-img {
  text-align: left;
}
.cid-sg54WXIXRF .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sg54WXIXRF .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg54WXIXRF .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sg54WXIXRF .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sg54WXIXRF .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg54WXIXRF .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sg54WXIXRF .title-cont,
.cid-sg54WXIXRF .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-sg54WXIXRF .mbr-section-subtitle,
.cid-sg54WXIXRF .mbr-section-btn {
  color: #3d0859;
  text-align: left;
}
.cid-sg54WXIXRF .card-title,
.cid-sg54WXIXRF .card-img {
  color: #3d0859;
}
.cid-sg54WYloQK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sg54WYloQK .container-fluid {
  padding: 0 3rem;
}
.cid-sg54WYloQK ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg54WYloQK ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sg54WYloQK ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sg54WYloQK ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sg54WYloQK .container-fluid {
    padding: 0 1rem;
  }
  .cid-sg54WYloQK .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sg54WYloQK .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sg54WYloQK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-sg54WYloQK .mbr-section-title,
.cid-sg54WYloQK .underline {
  color: #3d0859;
}
.cid-tFYzgqkxiS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYzgqkxiS .content {
    text-align: center;
  }
  .cid-tFYzgqkxiS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYzgqkxiS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYzgqkxiS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYzgqkxiS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYzgqkxiS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYzgqkxiS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYzgqkxiS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYzgqkxiS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYzgqkxiS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYzgqkxiS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYzgqkxiS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYzgqkxiS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYzgqkxiS H5 {
  color: #3d0859;
}
.cid-tFYzgqkxiS P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-sg559IdJFk .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sg559IdJFk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sg559IdJFk a {
  font-style: normal;
}
.cid-sg559IdJFk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sg559IdJFk .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sg559IdJFk .nav-item:focus,
.cid-sg559IdJFk .nav-link:focus {
  outline: none;
}
.cid-sg559IdJFk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sg559IdJFk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sg559IdJFk .menu-logo {
  margin-right: auto;
}
.cid-sg559IdJFk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sg559IdJFk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sg559IdJFk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sg559IdJFk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sg559IdJFk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sg559IdJFk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sg559IdJFk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sg559IdJFk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sg559IdJFk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg559IdJFk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sg559IdJFk .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sg559IdJFk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sg559IdJFk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg559IdJFk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sg559IdJFk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg559IdJFk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sg559IdJFk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sg559IdJFk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sg559IdJFk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sg559IdJFk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sg559IdJFk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sg559IdJFk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sg559IdJFk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sg559IdJFk button.navbar-toggler:focus {
  outline: none;
}
.cid-sg559IdJFk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-sg559IdJFk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg559IdJFk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg559IdJFk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg559IdJFk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg559IdJFk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg559IdJFk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg559IdJFk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg559IdJFk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg559IdJFk .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sg559IdJFk .collapsed .btn {
  display: flex;
}
.cid-sg559IdJFk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sg559IdJFk .collapsed .navbar-collapse.collapsing,
.cid-sg559IdJFk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sg559IdJFk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sg559IdJFk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sg559IdJFk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sg559IdJFk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sg559IdJFk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sg559IdJFk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sg559IdJFk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sg559IdJFk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sg559IdJFk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sg559IdJFk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sg559IdJFk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sg559IdJFk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sg559IdJFk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sg559IdJFk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sg559IdJFk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sg559IdJFk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sg559IdJFk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sg559IdJFk .navbar-expand {
    flex-direction: column;
  }
  .cid-sg559IdJFk img {
    height: 3.8rem !important;
  }
  .cid-sg559IdJFk .btn {
    display: flex;
  }
  .cid-sg559IdJFk button.navbar-toggler {
    display: block;
  }
  .cid-sg559IdJFk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sg559IdJFk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sg559IdJFk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sg559IdJFk .navbar-collapse.collapsing,
  .cid-sg559IdJFk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sg559IdJFk .navbar-collapse.collapsing .navbar-nav,
  .cid-sg559IdJFk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sg559IdJFk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sg559IdJFk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sg559IdJFk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sg559IdJFk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg559IdJFk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sg559IdJFk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sg559IdJFk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sg559IdJFk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg559IdJFk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sg559IdJFk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sg559IdJFk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sg559IdJFk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sg559IdJFk .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sg559IdJFk .navbar-collapse {
  flex-basis: auto;
}
.cid-sg559IdJFk .nav-link:hover,
.cid-sg559IdJFk .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-sg559IElBQ {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/adobestock-321006746-2000x667.jpg");
}
.cid-sg559IElBQ .container-fluid {
  padding: 0 3rem;
}
.cid-sg559IElBQ .media-container-column {
  padding: 0 2rem;
}
.cid-sg559IElBQ .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sg559IElBQ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-suNts0G0ua {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-suNts0G0ua .mbr-section-subtitle {
  color: #767676;
}
.cid-suNts0G0ua H2 {
  color: #3d0859;
}
.cid-suNtsJd45T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suNtsJd45T .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-suNtsJd45T textarea {
  min-height: 150px;
}
.cid-suNtsJd45T .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-suNtsJd45T .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-suNtsJd45T .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-suNtsJd45T .form-wrap {
    max-width: 690px;
  }
  .cid-suNtsJd45T .md-pb {
    padding-bottom: 3rem;
  }
  .cid-suNtsJd45T .text-wrap {
    max-width: 690px;
  }
}
.cid-suNtsJd45T .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-suNtsJd45T .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-suNtsJd45T .form-control,
.cid-suNtsJd45T .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-suNtsJd45T .form-control:hover,
.cid-suNtsJd45T .field-input:hover,
.cid-suNtsJd45T .form-control:focus,
.cid-suNtsJd45T .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-suNtsJd45T input::-webkit-input-placeholder,
.cid-suNtsJd45T textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-suNtsJd45T input:-moz-placeholder,
.cid-suNtsJd45T textarea:-moz-placeholder {
  color: #232323;
}
.cid-suNtsJd45T .jq-selectbox li,
.cid-suNtsJd45T .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-suNtsJd45T .jq-selectbox li:hover,
.cid-suNtsJd45T .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-suNtsJd45T .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-suNtsJd45T .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-suNtsJd45T H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-suNtsJd45T .col-auto {
    margin: auto;
  }
}
.cid-suNtsJd45T H3 {
  color: #3d0859;
  text-align: center;
}
.cid-suNtsJd45T H4 {
  color: #36404c;
}
.cid-suNttoo3JK {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-suNttoo3JK .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-suNttoo3JK .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-suNttoo3JK .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-suNttoo3JK img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-suNttoo3JK .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-suNttoo3JK H1 {
  color: #3d0859;
  text-align: center;
}
.cid-sg559IQWEX {
  display: flex;
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sg559IQWEX .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-sg559IQWEX .mbr-section-title {
  margin: 0;
}
.cid-sg559IQWEX .mbr-text {
  color: #000000;
}
.cid-sg559IQWEX .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sg559IQWEX .card-img {
  text-align: left;
}
.cid-sg559IQWEX .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sg559IQWEX .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg559IQWEX .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sg559IQWEX .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sg559IQWEX .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg559IQWEX .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sg559IQWEX .title-cont,
.cid-sg559IQWEX .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-sg559IQWEX .card-title,
.cid-sg559IQWEX .card-img {
  color: #3d0859;
}
.cid-sg559IQWEX .mbr-section-subtitle,
.cid-sg559IQWEX .mbr-section-btn {
  color: #3d0859;
}
.cid-sg559JnAtS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sg559JnAtS .container-fluid {
  padding: 0 3rem;
}
.cid-sg559JnAtS ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg559JnAtS ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sg559JnAtS ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sg559JnAtS ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sg559JnAtS .container-fluid {
    padding: 0 1rem;
  }
  .cid-sg559JnAtS .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sg559JnAtS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sg559JnAtS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-sg559JnAtS .mbr-section-title,
.cid-sg559JnAtS .underline {
  color: #3d0859;
}
.cid-tFYzEMmpy9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYzEMmpy9 .content {
    text-align: center;
  }
  .cid-tFYzEMmpy9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYzEMmpy9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYzEMmpy9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYzEMmpy9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYzEMmpy9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYzEMmpy9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYzEMmpy9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYzEMmpy9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYzEMmpy9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYzEMmpy9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYzEMmpy9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYzEMmpy9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYzEMmpy9 H5 {
  color: #3d0859;
}
.cid-tFYzEMmpy9 P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-sg5klLPEFl .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sg5klLPEFl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sg5klLPEFl a {
  font-style: normal;
}
.cid-sg5klLPEFl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sg5klLPEFl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sg5klLPEFl .nav-item:focus,
.cid-sg5klLPEFl .nav-link:focus {
  outline: none;
}
.cid-sg5klLPEFl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sg5klLPEFl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sg5klLPEFl .menu-logo {
  margin-right: auto;
}
.cid-sg5klLPEFl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sg5klLPEFl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sg5klLPEFl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sg5klLPEFl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sg5klLPEFl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sg5klLPEFl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sg5klLPEFl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sg5klLPEFl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sg5klLPEFl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg5klLPEFl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sg5klLPEFl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sg5klLPEFl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sg5klLPEFl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg5klLPEFl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sg5klLPEFl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg5klLPEFl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sg5klLPEFl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sg5klLPEFl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sg5klLPEFl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sg5klLPEFl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sg5klLPEFl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sg5klLPEFl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sg5klLPEFl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sg5klLPEFl button.navbar-toggler:focus {
  outline: none;
}
.cid-sg5klLPEFl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-sg5klLPEFl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg5klLPEFl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg5klLPEFl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg5klLPEFl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg5klLPEFl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg5klLPEFl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg5klLPEFl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg5klLPEFl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg5klLPEFl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sg5klLPEFl .collapsed .btn {
  display: flex;
}
.cid-sg5klLPEFl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sg5klLPEFl .collapsed .navbar-collapse.collapsing,
.cid-sg5klLPEFl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sg5klLPEFl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sg5klLPEFl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sg5klLPEFl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sg5klLPEFl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sg5klLPEFl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sg5klLPEFl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sg5klLPEFl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sg5klLPEFl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sg5klLPEFl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sg5klLPEFl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sg5klLPEFl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sg5klLPEFl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sg5klLPEFl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sg5klLPEFl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sg5klLPEFl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sg5klLPEFl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sg5klLPEFl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sg5klLPEFl .navbar-expand {
    flex-direction: column;
  }
  .cid-sg5klLPEFl img {
    height: 3.8rem !important;
  }
  .cid-sg5klLPEFl .btn {
    display: flex;
  }
  .cid-sg5klLPEFl button.navbar-toggler {
    display: block;
  }
  .cid-sg5klLPEFl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sg5klLPEFl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sg5klLPEFl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sg5klLPEFl .navbar-collapse.collapsing,
  .cid-sg5klLPEFl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sg5klLPEFl .navbar-collapse.collapsing .navbar-nav,
  .cid-sg5klLPEFl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sg5klLPEFl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sg5klLPEFl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sg5klLPEFl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sg5klLPEFl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg5klLPEFl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sg5klLPEFl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sg5klLPEFl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sg5klLPEFl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sg5klLPEFl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sg5klLPEFl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sg5klLPEFl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sg5klLPEFl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sg5klLPEFl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sg5klLPEFl .navbar-collapse {
  flex-basis: auto;
}
.cid-sg5klLPEFl .nav-link:hover,
.cid-sg5klLPEFl .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-t8Yq4L9zhd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8Yq4L9zhd .mbr-section-subtitle {
  color: #767676;
}
.cid-sg5klMbMuw {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/adobestock-409195546-2000x1125.jpg");
}
.cid-sg5klMbMuw .container-fluid {
  padding: 0 3rem;
}
.cid-sg5klMbMuw .media-container-column {
  padding: 0 2rem;
}
.cid-sg5klMbMuw .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sg5klMbMuw .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sv5811m1Ii {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sv5811m1Ii .mbr-section-subtitle {
  color: #767676;
}
.cid-sv5811m1Ii H2 {
  color: #3d0859;
}
.cid-sv581Q28Ea {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sv581Q28Ea .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-sv581Q28Ea textarea {
  min-height: 150px;
}
.cid-sv581Q28Ea .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-sv581Q28Ea .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-sv581Q28Ea .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-sv581Q28Ea .form-wrap {
    max-width: 690px;
  }
  .cid-sv581Q28Ea .md-pb {
    padding-bottom: 3rem;
  }
  .cid-sv581Q28Ea .text-wrap {
    max-width: 690px;
  }
}
.cid-sv581Q28Ea .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-sv581Q28Ea .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sv581Q28Ea .form-control,
.cid-sv581Q28Ea .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #232323;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-sv581Q28Ea .form-control:hover,
.cid-sv581Q28Ea .field-input:hover,
.cid-sv581Q28Ea .form-control:focus,
.cid-sv581Q28Ea .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-sv581Q28Ea input::-webkit-input-placeholder,
.cid-sv581Q28Ea textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-sv581Q28Ea input:-moz-placeholder,
.cid-sv581Q28Ea textarea:-moz-placeholder {
  color: #232323;
}
.cid-sv581Q28Ea .jq-selectbox li,
.cid-sv581Q28Ea .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sv581Q28Ea .jq-selectbox li:hover,
.cid-sv581Q28Ea .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-sv581Q28Ea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sv581Q28Ea .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-sv581Q28Ea H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sv581Q28Ea .col-auto {
    margin: auto;
  }
}
.cid-sv581Q28Ea H3 {
  color: #3d0859;
  text-align: center;
}
.cid-sv581Q28Ea H4 {
  color: #36404c;
}
.cid-sv58knbrCn {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sv58knbrCn .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-sv58knbrCn .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sv58knbrCn .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sv58knbrCn img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sv58knbrCn .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sv58knbrCn H1 {
  color: #3d0859;
  text-align: center;
}
.cid-sg5klMokLQ {
  display: flex;
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sg5klMokLQ .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-sg5klMokLQ .mbr-section-title {
  margin: 0;
}
.cid-sg5klMokLQ .mbr-text {
  color: #000000;
}
.cid-sg5klMokLQ .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sg5klMokLQ .card-img {
  text-align: left;
}
.cid-sg5klMokLQ .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sg5klMokLQ .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg5klMokLQ .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sg5klMokLQ .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sg5klMokLQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg5klMokLQ .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sg5klMokLQ .title-cont,
.cid-sg5klMokLQ .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-sg5klMokLQ .card-title,
.cid-sg5klMokLQ .card-img {
  color: #3d0859;
}
.cid-sg5klMokLQ .mbr-section-subtitle,
.cid-sg5klMokLQ .mbr-section-btn {
  color: #3d0859;
}
.cid-sg5klMVoyI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sg5klMVoyI .container-fluid {
  padding: 0 3rem;
}
.cid-sg5klMVoyI ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sg5klMVoyI ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sg5klMVoyI ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sg5klMVoyI ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sg5klMVoyI .container-fluid {
    padding: 0 1rem;
  }
  .cid-sg5klMVoyI .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sg5klMVoyI .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sg5klMVoyI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-sg5klMVoyI .mbr-section-title,
.cid-sg5klMVoyI .underline {
  color: #3d0859;
}
.cid-tFYAd2fnQ2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYAd2fnQ2 .content {
    text-align: center;
  }
  .cid-tFYAd2fnQ2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYAd2fnQ2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYAd2fnQ2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYAd2fnQ2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYAd2fnQ2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYAd2fnQ2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYAd2fnQ2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYAd2fnQ2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYAd2fnQ2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYAd2fnQ2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYAd2fnQ2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYAd2fnQ2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYAd2fnQ2 H5 {
  color: #3d0859;
}
.cid-tFYAd2fnQ2 P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-seaVcj16P7 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-seaVcj16P7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-seaVcj16P7 a {
  font-style: normal;
}
.cid-seaVcj16P7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-seaVcj16P7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-seaVcj16P7 .nav-item:focus,
.cid-seaVcj16P7 .nav-link:focus {
  outline: none;
}
.cid-seaVcj16P7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-seaVcj16P7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-seaVcj16P7 .menu-logo {
  margin-right: auto;
}
.cid-seaVcj16P7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-seaVcj16P7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-seaVcj16P7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-seaVcj16P7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-seaVcj16P7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-seaVcj16P7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-seaVcj16P7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-seaVcj16P7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-seaVcj16P7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-seaVcj16P7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-seaVcj16P7 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-seaVcj16P7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-seaVcj16P7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seaVcj16P7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-seaVcj16P7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seaVcj16P7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-seaVcj16P7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-seaVcj16P7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-seaVcj16P7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-seaVcj16P7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-seaVcj16P7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-seaVcj16P7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-seaVcj16P7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-seaVcj16P7 button.navbar-toggler:focus {
  outline: none;
}
.cid-seaVcj16P7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-seaVcj16P7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seaVcj16P7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seaVcj16P7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seaVcj16P7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seaVcj16P7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seaVcj16P7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seaVcj16P7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seaVcj16P7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seaVcj16P7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-seaVcj16P7 .collapsed .btn {
  display: flex;
}
.cid-seaVcj16P7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-seaVcj16P7 .collapsed .navbar-collapse.collapsing,
.cid-seaVcj16P7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-seaVcj16P7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-seaVcj16P7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-seaVcj16P7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-seaVcj16P7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-seaVcj16P7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-seaVcj16P7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-seaVcj16P7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-seaVcj16P7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-seaVcj16P7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-seaVcj16P7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-seaVcj16P7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-seaVcj16P7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-seaVcj16P7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-seaVcj16P7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-seaVcj16P7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-seaVcj16P7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-seaVcj16P7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-seaVcj16P7 .navbar-expand {
    flex-direction: column;
  }
  .cid-seaVcj16P7 img {
    height: 3.8rem !important;
  }
  .cid-seaVcj16P7 .btn {
    display: flex;
  }
  .cid-seaVcj16P7 button.navbar-toggler {
    display: block;
  }
  .cid-seaVcj16P7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-seaVcj16P7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-seaVcj16P7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-seaVcj16P7 .navbar-collapse.collapsing,
  .cid-seaVcj16P7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-seaVcj16P7 .navbar-collapse.collapsing .navbar-nav,
  .cid-seaVcj16P7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-seaVcj16P7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-seaVcj16P7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-seaVcj16P7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-seaVcj16P7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-seaVcj16P7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-seaVcj16P7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-seaVcj16P7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-seaVcj16P7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-seaVcj16P7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-seaVcj16P7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-seaVcj16P7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-seaVcj16P7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-seaVcj16P7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-seaVcj16P7 .navbar-collapse {
  flex-basis: auto;
}
.cid-seaVcj16P7 .nav-link:hover,
.cid-seaVcj16P7 .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-seaVcjrmL3 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/adobestock-332234376-2000x1125.jpg");
}
.cid-seaVcjrmL3 .container-fluid {
  padding: 0 3rem;
}
.cid-seaVcjrmL3 .media-container-column {
  padding: 0 2rem;
}
.cid-seaVcjrmL3 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-seaVcjrmL3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sv5o4cbN9p {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sv5o4cbN9p .mbr-section-subtitle {
  color: #767676;
}
.cid-sv5o4cbN9p H2 {
  color: #3d0859;
}
.cid-sv5p4KsVjp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sv5p4KsVjp .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-sv5p4KsVjp textarea {
  min-height: 150px;
}
.cid-sv5p4KsVjp .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-sv5p4KsVjp .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-sv5p4KsVjp .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-sv5p4KsVjp .form-wrap {
    max-width: 690px;
  }
  .cid-sv5p4KsVjp .md-pb {
    padding-bottom: 3rem;
  }
  .cid-sv5p4KsVjp .text-wrap {
    max-width: 690px;
  }
}
.cid-sv5p4KsVjp .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-sv5p4KsVjp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sv5p4KsVjp .form-control,
.cid-sv5p4KsVjp .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #232323;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-sv5p4KsVjp .form-control:hover,
.cid-sv5p4KsVjp .field-input:hover,
.cid-sv5p4KsVjp .form-control:focus,
.cid-sv5p4KsVjp .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-sv5p4KsVjp input::-webkit-input-placeholder,
.cid-sv5p4KsVjp textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-sv5p4KsVjp input:-moz-placeholder,
.cid-sv5p4KsVjp textarea:-moz-placeholder {
  color: #232323;
}
.cid-sv5p4KsVjp .jq-selectbox li,
.cid-sv5p4KsVjp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sv5p4KsVjp .jq-selectbox li:hover,
.cid-sv5p4KsVjp .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-sv5p4KsVjp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sv5p4KsVjp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-sv5p4KsVjp H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sv5p4KsVjp .col-auto {
    margin: auto;
  }
}
.cid-sv5p4KsVjp H3 {
  color: #3d0859;
  text-align: center;
}
.cid-sv5p4KsVjp H4 {
  color: #36404c;
}
.cid-sv5o4VOQV4 {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sv5o4VOQV4 .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-sv5o4VOQV4 .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sv5o4VOQV4 .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sv5o4VOQV4 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sv5o4VOQV4 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sv5o4VOQV4 H1 {
  color: #3d0859;
  text-align: center;
}
.cid-seaVcjJnB1 {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seaVcjJnB1 .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-seaVcjJnB1 .mbr-section-title {
  margin: 0;
}
.cid-seaVcjJnB1 .mbr-text {
  color: #000000;
}
.cid-seaVcjJnB1 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-seaVcjJnB1 .card-img {
  text-align: left;
}
.cid-seaVcjJnB1 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-seaVcjJnB1 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-seaVcjJnB1 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seaVcjJnB1 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-seaVcjJnB1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seaVcjJnB1 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-seaVcjJnB1 .title-cont,
.cid-seaVcjJnB1 .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-seaVcjJnB1 .card-title,
.cid-seaVcjJnB1 .card-img {
  color: #3d0859;
}
.cid-seaVcjJnB1 .mbr-section-subtitle,
.cid-seaVcjJnB1 .mbr-section-btn {
  color: #3d0859;
}
.cid-seaVckeP15 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-seaVckeP15 .container-fluid {
  padding: 0 3rem;
}
.cid-seaVckeP15 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seaVckeP15 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-seaVckeP15 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-seaVckeP15 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-seaVckeP15 .container-fluid {
    padding: 0 1rem;
  }
  .cid-seaVckeP15 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-seaVckeP15 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-seaVckeP15 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-seaVckeP15 .mbr-section-title,
.cid-seaVckeP15 .underline {
  color: #3d0859;
}
.cid-tFYAwb5Cw5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYAwb5Cw5 .content {
    text-align: center;
  }
  .cid-tFYAwb5Cw5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYAwb5Cw5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYAwb5Cw5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYAwb5Cw5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYAwb5Cw5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYAwb5Cw5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYAwb5Cw5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYAwb5Cw5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYAwb5Cw5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYAwb5Cw5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYAwb5Cw5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYAwb5Cw5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYAwb5Cw5 H5 {
  color: #3d0859;
}
.cid-tFYAwb5Cw5 P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-tEzk1KRF2e .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tEzk1KRF2e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tEzk1KRF2e a {
  font-style: normal;
}
.cid-tEzk1KRF2e .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tEzk1KRF2e .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tEzk1KRF2e .nav-item:focus,
.cid-tEzk1KRF2e .nav-link:focus {
  outline: none;
}
.cid-tEzk1KRF2e .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tEzk1KRF2e .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tEzk1KRF2e .menu-logo {
  margin-right: auto;
}
.cid-tEzk1KRF2e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tEzk1KRF2e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tEzk1KRF2e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tEzk1KRF2e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tEzk1KRF2e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tEzk1KRF2e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tEzk1KRF2e .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tEzk1KRF2e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tEzk1KRF2e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tEzk1KRF2e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tEzk1KRF2e .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tEzk1KRF2e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tEzk1KRF2e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEzk1KRF2e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tEzk1KRF2e .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEzk1KRF2e .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tEzk1KRF2e .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tEzk1KRF2e .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tEzk1KRF2e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tEzk1KRF2e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tEzk1KRF2e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tEzk1KRF2e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tEzk1KRF2e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tEzk1KRF2e button.navbar-toggler:focus {
  outline: none;
}
.cid-tEzk1KRF2e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-tEzk1KRF2e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tEzk1KRF2e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tEzk1KRF2e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tEzk1KRF2e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tEzk1KRF2e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEzk1KRF2e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tEzk1KRF2e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tEzk1KRF2e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEzk1KRF2e .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tEzk1KRF2e .collapsed .btn {
  display: flex;
}
.cid-tEzk1KRF2e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tEzk1KRF2e .collapsed .navbar-collapse.collapsing,
.cid-tEzk1KRF2e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tEzk1KRF2e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tEzk1KRF2e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tEzk1KRF2e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tEzk1KRF2e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tEzk1KRF2e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tEzk1KRF2e .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tEzk1KRF2e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tEzk1KRF2e .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tEzk1KRF2e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tEzk1KRF2e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tEzk1KRF2e .collapsed button.navbar-toggler {
  display: block;
}
.cid-tEzk1KRF2e .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tEzk1KRF2e .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tEzk1KRF2e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tEzk1KRF2e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tEzk1KRF2e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tEzk1KRF2e .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tEzk1KRF2e .navbar-expand {
    flex-direction: column;
  }
  .cid-tEzk1KRF2e img {
    height: 3.8rem !important;
  }
  .cid-tEzk1KRF2e .btn {
    display: flex;
  }
  .cid-tEzk1KRF2e button.navbar-toggler {
    display: block;
  }
  .cid-tEzk1KRF2e .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tEzk1KRF2e .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tEzk1KRF2e .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tEzk1KRF2e .navbar-collapse.collapsing,
  .cid-tEzk1KRF2e .navbar-collapse.show {
    display: block !important;
  }
  .cid-tEzk1KRF2e .navbar-collapse.collapsing .navbar-nav,
  .cid-tEzk1KRF2e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tEzk1KRF2e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tEzk1KRF2e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tEzk1KRF2e .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tEzk1KRF2e .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tEzk1KRF2e .navbar-collapse.collapsing .navbar-buttons,
  .cid-tEzk1KRF2e .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tEzk1KRF2e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tEzk1KRF2e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tEzk1KRF2e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tEzk1KRF2e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tEzk1KRF2e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tEzk1KRF2e .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tEzk1KRF2e .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tEzk1KRF2e .navbar-collapse {
  flex-basis: auto;
}
.cid-tEzk1KRF2e .nav-link:hover,
.cid-tEzk1KRF2e .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-tEzk1LbpIn {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/adobestock-332234376-2000x1125.jpg");
}
.cid-tEzk1LbpIn .container-fluid {
  padding: 0 3rem;
}
.cid-tEzk1LbpIn .media-container-column {
  padding: 0 2rem;
}
.cid-tEzk1LbpIn .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tEzk1LbpIn .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tEzk1LqcHy {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tEzk1LqcHy .mbr-section-subtitle {
  color: #767676;
}
.cid-tEzk1LqcHy H2 {
  color: #3d0859;
}
.cid-tEzk1LFsI2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tEzk1LFsI2 .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-tEzk1LFsI2 textarea {
  min-height: 150px;
}
.cid-tEzk1LFsI2 .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-tEzk1LFsI2 .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-tEzk1LFsI2 .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-tEzk1LFsI2 .form-wrap {
    max-width: 690px;
  }
  .cid-tEzk1LFsI2 .md-pb {
    padding-bottom: 3rem;
  }
  .cid-tEzk1LFsI2 .text-wrap {
    max-width: 690px;
  }
}
.cid-tEzk1LFsI2 .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-tEzk1LFsI2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tEzk1LFsI2 .form-control,
.cid-tEzk1LFsI2 .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #232323;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-tEzk1LFsI2 .form-control:hover,
.cid-tEzk1LFsI2 .field-input:hover,
.cid-tEzk1LFsI2 .form-control:focus,
.cid-tEzk1LFsI2 .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-tEzk1LFsI2 input::-webkit-input-placeholder,
.cid-tEzk1LFsI2 textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-tEzk1LFsI2 input:-moz-placeholder,
.cid-tEzk1LFsI2 textarea:-moz-placeholder {
  color: #232323;
}
.cid-tEzk1LFsI2 .jq-selectbox li,
.cid-tEzk1LFsI2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tEzk1LFsI2 .jq-selectbox li:hover,
.cid-tEzk1LFsI2 .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-tEzk1LFsI2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tEzk1LFsI2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-tEzk1LFsI2 H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tEzk1LFsI2 .col-auto {
    margin: auto;
  }
}
.cid-tEzk1LFsI2 H3 {
  color: #3d0859;
  text-align: center;
}
.cid-tEzk1LFsI2 H4 {
  color: #36404c;
}
.cid-tEzk1M5XVn {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tEzk1M5XVn .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-tEzk1M5XVn .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tEzk1M5XVn .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tEzk1M5XVn img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tEzk1M5XVn .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tEzk1M5XVn H1 {
  color: #3d0859;
  text-align: center;
}
.cid-tEzk1MqAYs {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tEzk1MqAYs .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-tEzk1MqAYs .mbr-section-title {
  margin: 0;
}
.cid-tEzk1MqAYs .mbr-text {
  color: #000000;
}
.cid-tEzk1MqAYs .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tEzk1MqAYs .card-img {
  text-align: left;
}
.cid-tEzk1MqAYs .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tEzk1MqAYs .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tEzk1MqAYs .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tEzk1MqAYs .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tEzk1MqAYs .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tEzk1MqAYs .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tEzk1MqAYs .title-cont,
.cid-tEzk1MqAYs .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-tEzk1MqAYs .card-title,
.cid-tEzk1MqAYs .card-img {
  color: #3d0859;
}
.cid-tEzk1MqAYs .mbr-section-subtitle,
.cid-tEzk1MqAYs .mbr-section-btn {
  color: #333333;
}
.cid-tEzk1MU3bx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tEzk1MU3bx .container-fluid {
  padding: 0 3rem;
}
.cid-tEzk1MU3bx ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tEzk1MU3bx ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tEzk1MU3bx ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tEzk1MU3bx ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tEzk1MU3bx .container-fluid {
    padding: 0 1rem;
  }
  .cid-tEzk1MU3bx .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tEzk1MU3bx .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tEzk1MU3bx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-tEzk1MU3bx .mbr-section-title,
.cid-tEzk1MU3bx .underline {
  color: #3d0859;
}
.cid-tFYAK1eItw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFYAK1eItw .content {
    text-align: center;
  }
  .cid-tFYAK1eItw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFYAK1eItw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFYAK1eItw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFYAK1eItw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tFYAK1eItw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFYAK1eItw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tFYAK1eItw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tFYAK1eItw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFYAK1eItw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFYAK1eItw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFYAK1eItw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFYAK1eItw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFYAK1eItw H5 {
  color: #3d0859;
}
.cid-tFYAK1eItw P {
  color: #7d35a3;
}
.cid-tFZdBAWWtx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFZdBAWWtx .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tFZdBAWWtx .btn-social,
.cid-tFZdBAWWtx .mbr-section-title {
  color: #57468b;
}
.cid-tFZdBAWWtx .row {
  justify-content: space-between;
}
.cid-tFZdBAWWtx .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tFZdBAWWtx .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tFZdBAWWtx .soc-item:hover {
  background: #ffffff;
}
.cid-tFZdBAWWtx .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tFZdBAWWtx .align-left,
  .cid-tFZdBAWWtx .align-right {
    text-align: center;
  }
  .cid-tFZdBAWWtx .social-list {
    justify-content: center;
  }
  .cid-tFZdBAWWtx .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tFZdBAWWtx .mbr-text {
  color: #c71c81;
}
.cid-tLwuBKmQjY .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tLwuBKmQjY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tLwuBKmQjY a {
  font-style: normal;
}
.cid-tLwuBKmQjY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLwuBKmQjY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLwuBKmQjY .nav-item:focus,
.cid-tLwuBKmQjY .nav-link:focus {
  outline: none;
}
.cid-tLwuBKmQjY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLwuBKmQjY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLwuBKmQjY .menu-logo {
  margin-right: auto;
}
.cid-tLwuBKmQjY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLwuBKmQjY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLwuBKmQjY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLwuBKmQjY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLwuBKmQjY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLwuBKmQjY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLwuBKmQjY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLwuBKmQjY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLwuBKmQjY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLwuBKmQjY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLwuBKmQjY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLwuBKmQjY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLwuBKmQjY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLwuBKmQjY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLwuBKmQjY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLwuBKmQjY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLwuBKmQjY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLwuBKmQjY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLwuBKmQjY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLwuBKmQjY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLwuBKmQjY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLwuBKmQjY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLwuBKmQjY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLwuBKmQjY button.navbar-toggler:focus {
  outline: none;
}
.cid-tLwuBKmQjY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-tLwuBKmQjY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLwuBKmQjY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLwuBKmQjY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLwuBKmQjY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLwuBKmQjY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLwuBKmQjY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLwuBKmQjY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLwuBKmQjY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLwuBKmQjY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLwuBKmQjY .collapsed .btn {
  display: flex;
}
.cid-tLwuBKmQjY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLwuBKmQjY .collapsed .navbar-collapse.collapsing,
.cid-tLwuBKmQjY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLwuBKmQjY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLwuBKmQjY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLwuBKmQjY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLwuBKmQjY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLwuBKmQjY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLwuBKmQjY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLwuBKmQjY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLwuBKmQjY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLwuBKmQjY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLwuBKmQjY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLwuBKmQjY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLwuBKmQjY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLwuBKmQjY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLwuBKmQjY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLwuBKmQjY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLwuBKmQjY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLwuBKmQjY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLwuBKmQjY .navbar-expand {
    flex-direction: column;
  }
  .cid-tLwuBKmQjY img {
    height: 3.8rem !important;
  }
  .cid-tLwuBKmQjY .btn {
    display: flex;
  }
  .cid-tLwuBKmQjY button.navbar-toggler {
    display: block;
  }
  .cid-tLwuBKmQjY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLwuBKmQjY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLwuBKmQjY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLwuBKmQjY .navbar-collapse.collapsing,
  .cid-tLwuBKmQjY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLwuBKmQjY .navbar-collapse.collapsing .navbar-nav,
  .cid-tLwuBKmQjY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLwuBKmQjY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLwuBKmQjY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLwuBKmQjY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLwuBKmQjY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLwuBKmQjY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLwuBKmQjY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLwuBKmQjY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLwuBKmQjY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLwuBKmQjY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLwuBKmQjY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLwuBKmQjY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLwuBKmQjY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLwuBKmQjY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLwuBKmQjY .navbar-collapse {
  flex-basis: auto;
}
.cid-tLwuBKmQjY .nav-link:hover,
.cid-tLwuBKmQjY .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-tLwuBKGU4Y {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tLwuBKGU4Y .container-fluid {
  padding: 0 3rem;
}
.cid-tLwuBKGU4Y .media-container-column {
  padding: 0 2rem;
}
.cid-tLwuBKGU4Y .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tLwuBKGU4Y .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tLwuBKULfL {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLwuBKULfL .mbr-section-subtitle {
  color: #767676;
}
.cid-tLwuBKULfL H2 {
  color: #3d0859;
}
.cid-tLwuBL4s0l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLwuBL4s0l .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-tLwuBL4s0l textarea {
  min-height: 150px;
}
.cid-tLwuBL4s0l .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-tLwuBL4s0l .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-tLwuBL4s0l .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-tLwuBL4s0l .form-wrap {
    max-width: 690px;
  }
  .cid-tLwuBL4s0l .md-pb {
    padding-bottom: 3rem;
  }
  .cid-tLwuBL4s0l .text-wrap {
    max-width: 690px;
  }
}
.cid-tLwuBL4s0l .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-tLwuBL4s0l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tLwuBL4s0l .form-control,
.cid-tLwuBL4s0l .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-tLwuBL4s0l .form-control:hover,
.cid-tLwuBL4s0l .field-input:hover,
.cid-tLwuBL4s0l .form-control:focus,
.cid-tLwuBL4s0l .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-tLwuBL4s0l input::-webkit-input-placeholder,
.cid-tLwuBL4s0l textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-tLwuBL4s0l input:-moz-placeholder,
.cid-tLwuBL4s0l textarea:-moz-placeholder {
  color: #232323;
}
.cid-tLwuBL4s0l .jq-selectbox li,
.cid-tLwuBL4s0l .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLwuBL4s0l .jq-selectbox li:hover,
.cid-tLwuBL4s0l .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-tLwuBL4s0l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tLwuBL4s0l .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-tLwuBL4s0l H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tLwuBL4s0l .col-auto {
    margin: auto;
  }
}
.cid-tLwuBL4s0l H3 {
  color: #3d0859;
  text-align: center;
}
.cid-tLwuBL4s0l H4 {
  color: #36404c;
}
.cid-tLwuBLuRMc {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tLwuBLuRMc .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-tLwuBLuRMc .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tLwuBLuRMc .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tLwuBLuRMc img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tLwuBLuRMc .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tLwuBLuRMc H1 {
  color: #3d0859;
  text-align: center;
}
.cid-tLwuBLNgsf {
  display: flex;
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLwuBLNgsf .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-tLwuBLNgsf .mbr-section-title {
  margin: 0;
}
.cid-tLwuBLNgsf .mbr-text {
  color: #000000;
}
.cid-tLwuBLNgsf .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tLwuBLNgsf .card-img {
  text-align: left;
}
.cid-tLwuBLNgsf .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tLwuBLNgsf .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLwuBLNgsf .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLwuBLNgsf .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tLwuBLNgsf .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tLwuBLNgsf .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tLwuBLNgsf .title-cont,
.cid-tLwuBLNgsf .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-tLwuBLNgsf .mbr-section-subtitle,
.cid-tLwuBLNgsf .mbr-section-btn {
  color: #3d0859;
}
.cid-tLwuBLNgsf .card-title,
.cid-tLwuBLNgsf .card-img {
  color: #7d35a3;
}
.cid-tLwuBMeEs7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLwuBMeEs7 .container-fluid {
  padding: 0 3rem;
}
.cid-tLwuBMeEs7 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLwuBMeEs7 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tLwuBMeEs7 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tLwuBMeEs7 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tLwuBMeEs7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLwuBMeEs7 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tLwuBMeEs7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tLwuBMeEs7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-tLwuBMeEs7 .mbr-section-title,
.cid-tLwuBMeEs7 .underline {
  color: #3d0859;
}
.cid-tLwuBMFQwg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLwuBMFQwg .content {
    text-align: center;
  }
  .cid-tLwuBMFQwg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLwuBMFQwg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLwuBMFQwg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLwuBMFQwg .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLwuBMFQwg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLwuBMFQwg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLwuBMFQwg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tLwuBMFQwg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLwuBMFQwg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwuBMFQwg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLwuBMFQwg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwuBMFQwg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tLwuBMFQwg H5 {
  color: #3d0859;
}
.cid-tLwuBMFQwg P {
  color: #7d35a3;
}
.cid-tLwuBN3jFl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLwuBN3jFl .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tLwuBN3jFl .btn-social,
.cid-tLwuBN3jFl .mbr-section-title {
  color: #57468b;
}
.cid-tLwuBN3jFl .row {
  justify-content: space-between;
}
.cid-tLwuBN3jFl .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tLwuBN3jFl .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tLwuBN3jFl .soc-item:hover {
  background: #ffffff;
}
.cid-tLwuBN3jFl .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tLwuBN3jFl .align-left,
  .cid-tLwuBN3jFl .align-right {
    text-align: center;
  }
  .cid-tLwuBN3jFl .social-list {
    justify-content: center;
  }
  .cid-tLwuBN3jFl .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tLwuBN3jFl .mbr-text {
  color: #c71c81;
}
.cid-tLwv9lH97U .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tLwv9lH97U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tLwv9lH97U a {
  font-style: normal;
}
.cid-tLwv9lH97U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLwv9lH97U .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tLwv9lH97U .nav-item:focus,
.cid-tLwv9lH97U .nav-link:focus {
  outline: none;
}
.cid-tLwv9lH97U .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tLwv9lH97U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLwv9lH97U .menu-logo {
  margin-right: auto;
}
.cid-tLwv9lH97U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tLwv9lH97U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLwv9lH97U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLwv9lH97U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLwv9lH97U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLwv9lH97U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLwv9lH97U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLwv9lH97U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLwv9lH97U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLwv9lH97U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLwv9lH97U .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLwv9lH97U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLwv9lH97U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLwv9lH97U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLwv9lH97U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLwv9lH97U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLwv9lH97U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLwv9lH97U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLwv9lH97U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLwv9lH97U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLwv9lH97U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLwv9lH97U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLwv9lH97U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLwv9lH97U button.navbar-toggler:focus {
  outline: none;
}
.cid-tLwv9lH97U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3d0859;
}
.cid-tLwv9lH97U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLwv9lH97U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLwv9lH97U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLwv9lH97U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLwv9lH97U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLwv9lH97U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLwv9lH97U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLwv9lH97U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLwv9lH97U .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tLwv9lH97U .collapsed .btn {
  display: flex;
}
.cid-tLwv9lH97U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLwv9lH97U .collapsed .navbar-collapse.collapsing,
.cid-tLwv9lH97U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLwv9lH97U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLwv9lH97U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLwv9lH97U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLwv9lH97U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLwv9lH97U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLwv9lH97U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLwv9lH97U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLwv9lH97U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLwv9lH97U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLwv9lH97U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLwv9lH97U .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLwv9lH97U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLwv9lH97U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLwv9lH97U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tLwv9lH97U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLwv9lH97U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLwv9lH97U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tLwv9lH97U .navbar-expand {
    flex-direction: column;
  }
  .cid-tLwv9lH97U img {
    height: 3.8rem !important;
  }
  .cid-tLwv9lH97U .btn {
    display: flex;
  }
  .cid-tLwv9lH97U button.navbar-toggler {
    display: block;
  }
  .cid-tLwv9lH97U .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLwv9lH97U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLwv9lH97U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLwv9lH97U .navbar-collapse.collapsing,
  .cid-tLwv9lH97U .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLwv9lH97U .navbar-collapse.collapsing .navbar-nav,
  .cid-tLwv9lH97U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLwv9lH97U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLwv9lH97U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLwv9lH97U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLwv9lH97U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLwv9lH97U .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLwv9lH97U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLwv9lH97U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLwv9lH97U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLwv9lH97U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tLwv9lH97U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLwv9lH97U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLwv9lH97U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLwv9lH97U .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tLwv9lH97U .navbar-collapse {
  flex-basis: auto;
}
.cid-tLwv9lH97U .nav-link:hover,
.cid-tLwv9lH97U .dropdown-item:hover {
  color: #c71c81 !important;
}
.cid-tLwv9m3nye {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tLwv9m3nye .container-fluid {
  padding: 0 3rem;
}
.cid-tLwv9m3nye .media-container-column {
  padding: 0 2rem;
}
.cid-tLwv9m3nye .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tLwv9m3nye .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tLwv9mivbm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLwv9mivbm .mbr-section-subtitle {
  color: #767676;
}
.cid-tLwv9mivbm H2 {
  color: #3d0859;
}
.cid-tLwv9mvDc5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLwv9mvDc5 .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-tLwv9mvDc5 textarea {
  min-height: 150px;
}
.cid-tLwv9mvDc5 .form-col {
  background: #efefef;
  padding: 3rem 1rem;
}
.cid-tLwv9mvDc5 .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-tLwv9mvDc5 .text-wrap {
  max-width: 400px;
  border: 2px solid #c71c81;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-tLwv9mvDc5 .form-wrap {
    max-width: 690px;
  }
  .cid-tLwv9mvDc5 .md-pb {
    padding-bottom: 3rem;
  }
  .cid-tLwv9mvDc5 .text-wrap {
    max-width: 690px;
  }
}
.cid-tLwv9mvDc5 .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-tLwv9mvDc5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tLwv9mvDc5 .form-control,
.cid-tLwv9mvDc5 .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-tLwv9mvDc5 .form-control:hover,
.cid-tLwv9mvDc5 .field-input:hover,
.cid-tLwv9mvDc5 .form-control:focus,
.cid-tLwv9mvDc5 .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-tLwv9mvDc5 input::-webkit-input-placeholder,
.cid-tLwv9mvDc5 textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-tLwv9mvDc5 input:-moz-placeholder,
.cid-tLwv9mvDc5 textarea:-moz-placeholder {
  color: #232323;
}
.cid-tLwv9mvDc5 .jq-selectbox li,
.cid-tLwv9mvDc5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLwv9mvDc5 .jq-selectbox li:hover,
.cid-tLwv9mvDc5 .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-tLwv9mvDc5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tLwv9mvDc5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-tLwv9mvDc5 H2 {
  color: #3d0859;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tLwv9mvDc5 .col-auto {
    margin: auto;
  }
}
.cid-tLwv9mvDc5 H3 {
  color: #3d0859;
  text-align: center;
}
.cid-tLwv9mvDc5 H4 {
  color: #36404c;
}
.cid-tLwv9mWJqH {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tLwv9mWJqH .wrapper {
  position: relative;
  border-top: 3px solid #c71c81;
  border-right: 3px solid #c71c81;
  border-left: 3px solid #c71c81;
  padding: 2.5rem 2.5rem;
}
.cid-tLwv9mWJqH .wrapper:before {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tLwv9mWJqH .wrapper:after {
  content: "";
  background: #c71c81;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tLwv9mWJqH img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tLwv9mWJqH .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tLwv9mWJqH H1 {
  color: #3d0859;
  text-align: center;
}
.cid-tLwv9nevtu {
  display: flex;
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLwv9nevtu .mbr-overlay {
  background: #7ccbf1;
  background: linear-gradient(90deg, #7ccbf1, #ffa0a4);
}
.cid-tLwv9nevtu .mbr-section-title {
  margin: 0;
}
.cid-tLwv9nevtu .mbr-text {
  color: #000000;
}
.cid-tLwv9nevtu .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tLwv9nevtu .card-img {
  text-align: left;
}
.cid-tLwv9nevtu .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tLwv9nevtu .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLwv9nevtu .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLwv9nevtu .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tLwv9nevtu .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tLwv9nevtu .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tLwv9nevtu .title-cont,
.cid-tLwv9nevtu .mbr-section-title {
  text-align: left;
  color: #3d0859;
}
.cid-tLwv9nevtu .mbr-section-subtitle,
.cid-tLwv9nevtu .mbr-section-btn {
  color: #3d0859;
}
.cid-tLwv9nevtu .card-title,
.cid-tLwv9nevtu .card-img {
  color: #3d0859;
}
.cid-tLwv9nH5Wz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLwv9nH5Wz .container-fluid {
  padding: 0 3rem;
}
.cid-tLwv9nH5Wz ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLwv9nH5Wz ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tLwv9nH5Wz ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tLwv9nH5Wz ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tLwv9nH5Wz .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLwv9nH5Wz .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tLwv9nH5Wz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tLwv9nH5Wz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d0859, #fe525b);
  display: inline-block;
}
.cid-tLwv9nH5Wz .mbr-section-title,
.cid-tLwv9nH5Wz .underline {
  color: #3d0859;
}
.cid-tLwv9o7qdW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLwv9o7qdW .content {
    text-align: center;
  }
  .cid-tLwv9o7qdW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLwv9o7qdW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLwv9o7qdW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLwv9o7qdW .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tLwv9o7qdW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLwv9o7qdW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLwv9o7qdW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tLwv9o7qdW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLwv9o7qdW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLwv9o7qdW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLwv9o7qdW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwv9o7qdW .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tLwv9o7qdW H5 {
  color: #3d0859;
}
.cid-tLwv9o7qdW P {
  color: #7d35a3;
}
.cid-tLwv9ouvYJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLwv9ouvYJ .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tLwv9ouvYJ .btn-social,
.cid-tLwv9ouvYJ .mbr-section-title {
  color: #57468b;
}
.cid-tLwv9ouvYJ .row {
  justify-content: space-between;
}
.cid-tLwv9ouvYJ .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #7d35a3;
}
.cid-tLwv9ouvYJ .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tLwv9ouvYJ .soc-item:hover {
  background: #ffffff;
}
.cid-tLwv9ouvYJ .soc-item:hover span {
  color: #7d35a3 !important;
}
@media (max-width: 992px) {
  .cid-tLwv9ouvYJ .align-left,
  .cid-tLwv9ouvYJ .align-right {
    text-align: center;
  }
  .cid-tLwv9ouvYJ .social-list {
    justify-content: center;
  }
  .cid-tLwv9ouvYJ .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tLwv9ouvYJ .mbr-text {
  color: #c71c81;
}
