.gr-main-header,
    .gr-main-header * {
      box-sizing: border-box;
    }

    .gr-main-header {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #ffffff;
      position: relative;
      z-index: 9999;
      overflow: visible;
    }

    .gr-main-header a {
      color: inherit;
      text-decoration: none;
    }

    .gr-main-header button,
    .gr-main-header input {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      box-shadow: none;
      outline: none;
    }

    .gr-mobile-toggle,
    .gr-mobile-label,
    .gr-account-mobile-link,
    .gr-phone-mobile-link {
      display: none;
    }

    .gr-desktop-label {
      display: inline;
    }

    .gr-top {
      position: relative;
      height: 80px;
      background-color: rgb(46, 46, 46);
      background-image: linear-gradient(to right, rgb(46, 46, 46), rgb(84, 84, 84));
      overflow: visible;
    }

    .gr-top-inner {
      position: relative;
      width: 100%;
      height: 80px;
      margin: 0;
      padding: 0;
    }

    .gr-logo-link {
      position: absolute;
      left: 15px;
      top: 13.75px;
      width: 250px;
      height: 52.5px;
      display: block;
    }

    .gr-logo {
      display: block;
      width: 250px !important;
      max-width: 250px !important;
      height: auto !important;
      border: 0;
      opacity: 1 !important;
      filter: none !important;
    }

    .gr-search-form {
      position: absolute;
      top: 18px;
      left: calc(50% - 293px);
      width: 608px;
      height: 44px;
      margin: 0;
      padding: 0;
      display: block;
      white-space: nowrap;
    }

    .gr-search-input {
      display: inline-block;
      width: 504px;
      height: 44px;
      margin: 0;
      padding: 5px 10px;
      border: 0;
      border-radius: 0;
      background: #ffffff;
      color: rgb(29, 29, 27);
      font-family: "Lato", Arial, Helvetica, sans-serif !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      line-height: 18px !important;
      letter-spacing: normal;
      vertical-align: top;
    }

    .gr-search-input::placeholder {
      color: rgb(85, 85, 85);
      font-size: 14px;
      font-weight: 400;
      opacity: 1;
    }

    .gr-search-input:focus {
      box-shadow: inset 0 0 0 2px rgb(0, 153, 181);
    }

    .gr-search-button {
      position: absolute;
      top: 0;
      left: 504px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 104px;
      height: 44px;
      min-height: 44px;
      margin: 0;
      padding: 0;
      border: 0.8px solid transparent;
      border-radius: 0;
      background: rgb(0, 153, 181);
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-decoration: none;
      box-shadow: none;
      outline: none;
    }

    .gr-search-button:hover,
    .gr-search-button:focus,
    .gr-search-button:active {
      background: rgb(0, 128, 151) !important;
      color: #ffffff !important;
      border-color: transparent !important;
      font-weight: 700 !important;
      text-decoration: none;
      outline: none;
      box-shadow: none;
    }

    .gr-country {
      position: absolute;
      right: 328px;
      top: 27px;
      width: 62px;
      height: 31px;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .gr-flag-svg {
      display: block;
      width: 40px;
      height: 27px;
      flex: 0 0 auto;
      border: 1px solid rgba(255, 255, 255, 0.55);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .gr-chevron {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      transform: rotate(45deg);
      opacity: 0.9;
    }

    .gr-country .gr-chevron {
      position: static;
      margin-top: -3px;
      flex: 0 0 auto;
    }

    .gr-account {
      position: absolute;
      right: 112px;
      top: 19px;
      width: 190px;
      min-height: 42px;
      color: #ffffff;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      white-space: nowrap;
    }

    .gr-account > a {
      display: block;
      color: #ffffff;
    }

    .gr-account strong {
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
    }

    .gr-account .gr-chevron {
      position: relative;
      top: -2px;
      margin-left: 6px;
    }

    .gr-account-menu {
      position: absolute;
      top: 55px;
      right: -10px;
      left: auto;
      width: 365px;
      min-height: 245px;
      padding: 14px 24px 24px;
      background: #ffffff;
      color: rgb(29, 29, 27);
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
      visibility: hidden;
      opacity: 0;
      transform: translateY(5px);
      transition: opacity 0.12s ease, transform 0.12s ease, visibility 0.12s ease;
      z-index: 10001;
      white-space: normal;
    }

    .gr-account:hover .gr-account-menu,
    .gr-account:focus-within .gr-account-menu,
    .gr-account.is-open .gr-account-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }

    .gr-account.force-closed .gr-account-menu,
    .gr-account.force-closed:hover .gr-account-menu,
    .gr-account.force-closed:focus-within .gr-account-menu {
      visibility: hidden !important;
      opacity: 0 !important;
      transform: translateY(5px) !important;
      pointer-events: none !important;
    }

    .gr-account-create {
      position: relative;
      margin: 0;
      padding: 4px 38px 10px 40px;
      border-bottom: 1px solid #eeeeee;
      color: #222222;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      white-space: nowrap;
    }

    .gr-account-create a {
      display: inline;
      color: rgb(26, 70, 140);
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      padding: 0;
    }

    .gr-account-create a:hover,
    .gr-account-create a:focus {
      color: rgb(26, 70, 140);
      text-decoration: underline;
    }

    .gr-account-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 24px;
      height: 24px;
      border: 0 !important;
      background: transparent !important;
      cursor: pointer;
      padding: 0;
      margin: 0;
      outline: none !important;
      box-shadow: none !important;
      appearance: none;
      -webkit-appearance: none;
    }

    .gr-account-close:hover,
    .gr-account-close:focus,
    .gr-account-close:active,
    .gr-account-close:focus-visible {
      border: 0 !important;
      outline: none !important;
      box-shadow: none !important;
      background: transparent !important;
    }

    .gr-account-close::before,
    .gr-account-close::after {
      content: "";
      position: absolute;
      left: 11px;
      top: 1px;
      width: 3px;
      height: 23px;
      background: rgb(26, 70, 140);
      border-radius: 1px;
    }

    .gr-account-close::before {
      transform: rotate(45deg);
    }

    .gr-account-close::after {
      transform: rotate(-45deg);
    }

    .gr-account-section-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 13px 0 12px;
      border-bottom: 1px solid #eeeeee;
    }

    .gr-account-section-head strong {
      display: block;
      color: #555555;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
    }

    .gr-account-signin-button {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 128px;
      height: 28px;
      margin: 0;
      padding: 0;
      background: rgb(0, 153, 181);
      color: #ffffff !important;
      font-size: 14px;
      font-weight: 700;
      line-height: 28px;
      text-align: center;
      white-space: nowrap;
    }

    .gr-account-signin-button:hover,
    .gr-account-signin-button:focus {
      background: rgb(0, 128, 151);
      color: #ffffff !important;
      text-decoration: none;
    }

    .gr-account-links {
      padding: 15px 0 0;
    }

    .gr-account-links a {
      display: block;
      color: rgb(29, 29, 27);
      font-size: 14px;
      line-height: 18px;
      padding: 0 0 10px;
      font-weight: 400;
      text-decoration: none;
    }

    .gr-account-links a:hover,
    .gr-account-links a:focus {
      color: rgb(26, 70, 140);
      font-weight: 700;
      text-decoration: none;
    }

    .gr-cart {
      position: absolute;
      right: 15px;
      top: 8px;
      width: 109px;
      height: 64px;
      color: #ffffff;
      display: block;
    }

    .gr-cart-icon {
      position: absolute;
      left: 20px;
      top: 0;
      width: 44px;
      height: 64px;
      display: block;
    }

    .gr-cart svg {
      position: absolute;
      left: 0;
      top: 11px;
      width: 46px;
      height: 38px;
      display: block;
    }

    .gr-cart-count {
      position: absolute;
      left: 31px;
      top: 1px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: rgb(0, 169, 197);
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      line-height: 22px;
      text-align: center;
    }

    .gr-cart-label {
      position: absolute;
      left: 80px;
      top: 33px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      white-space: nowrap;
    }

    .gr-nav {
      position: relative;
      height: 56px;
      background-color: rgb(84, 84, 84);
      background-image: linear-gradient(to left, rgb(46, 46, 46), rgb(84, 84, 84));
      overflow: visible;
    }

    .gr-nav-inner {
      position: relative;
      max-width: 1140px;
      height: 56px;
      margin: 0 auto;
      padding: 0;
    }

    .gr-nav-left {
      position: absolute;
      left: 0;
      top: 0;
      height: 56px;
      display: flex;
      align-items: stretch;
      gap: 26px;
    }

    .gr-nav-right {
      position: absolute;
      right: 0;
      top: 0;
      height: 56px;
      display: flex;
      align-items: stretch;
    }

    .gr-nav-item {
      position: relative;
      height: 56px;
      --dropdown-pad: 28px;
      --triangle-x: 50%;
    }

    .gr-nav-item.products {
      --triangle-x: 138px;
    }

    .gr-nav-item.brands {
      --triangle-x: 120px;
    }

    .gr-nav-item.services {
      --triangle-x: 126px;
    }

    .gr-nav-item.help {
      --triangle-x: 145px;
    }

    .gr-nav-button {
      height: 56px;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      line-height: 56px;
      cursor: pointer;
      display: block;
      white-space: nowrap;
    }

    .gr-nav-button .gr-chevron {
      position: relative;
      top: -3px;
      margin-left: 7px;
      width: 7px;
      height: 7px;
    }

    .gr-nav-button:hover,
    .gr-nav-button:focus,
    .gr-nav-item:hover > .gr-nav-button,
    .gr-nav-item:focus-within > .gr-nav-button,
    .gr-nav-item.is-open > .gr-nav-button {
      color: #ffffff;
      background: transparent;
      outline: none;
      text-decoration: none;
      border: 0;
      box-shadow: none;
      font-weight: 700;
    }

    .gr-dropdown {
      position: absolute;
      top: 56px;
      left: 0;
      width: 249px;
      min-height: 0;
      padding: 0 0 20px;
      background: #ffffff;
      color: #111111;  !important;
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
      visibility: hidden;
      opacity: 0;
      transform: none;
      transition: none;
      z-index: 10000;
      border: 0;
    }

    .gr-nav-item.services .gr-dropdown {
      width: 600px;
      padding: 0 26px 24px;
    }

    .gr-nav-item.help .gr-dropdown {
      width: 574px;
      padding: 0 24px 24px;
      right: -112px;
      left: auto;
    }

    .gr-dropdown::before {
      content: "";
      position: absolute;
      top: -15px;
      left: var(--triangle-x);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 15px solid #ffffff;
      z-index: 2;
    }

    .gr-nav-item.help .gr-dropdown::before {
      left: auto;
      right: 134px;
      transform: none;
    }

    .gr-nav-right .gr-dropdown {
      left: auto;
      right: 0;
    }

    .gr-nav-right .gr-nav-item.help .gr-dropdown {
      right: -112px;
    }

    .gr-nav-item:hover > .gr-dropdown,
    .gr-nav-item:focus-within > .gr-dropdown,
    .gr-nav-item.is-open > .gr-dropdown {
      visibility: visible;
      opacity: 1;
    }

    .gr-dropdown-title {
      height: 41px;
      padding: 13px 0 10px;
      margin: 0 var(--dropdown-pad);
      border-bottom: 1px solid #eeeeee;
      color: #111111;  !important;
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
      background: #ffffff;
      white-space: nowrap;
      text-decoration: none;
    }

    .gr-nav-item.services .gr-dropdown-title,
    .gr-nav-item.help .gr-dropdown-title {
      margin: 0;
      height: 49px;
      padding: 15px 0 13px;
      font-size: 14px;
      font-weight: 700;
      line-height: 21px;
      color: #555555;  !important;
    }

    .gr-dropdown a {
      display: block;
      color: #111111;  !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      padding: 0;
      margin: 13px var(--dropdown-pad) 0;
      text-decoration: none;
      white-space: nowrap;
      background: transparent;
    }

    .gr-dropdown a:first-of-type {
      color: #111111;  !important;
      font-weight: 400;
      margin-top: 18px;
    }

    .gr-dropdown a:hover,
    .gr-dropdown a:focus,
    .gr-dropdown a:first-of-type:hover,
    .gr-dropdown a:first-of-type:focus {
      color: rgb(26, 70, 140);
      font-weight: 700;
      background: transparent;
      text-decoration: none;
      outline: none;
    }

    .gr-services-grid,
    .gr-help-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 36px;
      padding-top: 13px;
    }

    .gr-services-col,
    .gr-help-col {
      min-width: 0;
    }

    .gr-services-col:first-child,
    .gr-help-col:first-child {
      border-right: 1px solid #eeeeee;
      padding-right: 20px;
    }

    .gr-services-col:last-child,
    .gr-help-col:last-child {
      padding-left: 0;
    }

    .gr-services-grid a,
    .gr-services-grid a:first-of-type,
    .gr-help-grid a,
    .gr-help-grid a:first-of-type {
      margin: 0;
      padding: 11px 0;
      color: #111111;  !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      white-space: nowrap;
    }

    .gr-services-grid a:hover,
    .gr-services-grid a:focus,
    .gr-help-grid a:hover,
    .gr-help-grid a:focus {
      color: rgb(26, 70, 140);
      font-weight: 700;
      text-decoration: none;
      outline: none;
    }

    .gr-help-grid {
      grid-template-columns: 276px 210px;
      column-gap: 28px;
    }

    @media (max-width: 1399px) {
      .gr-search-form {
        left: 420px;
        width: 374px;
      }

      .gr-search-input {
        width: 270px;
      }

      .gr-search-button {
        left: 270px;
        width: 104px;
      }

      .gr-country {
        right: 322px;
      }

      .gr-account {
        right: 112px;
      }
    }

    @media (max-width: 991px) {
      .gr-main-header {
        background: rgb(64, 64, 64);
      }

      .gr-top {
        height: 184px;
        background-color: rgb(46, 46, 46);
        background-image: linear-gradient(to right, rgb(46, 46, 46), rgb(84, 84, 84));
        overflow: visible;
      }

      .gr-top-inner {
        height: 184px;
      }

      .gr-mobile-toggle {
        position: absolute;
        left: 16px;
        top: 29px;
        width: 40px;
        height: 40px;
        display: block;
        border: 0 !important;
        background: transparent !important;
        padding: 0;
        margin: 0;
        cursor: pointer;
        z-index: 5;
        outline: none !important;
        box-shadow: none !important;
        appearance: none;
        -webkit-appearance: none;
      }

      .gr-mobile-toggle:hover,
      .gr-mobile-toggle:focus,
      .gr-mobile-toggle:active,
      .gr-mobile-toggle:focus-visible {
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
        background: transparent !important;
      }

      .gr-mobile-toggle span,
      .gr-mobile-toggle::before,
      .gr-mobile-toggle::after {
        content: "";
        position: absolute;
        left: 0;
        width: 38px;
        height: 2px;
        background: #ffffff;
        border-radius: 1px;
        transition: transform 0.15s ease, opacity 0.15s ease, top 0.15s ease;
      }

      .gr-mobile-toggle span {
        top: 19px;
      }

      .gr-mobile-toggle::before {
        top: 8px;
      }

      .gr-mobile-toggle::after {
        top: 30px;
      }

      .gr-main-header.mobile-menu-open .gr-mobile-toggle span {
        opacity: 0;
      }

      .gr-main-header.mobile-menu-open .gr-mobile-toggle::before {
        top: 19px;
        width: 38px;
        height: 3px;
        background: #ffffff;
        transform: rotate(45deg);
      }

      .gr-main-header.mobile-menu-open .gr-mobile-toggle::after {
        top: 19px;
        width: 38px;
        height: 3px;
        background: #ffffff;
        transform: rotate(-45deg);
      }

      .gr-logo-link {
        left: 50%;
        top: 29px;
        width: 255px;
        height: auto;
        transform: translateX(-50%);
      }

      .gr-logo {
        width: 255px !important;
        max-width: 255px !important;
        height: auto !important;
      }

      .gr-country,
      .gr-account {
        display: none;
      }

      .gr-cart {
        right: 22px;
        top: 25px;
        width: 58px;
        height: 50px;
      }

      .gr-cart-icon {
        left: 0;
        top: 0;
        width: 58px;
        height: 50px;
      }

      .gr-cart svg {
        left: 0;
        top: 6px;
        width: 49px;
        height: 38px;
      }

      .gr-cart-count {
        left: 35px;
        top: -8px;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        font-size: 14px;
        line-height: 27px;
      }

      .gr-cart-label {
        display: none;
      }

      .gr-search-form {
        left: 50%;
        top: 111px;
        transform: translateX(-50%);
        width: 454px;
        height: 53px;
      }

      .gr-search-input {
        width: 324px;
        height: 53px;
        padding: 0 2px;
        font-size: 16px !important;
        line-height: 53px !important;
        font-weight: 400 !important;
      }

      .gr-search-input::placeholder {
        font-size: 16px;
        color: rgb(85, 85, 85);
      }

      .gr-search-button {
        left: 324px;
        width: 130px;
        height: 53px;
        min-height: 53px;
        font-size: 16px;
        font-weight: 700;
        border: 0.8px solid transparent;
      }

      .gr-nav {
        height: auto;
        background: #ffffff;
        background-image: none;
        display: none;
        color: rgb(26, 70, 140);
        border-bottom: 1px solid #eeeeee;
      }

      .gr-main-header.mobile-menu-open .gr-nav {
        display: block;
      }

      .gr-nav-inner {
        max-width: none;
        height: auto;
        margin: 0;
        padding: 0;
      }

      .gr-nav-left,
      .gr-nav-right {
        position: static;
        display: block;
        height: auto;
      }

      .gr-nav-item {
        height: auto;
        border-bottom: 1px solid #eeeeee;
        --dropdown-pad: 0;
      }

      .gr-desktop-label {
        display: none;
      }

      .gr-mobile-label {
        display: inline;
      }

      .gr-nav-button {
        position: relative;
        width: 100%;
        height: 71px;
        padding: 0 22px;
        border: 0 !important;
        background: #ffffff;
        color: rgb(26, 70, 140);
        font-size: 24px;
        font-weight: 400;
        line-height: 71px;
        text-align: left;
        display: block;
        outline: none !important;
        box-shadow: none !important;
      }

      .gr-nav-button .gr-chevron {
        position: absolute;
        right: 24px;
        top: 27px;
        width: 16px;
        height: 16px;
        border-right: 2px solid rgb(0, 153, 181);
        border-bottom: 2px solid rgb(0, 153, 181);
        transform: rotate(45deg);
        margin: 0;
      }

      .gr-nav-item.is-open > .gr-nav-button .gr-chevron {
        top: 31px;
        transform: rotate(225deg);
      }

      .gr-nav-button:hover,
      .gr-nav-button:focus,
      .gr-nav-button:active,
      .gr-nav-button:focus-visible,
      .gr-nav-item:hover > .gr-nav-button,
      .gr-nav-item:focus-within > .gr-nav-button,
      .gr-nav-item.is-open > .gr-nav-button {
        color: rgb(26, 70, 140);
        background: #ffffff;
        font-weight: 400;
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
      }

      .gr-dropdown,
      .gr-nav-right .gr-dropdown,
      .gr-nav-item.services .gr-dropdown,
      .gr-nav-item.help .gr-dropdown,
      .gr-nav-right .gr-nav-item.help .gr-dropdown {
        position: static;
        display: none;
        width: 100%;
        min-height: 0;
        padding: 18px 20px 26px;
        background: #ffffff;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        transform: none;
        color: #111111 !important;
        border-top: 1px solid #eeeeee;
      }

      .gr-dropdown::before {
        display: none;
      }

      .gr-nav-item.is-open > .gr-dropdown {
        display: block;
      }

      .gr-dropdown-title,
      .gr-nav-item.services .gr-dropdown-title,
      .gr-nav-item.help .gr-dropdown-title {
        display: block;
      }

      .gr-dropdown a {
        display: block;
        margin: 0;
        padding: 12px 0;
        color: #111111 !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        white-space: nowrap;
      }

      .gr-dropdown a:first-of-type {
        margin-top: 0;
        color: #111111 !important;
        font-weight: 700;
      }

      .gr-dropdown a:hover,
      .gr-dropdown a:focus,
      .gr-dropdown a:first-of-type:hover,
      .gr-dropdown a:first-of-type:focus {
        color: rgb(26, 70, 140);
        font-weight: 700;
        text-decoration: none;
      }

      .gr-services-grid,
      .gr-help-grid {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding-top: 0;
      }

      .gr-services-col,
      .gr-help-col {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
      }

      .gr-services-col:first-child,
      .gr-services-col:last-child,
      .gr-help-col:first-child,
      .gr-help-col:last-child {
        border-right: 0;
        padding: 0;
      }

      .gr-services-grid a,
      .gr-services-grid a:first-of-type,
      .gr-help-grid a,
      .gr-help-grid a:first-of-type {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0;
        padding: 12px 0;
        color: #111111 !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        white-space: normal;
      }

      .gr-help-grid a:hover,
      .gr-help-grid a:focus,
      .gr-services-grid a:hover,
      .gr-services-grid a:focus {
        color: rgb(26, 70, 140) !important;
        font-weight: 700;
      }

      .gr-nav-item.help.is-open > .gr-dropdown,
      .gr-nav-item.help.is-open .gr-help-grid,
      .gr-nav-item.help.is-open .gr-help-col,
      .gr-nav-item.help.is-open .gr-help-grid a {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
      }

      .gr-account-mobile-link,
      .gr-phone-mobile-link {
        display: block;
        height: 70px;
        padding: 0 22px;
        border-bottom: 1px solid #eeeeee;
        background: #ffffff;
        color: rgb(26, 70, 140) !important;
        font-size: 24px;
        font-weight: 400;
        line-height: 70px;
        text-decoration: none;
      }
    }

    @media (max-width: 520px) {
      .gr-top {
        height: 184px;
      }

      .gr-logo-link {
        top: 31px;
        width: 242px;
      }

      .gr-logo {
        width: 242px !important;
        max-width: 242px !important;
      }

      .gr-search-form {
        width: 454px;
      }

      .gr-search-input {
        width: 324px;
      }

      .gr-search-button {
        left: 324px;
        width: 130px;
      }
    }

    @media (max-width: 470px) {
      .gr-logo-link {
        width: 225px;
      }

      .gr-logo {
        width: 225px !important;
        max-width: 225px !important;
      }

      .gr-search-form {
        width: calc(100vw - 34px);
      }

      .gr-search-input {
        width: calc(100vw - 164px);
      }

      .gr-search-button {
        left: calc(100vw - 164px);
        width: 130px;
      }
    }
