@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: 800;
  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 */
body,
* {
  font-family: Manrope;
}

.hide-container {
  display: none;
}

agn-anchor-tag a {
  color: #002b47;
}

.image img {
  display: block;
  height: inherit;
  width: 100%;
}

strong {
  color: #002b47;
  font-weight: 700;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #000000;
  outline: none;
}

.disable-scrollbars {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.disable-scrollbars::-webkit-scrollbar {
  background: transparent;
  /* Chrome/Safari/Webkit */
  width: 0px;
}

.agn-scroll::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  width: 4px;
}

.agn-scroll::-webkit-scrollbar-track,
.agn-scroll::-webkit-scrollbar-thumb {
  border: 1rem solid rgba(255, 255, 255, 0);
}

.agn-scroll::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.agn-scroll::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
}

:host {
  display: block;
}

.agn-dcard {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 28px 0 rgba(112, 144, 176, 0.15);
  max-width: 25.875rem;
  min-width: 19.5rem;
  padding: 0.75rem 1rem;
  position: relative;
  width: auto;
}
@media screen and (min-width: 768px), print {
  .agn-dcard {
    max-width: unset;
    padding: 1rem 1.5rem;
  }
}

.agn-dcard {
  align-items: center;
  display: flex;
}
.agn-dcard.is-tag {
  padding: 1rem;
}
.agn-dcard.is-tag .agn-dcard-label {
  color: #002b47;
}
@media screen and (min-width: 768px), print {
  .agn-dcard.is-tag {
    padding: 1.5rem;
  }
  .agn-dcard.is-tag .agn-dcard-label {
    color: #022a48;
  }
}

.agn-dcard-tag {
  background-color: #b3e4fd;
  border-radius: 0.5rem;
  color: #094771;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: 1.5rem;
  left: 1rem;
  letter-spacing: normal;
  line-height: var(--line-height_1_5);
  padding: 3px 0.5rem 4px;
  position: absolute;
  text-align: center;
  top: -0.75rem;
}
@media screen and (min-width: 768px), print {
  .agn-dcard-tag {
    border-radius: 0.5rem;
    font-size: 0.875rem;
    height: 2rem;
    left: 1.5rem;
    padding: 6px 1rem 6px;
    top: -1rem;
  }
}

.agn-dcard-icons {
  height: 1.5rem;
}
.agn-dcard-icons .agn-dcard-icon {
  border-right: 1px solid #cddae2;
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
.agn-dcard-icons .agn-dcard-icon agn-image {
  height: 1.5rem;
  width: 1.5rem;
}
.agn-dcard-icons .agn-dcard-icon:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .agn-dcard-icons {
    right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .agn-dcard-icons {
    height: 2rem;
  }
  .agn-dcard-icons .agn-dcard-icon {
    height: 2rem;
  }
  .agn-dcard-icons .agn-dcard-icon agn-image {
    height: 2rem;
    width: 2rem;
  }
}

.agn-dcard-label {
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.agn-dcard-label .main-label {
  color: #022a48;
  font-size: 0.875rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: var(--line-height_1_29);
  margin: 4px 0;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .agn-dcard-label .main-label {
    font-size: 1rem;
    line-height: var(--line-height_1_5);
  }
}
@media screen and (min-width: 1024px) {
  .agn-dcard-label .main-label {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.67;
    margin-right: 0.5rem;
  }
}
.agn-dcard-label .top-sub-label,
.agn-dcard-label .bottom-sub-label {
  color: #022b47;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: var(--line-height_1_5);
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .agn-dcard-label .top-sub-label,
.agn-dcard-label .bottom-sub-label {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}
.agn-dcard-label .bottom-sub-label {
  color: #094771;
  display: block;
}
@media screen and (min-width: 1024px) {
  .agn-dcard-label .bottom-sub-label {
    display: inline-block;
  }
}
@media screen and (min-width: 768px), print {
  .agn-dcard-label {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .agn-dcard-label {
    margin-right: 1.5rem;
  }
}

.agn-dcard agn-image {
  display: contents;
  height: 2rem;
  width: 2rem;
}
@media screen and (min-width: 1024px) {
  .agn-dcard agn-image {
    height: 3rem;
    width: 3rem;
  }
}

.is-button {
  cursor: pointer;
}