@media (min-width: 1200px) {
  .header__navigation {
    position: relative;
  }
}

.header__navigation {
  width: 100%;
}

.header__logo {
  max-width: 218px;
}

.menu-primary {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .menu-primary {
    font-size: 15px;
  }
}

.header__mega-menu {
  gap: 0 24px;
}

.menu-primary .hs-menu-wrapper>ul {
  display: flex;
  gap: 24px;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header__community .menu-primary .hs-menu-wrapper>ul {
  gap: 16px;
}

.menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  color: #000D14;
}

.menu-primary .hs-menu-wrapper>ul>li>a:not(.button),
.menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  position: relative;
}

.menu-primary .hs-menu-wrapper>ul>li:hover>a:not(.button),
.menu-primary .hs-menu-wrapper>ul>li.opened>a:not(.button),
.menu-primary .hs-menu-wrapper>ul>li>a.current,
.menu-primary .hs-menu-wrapper>ul>li:has(.current)>a {
  color: #006394;
}

.menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .hs-menu-toggle {
  content: '';
  top: -3px;
  display: inline-block;
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999995 2.05817L7.16288 8.99976L13.1238 1.94162' stroke='%23004D72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-left: 10px;
  transition: ease all .2s;
}

.menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.hs-menu-depth-1 {
  position: static;
}

.mega-menu .hs-menu-depth-1 .dropdown-item {
  padding-top: 1rem;
}

@media (min-width: 1200px) {
  .mega-menu .hs-menu-depth-1 .dropdown-wrapper {
    border-radius: 0 0 10px 10px;
    padding: 40px 32px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(15, 38, 56, 0.1), 0px 10px 10px 0px rgba(15, 38, 56, 0.09), 0px 23px 14px 0px rgba(15, 38, 56, 0.05), 0px 40px 16px 0px rgba(15, 38, 56, 0.01), 0px 63px 18px 0px rgba(15, 38, 56, 0);
  }

  .mega-menu .hs-menu-depth-1 .dropdown-wrapper .dropdown-inner {
    overflow-y: auto;
    max-height: calc(100vh - 12.2rem);
  }

  .menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.opened .hs-menu-toggle,
  .menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover .hs-menu-toggle {
    transform: rotate(-180deg);
  }
}

.mega-menu .hs-menu-depth-1 .resources-menu .dropdown-wrapper {
  padding: 0;
}

.mega-menu {
  display: none;
  top: -500px;
}

.second-level-link__info {
  display: none;
}

.hamburger {
  display: none;
}

.header__button .button.button--secondary {
  background-position: 16px 50%;
  background-size: 14px;
  font-size: 18px;
  min-height: initial;
  padding: 8px 16px 10px 44px;
}

@media(min-width: 1200px) {
  .menu-primary .hs-menu-wrapper {
    display:block !important;
  }

  .mega-menu .hs-menu-depth-1 .mega-menu-full-width {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    {#top: calc(100% + 20px);#}
    z-index: 10;
    max-width: 789px;
    transform: translateX(-25%);
  }

  .mega-menu .hs-menu-depth-1 .simple-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    {#top: calc(100% + 20px);#}
    z-index: 10;
    min-width: 225px;
  }

  .mega-menu .hs-menu-depth-1 .simple-menu.opened,
  .mega-menu .hs-menu-depth-1:hover .simple-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }

  .mega-menu .hs-menu-depth-1 .resources-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    {#top: calc(100% + 20px);#}
    z-index: 10;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%);
  }

  .mega-menu .hs-menu-depth-1 .resources-menu.opened,
  .mega-menu .hs-menu-depth-1:hover .resources-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }

  .mega-menu .hs-menu-depth-1 .mega-menu-full-width.opened,
  .mega-menu .hs-menu-depth-1:hover .mega-menu-full-width {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }

  .menu-primary li.mobile {
    display: none !important;
  }

  .mega-menu-full-width .dropdown-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .mega-menu-full-width.wide .dropdown-inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .second-level-links-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px 24px;
    padding: 0;
    background: #fff;
  }

  .mega-menu-full-width .second-level-links-wrapper {
    width: 180px;
    padding-right: 40px;
    border-right: 2px solid #f2f2f2;
  }


  .mega-menu-full-width .second-level-links-wrapper:nth-child(2) {
    width: 285px;
    padding-left: 40px;
  }

  .resources-menu .second-level-links-wrapper {
    flex-direction: row;
    gap: 0;
  }

  .resources__column {
    padding: 50px 60px;
    display: grid;
    gap: 18px;
  }

  .resources-menu .dropdown-inner {
    background: #F2F2F2;
  }

  .resources__column:last-child:not(:first-child) {
    background: #F2F2F2;
  }

  .resource-header {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #F2F2F2;
  }

  .resources__column:first-child .resource-header {
    border-bottom: 2px solid #006394;
  }

  .second-level-links__content {
    background: #fff;
  }

  .second-level-link__item:hover,
  .second-level-link__item.current {
    color: #006394;
    text-decoration: underline;
  }

  .second-level-link > a {
    display: block;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #002549;
    text-decoration: none;
    padding: 10px 0;
  }

  .second-level-link > a:hover,
  .second-level-link.active > a:hover {
    font-weight: 700;
    text-decoration: underline;
    color: #006394;
  }

  .second-level-link__info {
    min-width: 260px;
    position: relative;
    padding-left: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    letter-spacing: 0.25px;
  }

  .side-menu__header {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
    color: #004F6E;


    display: flex;
    align-items: center;
    gap: 13px;
  }

  .side-menu__header-icon {
    flex: 0 0 30px;
  }

  .second-level-link__image {
    margin-bottom: 8px;
  }

  .second-level-link__image img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
  }

  .second-level-link__info.active {
    display: block;
  }

  .second-level-link__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
}
/*
@media (min-width: 1200px) and (max-height: 800px) {
  .mega-menu .hs-menu-depth-1 .mega-menu-full-width.opened {
    max-height: 500px;
    overflow-y: auto;
  }
}*/

