@charset "UTF-8";
@keyframes solution-truck-drive {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-37.5%); } }

.page-solution {
  background: #0a0a0a;
  color: #fff; }
  .page-solution .container {
    position: relative;
    z-index: 2; }
  .page-solution .hero-word {
    white-space: nowrap; }
  .page-solution.hero-motion-active .hero-char {
    will-change: opacity, transform; }

.solution-hero {
  --height: 960;
  --width: 1920;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #141617; }
  .solution-hero .media {
    position: relative;
    aspect-ratio: 2 / 1;
    min-height: 56svh; }
  .solution-hero .image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center; }
  .solution-hero .content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    padding-top: 72px;
    background: linear-gradient(180deg, #141617 -0.02%, rgba(20, 22, 23, 0) 63.21%); }
  .solution-hero h1 {
    max-width: 52rem;
    margin: 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(26px, 3.2vw, 46px);
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase; }
  .solution-hero h1 span {
    color: #05807C; }
  @media (max-width: 991px) {
    .solution-hero {
      --height: 5;
      --width: 4; }
      .solution-hero .media {
        aspect-ratio: 4 / 5;
        min-height: 70svh; }
      .solution-hero .content {
        padding-top: 48px; }
      .solution-hero h1 {
        font-size: 26px; }
      .solution-hero h1 br {
        display: none; } }

.solution-pain {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(48px, 8vw, 96px) 0; }
  .solution-pain .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center; }
  .solution-pain .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #141617 4.8%, rgba(20, 22, 23, 0.2) 97.7%);
    pointer-events: none; }
  .solution-pain .inner {
    display: flex;
    flex-direction: column;
    gap: 44px; }
  .solution-pain h2 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(26px, 3.2vw, 46px);
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase; }
  .solution-pain .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none; }
  .solution-pain .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 640px; }
    .solution-pain .item .icon {
      display: flex;
      width: 56px;
      height: 56px;
      overflow: hidden; }
      .solution-pain .item .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .solution-pain .item .line {
      display: block;
      width: 63px;
      height: 2px;
      background: linear-gradient(90deg, #1de4d4 0.6%, rgba(29, 228, 212, 0) 100%);
      opacity: 0.3; }
    .solution-pain .item div {
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .solution-pain .item div h3 {
        margin: 0;
        color: #00A19A;
        font-family: var(--font-display);
        font-size: clamp(13px, 1.7vw, 24px);
        font-weight: 700;
        letter-spacing: -0.5px; }
      .solution-pain .item div p {
        margin: 0;
        color: #D4D4D4;
        font-family: var(--font-body);
        font-size: clamp(13px, 1.7vw, 16px);
        font-weight: 700;
        letter-spacing: -0.3px; }
  @media (max-width: 1023px) {
    .solution-pain .inner {
      gap: 24px; }
    .solution-pain .item {
      gap: 8px; } }

.solution-insight {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  color: #0a0a0a; }
  .solution-insight .stage {
    position: relative; }
  .solution-insight .visual {
    position: absolute;
    inset: 0;
    pointer-events: none;
    margin-bottom: 0;
    overflow: hidden;
    display: none; }
    .solution-insight .visual .city {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center top;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000 40%, transparent 100%); }
    .solution-insight .visual .city2 {
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center top;
      background: linear-gradient(180deg, rgba(245, 245, 245, 0) 15%, #F5F5F5 100%);
      opacity: 1 !important;
      visibility: visible !important;
      display: none; }
    .solution-insight .visual .hero-art {
      position: absolute;
      right: 0;
      bottom: -10%;
      width: 100%;
      height: 100%;
      pointer-events: none;
      display: none; }
      .solution-insight .visual .hero-art.hero-art-1 {
        z-index: 1; }
      .solution-insight .visual .hero-art.hero-art-2 {
        z-index: 3; }
    .solution-insight .visual .chevrons {
      position: absolute;
      z-index: 1;
      right: 0;
      left: 0;
      top: 0;
      margin: auto;
      width: 100%;
      max-width: 880px;
      height: auto;
      overflow: visible;
      opacity: 0;
      will-change: transform, opacity;
      display: none; }
    .solution-insight .visual .chevron-svg {
      display: block;
      width: 100%;
      height: auto;
      display: none; }
  .solution-insight .visual-mb {
    aspect-ratio: 2 / 1; }
  .solution-insight .content {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 100%;
    z-index: 6;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 15%, #F5F5F5 100%); }
  .solution-insight .inner {
    flex-direction: column;
    gap: 24px;
    justify-content: flex-end;
    display: flex;
    padding-bottom: 48px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 15%, #F5F5F5 100%); }
    .solution-insight .inner h2 {
      max-width: 640px;
      margin: 0;
      color: #0a0a0a;
      font-family: var(--font-display);
      font-size: clamp(26px, 3.2vw, 46px);
      font-weight: 700;
      letter-spacing: -1px;
      text-transform: uppercase; }
      .solution-insight .inner h2 span {
        color: #05807C; }
      .solution-insight .inner h2 br {
        display: none; }
    .solution-insight .inner .steps {
      margin: 0;
      list-style: none;
      display: flex;
      overflow-x: scroll; }
      .solution-insight .inner .steps::-webkit-scrollbar {
        display: none; }
    .solution-insight .inner .step {
      flex: 0 0 70%;
      max-width: 70%;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .solution-insight .inner .step .marker {
        display: flex;
        align-items: center;
        width: 100%; }
        .solution-insight .inner .step .marker .dot {
          position: relative;
          z-index: 1;
          display: flex;
          flex-shrink: 0;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          margin-right: -2px;
          overflow: hidden;
          border-radius: 50px;
          background: radial-gradient(circle at 30% 20%, #05807c 50%, #0a6563 100%);
          box-shadow: inset 0 -3px 20px rgba(175, 254, 253, 0.2), inset 0 3px 20px rgba(175, 254, 253, 0.6), inset 0 -4px 20px rgba(0, 161, 154, 0.3), inset 0 4px 20px rgba(0, 161, 154, 0.3); }
          .solution-insight .inner .step .marker .dot img {
            width: 40px;
            height: 40px; }
        .solution-insight .inner .step .marker .rail {
          flex: 1;
          height: 2px;
          background: linear-gradient(90deg, #05807C 0.6%, #05807C 100%);
          opacity: 0.5; }
          .solution-insight .inner .step .marker .rail.rail-end {
            background: linear-gradient(90deg, #05807C 0.6%, rgba(0, 161, 154, 0) 100%); }
      .solution-insight .inner .step .detail {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding-right: 40px; }
        .solution-insight .inner .step .detail h3 {
          margin: 0;
          color: #0a0a0a;
          font-family: var(--font-display);
          font-size: clamp(16px, 1.6vw, 24px);
          font-weight: 700;
          letter-spacing: -0.5px; }
        .solution-insight .inner .step .detail p {
          margin: 0;
          color: #0a0a0a;
          font-family: var(--font-body);
          font-size: 12px;
          letter-spacing: -0.2px; }
  @media (min-width: 992px) {
    .solution-insight .inner h2 br {
      display: block; } }
  @media (min-width: 1024px) {
    .solution-insight .visual {
      display: block; }
    .solution-insight .visual-mb {
      display: none; }
    .solution-insight .inner {
      padding-bottom: 72px;
      gap: 48px; }
      .solution-insight .inner .steps {
        gap: 0;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(4, 1fr); }
      .solution-insight .inner .step {
        flex: 0 0 100%;
        max-width: 100%; }
        .solution-insight .inner .step .detail p {
          font-size: 14px; }
    .solution-insight .content {
      position: absolute;
      height: 85%;
      bottom: 0;
      left: 0; }
    .solution-insight .stage {
      padding: 72px 0 80px;
      min-height: 100svh; } }

.solution-partner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 0 48px;
  background: #000; }
  .solution-partner .media {
    --width: 860;
    --height: 1025;
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: none; }
    .solution-partner .media .truck {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center;
      will-change: transform; }
    .solution-partner .media .shade {
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, #0a0a0a 0%, rgba(10, 10, 10, 0) 21%), linear-gradient(270deg, #000101 0%, rgba(0, 1, 1, 0) 38%), linear-gradient(90deg, #000101 0%, rgba(0, 1, 1, 0) 38%);
      pointer-events: none; }
  .solution-partner .media-mb {
    --width: 860;
    --height: 1025;
    position: relative;
    overflow: hidden;
    margin: 0 -16px; }
  .solution-partner .inner {
    display: flex;
    flex-direction: column;
    gap: 48px; }
  .solution-partner .intro {
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 48px 16px 0; }
    .solution-partner .intro h2 {
      margin: 0 0 10px;
      color: #ffffff;
      font-family: var(--font-display);
      font-size: clamp(26px, 3.2vw, 46px);
      font-weight: 700;
      letter-spacing: -1px;
      text-transform: uppercase; }
      .solution-partner .intro h2 br {
        display: none; }
    .solution-partner .intro p {
      margin: 0;
      color: #c7fff6;
      font-family: var(--font-display);
      font-size: clamp(13px, 1.4vw, 20px);
      font-weight: 700;
      letter-spacing: -0.3px; }
  .solution-partner .cards {
    display: flex;
    justify-content: space-between;
    gap: 0; }
  .solution-partner .col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 333px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
  .solution-partner .card {
    position: relative;
    width: 100%;
    max-width: 308px;
    border-radius: 10px;
    background: transparent;
    border: none; }
    .solution-partner .card .box {
      position: relative;
      transition: all 0.4s;
      height: 100%;
      padding-bottom: calc(37 / 78 * 100%); }
    .solution-partner .card .label {
      position: absolute;
      z-index: 0;
      width: 100%; }
    .solution-partner .card .body {
      position: absolute;
      z-index: 1;
      display: flex;
      gap: 8px;
      align-items: center;
      padding: 0 18px;
      height: 100%;
      width: 90%; }
    .solution-partner .card .badge {
      position: relative;
      display: flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      padding: 0;
      width: 36px;
      height: 36px;
      overflow: hidden;
      border-radius: 100px; }
    .solution-partner .card h3 {
      margin: 0;
      max-width: 176px;
      color: #fff;
      font-family: var(--font-display);
      font-size: clamp(13px, 1.6vw, 24px);
      font-weight: 700;
      letter-spacing: -0.3px;
      text-transform: uppercase; }
  .solution-partner .right .body {
    justify-content: flex-end;
    text-align: right;
    right: 0; }
  .solution-partner .right .label {
    transform: scaleY(-1) rotate(180deg); }
  .solution-partner .right h3 {
    max-width: 140px; }
  .solution-partner.is-driving .media .truck {
    /*animation: solution-truck-drive 8s linear infinite;*/ }
  @media (min-width: 480px) {
    .solution-partner .card .badge {
      width: 52px;
      height: 52px; } }
  @media (min-width: 992px) {
    .solution-partner {
      padding: 72px 0; }
      .solution-partner .media {
        --width: 1800;
        --height: 843;
        display: block; }
      .solution-partner .media-mb {
        display: none; }
      .solution-partner .inner {
        gap: 64px; }
      .solution-partner .intro {
        position: initial;
        padding: 0; }
      .solution-partner .intro h2 br {
        display: block; }
      .solution-partner .cards {
        gap: 24px; }
      .solution-partner .col {
        gap: 20px;
        max-width: 333px;
        width: auto; }
      .solution-partner .card .box:hover {
        transform: translateX(20px); }
      .solution-partner .card .body {
        padding: 0 20px;
        min-height: 144px; }
      .solution-partner .card .badge {
        width: 84px;
        height: 84px; }
      .solution-partner .card h3 {
        letter-spacing: -0.5px; }
      .solution-partner .right .card .box:hover {
        transform: translateX(-20px); } }

.solution-ftl {
  padding: clamp(56px, 6vw, 72px) 0;
  background: #0a0a0a;
  display: none;
  background-image: url(https://cdn.hstatic.net/files/200000962736/file/frame_1000010739__1_.jpg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat; }
  .solution-ftl .inner {
    display: flex;
    flex-direction: column;
    gap: 44px;
    align-items: center; }
  .solution-ftl h2 {
    max-width: 760px;
    margin: 0;
    color: #F5F5F5;
    font-family: var(--font-display);
    font-size: clamp(26px, 3.2vw, 46px);
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase; }
    .solution-ftl h2 span {
      color: #05807C; }
  .solution-ftl .compare {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 2 / 1;
    user-select: none;
    touch-action: none; }
  .solution-ftl .panel {
    position: absolute;
    inset: 0; }
    .solution-ftl .panel img {
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center; }
  .solution-ftl .ftl {
    z-index: 4;
    clip-path: inset(0 50% 0 0); }
  .solution-ftl .info {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    width: 90%;
    padding: 48px;
    pointer-events: none;
    --info-shade: 0; }
    .solution-ftl .info::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      opacity: var(--info-shade);
      transition: opacity 0.25s ease;
      pointer-events: none; }
    .solution-ftl .info.left {
      left: 0;
      align-items: flex-start;
      text-align: left; }
      .solution-ftl .info.left::before {
        background: linear-gradient(270deg, rgba(0, 161, 154, 0) 34.92%, rgba(0, 161, 154, 0.9) 100%); }
    .solution-ftl .info.right {
      right: 0;
      align-items: flex-end;
      text-align: right; }
      .solution-ftl .info.right::before {
        background: linear-gradient(270deg, #00A19A 0%, rgba(0, 161, 154, 0) 76.06%); }
    .solution-ftl .info .detail {
      position: relative;
      opacity: 0;
      transition: opacity 0.25s ease; }
    .solution-ftl .info h3 {
      position: relative;
      margin: 0;
      color: #ffffff;
      font-family: var(--font-display);
      font-size: clamp(20px, 2.4vw, 36px);
      font-weight: 700;
      letter-spacing: -1.2px; }
    .solution-ftl .info p {
      margin: 10px 0 24px;
      max-width: 460px;
      color: #d4d4d4;
      font-family: var(--font-body);
      font-size: 16px;
      font-weight: 700;
      letter-spacing: -0.3px; }
    .solution-ftl .info ul {
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .solution-ftl .info ul li > div {
        display: flex;
        gap: 14px;
        align-items: center; }
      .solution-ftl .info ul li span {
        width: 24px;
        height: 24px; }
      .solution-ftl .info ul li > div > div {
        color: #fff;
        letter-spacing: -0.3px;
        font-size: 16px; }
  .solution-ftl .handle {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    transform: translateX(-50%);
    cursor: ew-resize; }
  .solution-ftl .track {
    flex: 1;
    width: 2px;
    background: #fff; }
  .solution-ftl .knob {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 -3px 10px rgba(175, 254, 253, 0.1), inset 0 3px 10px rgba(175, 254, 253, 0.2), inset 0 -4px 10px rgba(0, 161, 154, 0.3), inset 0 4px 10px rgba(0, 161, 154, 0.3); }
  @media (min-width: 992px) {
    .solution-ftl {
      display: block; } }

.solution-compares {
  padding: clamp(56px, 6vw, 72px) 0;
  background: #0a0a0a;
  background-image: url(https://cdn.hstatic.net/files/200000962736/file/frame_1000010723.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right; }
  .solution-compares .s-inner {
    display: flex;
    gap: 24px;
    flex-direction: column; }
  .solution-compares .s-content .swiper-slide {
    height: auto; }
  .solution-compares .s-content .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 10px; }
  .solution-compares .s-content .swiper:not(.swiper-initialized) .swiper-slide {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .solution-compares .s-content .boxcard {
    border-radius: 4px;
    background: #00a19a;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .solution-compares .s-content .boxcard > div {
      width: 100%; }
    .solution-compares .s-content .boxcard .boxcard--thumb {
      position: relative; }
      .solution-compares .s-content .boxcard .boxcard--thumb:before {
        content: "";
        width: 100%;
        height: 100%;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 161, 154, 0) 61.67%, #00a19a 98.78%);
        position: absolute; }
    .solution-compares .s-content .boxcard .boxcard--detail {
      padding: 16px 16px 20px; }
      .solution-compares .s-content .boxcard .boxcard--detail h3 {
        margin: 0 0 6px;
        color: #fff;
        font-family: var(--font-heading);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.5px; }
      .solution-compares .s-content .boxcard .boxcard--detail p {
        margin: 0 0 14px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -0.3px; }
      .solution-compares .s-content .boxcard .boxcard--detail ul {
        display: flex;
        flex-direction: column;
        gap: 4px; }
        .solution-compares .s-content .boxcard .boxcard--detail ul li > div {
          display: flex;
          gap: 12px;
          align-items: center; }
        .solution-compares .s-content .boxcard .boxcard--detail ul li span {
          width: 20px;
          height: 20px; }
        .solution-compares .s-content .boxcard .boxcard--detail ul li > div > div {
          color: #fff;
          letter-spacing: -0.3px;
          font-size: 13px; }
  .solution-compares .s-heading h2 {
    max-width: 760px;
    margin: 0;
    color: #F5F5F5;
    font-family: var(--font-display);
    font-size: clamp(26px, 3.2vw, 46px);
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase; }
    .solution-compares .s-heading h2 span {
      color: #05807C; }
    .solution-compares .s-heading h2 br {
      display: none; }
  .solution-compares .s-actions {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .solution-compares .s-actions .swiper-pagination {
      --bg-pagination: rgba(255, 255, 255, 0.4);
      margin-top: 0; }
  @media (min-width: 992px) {
    .solution-compares {
      display: none; } }

@media (prefers-reduced-motion: reduce) {
  .solution-partner.is-driving .truck {
    animation: none; } }

.card-border {
  position: relative;
  width: 332px;
  height: 132px;
  border-radius: 9px;
  background: transparent;
  /* hoặc nền kính nếu cần */
  margin-bottom: 20px; }

.card-border::before,
.card-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude; }

/* trên-trái: #51F7E4 → transparent (paint1) */
.card-border::before {
  background: linear-gradient(to bottom right, #51F7E4 0%, rgba(81, 247, 228, 0) 20%); }

/* dưới-phải: transparent → #51F7E4 (paint0) */
.card-border::after {
  background: linear-gradient(to bottom right, rgba(81, 247, 228, 0) 80%, #51F7E4 100%); }

.pill-border {
  position: relative;
  width: 280px;
  height: 104px;
  border-radius: 9999px;
  background: rgba(8, 60, 62, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }

.pill-border::before,
.pill-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude; }

/* trên-trái: #51F7E4 → transparent */
.pill-border::before {
  background: linear-gradient(to bottom right, #51F7E4 0%, rgba(81, 247, 228, 0) 55%); }

/* dưới-phải: transparent → #51F7E4 */
.pill-border::after {
  background: linear-gradient(to bottom right, rgba(81, 247, 228, 0) 45%, #51F7E4 100%); }

/*
.pill-border {
  position: relative;
  width: 280px;
  height: 104px;
  border-radius: 9999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin: 50px;
  }
.pill-border::before,
.pill-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude; }
.pill-border::before {
  background: linear-gradient(to top right, #51F7E4 0%, rgba(81, 247, 228, 0) 40%);
  }
.pill-border::after {
  background: linear-gradient(to top right, rgba(81, 247, 228, 0) 60%, #51F7E4 100%);
  }
*/
/*
.pill-border {
  position: relative;
  width: 280px;
  height: 104px;
  border-radius: 9999px;
  background: transparent;
  margin: 40px 0;
}

.pill-border::before,
.pill-border::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.pill-border::before {
  background: linear-gradient(
    155deg,
    #51F7E4 0%,
    rgba(81, 247, 228, 0) 30%
  );
}
.pill-border::after {
  background: linear-gradient(
    135deg,
    rgba(81, 247, 228, 0) 60%,
    #51F7E4 100%
  );
}

*/
