.sec_company_hero {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dbe9f8;
  background: radial-gradient(circle at 78% 46%, #d7edff 0, #eaf5ff 29%, transparent 53%), linear-gradient(115deg, #f9fcff, #eaf5ff);

  &::before {
    position: absolute;
    right: -8%;
    bottom: -1px;
    left: 44%;
    height: 1px;
    background: #8dbefa;
    content: "";
    transform: rotate(-28deg);
    transform-origin: right bottom;
    opacity: .35;
  }

  .wrap {
    position: relative;
    margin: 0 auto;
    padding: 25px 40px 56px;
    max-width: 1360px;
    @media (max-width: 800px) { padding: 22px 28px 56px; }
    @media (max-width: 600px) { padding: 20px 18px 60px; }
  }

  .breadcrumb {
    margin-bottom: 46px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #6882a0;
    font-size: 11px;
    font-weight: 600;

    a:hover { color: var(--company-blue); }
    @media (max-width: 600px) { margin-bottom: 35px; }
  }

  .main {
    min-height: 400px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 55px;
    @media (max-width: 800px) { gap: 25px; }
    @media (max-width: 600px) { display: block; }
  }

  .copy {
    position: relative;
    z-index: 2;
    padding-bottom: 15px;

    .kicker { margin-bottom: 18px; font-size: 12px; span { margin: 0 7px; color: #7da9d3; } }
    h1 { margin-bottom: 19px; font-size: 52px; font-weight: 800; line-height: 1.2em; letter-spacing: -.05em; }
    .lead { font-size: 34px; font-weight: 800; line-height: 1.5em; letter-spacing: -.04em; }
    .body { margin-top: 22px; color: #506b8c; font-size: 15px; font-weight: 500; line-height: 1.9em; }

    @media (max-width: 800px) { h1 { font-size: 42px; } .lead { font-size: 28px; } }
    @media (max-width: 600px) { h1 { font-size: 38px; } .lead { font-size: 28px; } .body { font-size: 14px; } }
  }

  .art {
    position: relative;
    height: 370px;
    overflow: hidden;
    isolation: isolate;
    @media (max-width: 600px) { margin-top: 30px; height: 210px; }
  }

  .halo {
    position: absolute;
    inset: 16px 28px 0 25px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, #ecf8ff 8%, #9bcaf854 43%, transparent 72%);
    filter: blur(5px);
  }

  .grid {
    position: absolute;
    inset: 20px -40px 0 10px;
    background-image: linear-gradient(#2e86d51e 1px, transparent 1px), linear-gradient(90deg, #2e86d51e 1px, transparent 1px);
    background-size: 24px 24px;
    transform: perspective(300px) rotateX(48deg) rotateZ(-19deg) scale(1.2);
    mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
    opacity: .68;
  }

  .slash {
    position: absolute;
    top: 58px;
    left: 129px;
    width: 63px;
    height: 257px;
    border: 1px solid #c2e4ff;
    border-radius: 18px;
    background: linear-gradient(165deg, #77dfff, #1c83e8 60%, #4a58eb);
    box-shadow: 22px 29px 45px #1d71d431, inset 3px 4px 12px #ffffffbb;
    transform: skewX(-38deg) rotate(1deg);

    &.slash_2 {
      top: 85px;
      left: 257px;
      height: 237px;
      background: linear-gradient(160deg, #b9a2ff, #6c65e9 55%, #5141c6);
      box-shadow: 19px 27px 42px #5347c933, inset 3px 4px 12px #ffffff8c;
    }
    @media (max-width: 600px) { top: 11px; left: 30%; height: 158px; width: 45px; &.slash_2 { top: 31px; left: 51%; height: 146px; } }
  }

  .art_label {
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: #3876b4;
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    span { margin: 0 6px; color: #8db8e2; }
    @media (max-width: 600px) { right: 0; font-size: 8px; }
  }

  .dot { position: absolute; width: 7px; height: 7px; border: 1px solid #fff; border-radius: 50%; background: #3fbdf2; box-shadow: 0 0 0 8px #2d9de41c, 0 0 14px #2d9de4; }
  .dot_1 { top: 58px; right: 70px; }
  .dot_2 { right: 46px; bottom: 85px; width: 5px; height: 5px; }
  .dot_3 { left: 76px; bottom: 44px; width: 5px; height: 5px; }
}
