._header_19hos_1 {
  border-bottom: 1px solid #ebebeb;
}

._wrapper_19hos_9 {
  margin-inline: auto;
  width: calc(100% - 80px);
}

._main_nav_19hos_19 {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640px;
  width: 94%;
}

._header_main_row_19hos_33,
._mobile_header_19hos_35 {
  min-height: 80px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  ._header_main_row_19hos_33,
  ._mobile_header_19hos_35 {
    padding-top: 1rem;
  }
}

._logo_wrap_19hos_59 {
  padding: 9px 6px;
}

._primary_links_19hos_67 {
  margin-left: 30px;
}

._main_nav_link_19hos_75 {
  padding: 0px 8px;
  text-align: center;
}

._main_nav_link_19hos_75 > a {
  border-bottom: 4px solid transparent;
  display: inline-block;
  font-size: 16px;
  padding: 4px 26px;
  position: relative;
}

._main_nav_link_19hos_75 > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: currentColor;
  opacity: 0;
}

._main_nav_link_19hos_75 .active {
  font-weight: 700;
}

._main_nav_link_19hos_75 > .active::after {
  opacity: 1;
}

._sub_nav_link_19hos_139 a,
._main_nav_link_19hos_75 a,
._signin_wrap_19hos_143 a,
._signin_btn_19hos_145 {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

._sub_nav_link_19hos_139:hover,
._main_nav_link_19hos_75 a:hover,
._signin_wrap_19hos_143 a:hover {
  opacity: 0.8;
}

._signin_wrap_19hos_143 .link {
  text-decoration: none;
  padding: 8px;
}

._signin_btn_19hos_145 {
  border-radius: 8px;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  margin-left: 8px;
  padding: 11px 24px;
}

._signin_btn_19hos_145:hover {
  background-color: transparent;
  opacity: 0.9;
}

._signin_btn_19hos_145 > span {
  margin-right: 8px;
}

._header_sub_row_19hos_219 {
  min-height: 48px;
  position: relative;
}

._sub_nav_link_19hos_139 {
  color: #ffffff;
  padding-inline: 1rem;
  text-align: center;
}

._sub_nav_link_19hos_139 a {
  display: flex;
  align-items: center;
  font-family: var(--header-font-family);
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 0px;
}

._signin_dropdown_19hos_259 {
  display: none;
  min-width: 288px;
  padding: 1.5rem 1rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1204;
}

._shadow_19hos_279 {
  box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
}

._signin_dropdown_19hos_259 li[role="heading"] {
  margin-top: 1px;
}

._signin_header_19hos_295 {
  color: #323339;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-align: left;
}

._signin_subheader_19hos_309 {
  color: #2f5b88;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

._signin_header_19hos_295,
._signin_subheader_19hos_309 a {
  line-height: 1.5;
}

@keyframes _fadeInDown_19hos_1 {
  from {
    opacity: 0;
    transform: translate3d(0, -1%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

._opacity_19hos_353 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: _fadeInDown_19hos_1;
}

._footer_19hos_365 {
  margin-top: 0.5rem;
  padding-top: 1rem;
}

._footer_19hos_365::before {
  content: "";
  background-color: #8f8f8f;
  height: 2px;
  opacity: 0.3;
  position: absolute;
  right: 8px;
  top: 0;
  width: 94%;
}

._open_19hos_397 {
  opacity: 0.8;
}

._open_19hos_397 > svg {
  transform: scaleY(-1);
}

._open_19hos_397 + ._signin_dropdown_19hos_259 {
  display: block;
}

._dd_wrapper_19hos_421 {
  z-index: 1203;
  max-width: 1440px;
}

._dd_media_19hos_431 {
  padding: 1.5rem;
  width: 280px;
}

._dd_media_img_19hos_441 {
  min-height: 232px;
}

._dd_site_navs_19hos_449 {
  flex: 1 1 0%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

._dd_media_header_19hos_463 p {
  font-size: 14px;
  line-height: 1.42;
}

._dd_media_header_19hos_463 p[role="heading"] {
  font: 600 1.25rem/ 1.4 var(--header-font-family);
}

._mt_8_19hos_481 {
  margin-top: 8px;
}

._mt_16_19hos_489 {
  margin-top: 1rem;
}

._ml_8_19hos_497 {
  margin-left: 8px;
}

._dd_media_cta_19hos_505 > a {
  border-radius: 8px;
  color: #1e3860 !important;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  transition: all 0.25s ease;
  border: 2px solid transparent;
}

._reversed_row_19hos_533 {
  flex-direction: row-reverse;
}

._dd_media_cta_19hos_505 > a:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

._dd_media_cta_19hos_505 > a:active {
  background-color: #fff;
  border-color: transparent;
  color: #1e3860 !important;
}

._headline_19hos_565 > p {
  font: 600 1.5rem / 1.33 var(--header-font-family);
  flex: 1 1 0%;
  color: #1e3860;
}

._nav_anchor_19hos_577 {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1;
  background-color: #4a5560;
  border-radius: 8px;
}

._headline_cta_19hos_593 {
  margin-left: 8px;
}

._headline_cta_19hos_593 > a {
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  color: #1e3860;
}

._sub_nav_link_19hos_139:hover,
._signin_wrap_19hos_143 a:hover,
._main_nav_link_19hos_75 a:not(.active):hover,
._dd_site_navs_19hos_449 a:hover,
._site_lists_19hos_623 a:hover {
  text-decoration: underline;
}

._dd_site_navs_19hos_449 hr {
  border-style: solid;
  border-width: 1px;
  color: #a0aab3;
  margin: 1.5rem 0;
  opacity: 0.3;
  position: relative;
}

._site_lists_19hos_623 {
  padding-bottom: 1.5rem;
}

._site_lists_19hos_623 > * {
  width: 100%;
}

._site_lists_19hos_623 a {
  color: #323339;
  text-decoration: none;
}

._site_lists_19hos_623 [role="heading"] {
  color: #1e3860;
  font-weight: 700;
}

._site_lists_19hos_623 li + li {
  margin-top: 8px;
}

._hamburger_19hos_693 {
  background: transparent;
  border: none;
  font-size: 0px;
  line-height: 1;
  outline: none;
}

._hamburger_19hos_693:hover,
._mobile_header_19hos_35 button:hover {
  cursor: pointer;
  opacity: 0.8;
}

._signin_wrap_19hos_143 > ._mobile_only_19hos_721 > a {
  color: #4a5560;
  padding: 0;
  line-height: 1;
}

._mobile_logo_19hos_733 {
  flex: 1 1 0%;
  text-align: center;
}

._highlight_19hos_743 > a {
  border-bottom: none;
  color: #2f5b88;
  font-weight: 700;
  line-height: 1.44;
}

@media (max-width: 1121px) {
  ._mobile_logo_19hos_733 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    flex: none;
  }
}

._mobile_header_19hos_35 {
  padding-bottom: 1rem;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #ebebeb;
}

._mobile_header_19hos_35 p {
  font: 400 20px / 1.3 var(--header-font-family);
  margin-bottom: 0px;
}

._mobile_header_19hos_35 button {
  background: none;
  border: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

._mobile_nav_19hos_817 {
  border-right: 1px solid #ebebeb;
  left: -100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 999;
}

._mobile_opened_19hos_839 {
  left: 0%;
}

body:has(._mobile_opened_19hos_839) {
  overflow-y: hidden;
}

._mobile_nav_item_19hos_855 {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ebebeb;
}

._mobile_nav_item_19hos_855 > a {
  color: #323339;
  display: flex;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 40px;
  text-decoration: none;
  width: 100%;
}

._mobile_nav_item_19hos_855._has_dropdown_19hos_885 {
  background-color: #f4f4f4;
  isolation: isolate;
  position: relative;
}

._mobile_nav_item_19hos_855._has_dropdown_19hos_885::before {
  content: "";
  background-color: #ebebeb;
  height: 100%;
  position: absolute;
  right: 104px;
  top: 0;
  width: 1px;
  z-index: -1;
}

._mobile_nav_item_19hos_855._has_dropdown_19hos_885 > a {
  color: #1e3860;
}

._icon_wrap_19hos_927 {
  line-height: 1;
  height: 24px;
}

._mobile_footer_19hos_937 {
  position: relative;
  width: 100%;
}

._mobile_footer_content_19hos_947 {
  background-color: #f4f4f4;
  flex: 1 1 0%;
  padding: 16px 24px 16px 40px;
}

._mobile_footer_content_19hos_947 p {
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

._mobile_footer_media_19hos_977 {
  flex-basis: min(42%, 300px);
  background: url("https://images.ctfassets.net/i131f3ac17m5/1FEWgXviy43Napqx2EfqD2/4f4ae7934d023d8ee2f871ceb58e7fbc/aas-mobile-footer.webp")
    no-repeat center center / cover;
}

._footer_cta_19hos_989 {
  margin-top: 3px;
}

._footer_cta_19hos_989 a {
  border-radius: 4px;
  border: 2px solid transparent;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 4px 32px;
  text-decoration: none;
}

._footer_cta_19hos_989 a:hover {
  background-color: transparent;
  text-decoration: underline;
}

._footer_cta_19hos_989 a:active {
  background-color: var(--_1073cm82);
  border-color: transparent;
  color: #fff;
}

._mobile_footer_19hos_937 > .flex_row {
  min-height: 112px;
}

._inner_wrapper_19hos_1047 {
  max-height: 100vh;
  overflow-y: scroll;
}

._btn_19hos_1057 {
  display: block;
  position: relative;
  word-break: initial;
}

._sub_menu_19hos_1069 {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease-out;
  background: #fff;
  overflow-y: scroll;
}

._sub_menu_19hos_1069 a,
._sub_menu_19hos_1069 span {
  display: block;
  padding: 12px 14px 12px 64px;
  position: relative;
  color: #323339;
  text-decoration: none;
}

._sub_menu_19hos_1069 ._main_19hos_19 {
  font-weight: 700;
}

._sub_menu_19hos_1069 a + a {
  border-top: 1px solid #ebebeb;
}

._dd_footer_19hos_1119 {
  justify-content: flex-end;
  flex: 1 1 0%;
  align-items: end;
  font-size: 11px;
  letter-spacing: 0.3px;
}

@media (max-width: 1280px) and (min-width: 1024px) {
  ._wrapper_19hos_9 {
    width: calc(100% - 28px);
  }

  ._dd_wrapper_19hos_421 > ._wrapper_19hos_9 {
    width: 100%;
  }
  ._main_nav_link_19hos_75 > a {
    padding: 4px 6px;
    font-size: 15px;
  }
  ._desktop_only_19hos_1159 > a {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  ._desktop_only_19hos_1159 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  ._wrapper_19hos_9 {
    width: calc(100% - 48px);
  }

  ._mobile_header_19hos_35 button {
    right: 1.5rem;
  }

  ._mobile_nav_item_19hos_855 > a {
    padding: 16px 24px;
  }

  ._sub_menu_19hos_1069 a,
  ._sub_menu_19hos_1069 span {
    padding-left: 48px;
  }

  ._mobile_nav_item_19hos_855._has_dropdown_19hos_885::before {
    right: 72px;
  }

  ._mobile_footer_content_19hos_947 {
    padding-right: 15px;
    padding-left: 24px;
  }
}

@media (max-width: 450px) {
  ._footer_cta_19hos_989 a {
    white-space: break-spaces;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  ._mobile_only_19hos_721 {
    display: none !important;
  }
}