.amc_header_wrapper .header {
  padding: 0 1rem;
}

.header__container .button {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 11px 40px;
  color: #fff;
  background: #56AFCB;
  border: 1px solid #56AFCB
}

.header__container .button:hover {
  color: #fff;
  background: #006394;
  border-color: #FFFFFF
}

@media(min-width: 1200px) {
  .amc_header_wrapper {
    height: 134px;
  }
}

@media (max-width: 1150px) and (min-width: 955px) {
  .header__column {
    width: unset !important;
  }
}

@media(max-width: 1199px) {
  .amc_header_wrapper {
    height: 134px;
  }

  .header__navigation {
    display: block;
    left: 0;
    position: absolute;
    top: 55px;
    width: 100%;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .header__inner.flex {
    display: initial !important;
  }

  .header__menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header__menu-right {
    position: absolute;
    right: 70px;
    top: 10px;
  }

  .header__menu-right .button {
  }

  .menu-primary li.mobile {
    display:block
  }

  .menu-primary,
  .menu-primary .hs-menu-wrapper>ul,
  .menu-primary .hs-menu-wrapper>ul li,
  .menu-primary .hs-menu-wrapper>ul li a:not(.button) {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-indent: 0px;
    text-align: center;
    color: #fff;
  }

  .menu-primary .hs-menu-wrapper>ul li a:not(.button):hover {
    color: #fff;
    opacity: .7;
    text-decoration: underline;
  }

  .header-container .row-fluid .menu-primary.js-enabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 100%;
    margin: 0 auto;
  }

  /*!   * Hamburgers   * @description Tasty CSS-animated hamburgers   * @author Jonathan Suh @jonsuh   * @site https://jonsuh.com/hamburgers   * @link https://github.com/jonsuh/hamburgers   */
  button.hamburger {
    position: absolute;
    z-index: 100;
    top: 24px;
    right: 20px;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    overflow: visible;
    border: 0;
    padding: 0;
    margin: 0;
    transition: linear all .15s;
  }
  button.hamburger,
  .hamburger-box {
    width: 22px;
    height: 18px;
  }
  .hamburger-box {
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -1px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 22px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    background-color: #000D14;
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -8px;
  }
  .hamburger-inner::after {
    bottom: -8px;
  }
  .hamburger--squeeze .hamburger-inner {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top .1s .14s ease,opacity .1s ease
  }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: bottom .1s .14s ease,transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: bottom .1s .14s ease,transform .1s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform .1s cubic-bezier(0.55,0.055,0.675,0.19)
  }
  .mobile-open .hamburger--squeeze .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  .mobile-open .hamburger--squeeze .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease,opacity .1s .14s ease
  }
  .mobile-open .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
    transition: bottom .1s ease,transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
    transition: bottom .1s ease,transform .1s .14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
  }

  .header-container .row-fluid [class*="span"] {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }

  .menu-primary.js-enabled .hs-menu-wrapper,
  .menu-primary.js-enabled .hs-menu-children-wrapper,
  .menu-primary ul.hs-menu-children-wrapper {
    display: none;
  }

  .menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  .menu-primary.js-enabled .hs-menu-wrapper,
  .menu-primary .hs-menu-wrapper,
  .menu-primary .hs-menu-wrapper>ul li {
    position: relative !important;
  }

  .menu-primary.js-enabled .hs-menu-wrapper,
  .menu-primary .hs-menu-wrapper {
    overflow-y: auto;
    height: calc(100vh - 90px);
    background-color: #000D14;
    width: 100%;
    top: 90px;
    left: 0;
    padding: 30px 24px 0;
    z-index: 99;
  }

  .menu-primary .hs-menu-wrapper>ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 64px auto 0;
    width: 245px;
    max-width: 100%;
  }

  .menu-primary .hs-menu-wrapper>ul li {
    display: block !important;
    width: 100% !important;
  }

  .menu-primary .hs-menu-wrapper>ul>li {
    padding: 0;
    align-items: center;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }

  .menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.hs-menu-depth-1 .hs-menu-toggle {
    content: "";
    display: inline-block;
    height: 24px;
    transition: all .2s ease;
    width: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.0006L0.257324 1.758L1.67154 0.34375L4.5 3.1722L7.3284 0.34375L8.7426 1.758L4.5 6.0006Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 9px 6px;

    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .hs-menu-toggle:hover {
    transform: rotate(-180deg);
  }

  .menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.hs-menu-depth-1 > a.open > .hs-menu-toggle {
    transform: rotate(180deg);
  }

  .second-level-link__item:hover,
  .second-level-link__item.current {
    color: #006394;
    text-decoration: underline;
  }

  .menu-primary .hs-menu-wrapper>ul>li.mobile-button {
    text-align: center;
  }

  .menu-primary .hs-menu-wrapper>ul>li.mobile-button:nth-last-child(2) {
    margin-top: 70px;
    margin-bottom: -20px;
  }

  .menu-primary .hs-menu-wrapper>ul>li.mobile-button .button {
    background-position: calc(32% - 15px) 50%;
    justify-content: center;
    max-width: 350px;
    padding-left: 16px;
    width: 100%;
  }

  .mega-menu .hs-menu-depth-1 .mega-menu-full-width,
  .mega-menu .hs-menu-depth-1 .simple-menu,
  .mega-menu .hs-menu-depth-1 .resources-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    box-shadow: none;
    position: static;
    transform: none;
    display: none;
    border: 0;
    background: none;
    width: 100%;
  }

  .mega-menu .hs-menu-depth-1.opened .mega-menu-full-width,
  .mega-menu .hs-menu-depth-1.opened .simple-menu,
  .mega-menu .hs-menu-depth-1.opened .resources-menu {
    display: block;
    padding-top: 16px;
  }

  .mega-menu-full-width .content-wrapper {
    padding: 0;
  }

  .second-level-link:not(:last-child) {
    margin: 0 0 30px;
  }
}


