/* NOTE Mobile P */
@media screen and (min-width: 320px) {
  #wwd {
    align-self: stretch;
    background: url(../../img/bg/rectangle.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-wwd-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
    align-self: stretch;
    max-height: 200vh;
    padding: 3rem 1rem 0rem 1rem;
  }

  .hero-wwd-left-max {
    max-width: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
  }

  .hero-wwd-left-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .hero-wwd-max-text-body {
    font-family: var(--font-primary);
    font-style: normal;
    line-height: 1.5;
    text-transform: none;
    max-width: 25.5rem;
  }

  .hero-wwd-right-max {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .hero-wwd-right-content {
    align-self: stretch;
    display: flex;
    width: 100%;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .hero-wwd-content-column-max {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  /* NOTE Rows da column */
  .hero-wwd-row-rick-off {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
    position: relative;
  }

  .tooltip {
    padding: 1rem;
    border-radius: 0.5rem;
    background: var(--primary-dark-100, #001665);
    /* Soft-shadow */
    box-shadow: 0px 16px 32px -4px rgba(11, 19, 90, 0.16);

    color: var(--accent-100, #00fff0);
    font-variant-numeric: ordinal;
    font-family: Cairo;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
    letter-spacing: -0.00875rem;

    max-width: 16.375rem;

    position: absolute;
    /* left: -260px; */
    top: -39px;
    /* display: none; */
    transform: translateX(-30px);

    opacity: 0;
    pointer-events: none;
    animation: tooltipOut 0.5s ease;
  }

  .tooltip.unic {
    top: -79px !important;
  }

  .tooltip::after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 10px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 34px solid var(--primary-dark-100, #001665);
    clear: both;
    transform: rotate(-47deg);
  }

  @keyframes tooltipIn {
    0% {
      transform: translateX(-30px);
      opacity: 0;
    }

    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes tooltipOut {
    0% {
      transform: translateX(0);
      opacity: 1;
    }

    100% {
      transform: translateX(-30px);
      opacity: 0;
    }
  }

  .hero-wwd-row-rick-off:hover,
  .hero-wwd-row-prototype:hover,
  .hero-wwd-row-rick-off:hover {
    .card {
      border-radius: 0.5rem;
      /* border: 8px solid var(--accent-100, #00fff0); */
      background: var(--primary-dark-100, #001665);
      box-shadow: inset 0 0 0 8px #00fff0, 0px 20px 48px -8px rgba(0, 0, 0, 0.1);
    }
  }

  .hero-wwd-row-rick-off:hover {

    .tooltip {
      transform: translateX(0);

      opacity: 1;
      /* pointer-events: unset; */
      animation: tooltipIn 0.5s ease;
    }

    .img-telescope {
      stroke: #00fff0;
    }
  }

  .hero-wwd-row-prototype:hover {
    .tooltip {
      top: -59px;
      transform: translateX(0);
      animation: tooltipIn 0.5s ease;

      opacity: 1;
      /* pointer-events: unset; */
    }

    .img-svg {
      stroke: #00fff0;
    }
  }

  .hero-wwd-row-prototype {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-development {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-delivery {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  /* NOTE LeftColumn Incons & Btns */
  .hero-wwd-column-icons-left-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .hero-wwd-column-icons-left-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .hero-wwd-column-icons-left-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  /* NOTE Column Right Internal How we do */
  .hero-wwd-hwd-right-colum {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* NOTE Row Text right KickOff */
  .hero-wwd-hwd-row-text-right {
    display: flex;
    flex-direction: column;
  }

  .hero-wwd-hwd-text-kickoff {
    color: var(--color-accent);
    font-variant-numeric: ordinal;
    font-family: var(--font-primary);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.8rem */
    letter-spacing: -0.015rem;
  }

  .hero-wwd-hwd-text-kickoff-subtext {
    color: var(--color-white);
    font-variant-numeric: ordinal;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.875rem */
    letter-spacing: -0.0125rem;
  }

  .hero-wwd-hwd-text-kickoff-text {
    color: var(--color-white);
    font-variant-numeric: ordinal;
    font-family: Cairo;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01rem;
  }
}

/* NOTE Mobile M */
@media screen and (min-width: 375px) {
  #wwd {
    align-self: stretch;
    background: url(../../img/bg/rectangle.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-wwd-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
    align-self: stretch;
    max-height: 200vh;
    padding: 3rem 1rem 0rem 1rem;
  }

  .hero-wwd-left-max {
    max-width: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
  }

  .hero-wwd-left-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .hero-wwd-max-text-body {
    font-family: var(--font-primary);
    font-style: normal;
    line-height: 1.5;
    text-transform: none;
    max-width: 25.5rem;
  }

  .hero-wwd-right-max {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .hero-wwd-right-content {
    align-self: stretch;
    display: flex;
    width: 100%;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .hero-wwd-content-column-max {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  /* NOTE Rows da column */
  .hero-wwd-row-rick-off {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-prototype {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-development {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-delivery {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  /* NOTE LeftColumn Incons & Btns */
  .hero-wwd-column-icons-left-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .hero-wwd-column-icons-left-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .hero-wwd-column-icons-left-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  /* NOTE Column Right Internal How we do */
  .hero-wwd-hwd-right-colum {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* NOTE Row Text right KickOff */
  .hero-wwd-hwd-row-text-right {
    display: flex;
    flex-direction: column;
  }

  .hero-wwd-hwd-text-kickoff {
    color: var(--color-accent);
    font-variant-numeric: ordinal;
    font-family: var(--font-primary);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.8rem */
    letter-spacing: -0.015rem;
  }

  .hero-wwd-hwd-text-kickoff-subtext {
    color: var(--color-white);
    font-variant-numeric: ordinal;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.875rem */
    letter-spacing: -0.0125rem;
  }

  .hero-wwd-hwd-text-kickoff-text {
    color: var(--color-white);
    font-variant-numeric: ordinal;
    font-family: Cairo;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01rem;
  }
}

/* NOTE Mobile G */
@media screen and (min-width: 425px) {
  #wwd {
    align-self: stretch;
    background: url(../../img/bg/rectangle.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-wwd-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
    align-self: stretch;
    max-height: 200vh;
    padding: 3rem 1rem 0rem 1rem;
  }

  .hero-wwd-left-max {
    max-width: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
  }

  .hero-wwd-left-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .hero-wwd-max-text-body {
    font-family: var(--font-primary);
    font-style: normal;
    line-height: 1.5;
    text-transform: none;
    max-width: 25.5rem;
  }

  .hero-wwd-right-max {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .hero-wwd-right-content {
    align-self: stretch;
    display: flex;
    width: 100%;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .hero-wwd-content-column-max {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  /* NOTE Rows da column */
  .hero-wwd-row-rick-off {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-prototype {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-development {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-delivery {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  /* NOTE LeftColumn Incons & Btns */
  .hero-wwd-column-icons-left-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .hero-wwd-column-icons-left-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .hero-wwd-column-icons-left-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  /* NOTE Column Right Internal How we do */
  .hero-wwd-hwd-right-colum {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* NOTE Row Text right KickOff */
  .hero-wwd-hwd-row-text-right {
    display: flex;
    flex-direction: column;
  }

  .hero-wwd-hwd-text-kickoff {
    color: var(--color-accent);
    font-variant-numeric: ordinal;
    font-family: var(--font-primary);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.8rem */
    letter-spacing: -0.015rem;
  }

  .hero-wwd-hwd-text-kickoff-subtext {
    color: var(--color-white);
    font-variant-numeric: ordinal;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.875rem */
    letter-spacing: -0.0125rem;
  }

  .hero-wwd-hwd-text-kickoff-text {
    color: var(--color-white);
    font-variant-numeric: ordinal;
    font-family: Cairo;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01rem;
  }
}

/* NOTE Desktop 1024+ */
@media screen and (min-width: 1024px) {
  .tooltip {
    padding: 1rem;
    border-radius: 0.5rem;
    background: var(--primary-dark-100, #001665);
    /* Soft-shadow */
    box-shadow: 0px 16px 32px -4px rgba(11, 19, 90, 0.16);

    color: var(--accent-100, #00fff0);
    font-variant-numeric: ordinal;
    font-family: Cairo;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
    letter-spacing: -0.00875rem;

    max-width: 16.375rem;

    position: absolute;
    left: -260px;
    top: 39px;
    /* display: none; */
    transform: translateX(-30px);

    opacity: 0;
    pointer-events: none;
    animation: tooltipOut 0.5s ease;
  }

  .tooltip::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 10px;
    left: unset;
    bottom: unset;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 10px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 34px solid var(--primary-dark-100, #001665);
    clear: both;
    transform: rotate(-34deg);
  }

  @keyframes tooltipIn {
    0% {
      transform: translateX(-30px);
      opacity: 0;
    }

    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes tooltipOut {
    0% {
      transform: translateX(0);
      opacity: 1;
    }

    100% {
      transform: translateX(-30px);
      opacity: 0;
    }
  }

  .hero-wwd-row-rick-off:hover {
    .tooltip {
      transform: translateX(0);

      opacity: 1;
      /* pointer-events: unset; */
      animation: tooltipIn 0.5s ease;
    }

    .img-telescope {
      stroke: #00fff0;
    }
  }

  .hero-wwd-row-prototype:hover {

    .tooltip {
      top: 39px !important;
      transform: translateX(0);
      animation: tooltipIn 0.5s ease;

      opacity: 1;
      /* pointer-events: unset; */
    }

    .img-svg {
      stroke: #00fff0;
    }
  }

  #wwd {
    align-self: stretch;
    background: url(../../img/bg/rectangle.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-wwd-max {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-self: stretch;
    max-height: 130vh;
    margin: 5rem auto;
    padding-top: 5rem;
  }

  .hero-wwd-left-max {
    max-width: 50%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    flex: 1 0 0;
  }

  .hero-wwd-left-content {
    align-self: stretch;
    display: flex;
    width: 33.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    margin-left: auto;
  }

  .hero-wwd-max-text-body {
    font-family: var(--font-primary);
    font-style: normal;
    line-height: 1.5;
    text-transform: none;
    max-width: 25.5rem;
  }

  .hero-wwd-right-max {
    display: flex;
    flex-direction: column;
    max-width: 50%;
  }

  .hero-wwd-right-content {
    align-self: stretch;
    display: flex;
    max-width: 37.5rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    align-self: stretch;
    margin-left: auto;
  }

  .hero-wwd-content-column-max {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }

  /* NOTE Rows da column */
  .hero-wwd-row-rick-off {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-prototype {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-development {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-wwd-row-delivery {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
  }

  /* NOTE LeftColumn Incons & Btns */
  .hero-wwd-column-icons-left-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .hero-wwd-column-icons-left-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .hero-wwd-column-icons-left-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  /* NOTE Column Right Internal How we do */
  .hero-wwd-hwd-right-colum {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* NOTE Row Text right KickOff */
  .hero-wwd-hwd-row-text-right {
    display: flex;
    flex-direction: column;
  }

  .hero-wwd-hwd-text-kickoff {
    color: var(--color-accent);
    font-variant-numeric: ordinal;
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.8rem */
    letter-spacing: -0.015rem;
  }

  .hero-wwd-hwd-text-kickoff-subtext {
    color: var(--color-white);
    font-variant-numeric: ordinal;
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.875rem */
    letter-spacing: -0.0125rem;
  }

  .hero-wwd-hwd-text-kickoff-text {
    color: var(--color-white);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    letter-spacing: -0.01rem;
  }
}

u {
  text-decoration-thickness: .5px;
  text-underline-offset: 2px;
}