/* Universal fix for all dropdown links across both Desktop and Mobile views */
.gr-main-header .gr-account-menu a,
.gr-main-header .gr-dropdown a,
.gr-main-header .gr-nav-item .gr-dropdown a {
  color: #111111 !important;
}
/* Forces the dropdown titles to be dark gray on desktop screens */
.gr-main-header .gr-dropdown-title,
.gr-main-header .gr-dropdown .gr-dropdown-title {
  color: #111111 !important;
  display: block; /* Ensures it stays visible on desktop if needed */
}

/* Ensure first-of-type also respects the dark gray/black color */
.gr-main-header .gr-dropdown a:first-of-type {
  color: #111111 !important;
}

/* Retain your blue hover style on live desktop/mobile pages */
.gr-main-header .gr-account-menu a:hover,
.gr-main-header .gr-dropdown a:hover {
  color: rgb(26, 70, 140) !important;
}
/* Deep override targeting the button element and ANY inner text tag directly */
body .gr-main-header .gr-account-menu .gr-account-signin-button,
body .gr-main-header .gr-account-menu .gr-account-signin-button *,
body .gr-main-header .gr-dropdown .gr-account-signin-button,
body .gr-main-header .gr-dropdown .gr-account-signin-button * {
  color: #ffffff !important;
}