/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./headers/parts/NavDropdown.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.s-nav-dropdown {
  background-color: #141415;
}
.s-nav-dropdown.open {
  opacity: 1 !important;
  pointer-events: all !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.s-nav-dropdown.open .mobile-contents.section,
.s-nav-dropdown.open .mobile-contents .section {
  padding: 0 2.4rem 13rem;
  height: calc(100vh - var(--navHeight));
  overflow-x: hidden;
  overflow-y: auto;
}
.s-nav-dropdown.open .mobile-contents .links {
  pointer-events: all;
  opacity: 1;
  transition: opacity 300ms;
}
.s-nav-dropdown.open .mobile-contents .links .item .sub.open {
  left: 0;
  top: 0px;
}
.s-nav-dropdown.open .mobile-contents .links .item .sub.open .mobile-posts {
  margin-bottom: 13.5rem;
}
.s-nav-dropdown.open .mobile-contents .links .item .sub.open .subnav.mobile {
  margin-bottom: 24px;
}
.s-nav-dropdown .mobile-contents.section,
.s-nav-dropdown .mobile-contents .section {
  position: absolute;
  width: 100vw;
  height: 0;
  left: 0;
  background-color: #000;
  padding: 0;
  margin-top: 63px;
  top: 0;
  transition: height 200ms ease-out;
}
.s-nav-dropdown .mobile-contents .links {
  list-style-type: none;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0ms;
}
.s-nav-dropdown .mobile-contents .links[active=true] {
  pointer-events: all;
  opacity: 1;
  transition: opacity 300ms;
}
.s-nav-dropdown .mobile-contents .links .sub-links {
  list-style-type: none;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  pointer-events: all;
}
.s-nav-dropdown .mobile-contents .links .item {
  height: 6.8rem;
}
.s-nav-dropdown .mobile-contents .links .item.remove {
  display: none;
}
.s-nav-dropdown .mobile-contents .links#menu-sub-buttons {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
.s-nav-dropdown .mobile-contents .links#menu-sub-buttons .item {
  height: unset;
}
.s-nav-dropdown .mobile-contents .links .button {
  font-weight: 400;
  font-size: 1.9rem;
  color: white;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-nav-dropdown .mobile-contents .links .button#business-sub, .s-nav-dropdown .mobile-contents .links .button#shoppers-sub {
  height: unset;
  margin: 0;
  padding-bottom: 10px;
}
.s-nav-dropdown .mobile-contents .links .button:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.s-nav-dropdown .mobile-contents .links .button.for-shoppers {
  background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.s-nav-dropdown .mobile-contents .links .button:hover, .s-nav-dropdown .mobile-contents .links .button:focus {
  border-bottom: 1px solid rgba(70, 70, 70, 0.7);
}
.s-nav-dropdown .mobile-contents .sub {
  top: 0;
  left: 100vw;
  transition: left 300ms ease-out;
  margin-top: 0;
  height: calc(100vh - var(--navHeight));
  padding: 2.4rem;
}
.s-nav-dropdown .mobile-contents .header {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
}
.s-nav-dropdown .mobile-contents .header.wrapper {
  color: white;
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  font-weight: 400;
  height: 5.6rem;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7);
  width: 100%;
}
.s-nav-dropdown .mobile-contents .header.wrapper:hover, .s-nav-dropdown .mobile-contents .header.wrapper:focus {
  background: none;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7);
}
.s-nav-dropdown .mobile-contents .subheader {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: rgb(141, 141, 144);
  padding-top: 1.6rem;
}
.s-nav-dropdown .mobile-contents .svg.back {
  margin-right: 1.2rem;
}
.s-nav-dropdown .mobile-contents .all-updates-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.s-nav-dropdown .mobile-contents .all-updates-menu a {
  color: #9CF5F5;
}
.s-nav-dropdown .mobile-contents .post {
  margin-top: 16px;
}
.s-nav-dropdown .mobile-contents .post .post-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.s-nav-dropdown .mobile-contents .post .post-link .post-thumbnail {
  max-width: 115px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.s-nav-dropdown .mobile-contents .post .post-link .post-content {
  margin-left: 12px;
}
.s-nav-dropdown .mobile-contents .post .post-link .post-content .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.s-nav-dropdown .mobile-contents .post .post-link .post-content .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 14px;
  color: #8d8d90;
  margin-top: 7px;
  overflow: hidden;
}
.s-nav-dropdown .mobile-contents .post .post-link .post-content .post-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #8d8d90;
  font-size: 12px;
  line-height: 14px;
  margin-top: 7px;
}
.s-nav-dropdown .desktop-contents {
  display: none;
}
.s-nav-dropdown .desktop-contents .item.remove {
  display: none;
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown {
    position: relative;
    z-index: 3;
  }
  .s-nav-dropdown .mobile-contents {
    display: none;
  }
  .s-nav-dropdown .desktop-contents {
    display: unset;
    z-index: 3;
    position: relative;
    padding: 0 2.4rem;
    width: 100%;
  }
  .s-nav-dropdown .desktop-contents .container {
    z-index: 0;
    max-width: 104.8rem;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: grid;
    grid-template-columns: 0.228fr 0.476fr 0.296fr;
  }
  .s-nav-dropdown .desktop-contents .links .link {
    display: block;
    font-size: 1.7rem;
    font-weight: 400;
    color: rgb(141, 141, 144);
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid transparent;
  }
  .s-nav-dropdown .desktop-contents .links .link:hover, .s-nav-dropdown .desktop-contents .links .link[active=true] {
    color: white;
    border-bottom: 2px solid white;
  }
  .s-nav-dropdown .desktop-contents .links .link:focus {
    background: none;
  }
  .s-nav-dropdown .desktop-contents .middle {
    border-left: 1px solid rgba(70, 70, 70, 0.7);
    border-right: 1px solid rgba(70, 70, 70, 0.7);
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .s-nav-dropdown .desktop-contents .middle .cta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 12px;
  }
  .s-nav-dropdown .desktop-contents .middle .cta .logos {
    margin-bottom: 1rem;
  }
  .s-nav-dropdown .desktop-contents .middle .cta .tagline,
.s-nav-dropdown .desktop-contents .middle .cta .link {
    color: var(--routeBlue) !important;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.534rem;
  }
  .s-nav-dropdown .desktop-contents .middle .cta .tagline {
    margin-bottom: 0.2rem;
  }
  .s-nav-dropdown .desktop-contents .middle .cta .link {
    display: block;
  }
  .s-nav-dropdown .desktop-contents .middle .cta .link .arrow {
    display: inline-block;
  }
  .s-nav-dropdown .desktop-contents .middle.product-updates-menu .post {
    margin-top: 16px;
  }
  .s-nav-dropdown .desktop-contents .middle.product-updates-menu .post .post-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .s-nav-dropdown .desktop-contents .middle.product-updates-menu .post .post-link .post-thumbnail {
    max-width: 115px;
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
}
@media screen and (min-width: 834px) and (max-width: 908px) {
  .s-nav-dropdown .desktop-contents .middle.product-updates-menu .post .post-link .post-thumbnail {
    max-width: 85px;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .middle.product-updates-menu .post .post-link .post-content {
    margin-left: 12px;
  }
  .s-nav-dropdown .desktop-contents .middle.product-updates-menu .post .post-link .post-content .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .s-nav-dropdown .desktop-contents .middle.product-updates-menu .post .post-link .post-content .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 14px;
    color: #8d8d90;
    margin-top: 7px;
    overflow: hidden;
  }
  .s-nav-dropdown .desktop-contents .middle.product-updates-menu .post .post-link .post-content .post-underline {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #8d8d90;
    font-size: 12px;
    line-height: 14px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .middle.link-list .top .header {
    padding-bottom: 1.95rem;
  }
  .s-nav-dropdown .desktop-contents .middle.link-list .top .header .content {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: rgb(141, 141, 144);
  }
  .s-nav-dropdown .desktop-contents .middle.link-list .bottom {
    margin-top: 0;
  }
  .s-nav-dropdown .desktop-contents .middle.link-list .bottom .links-wrapper {
    display: grid;
    align-items: flex-start;
    grid-row-gap: 1.6rem;
    height: 100%;
  }
  .s-nav-dropdown .desktop-contents .middle.link-list .bottom .links-wrapper.no-query {
    grid-row-gap: 0rem;
  }
  .s-nav-dropdown .desktop-contents .middle.link-list .bottom .links-wrapper.no-query .top-align {
    align-self: flex-start;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .middle.default .top .header {
    font-weight: 600;
    font-size: 2.4rem;
    padding-bottom: 2.259rem;
  }
  .s-nav-dropdown .desktop-contents .middle.default .top .header .content {
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 28px;
  }
  .s-nav-dropdown .desktop-contents .middle.default .top .header .content .svg {
    margin-right: 1rem;
  }
  .s-nav-dropdown .desktop-contents .middle.default .top .subheader {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: white;
  }
  .s-nav-dropdown .desktop-contents .middle.default .top .subheader .content {
    display: block;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .s-nav-dropdown .desktop-contents .middle.default .bottom {
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .middle .link {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.242rem;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 1.1rem;
    transition: grid-column-gap 200ms linear;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    align-items: center;
    align-self: flex-end;
  }
  .s-nav-dropdown .desktop-contents .middle .link:hover {
    grid-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .right {
    padding-left: clamp(1.85rem, 9.3364485981vw - 5.9365981308rem, 3.848rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .s-nav-dropdown .desktop-contents .right.description {
    justify-content: flex-start;
  }
  .s-nav-dropdown .desktop-contents .right.description .description {
    font-weight: 400;
    font-size: 1.7rem;
    letter-spacing: 0.25px;
    line-height: 2.1rem;
    color: white;
    margin-bottom: 1.6rem;
  }
  .s-nav-dropdown .desktop-contents .right .cta {
    display: flex;
    flex-direction: column;
  }
  .s-nav-dropdown .desktop-contents .right .cta .logos {
    margin-bottom: 1rem;
  }
  .s-nav-dropdown .desktop-contents .right .cta .tagline,
.s-nav-dropdown .desktop-contents .right .cta .link {
    color: var(--routeBlue) !important;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.534rem;
  }
  .s-nav-dropdown .desktop-contents .right .cta .tagline {
    margin-bottom: 0.2rem;
  }
  .s-nav-dropdown .desktop-contents .right .cta .link {
    display: block;
  }
  .s-nav-dropdown .desktop-contents .right .cta .link .arrow {
    display: inline-block;
  }
  .s-nav-dropdown .desktop-contents .right .stats {
    margin: 0 0 3.2rem;
  }
  .s-nav-dropdown .desktop-contents .right .stats .group {
    list-style: none;
  }
  .s-nav-dropdown .desktop-contents .right .stats .group:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .s-nav-dropdown .desktop-contents .right .stats .group .number {
    background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
  }
  .s-nav-dropdown .desktop-contents .right .stats .group .description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7rem;
  }
  .s-nav-dropdown .desktop-contents .right .svg {
    margin-top: -1.75rem;
    margin-bottom: 0.8rem;
  }
  .s-nav-dropdown .desktop-contents .right .all-updates-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 834px) and (max-width: 908px) {
  .s-nav-dropdown .desktop-contents .right .all-updates-menu {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .right .all-updates-menu a {
    color: #9CF5F5;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .right .post {
    margin-top: 16px;
  }
  .s-nav-dropdown .desktop-contents .right .post .post-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .s-nav-dropdown .desktop-contents .right .post .post-link .post-thumbnail {
    max-width: 115px;
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
}
@media screen and (min-width: 834px) and (max-width: 908px) {
  .s-nav-dropdown .desktop-contents .right .post .post-link .post-thumbnail {
    max-width: 85px;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .right .post .post-link .post-content {
    margin-left: 12px;
  }
  .s-nav-dropdown .desktop-contents .right .post .post-link .post-content .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .s-nav-dropdown .desktop-contents .right .post .post-link .post-content .post-excerpt {
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 14px;
    color: #8d8d90;
    margin-top: 7px;
    overflow: hidden;
  }
  .s-nav-dropdown .desktop-contents .right .post .post-link .post-content .post-underline {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #8d8d90;
    font-size: 12px;
    line-height: 14px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 834px) {
  .s-nav-dropdown .desktop-contents .links {
    margin: 0 !important;
    list-style-type: none;
  }
  .s-nav-dropdown .desktop-contents .links .item {
    margin-bottom: 1.8rem;
  }
  .s-nav-dropdown .desktop-contents .links .item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 907px) {
  .s-nav-dropdown .desktop-contents .middle .default .subheader {
    font-size: 1.7rem;
  }
  .s-nav-dropdown .desktop-contents .container {
    grid-template-columns: 0.228fr 0.396fr 0.376fr;
  }
  .s-nav-dropdown .desktop-contents .container .right .post .post-excerpt {
    display: -webkit-box;
  }
  .s-nav-dropdown .desktop-contents .container .right .post .post-title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1100px) {
  .s-nav-dropdown .desktop-contents .container {
    grid-template-columns: 2fr 5fr 3fr;
  }
}

@media screen and (min-width: 834px) {
  .extended .desktop-contents .links .link {
    border-bottom: none !important;
  }
  .extended .desktop-contents .links .link:hover, .extended .desktop-contents .links .link[active=true] {
    color: white;
    border-bottom: none !important;
  }
  .extended .desktop-contents .links .link:focus {
    background: none;
  }
}

/*# sourceMappingURL=NavDropdown.scss.css.map*/