@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;
}

.agn-footer-wrapper {
  position: relative;
  z-index: 3;
}

.agn-footer {
  background-color: #c4eafe;
  padding: 3.25rem 5rem 4rem 5rem;
}

.agn-footer-row-01 {
  display: grid;
  grid-template-areas: "FOOTER_MORE_DETAILS FOOTER_FOLLOW_US" "FOOTER_MORE_DETAILS FOOTER_WARNING";
  grid-template-columns: 62% auto;
}

.agn-footer-more-details {
  color: #002b47;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  grid-area: FOOTER_MORE_DETAILS;
  justify-content: space-between;
  letter-spacing: 0.1px;
  line-height: var(--line-height_1_67);
  text-align: left;
}
.agn-footer-more-details p a {
  color: #002b47;
}

.bi {
  color: #002b47;
}

.agn-footer-warning {
  background-color: #ddf3ff;
  border-radius: 0.5rem;
  box-sizing: border-box;
  grid-area: FOOTER_WARNING;
  margin-top: 3.313rem;
  padding: 2.25rem 3rem 1.25rem 2rem;
  position: relative;
}
.agn-footer-warning .agn-footer-content {
  color: #002b47;
  font-size: 0.75rem;
  letter-spacing: 0.1px;
  line-height: var(--line-height_1_67);
  margin: 0 0 1rem;
  text-align: left;
  -webkit-text-stroke: 1px var(--RGBA_5);
}
.agn-footer-warning .agn-footer-title {
  background-color: #002b47;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  left: 1rem;
  padding: 0.5rem 1rem 0.5rem;
  position: absolute;
  text-align: left;
  top: -0.75rem;
}
.agn-footer-warning .agn-link-title {
  color: #002b47;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: var(--line-height_1_17);
  text-align: center;
}
.agn-footer-warning .agn-link-title span {
  margin: 0 4.5px 0 0;
}

.agn-footer-vertical-line {
  border-right: 1.5px solid #cddae2;
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}

.agn-footer-follow-us {
  grid-area: FOOTER_FOLLOW_US;
}
.agn-footer-follow-us .agn-footer-title {
  color: #002b47;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  height: 1.5rem;
  letter-spacing: normal;
  line-height: var(--line-height_1_78);
  margin-bottom: 1.5rem;
  opacity: 1;
  text-align: left;
}

.agn-footer-social-icons {
  display: flex;
}
.agn-footer-social-icons .agn-footer-icon {
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-sizing: border-box;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin: 0 1rem 0 0;
  width: 3rem;
}
.agn-footer-social-icons .agn-footer-icon:last-child {
  margin: 0;
}
.agn-footer-social-icons .agn-footer-icon:hover {
  background-color: #147bf3;
  cursor: pointer;
}

/*  ------------------------------------important links --------------------------------------- */
.agn-footer-important-links {
  background-color: #ddf3ff;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  opacity: 1;
  padding: 2.5rem;
}
.agn-footer-important-links .agn-footer-title {
  color: #002b47;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: var(--line-height_1_78);
  margin-bottom: 1.5rem;
  opacity: 1;
  text-align: left;
}
.agn-footer-important-links .agn-footer-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
}
.agn-footer-important-links .agn-footer-link {
  display: flex;
  margin-top: 1rem;
}
.agn-footer-important-links .agn-footer-link:last-child .footer-vertical-line-02 {
  display: none;
}
.agn-footer-important-links .agn-footer-link .agn-link-title {
  color: #002b47;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: var(--line-height_1_57);
  text-align: left;
}
.agn-footer-important-links .agn-footer-vertical-line-02 {
  border-right: 1.5px solid #cddae2;
  height: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.agn-footer-important-links .agn-footer-collapse-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .agn-footer {
    background-color: #ddf3ff;
    padding: 0 1rem 2.75rem;
  }

  .agn-footer-row-01 {
    grid-template-areas: "FOOTER_FOLLOW_US" "FOOTER_MORE_DETAILS" "FOOTER_WARNING";
    grid-template-columns: 100%;
  }

  .agn-footer-more-details {
    padding: 0 1rem 0 1rem;
    text-align: center;
  }
  .agn-footer-more-details .margin-bottom-20 {
    margin-bottom: 1.25rem;
  }

  .agn-footer-vertical-line {
    border-right: none;
    margin-right: 0;
  }

  .agn-footer-follow-us {
    align-items: center;
    background-color: #c4eafe;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem;
    padding: 1.25rem 2rem;
  }
  .agn-footer-follow-us .agn-footer-title {
    text-align: center;
  }
  .agn-footer-follow-us .agn-footer-social-icons .agn-footer-icon {
    height: 2.5rem;
    margin-right: 1rem;
    width: 2.5rem;
  }

  .agn-footer-warning {
    background-color: #c4eafe;
    border-radius: 0.5rem;
    padding: 2.25rem 1rem 1rem;
    text-align: center;
  }
  .agn-footer-warning .agn-footer-content {
    text-align: center;
  }
  .agn-footer-warning .agn-footer-title {
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 2 3rem;
  }
  .agn-footer-warning .agn-link-container {
    justify-content: center;
  }

  .agn-footer-important-links {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 0 0.5rem 3rem;
    position: relative;
  }
  .agn-footer-important-links .agn-footer-title {
    border-bottom: 2px solid #ddf3ff;
    color: #002b47;
    font-size: 1rem;
    line-height: var(--line-height_1_38);
    padding: 1rem;
  }
  .agn-footer-important-links .agn-footer-links {
    flex-direction: column;
    margin: 0 1rem;
  }
  .agn-footer-important-links .agn-footer-link {
    margin-top: 2rem;
  }
  .agn-footer-important-links .agn-footer-link:first-child {
    margin-top: 0;
  }
  .agn-footer-important-links .agn-footer-collapsed .agn-footer-link:nth-child(1n+4) {
    display: none;
  }
  .agn-footer-important-links .agn-footer-collapse-btn {
    background-color: #c4eafe;
    border: none;
    border-radius: 50%;
    bottom: -1.25rem;
    box-sizing: border-box;
    display: inline-block;
    height: 2.5rem;
    left: 50%;
    padding: 0.5rem;
    position: absolute;
    transform: translateX(-50%);
    width: 2.5rem;
  }
  .agn-footer-important-links .agn-footer-vertical-line-02 {
    display: none;
  }
}