@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-family: Manrope-ExtraBold;
  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 */
.agn-help-modal-wrapper {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .agn-help-modal-wrapper {
    width: 1px;
  }
}

.aegon-help-container {
  position: fixed;
  right: 0;
  top: 40%;
  width: auto;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .aegon-help-container.is-open {
    bottom: 0;
    top: unset;
  }
}
.aegon-help-container .aegon-help {
  background-color: #ffffff;
  border-radius: 0.75rem 0 0 0.75rem;
  box-shadow: 0 0.75rem 5rem 0 var(--RGBA_7);
  cursor: pointer;
  font-size: 0.5rem;
  font-weight: 600;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  position: relative;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 768px) {
  .aegon-help-container .aegon-help {
    font-size: 0.875rem;
  }
}
.aegon-help-container .aegon-help > div {
  background-color: #037cf4;
  border-radius: 50%;
  color: #ffffff;
  padding: 1.5rem;
}
.aegon-help-container .aegon-help > div:after {
  background-color: #037cf4;
  border-radius: 50%;
  bottom: 0.75rem;
  content: "";
  display: inline-block;
  height: 0.625rem;
  left: 0.75rem;
  position: absolute;
  width: 0.625rem;
}
.aegon-help-container .aegon-help span {
  left: 40%;
  position: absolute;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .aegon-help-container .aegon-help span {
    left: 32%;
    top: 32%;
  }
}
.aegon-help-container .aegon-help-menu {
  background-color: #ffffff;
  border-radius: 1.5rem 1.5rem 0 0;
  bottom: 0;
  box-shadow: 0 0.75rem 5rem 0 var(--RGBA_7);
  box-sizing: border-box;
  display: none;
  height: auto;
  margin: 0;
  min-width: 175px;
  padding: 2.5rem 2rem 1.875rem;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .aegon-help-container .aegon-help-menu {
    background-color: #ffffff;
    border-radius: 0.75rem 0 0 0.75rem;
    padding: 2.5rem 1.5rem 1.875rem;
    width: auto;
  }
}
.aegon-help-container .aegon-help-menu .link {
  display: block;
  margin-bottom: 2.5rem;
  position: relative;
}
.aegon-help-container .aegon-help-menu .link:last-child {
  margin: 0;
}
.aegon-help-container .aegon-help-menu .link a {
  color: inherit;
  display: block;
  line-height: 1;
  padding-left: 0.5rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .aegon-help-container .aegon-help-menu .link a {
    padding-left: 0;
  }
}
.aegon-help-container .aegon-help-menu .link img {
  background-color: #ffffff;
  border-radius: 0.625rem;
  height: 2rem;
  margin: 0 1rem 0 0;
  position: relative;
  width: 2rem;
}
.aegon-help-container .aegon-help-menu .link span {
  display: inline-block;
  font-size: 1rem;
  font-family: Manrope-Semibold;
  position: relative;
  top: -15px;
}
.aegon-help-container .aegon-help-menu .title-mobile {
  color: #002b47;
  font-family: Manrope-Bold;
}
.aegon-help-container .aegon-help-menu .title-mobile:after {
  border-bottom: 1px solid #000000;
  content: "";
  display: block;
  margin-bottom: 1.5rem;
  opacity: 0.1;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .aegon-help-container .aegon-help-menu .title-mobile {
    display: none;
  }
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  background-color: #147af0;
  box-shadow: 0 0.5rem 2rem 0 var(--RGBA_8);
  position: absolute;
  right: 1.5rem;
  top: -1.25rem;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin::before, .aegon-help-container .aegon-help-menu .bulma-delete-mixin::after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin::before {
  height: 2px;
  width: 50%;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin::after {
  height: 50%;
  width: 2px;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin:hover, .aegon-help-container .aegon-help-menu .bulma-delete-mixin:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin.is-large {
  height: 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  width: 2.5rem;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin:hover {
  background-color: inherit;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin:before, .aegon-help-container .aegon-help-menu .bulma-delete-mixin:after {
  background-color: #ffffff;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin::before {
  height: 2px;
  width: 45%;
}
.aegon-help-container .aegon-help-menu .bulma-delete-mixin::after {
  height: 45%;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .aegon-help-container .aegon-help-menu .bulma-delete-mixin {
    background-color: #ffffff;
  }
  .aegon-help-container .aegon-help-menu .bulma-delete-mixin:before, .aegon-help-container .aegon-help-menu .bulma-delete-mixin:after {
    background-color: #000000;
  }
}