.mega-menu-outer-shopify-wrapper {
  width: 100%;
  position: fixed;
  inset: -1px 0 auto 0;
  z-index: 100;
  transition: inset 0.1s ease-in;
}

body {
  /*
  &.is-scrolled .mega-menu-outer-shopify-wrapper {
      inset: -1px 0 auto 0;

      .mega-menu {
          background: #fff;
          box-shadow: 0px 0px 10px #00000029;

          @include from-sm {
              .store-logo {
                  width: 91px;
                  height: 38px;
              }
          }

          .top-level-links .link-group .top-level-link { color: var(--color); }
      }
  }
  */
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper {
  inset: 24px 0 auto 0;
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) {
  background: transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .top-level-links .link-group .top-level-link {
  color: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .top-level-links .link-group .top-level-link:hover {
  color: transparent;
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .top-level-links .link-group .top-level-link:hover::after {
  color: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls i, body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls a, body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls button {
  color: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls a.wishlist {
  color: var(--start-color, #ffffff);
  background: transparent;
  border-color: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls a.wishlist svg path {
  fill: var(--start-color, #ffffff);
  stroke: transparent;
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls a.wishlist #wishlistCount {
  background: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls .basket .cart-count {
  background: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls .header-search-bar-wrapper .search-bar-qf {
  border: solid 1px var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls .header-search-bar-wrapper .search-bar-qf, body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls .header-search-bar-wrapper .search-bar-qf input {
  color: var(--start-color, #ffffff);
  background: transparent;
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls .header-search-bar-wrapper .search-bar-qf #header-search::-moz-placeholder {
  opacity: 1;
  color: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls .header-search-bar-wrapper .search-bar-qf #header-search::placeholder {
  opacity: 1;
  color: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mega-menu-controls .header-search-bar-wrapper .search-bar-qf .submit-group svg path {
  fill: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mobile-container .mobile-control button svg path,
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mobile-container .mobile-control i svg path {
  stroke: var(--start-color, #ffffff);
  fill: var(--start-color, #ffffff);
}
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mobile-container button svg path,
body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu.is-homepage:not(.is-active):not(.mobile-menu-open) .mobile-container i svg path {
  fill: var(--start-color, #ffffff);
}
@media only screen and (min-width: 768px) {
  body:not(.is-scrolled) .mega-menu-outer-shopify-wrapper .mega-menu .store-logo {
    width: 140px;
    height: 88px;
  }
}

.mega-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  min-height: 63px;
  z-index: 9999;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  transition: 0.2s ease-in;
  background: #ffffff;
}
.mega-menu .mega-menu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .mega-menu .mega-menu-wrapper {
    justify-content: flex-start;
  }
}

.mega-menu .mega-menu-wrapper .store-logo,
.mega-menu .mega-menu-wrapper .mega-menu-controls {
  margin-bottom: 10px;
}
.mega-menu .mega-menu-wrapper .store-logo .burger svg path, .mega-menu .mega-menu-wrapper .store-logo .close svg path,
.mega-menu .mega-menu-wrapper .mega-menu-controls .burger svg path,
.mega-menu .mega-menu-wrapper .mega-menu-controls .close svg path {
  stroke: var(--text-primary-color);
}
.mega-menu .mega-menu-wrapper .store-logo .cross svg path,
.mega-menu .mega-menu-wrapper .mega-menu-controls .cross svg path {
  fill: var(--text-primary-color);
}
.mega-menu .mega-menu-wrapper .store-logo {
  height: 38px;
  width: 91px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: unset;
  transition: 0.2s ease-in;
}
@media only screen and (max-width: 1199.98px) {
  .mega-menu .mega-menu-wrapper .store-logo {
    margin: 0 auto;
    min-width: 60px;
  }
}
.mega-menu .mega-menu-wrapper .store-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.mega-menu .mega-menu-wrapper .search {
  display: none;
  aspect-ratio: 1;
  width: 30px;
  height: 20px;
}
.mega-menu .mega-menu-wrapper .search svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: var(--text-primary-color);
  pointer-events: none;
}
@media only screen and (max-width: 1199.98px) {
  .mega-menu .mega-menu-wrapper .search {
    display: block;
  }
}
.mega-menu .mega-menu-wrapper .mega-menu-controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 19px;
  margin-bottom: 0;
  width: 30%;
}
@media only screen and (max-width: 767.98px) {
  .mega-menu .mega-menu-wrapper .mega-menu-controls {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 395px) {
  .mega-menu .mega-menu-wrapper .mega-menu-controls {
    gap: 0 7.5px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mega-menu .mega-menu-wrapper .mega-menu-controls i, .mega-menu .mega-menu-wrapper .mega-menu-controls a, .mega-menu .mega-menu-wrapper .mega-menu-controls button {
  cursor: pointer;
  display: inline-flex;
  aspect-ratio: 1;
  width: 20px;
  height: 20px;
  color: var(--text-primary-color);
}
.mega-menu .mega-menu-wrapper .mega-menu-controls i svg, .mega-menu .mega-menu-wrapper .mega-menu-controls a svg, .mega-menu .mega-menu-wrapper .mega-menu-controls button svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: currentColor;
  pointer-events: none;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls i.account svg path, .mega-menu .mega-menu-wrapper .mega-menu-controls a.account svg path, .mega-menu .mega-menu-wrapper .mega-menu-controls button.account svg path {
  fill: transparent;
  stroke: currentColor;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls i svg.package path, .mega-menu .mega-menu-wrapper .mega-menu-controls a svg.package path, .mega-menu .mega-menu-wrapper .mega-menu-controls button svg.package path {
  fill: transparent;
  stroke: currentColor;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls i.basket, .mega-menu .mega-menu-wrapper .mega-menu-controls a.basket, .mega-menu .mega-menu-wrapper .mega-menu-controls button.basket {
  width: 30px;
  color: var(--text-primary-color);
  position: relative;
  margin-right: 7px;
  padding: 0;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls i.basket.empty-cart, .mega-menu .mega-menu-wrapper .mega-menu-controls a.basket.empty-cart, .mega-menu .mega-menu-wrapper .mega-menu-controls button.basket.empty-cart {
  margin-right: 0px;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls i.basket .cart-count, .mega-menu .mega-menu-wrapper .mega-menu-controls a.basket .cart-count, .mega-menu .mega-menu-wrapper .mega-menu-controls button.basket .cart-count {
  position: absolute;
  inset: 0 -8px auto auto;
  width: 7px;
  height: 7px;
  background: var(--text-primary-color);
  border-radius: 50%;
  color: transparent;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls i.basket .cart-count.empty-cart, .mega-menu .mega-menu-wrapper .mega-menu-controls a.basket .cart-count.empty-cart, .mega-menu .mega-menu-wrapper .mega-menu-controls button.basket .cart-count.empty-cart {
  display: none;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .header-search-bar-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 257px;
}
@media only screen and (max-width: 1199.98px) {
  .mega-menu .mega-menu-wrapper .mega-menu-controls .header-search-bar-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .mega-menu .mega-menu-wrapper .mega-menu-controls .header-search-bar-wrapper {
    position: absolute;
    bottom: -56px;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 10px 0 10px;
    border-top: solid 1px #eee;
    padding: 10px 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .mega-menu .mega-menu-wrapper .mega-menu-controls .header-search-bar-wrapper {
    padding: 10px 1rem;
  }
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf {
  background: #F0F0F0;
  border-radius: 2px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf {
    width: 100%;
  }
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf.active {
  display: flex;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf input[type=text] {
  width: calc(100% - 50px);
  padding: 0 10px 0 10px;
  border-radius: 2px;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf input[type=text]::-moz-placeholder {
  color: #030303;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf input[type=text]::placeholder {
  color: #030303;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf .submit-group label {
  padding-right: 0;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf .submit-group label svg, .mega-menu .mega-menu-wrapper .mega-menu-controls .search-bar-qf .submit-group label svg path {
  pointer-events: none !important;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  width: 20px;
  height: 20px;
  margin-right: 0px;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .wishlist:not(.empty-wishlist) {
  margin-right: 7px;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .wishlist:not(.empty-wishlist) svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  color: var(--text-primary-color);
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .wishlist:not(.empty-wishlist) svg path {
  fill: currentColor;
  stroke: transparent;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .wishlist.empty-wishlist {
  background: none;
  padding: 0;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .wishlist.empty-wishlist svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  color: var(--text-primary-color);
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .wishlist #wishlistCount {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0 -7px auto auto;
  width: 7px;
  height: 7px;
  background: var(--text-primary-color);
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: transparent;
}
.mega-menu .mega-menu-wrapper .mega-menu-controls .wishlist #wishlistCount.is-hidden {
  display: none;
}
.mega-menu .mega-menu-wrapper .mobile-container {
  display: none;
  flex-direction: row;
  width: 30%;
}
@media only screen and (max-width: 1199.98px) {
  .mega-menu .mega-menu-wrapper .mobile-container {
    display: flex;
  }
}
@media only screen and (max-width: 395px) {
  .mega-menu .mega-menu-wrapper .mobile-container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mega-menu .mega-menu-wrapper .mobile-control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1200px) {
  .mega-menu .mega-menu-wrapper .mobile-control {
    display: none;
  }
}
@media only screen and (max-width: 395px) {
  .mega-menu .mega-menu-wrapper .mobile-control {
    margin-right: 7.5px;
  }
}
.mega-menu .mega-menu-wrapper .mobile-control .openMenu {
  display: flex;
}
.mega-menu .mega-menu-wrapper .mobile-control .closeMenu {
  display: none;
}
.mega-menu .mega-menu-wrapper .mobile-control.mobile-menu-open .openMenu {
  display: none;
}
.mega-menu .mega-menu-wrapper .mobile-control.mobile-menu-open .closeMenu {
  display: flex;
}

.mobile-search-bottom {
  display: none;
  width: 100%;
}
.mobile-search-bottom.active {
  display: block;
}
.mobile-search-bottom form {
  width: 100%;
}
.mobile-search-bottom form .search-trigger {
  border-radius: unset;
}
.mobile-search-bottom .submit-group {
  display: none;
}

.top-level-links-wrapper {
  max-width: 30%;
  height: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .top-level-links-wrapper {
    display: none;
  }
}
.top-level-links-wrapper .top-level-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  gap: 0;
}
.top-level-links-wrapper .top-level-links .link-group {
  flex: 1;
  height: 100%;
}
.top-level-links-wrapper .top-level-links .link-group:first-of-type .top-level-link {
  padding-left: 0;
}
.top-level-links-wrapper .top-level-links .link-group:first-of-type .top-level-link:hover::after {
  translate: 0;
  inset: auto auto auto 0;
}
.top-level-links-wrapper .top-level-links .link-group:last-of-type .top-level-link {
  padding-right: 0;
}
.top-level-links-wrapper .top-level-links .link-group:last-of-type .top-level-link:hover::after {
  translate: 0;
  inset: auto 0 auto auto;
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link {
  --color: var(--text-primary-color);
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  margin: 0;
  gap: 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 12.5px;
  padding-bottom: 40px;
  margin-bottom: -40px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: var(--color);
  text-decoration: none;
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link svg, .top-level-links-wrapper .top-level-links .link-group .top-level-link path {
  fill: var(--color);
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link svg {
  width: 13px;
  height: auto;
  transform: scaleY(1);
  transition: transform 0s ease-out;
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link::after {
  content: var(--link-text);
  display: none;
  position: absolute;
  inset: auto auto auto 50%;
  translate: -50% 0;
  text-align: center;
  font-size: inherit;
  font-weight: 700;
  pointer-events: none;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link:hover {
  opacity: 1;
  text-decoration: none;
  color: transparent;
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link:hover ~ .mega-menu-dropdown_outer-wrapper {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link:hover ~ .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link:hover svg {
  transform: scaleY(-1);
}
.top-level-links-wrapper .top-level-links .link-group .top-level-link:hover::after {
  display: flex;
  color: var(--color);
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper:hover,
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper:focus-within {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper:hover .mega-menu-dropdown,
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper:focus-within .mega-menu-dropdown {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.top-level-links-wrapper .top-level-links .link-group:has(.mega-menu-dropdown_outer-wrapper:hover) .top-level-link {
  color: transparent;
}
.top-level-links-wrapper .top-level-links .link-group:has(.mega-menu-dropdown_outer-wrapper:hover) .top-level-link::after {
  display: flex;
  font-weight: bold;
  color: var(--color);
}
.top-level-links-wrapper .top-level-links .link-group:has(.mega-menu-dropdown_outer-wrapper:hover) .top-level-link svg {
  transform: scaleY(-1);
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper {
  width: 100%;
  z-index: -1;
  position: absolute;
  translate: 50% 0;
  inset: calc(100% - 1px) 50% auto auto;
  opacity: 0;
  pointer-events: none;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper.two-block-layout .mega-menu-dropdown {
  grid-template-columns: repeat(3, 1fr);
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper.two-block-layout .mega-menu-dropdown .sublinks-container .sublink-wrapper {
  max-width: calc(50% - 20px);
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 42.5px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 418px;
  gap: 35px;
  opacity: 0;
  transform: translate3d(0px, 10px, 0px);
  transition: opacity 0.15s ease-in 0.25s, transform 0.2s ease-in 0.2s;
  background: white;
  border-top: solid 1px #eee;
  filter: drop-shadow(0px 10px 12px rgba(0, 0, 0, 0.1));
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .sublinks-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  min-height: 280px;
  max-height: 585px;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .sublinks-container .sublink-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  max-width: calc(30% - 20px);
  margin-bottom: 10px;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .sublinks-container .sublink-wrapper:last-child {
  margin-bottom: 0;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .sublinks-container .sublink-wrapper .sublink {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .sublinks-container .sublink-wrapper .subsublink {
  font-size: 14px;
  font-weight: 300;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block {
  width: 100%;
  height: 100%;
  padding-top: 132.5358851675%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background-color: #F0F0F0;
  transform: scale(100%);
  transition: transform 0.15s cubic-bezier(0, 0.6, 0.28, 1);
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block:hover {
  opacity: 1;
  transform: scale(102%);
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block .block-content {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  padding: 5px 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block .block-content .block-title,
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block .block-content .block-desc,
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block .block-content .block-btn {
  color: white;
  text-align: center;
  margin: 0 auto;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block .block-content .block-title {
  width: 100%;
  font-size: 24px;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block .block-content .block-desc {
  font-size: 16px;
  line-height: 1.5;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block .block-content .block-btn,
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block .block-content .block-btn:hover {
  max-width: 100%;
  color: white;
  border-color: white;
  background: transparent;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block img, .top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block::before {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block::before {
  content: "";
  background: #0B0B0B;
  opacity: 0.41;
  z-index: -1;
}
.top-level-links-wrapper .top-level-links .link-group .mega-menu-dropdown_outer-wrapper .mega-menu-dropdown .cta-block img {
  z-index: -2;
  position: absolute;
}
