@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
/* -------------------------- Colors -------------------------- */
:root,
:host {
  --line-height_0_73: 0.73;
  --line-height_1_13: 1.13;
  --line-height_1_17: 1.17;
  --line-height_1_29: 1.29;
  --line-height_1_27: 1.27;
  --line-height_1_33: 1.33;
  --line-height_1_38: 1.38;
  --line-height_1_43: 1.43;
  --line-height_1_5: 1.5;
  --line-height_1_57: 1.57;
  --line-height_1_67: 1.67;
  --line-height_1_78: 1.78;
  --RGBA_1: rgba(0, 103, 120, 0.15);
  --RGBA_2: rgba(0, 103, 120, 0.9);
  --RGBA_3: rgba(104, 137, 155, 0.33);
  --RGBA_4: rgba(38, 133, 245, 0.28);
  --RGBA_5: rgba(0, 0, 0, 0);
  --RGBA_6: rgba(255, 255, 255, 0.6);
  --RGBA_7: rgba(0, 0, 0, 0.29);
  --RGBA_8: rgba(0, 0, 0, 0.2);
  --RGBA_9: rgba(255, 255, 255, 0);
  --RGBA_10: rgba(112, 144, 176, 0.2);
  --RGBA_11: rgba(194, 225, 245, 0);
  --RGBA_12: rgba(0, 0, 0, 0.08);
}

/* -------------------------- Colors -------------------------- */
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("/assets/fonts/Manrope-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-ExtraBold";
  src: url("/assets/fonts/Manrope-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-ExtraLight";
  src: url("/assets/fonts/Manrope-ExtraLight.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Light";
  src: url("/assets/fonts/Manrope-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-Medium";
  src: url("/assets/fonts/Manrope-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("/assets/fonts/Manrope-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
/* Bulma Utilities */
.margin-top-2 {
  margin-top: 2rem !important;
}

.agn-primary-button {
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background-image: linear-gradient(55deg, #006bd7 1%, #0582ff 98%);
  border-radius: 8px;
  box-shadow: 0 9px 17px 0 rgba(38, 133, 245, 0.28);
  height: 3rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px), print {
  .agn-primary-button {
    height: 64px;
    padding: 0 2.5rem;
  }
}
.agn-primary-button .agn-primary-button-title {
  color: #ffffff;
  font-size: 1rem;
  font-family: Manrope-ExtraBold;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .agn-primary-button .agn-primary-button-title {
    letter-spacing: 0.22px;
    font-size: 22px;
  }
}

.agn-primary-button:hover {
  background-image: linear-gradient(65deg, #024c7e -11%, #0568cb 97%);
  box-shadow: 0 9px 29px 0 var(--RGBA_4);
}

.agn-primary-button:disabled {
  background-color: #1682fc;
  background-image: unset;
  box-shadow: unset;
  cursor: unset;
}
.agn-primary-button:disabled .agn-primary-button-title {
  opacity: 0.6;
}

.agn-primary-button:disabled:hover {
  background-image: unset;
  box-shadow: unset;
}
.agn-primary-button:disabled:hover .agn-primary-button-title {
  opacity: 0.6;
}

.agn-ghost-button {
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1.5px #1272e2;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 3rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px), print {
  .agn-ghost-button {
    height: 64px;
    padding: 0 2.5rem;
  }
}
.agn-ghost-button .agn-ghost-button-title {
  font-size: 1rem;
  font-family: Manrope-ExtraBold;
  text-align: center;
  color: #1272e2;
}
@media screen and (min-width: 768px), print {
  .agn-ghost-button .agn-ghost-button-title {
    font-size: 22px;
    line-height: 0.73;
  }
}

.agn-ghost-button:hover {
  background-color: #edf6fa;
  border: solid 1.5px #1272e2;
  box-shadow: 0 1rem 1.5rem 0 var(--RGBA_12);
}

.agn-ghost-button:disabled {
  background-color: #ffffff;
  border-radius: 0.5rem;
  cursor: unset;
  opacity: 0.6;
}

.agn-ghost-button:disabled:hover {
  background-image: unset;
  box-shadow: unset;
}

.agn-button-icon {
  height: 25px;
  width: 25px;
}

.agn-primary-button .button-text,
.agn-ghost-button .button-text {
  color: #ffffff;
  display: unset;
  font-size: 1.25rem;
}
.agn-primary-button .button-text .bi-person,
.agn-ghost-button .button-text .bi-person {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .agn-button-icon {
    height: 17.5px;
    width: 17.5px;
  }
}