@media (max-width: 767px) {
  .header__menu-right {
    top: -40px;
  }

  .hamburger {
    top: -35px;
  }

  .header__mega-menu > .header__menu-right {
    display: none !important;
  }
}

@media (min-width: 956px) and (max-width: 1199px) {
  .header__navigation {
    top: 10px;
  }
}






.flex, .flex-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display:flex !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap:wrap !important
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex:1 0
}

.flexInline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display:inline-flex
}

.flex-column {
  flex-direction:column
}

.flex-column-reverse {
  flex-direction:column-reverse
}

.flex-row {
  flex-direction:row
}

.flex-row-reverse {
  flex-direction:row-reverse
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items:center
}

.flex-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items:flex-end
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content:center
}

.flex-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content:flex-end
}

.flex-self {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self:center
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items:stretch
}

.flex-space {
  -ms-flex-pack: distribute;
  justify-content:space-around
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:space-between
}

@media (max-width: 767px) {
  .flex-column-reverse, .flex:not(.flex-row) {
      flex-direction:column
  }

  .flex-row-reverse {
      flex-direction:row
  }
}







.top-navContainer {
  background: #004D72;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}

.top-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  gap: 0 3.125rem;
}

.top-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li:nth-child(2) {
  padding: 0;
}

.top-nav li:first-child a,
.top-nav a {
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}

.top-nav li:first-child a:hover,
.top-nav a:hover {
  text-decoration: underline !important;
}

.top-nav a i {
  color: #66CADB
}

.top-nav a svg {
  height: 15px;
}

.top-nav a svg path {
  fill: #66CADB;
}


.header__navigation--toggle {
  display: none !important;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}



body .uwy.userway_p1 .userway_buttons_wrapper {
  bottom: 13px !important;
  top: auto !important;
}

@media (max-width: 767px) {
  .top-nav li span.hs_cos_wrapper_type_icon {
    display: inline !important;
  }
}

.header__skip,
.header__skip:focus {
  background: #005b86;
  color: #fff;
}
