/* Shared-platform homepage section, graduated from the approved canvas mockup. */
#company.pl-\[40px\] {
  padding-left: 40px;
}

#company.pr-\[40px\] {
  padding-right: 40px;
}

#company.pb-\[68\.75px\] {
  padding-bottom: 68.75px;
}

#company {
  --sp-blue: var(--gm-blue-500);
  --sp-teal: var(--gm-teal-500);
  --sp-muted: var(--gm-basalt-200);
  --sp-dim: var(--gm-basalt-300);
  --sp-line: var(--gm-line);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 5vw, 78px) clamp(20px, 4vw, 64px);
  padding-bottom: clamp(17px, 2.5vw, 39px);
  background-color: var(--gm-basalt-950);
  color: var(--gm-white);
  font-family: var(--gm-font-body);
}

#company::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 1px;
  background: #8A8A8A;
  pointer-events: none;
}

#company .sp-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
}

#company .sp-eyebrow {
  margin: 0 0 12px;
  color: var(--sp-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

#company h2,
#company h3 {
  margin: 0;
  color: var(--gm-white);
  font-family: var(--gm-font-display);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.04;
}

#company .sp-head {
  display: grid;
  grid-template-columns: 1fr .84fr;
  gap: clamp(28px, 8vw, 150px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 72px);
}

#company .sp-head h2 {
  max-width: 16ch;
  font-size: clamp(34px, 4vw, 60px);
}

#company .sp-head h2 em,
#company .sp-offer h3 em {
  font-style: italic;
}

#company .sp-dim {
  color: var(--sp-muted);
}

#company .sp-intro {
  max-width: 59ch;
  margin: 0;
  color: var(--sp-muted);
  font-size: 16px;
  line-height: 1.7;
}

#company .sp-flow {
  position: relative;
}

#company .sp-node {
  position: relative;
  padding: 22px;
  border: 1px solid var(--sp-line);
  background: rgba(6, 6, 6, .82);
}

#company .sp-node::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(78, 196, 169, .18);
  pointer-events: none;
}

#company .sp-node__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

#company .sp-node__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(78, 196, 169, .5);
  color: var(--sp-teal);
}

#company .sp-node__mark svg {
  width: 20px;
  height: 20px;
}

#company .sp-node__title {
  color: var(--sp-teal);
  font-family: var(--gm-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#company .sp-node__line {
  height: 1px;
  margin: 16px 0;
  background: var(--sp-line);
}

#company .sp-node__text {
  max-width: 26ch;
  margin: 0;
  color: var(--gm-basalt-050);
  font-family: var(--gm-font-display);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.18;
}

#company .sp-branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  column-gap: 35px;
  margin-top: 40px;
}

#company .sp-offer {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(16, 16, 16, .76);
}

#company .sp-offer__image {
  position: relative;
  height: 160px;
  overflow: hidden;
  background: #161616;
}

#company .sp-offer__image picture,
#company .sp-offer__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#company .sp-offer__image img {
  object-fit: cover;
  filter: saturate(.76) contrast(1.05) brightness(.8);
}

#company .sp-offer__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .45));
  pointer-events: none;
}

#company .sp-offer__num {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 1;
  color: var(--gm-white);
  font-family: var(--gm-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
}

#company .sp-offer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
}

#company .sp-offer__label {
  margin: 0 0 15px;
  color: var(--sp-blue);
  font-family: var(--gm-font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

#company .sp-offer--teal .sp-offer__label,
#company .sp-offer--teal .sp-offer__link {
  color: var(--sp-teal);
}

#company .sp-offer h3 {
  margin-bottom: 17px;
  font-size: clamp(25px, 2.8vw, 39px);
}

#company .sp-offer__content > p:not(.sp-offer__label) {
  max-width: 59ch;
  margin: 0;
  color: var(--sp-muted);
  font-size: 15px;
  line-height: 1.7;
}

#company .sp-offer__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  border-bottom: 1px solid transparent;
  color: var(--sp-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

#company .sp-offer__link:hover {
  border-bottom-color: currentColor;
}

#company .sp-offer__link svg {
  width: 17px;
  height: 17px;
  flex: none;
}

#company button {
  font-family: inherit;
}

@media (max-width: 700px) {
  #company.pl-\[40px\] {
    padding-left: 20px;
  }

  #company.pr-\[40px\] {
    padding-right: 20px;
  }

  #company {
    padding: 31px 20px 15.5px;
  }

  #company .sp-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 35px;
  }

  #company .sp-head h2 {
    font-size: 37px;
  }

  #company .sp-intro {
    font-size: 15px;
  }

  #company .sp-branches {
    grid-template-columns: 1fr;
  }

  #company .sp-node {
    margin-bottom: 24px;
  }

  #company .sp-offer__image {
    height: 190px;
  }
}