/* Bulma Utilities */
.agn-product-stepper {
  background-color: #ebf8ff;
  justify-content: center;
  text-align: center;
}
.agn-product-stepper .agn-product-stepper-header {
  color: #ffffff;
}
.agn-product-stepper .agn-product-stepper-header .agn-diagonal-background.is-top:after {
  background-color: #0582ff;
  bottom: -4vw;
  z-index: 0;
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts {
  display: flex;
  padding: 32px 24px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts {
    padding: 24px 0 48px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts {
    padding-left: 84px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-circular-chart {
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 0 8px 0;
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-circular-chart .circular-chart {
  height: 64px;
  width: 64px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-circular-chart .circular-chart {
    height: 104px;
    width: 104px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-circular-chart .inner-circular-charts {
  background-color: #0582ff;
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-circular-chart .circle {
  stroke: #fedd31;
  stroke-width: 4;
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-circular-chart .percentage {
  font-size: 1rem;
  font-family: Manrope-Bold;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-circular-chart .percentage {
    font-size: 1.125rem;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .circular-chart-img {
  border: 7px solid #0582ff;
  border-radius: 50%;
  height: 54px;
  margin: 5px 0 0 5px;
  position: absolute;
  top: 0;
  width: 54px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .circular-chart-img {
    height: 92px;
    margin: 6px 0 0 6px;
    width: 92px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .circular-chart-gender-img {
  border: 7px solid #0582ff;
  border-radius: 50%;
  height: 54px;
  margin: 5px 0 0 5px;
  position: absolute;
  top: 0;
  width: 54px;
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .circular-chart-gender-img img {
  height: 41px;
  width: 54px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .circular-chart-gender-img {
    height: 92px;
    margin: 6px 0 0 6px;
    width: 92px;
  }
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .circular-chart-gender-img img {
    height: 80px;
    width: 92px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .animater {
  animation: myfirsts 0.3s linear 1;
}
@keyframes myfirsts {
  0% {
    left: 200px;
    top: 400px;
  }
  100% {
    left: 100px;
    top: 100px;
  }
}
@media screen and (min-width: 768px), print {
  @keyframes myfirsts {
    0% {
      left: 450px;
      top: 400px;
    }
    50% {
      left: 280px;
      top: 250px;
    }
    100% {
      left: 100px;
      top: 100px;
    }
  }
}
@media screen and (min-width: 1024px) {
  @keyframes myfirsts {
    0% {
      left: 700px;
      top: 400px;
    }
    50% {
      left: 400px;
      top: 250px;
    }
    100% {
      left: 100px;
      top: 100px;
    }
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-steps {
  font-family: Manrope-SemiBold;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-steps {
    font-family: Manrope-Medium;
    font-size: 1rem;
    line-height: 1.31;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data {
  display: flex;
  flex-direction: column;
  width: auto;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data {
    margin-left: 0.5rem;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child {
  display: flex;
  flex-direction: row;
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child .agn-product-stepper-title {
  font-family: Manrope-Bold;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0 14px;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child .agn-product-stepper-title {
    margin: 29px 0 0 16px;
    max-width: 355px;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child .agn-product-stepper-title {
    margin: 29px 0 29px 16px;
    max-width: 355px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child .agn-product-stepper-currentlyearn {
  background-color: #ade0fe;
  border-radius: 4px;
  color: #094771;
  font-family: Manrope-SemiBold;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 0 16px 16px;
  min-height: 25px;
  padding: 4px 8px;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child .agn-product-stepper-currentlyearn {
    border-radius: 0.5rem;
    font-size: 0.875rem;
    margin: 12px 0 4px 16px;
    padding: 6px 16px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child .find-product-dob {
  margin: 16px 0 16px 16px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child .find-product-dob {
    margin: 32px 0 16px 16px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .steps-data .steps-child .animater-1 {
  animation: mycontent 0.3s linear 1 !important;
}
@keyframes mycontent {
  0% {
    margin-left: 1000px;
  }
  20% {
    margin-left: 800px;
  }
  45% {
    margin-left: 600px;
  }
  65% {
    margin-left: 400px;
  }
  100% {
    margin-left: 150px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit {
  display: none;
  margin-right: 112px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit {
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    right: 32px;
    top: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    right: 64px;
    top: -16px;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit .agn-ghost-button {
  background-color: #ebf8ff;
  padding: 17px 0;
  width: 70px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit .agn-ghost-button {
    background-color: unset;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit .agn-ghost-button {
    background-color: unset;
    border: none;
  }
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit .agn-ghost-button:hover {
  box-shadow: unset;
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit .agn-ghost-button-title {
  font-family: Manrope-ExtraBold;
  font-size: 16px;
  line-height: 1.25;
}
.agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit .agn-ghost-button-title:hover {
  color: #ade0fe;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-header .agn-product-stepper-circular-charts .agn-product-stepper-exit .agn-ghost-button-title {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.36;
  }
}
.agn-product-stepper .agn-product-stepper-below {
  padding-top: 48px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below {
    padding: 32px 0 0;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-title-container.is-heading .agn-title {
  margin: 0 54px;
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-description {
  background-color: #ade0fe;
  border-radius: 0.5rem;
  color: #094771;
  font-family: Manrope-Medium;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 24px 32px;
  min-width: 312px;
  padding: 24px 12px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-description {
    font-size: 0.875rem;
    margin: 0 212px;
    min-width: 312px;
    padding: 24px 0;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-description {
    font-size: 0.875rem;
    margin: 0 auto;
    max-width: 588px;
    padding: 24px 0;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns {
  display: flex;
  padding: 0 1.5rem;
  position: relative;
  top: 36%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: 5px 5px 27px 0 var(--RGBA_13);
    padding: 0.75rem 1.5rem;
    position: fixed;
    top: unset;
    width: 100%;
    z-index: 12;
  }
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns {
    padding: 0;
    position: absolute;
  }
}
@media (min-width: 820px) {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns {
    top: 38%;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns > div {
  text-align: right;
  width: 100%;
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-exit {
  margin-right: 112px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-exit {
    display: none;
    margin-right: 0;
    position: absolute;
    right: 32px;
    top: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-exit {
    display: none;
    margin-right: 0;
    position: absolute;
    right: 83px;
    top: 108px;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-exit .agn-ghost-button {
  background-color: #ebf8ff;
  padding: 17px 0;
  width: 70px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-exit .agn-ghost-button {
    background-color: unset;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-exit .agn-ghost-button {
    background-color: unset;
    border: none;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-exit .agn-ghost-button-title {
  font-family: Manrope-ExtraBold;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-exit .agn-ghost-button-title {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-next {
    position: absolute;
    right: 5%;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-next {
    position: absolute;
    right: 10%;
    top: 0;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-next .agn-primary-button {
  height: 48px;
  margin: 0 0 0 16px;
  padding: 0 8px !important;
  position: relative;
  width: 48px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-next .agn-primary-button {
    background: transparent;
    border: unset;
    border: 1px solid #2e74db;
    height: 64px;
    padding: 0 !important;
    width: 64px;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-next .agn-primary-button .agn-primary-button-title {
  visibility: hidden;
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-next .agn-primary-button:disabled {
  opacity: 0.5;
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-next .agn-button-icon {
  border-radius: 0.5rem;
  filter: brightness(0) invert(1);
  height: 24px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 24px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-next .agn-button-icon {
    filter: unset;
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-prev {
    left: 5%;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-prev {
    left: 10%;
    position: absolute;
    top: 0;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-prev .agn-primary-button {
  height: 48px;
  padding: 0 8px !important;
  position: relative;
  width: 48px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-prev .agn-primary-button {
    background: transparent;
    border: 1px solid #2e74db;
    height: 64px;
    padding: 0 !important;
    width: 64px;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-prev .agn-primary-button .agn-primary-button-title {
  visibility: hidden;
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-prev .agn-primary-button .agn-button-icon {
  border-radius: 0.5rem;
  filter: brightness(0) invert(1);
  height: 24px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 24px;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-prev .agn-primary-button .agn-button-icon {
    filter: unset;
    height: 40px;
    width: 40px;
  }
}
.agn-product-stepper .agn-product-stepper-below .agn-product-stepper-btns .agn-product-stepper-prev .agn-primary-button:disabled {
  opacity: 0.5;
}
.agn-product-stepper .agn-product-stepper-result-page {
  background-color: #ebf8ff;
  display: none;
  margin-top: 24px;
}
.agn-product-stepper .agn-find-product-step-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2.25rem;
}
.agn-product-stepper .agn-find-product-step-modal__image {
  height: 4rem;
  width: 4rem;
  margin-bottom: 1.5rem;
}
.agn-product-stepper .agn-find-product-step-modal__title {
  font-family: Manrope-Bold;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.agn-product-stepper .agn-find-product-step-modal__description {
  font-family: Manrope-Semibold;
  font-size: 0.875rem;
  color: #094771;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
}
.agn-product-stepper .agn-find-product-step-modal__description strong {
  font-family: Manrope-Bold;
}
@media screen and (min-width: 768px), print {
  .agn-product-stepper .agn-find-product-step-modal__description {
    max-width: 25rem;
  }
  .agn-product-stepper .agn-find-product-step-modal .agn-ghost-button {
    height: 48px;
    padding: 0 1.5rem;
  }
  .agn-product-stepper .agn-find-product-step-modal .agn-ghost-button .agn-ghost-button-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .agn-product-stepper .agn-find-product-step-modal {
    padding: 4.5rem 2.5rem 4rem;
  }
  .agn-product-stepper .agn-find-product-step-modal__image {
    height: 5rem;
    width: 5rem;
    margin-bottom: 1rem;
  }
  .agn-product-stepper .agn-find-product-step-modal__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .agn-product-stepper .agn-find-product-step-modal__description {
    font-size: 1.125rem;
    font-family: Manrope-Medium;
    line-height: 1.5;
    max-width: 30rem;
  }
  .agn-product-stepper .agn-find-product-step-modal .agn-ghost-button {
    height: 64px;
    padding: 0 2.5rem;
  }
  .agn-product-stepper .agn-find-product-step-modal .agn-ghost-button .agn-ghost-button-title {
    font-size: 1.375rem;
  }
}

.agn-product-stepper .agn-product-stepper-title-content {
  display: none;
}
.agn-product-stepper .agn-find-prodect-dob-animation {
  animation: mydobcomponents 0.5s linear 1;
}
@keyframes mydobcomponents {
  0% {
    right: 750px;
  }
  20% {
    right: 600px;
  }
  45% {
    right: 450px;
  }
  65% {
    right: 300px;
  }
  100% {
    right: 100px;
  }
}