@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2");
}

.bga > section {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.bga > section.is-inview {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .bga > section {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.bga {
  --bga-red: #e60022;
  --bga-red-hover: #ff3251;
  --bga-yellow: #fccb3f;
  --bga-blue: #037dff;
  --bga-gray: #f8f8f9;
  --bga-black: #1b1b20;
  --bga-border: rgba(0, 0, 0, 0.19);
  --bga-pill: #ebbac3;
  --bga-u: 1px;
  color: var(--bga-black);
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.bga strong {
  font-weight: 700;
}

.bga strong.bga-mark,
.bga-mark {
  font-weight: 600;
  background-color: var(--color-highlight);
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.bga__wrap {
  width: 100%;
  max-width: 1406px;
  margin: 0 auto;
  padding: 0 12px;
}

@media (min-width: 1024px) {
  .bga {
    --bga-u: calc(1vw / 19.2);
  }

  .bga__wrap {
    max-width: calc(1406 * var(--bga-u));
    padding: 0 calc(20 * var(--bga-u));
  }
}

@media (width > 3220px) {
  .bga {
    --bga-u: 1px;
  }
}

.bga-h2 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.bga-h2--center,
.bga-kicker--center {
  text-align: center;
}

.bga-lead {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.bga-lead--center,
.bga-text--center {
  text-align: center;
}

.bga-text {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.bga-kicker {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.24px;
}

.bga-br-d {
  display: none;
}

@media (min-width: 1024px) {
  .bga-br-m {
    display: none;
  }

  .bga-br-d {
    display: inline;
  }
}


@media (min-width: 1024px) {
  .bga-h2 {
    font-size: calc(45 * var(--bga-u));
    line-height: 1.2;
  }

  .bga-lead {
    font-size: calc(26 * var(--bga-u));
    line-height: calc(38 * var(--bga-u));
    letter-spacing: calc(-0.26 * var(--bga-u));
  }

  .bga-text {
    font-size: calc(22 * var(--bga-u));
    line-height: calc(28 * var(--bga-u));
    letter-spacing: calc(-0.22 * var(--bga-u));
  }

  .bga-kicker {
    font-size: calc(26 * var(--bga-u));
    line-height: normal;
  }
}


.bga .wp-block-buttons {
  margin: 0;
}

.bga .wp-block-button {
  margin: 0;
}

.bga-hero .wp-block-button,
.bga-hero .wp-block-button__link,
.bga-problem__cta .wp-block-button,
.bga-problem__cta .wp-block-button__link,
.bga-workshops__footer .wp-block-button,
.bga-workshops__footer .wp-block-button__link {
  width: 100%;
}

.bga-problem__cta .wp-block-buttons,
.bga-workshops__footer .wp-block-buttons {
  justify-content: center;
}

@media (max-width: 1023px) {
  .bga .wp-block-button__link {
    height: auto !important;
    min-height: 0 !important;
    padding: 20px 16px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    line-height: normal !important;
    white-space: normal !important;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .bga-hero .wp-block-button,
  .bga-hero .wp-block-button__link {
    width: auto;
  }
}

/* Breadcrumb — Figma 1:48 */
.bga-crumbs {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding: 24px 0;
}

.bga-crumbs__home {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.bga-crumbs__home img {
  display: block;
  width: 24px;
  height: 24px;
}

.bga-crumbs__trail {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding: 3px 0;
}

.bga-crumbs__chevron {
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.bga-crumbs__label {
  font-weight: 300;
  font-size: 13px;
  line-height: 14px;
  color: #000;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .bga-crumbs {
    display: flex;
    gap: calc(4 * var(--bga-u));
    padding: calc(24 * var(--bga-u)) 0;
  }

  .bga-crumbs__home,
  .bga-crumbs__home img {
    width: calc(24 * var(--bga-u));
    height: calc(24 * var(--bga-u));
  }

  .bga-crumbs__trail {
    gap: calc(4 * var(--bga-u));
    padding: calc(3 * var(--bga-u)) 0;
  }

  .bga-crumbs__chevron {
    width: calc(12 * var(--bga-u));
    height: calc(12 * var(--bga-u));
  }

  .bga-crumbs__label {
    font-size: calc(13 * var(--bga-u));
    line-height: calc(14 * var(--bga-u));
  }
}

/* Hero — Figma 1:698 */
.bga-hero {
  padding: 0;
}

.bga-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-hero__copy {
  display: contents;
}

.bga-hero__title {
  order: 1;
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: normal;
  letter-spacing: -0.88px;
}

.bga-hero__visual {
  order: 2;
}

.bga-hero__lead {
  order: 3;
}

.bga-hero__sub {
  order: 4;
}

.bga-hero__copy .wp-block-buttons {
  order: 5;
}

.bga-hero__lead {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.24px;
}

.bga-hero__sub {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}


.bga-hero__visual {
  width: 100%;
  height: auto;
  aspect-ratio: 366 / 291;
  border-radius: 15px;
  overflow: hidden;
}

.bga-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

@media (min-width: 1024px) {
  .bga-hero {
    padding: 0;
  }

  .bga-hero__grid {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: calc(32 * var(--bga-u));
    padding: calc(64 * var(--bga-u)) 0;
  }

  .bga-hero__copy {
    display: flex;
    flex-direction: column;
    width: calc(667 * var(--bga-u));
    flex-shrink: 0;
    align-items: flex-start;
    gap: calc(32 * var(--bga-u));
  }

  .bga-hero__title,
  .bga-hero__visual,
  .bga-hero__lead,
  .bga-hero__sub,
  .bga-hero__copy .wp-block-buttons {
    order: 0;
  }

  .bga-hero__title {
    font-size: calc(64 * var(--bga-u));
    line-height: calc(79 * var(--bga-u));
    letter-spacing: calc(-1.28 * var(--bga-u));
    white-space: nowrap;
  }

  .bga-hero__lead {
    font-size: calc(26 * var(--bga-u));
    line-height: calc(38 * var(--bga-u));
    letter-spacing: calc(-0.26 * var(--bga-u));
  }

  .bga-hero__sub {
    font-size: calc(22 * var(--bga-u));
    line-height: normal;
    white-space: nowrap;
  }

  .bga-hero__visual {
    width: calc(667 * var(--bga-u));
    height: auto;
    flex-shrink: 0;
    align-self: stretch;
    background: transparent;
  }

  .bga-hero__visual img {
    object-fit: cover;
    object-position: center;
  }
}

/* Logos — Figma 1:85 */
.bga-logos {
  padding: 24px 0;
}

.bga-logos__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.bga-logos__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #000;
}

.bga-logos__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 28px;
}

.bga-logos__logo {
  display: block;
  object-fit: cover;
  flex-shrink: 0;
}

.bga-logos__logo--respect {
  width: 94px;
  height: 31px;
}

.bga-logos__logo--energa {
  width: 115px;
  height: 20px;
}

.bga-logos__logo--hekla {
  width: 108px;
  height: 24px;
}

.bga-logos__logo--unum {
  width: 84px;
  height: 27px;
}

.bga-logos__logo--kawasaki {
  width: 112px;
  height: 11px;
}

.bga-logos__logo--orange {
  width: 31px;
  height: 31px;
}

@media (min-width: 1024px) {
  .bga-logos {
    padding: calc(64 * var(--bga-u)) 0;
  }

  .bga-logos__inner {
    gap: calc(46 * var(--bga-u));
  }

  .bga-logos__title {
    font-size: calc(26 * var(--bga-u));
    white-space: nowrap;
  }

  .bga-logos__row {
    flex-wrap: nowrap;
    gap: calc(55.812 * var(--bga-u));
  }

  .bga-logos__logo--respect {
    width: calc(186.97 * var(--bga-u));
    height: calc(61.393 * var(--bga-u));
  }

  .bga-logos__logo--energa {
    width: calc(228.829 * var(--bga-u));
    height: calc(39.017 * var(--bga-u));
  }

  .bga-logos__logo--hekla {
    width: calc(216.271 * var(--bga-u));
    height: calc(47.557 * var(--bga-u));
  }

  .bga-logos__logo--unum {
    width: calc(168.831 * var(--bga-u));
    height: calc(53.021 * var(--bga-u));
  }

  .bga-logos__logo--kawasaki {
    width: calc(224.643 * var(--bga-u));
    height: calc(22.347 * var(--bga-u));
  }

  .bga-logos__logo--orange {
    width: calc(61.393 * var(--bga-u));
    height: calc(61.393 * var(--bga-u));
  }
}


/* Problem — Figma 1:94 */
.bga-problem {
  background: var(--bga-gray);
  padding: 24px 0;
}

.bga-problem__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-problem__visual {
  order: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 366 / 413;
  border-radius: 15px;
  overflow: hidden;
}

.bga-problem__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 15px;
}

.bga-problem__copy {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-problem .bga-lead {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.24px;
}

.bga-checks--x {
  gap: 4px;
}

.bga-checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bga-checks li,
.bga-checks > div {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.bga-checks img {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.bga-checks span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.bga-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bga-pills li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--bga-pill);
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.bga-pills__icon {
  position: relative;
  display: block;
  width: 15.484px;
  height: 20px;
  overflow: hidden;
  flex: 0 0 15.484px;
}

.bga-pills__icon img {
  position: absolute;
  left: 0;
  top: 12.9%;
  width: 100%;
  height: 87.1%;
  object-fit: contain;
}

.bga-problem__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  margin-top: 16px;
}

.bga-problem__cta .bga-h2 {
  display: none;
}

@media (min-width: 1024px) {
  .bga-problem {
    padding: calc(64 * var(--bga-u)) 0;
  }

  .bga-problem .bga__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(64 * var(--bga-u));
  }

  .bga-problem__grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: calc(32 * var(--bga-u));
    width: calc(1366 * var(--bga-u));
  }

  .bga-problem__visual {
    order: 0;
    display: block;
    flex: 1 0 0;
    width: auto;
    height: auto;
    min-width: 0;
    border-radius: calc(15 * var(--bga-u));
    overflow: hidden;
  }

  .bga-problem__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(15 * var(--bga-u));
  }

  .bga-problem__copy {
    order: 0;
    width: calc(842 * var(--bga-u));
    flex-shrink: 0;
    gap: calc(32 * var(--bga-u));
  }

  .bga-problem .bga-lead {
    font-size: calc(26 * var(--bga-u));
    line-height: calc(38 * var(--bga-u));
    letter-spacing: calc(-0.26 * var(--bga-u));
  }

  .bga-checks {
    gap: calc(16 * var(--bga-u));
  }

  .bga-checks li,
  .bga-checks > div {
    gap: calc(20 * var(--bga-u));
  }

  .bga-checks img {
    flex-basis: calc(28 * var(--bga-u));
    width: calc(28 * var(--bga-u));
    height: calc(28 * var(--bga-u));
  }

  .bga-checks span {
    font-size: calc(22 * var(--bga-u));
    line-height: calc(28 * var(--bga-u));
    letter-spacing: calc(-0.22 * var(--bga-u));
  }

  .bga-pills li {
    padding: calc(12 * var(--bga-u)) calc(32 * var(--bga-u));
    font-size: calc(22 * var(--bga-u));
    line-height: calc(28 * var(--bga-u));
  }

  .bga-pills__icon {
    width: calc(24 * var(--bga-u));
    height: calc(31 * var(--bga-u));
    flex-basis: calc(24 * var(--bga-u));
  }

  .bga-problem__cta {
    align-items: center;
    gap: calc(32 * var(--bga-u));
    margin-top: 0;
    width: calc(1366 * var(--bga-u));
  }

  .bga-problem__cta .bga-h2 {
    display: block;
  }
}

/* Diagnosis */
.bga-diag {
  background: var(--bga-yellow);
  padding: 24px 0;
}

.bga-diag__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-diag__copy,
.bga-diag__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-diag__box {
  background: var(--bga-gray);
  border: 1px solid var(--bga-border);
  border-radius: 15px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 20px;
}

.bga-diag .bga-lead {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.26px;
}

.bga-diag__visual {
  width: 100%;
  height: auto;
  aspect-ratio: 366 / 547;
  border-radius: 15px;
  overflow: hidden;
}

.bga-diag__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1024px) {
  .bga-diag {
    padding: calc(64 * var(--bga-u)) 0;
  }

  .bga-diag__grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: calc(32 * var(--bga-u));
  }

  .bga-diag__copy {
    width: calc(842 * var(--bga-u));
    flex-shrink: 0;
    gap: calc(32 * var(--bga-u));
  }

  .bga-diag__group {
    gap: calc(24 * var(--bga-u));
  }

  .bga-diag__box {
    padding: calc(32 * var(--bga-u));
    font-size: calc(22 * var(--bga-u));
    line-height: calc(28 * var(--bga-u));
  }

  .bga-diag .bga-lead {
    font-size: calc(26 * var(--bga-u));
    line-height: calc(38 * var(--bga-u));
    letter-spacing: calc(-0.26 * var(--bga-u));
  }

  .bga-diag__visual {
    width: calc(492 * var(--bga-u));
    height: calc(892 * var(--bga-u));
    flex-shrink: 0;
  }

  .bga-diag__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: calc(15 * var(--bga-u));
  }
}

/* Workshops */
.bga-workshops {
  padding: 24px 0;
}

.bga-workshops__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.bga-workshops__title-d {
  display: none;
}

.bga-workshops__ii {
  display: none;
}

.bga-workshops__grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.bga-workshops__grid::-webkit-scrollbar {
  display: none;
}

.bga-workshop {
  flex: 0 0 320px;
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border: 1px solid var(--bga-border);
  border-radius: 15px;
  overflow: hidden;
}

.bga-workshop__cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  aspect-ratio: 320 / 360;
  padding: 25px 13px;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}

.bga-workshop__cover--marketing {
  border: 1px solid var(--bga-yellow);
}

.bga-workshop__cover--sales {
  border: 1px solid var(--bga-blue);
}

.bga-workshop__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.bga-workshop__cover--marketing::after {
  background-image: linear-gradient(90deg, rgba(252, 203, 63, 0.8) 0%, rgba(252, 203, 63, 0) 100%);
}

.bga-workshop__cover--sales::after {
  background-image: linear-gradient(90deg, rgba(3, 125, 255, 0.8) 0%, rgba(3, 125, 255, 0) 100%);
}

.bga-workshop__photo {
  position: absolute;
  inset: auto;
  max-width: none;
  object-fit: cover;
}

.bga-workshop__cover--marketing .bga-workshop__photo {
  width: 212.25%;
  height: 280.89%;
  left: -38.62%;
  top: -33.9%;
}

.bga-workshop__cover--sales .bga-workshop__photo {
  width: 144.83%;
  height: 95.96%;
  left: -9.91%;
  top: 11.05%;
}

.bga-workshop__cover-top,
.bga-workshop__cover-bottom {
  position: relative;
  z-index: 2;
}

.bga-workshop__name {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}

.bga-workshop__kind,
.bga-workshop__lead-label,
.bga-workshop__role {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 20px;
}

.bga-workshop__nr {
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 16px;
}

.bga-workshop__lead {
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 20px;
}

.bga-workshop__body,
.bga-workshop__intro,
.bga-workshop__list {
  display: flex;
  flex-direction: column;
}

.bga-workshop__body {
  padding: 16px 12px 24px;
  gap: 16px;
}

.bga-workshop__intro,
.bga-workshop__list {
  gap: 12px;
}

.bga-workshop__body h3 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.bga-workshop__body p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.bga-workshop__list-title {
  font-weight: 700;
  font-size: 20px !important;
  line-height: normal !important;
}

.bga-workshop__body ul {
  margin: 0 0 12px;
  padding-left: 24px;
}

.bga-workshop__body li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.bga-scope {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-decoration: underline;
  cursor: pointer;
}

.bga-scope img {
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease;
}

.bga-scope.is-open img {
  transform: rotate(180deg);
}

.bga-scope__extra {
  display: none;
  margin-top: 12px !important;
}

.bga-scope.is-open + .bga-scope__extra {
  display: block;
}

.bga-workshops__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.bga-workshops__footer .bga-kicker,
.bga-workshops__footer .bga-text {
  text-align: left;
}

.bga-workshops__footer .bga-kicker {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.26px;
}

@media (min-width: 1024px) {
  .bga-workshops {
    padding: calc(64 * var(--bga-u)) 0;
  }

  .bga-workshops__inner {
    align-items: center;
    gap: calc(64 * var(--bga-u));
  }

  .bga-workshops__title-m {
    display: none;
  }

  .bga-workshops__title-d {
    display: block;
  }

  .bga-workshops__ii {
    display: inline;
  }

  .bga-workshops__grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: calc(32 * var(--bga-u));
    width: calc(1366 * var(--bga-u));
    margin-top: 0;
    overflow: visible;
  }

  .bga-workshop {
    flex: 0 0 calc(667 * var(--bga-u));
    width: calc(667 * var(--bga-u));
    display: flex;
    flex-direction: column;
    gap: calc(32 * var(--bga-u));
  }

  .bga-workshop__cover {
    height: calc(360 * var(--bga-u));
    padding: calc(33 * var(--bga-u));
  }

  .bga-workshop__cover--marketing .bga-workshop__photo {
    width: 126.35%;
    height: 349.66%;
    left: 13.22%;
    top: -61.74%;
  }

  .bga-workshop__cover--sales .bga-workshop__photo {
    width: 89.93%;
    height: 124.6%;
    left: 26.46%;
    top: -11.49%;
  }

  .bga-workshop__name {
    font-size: calc(45 * var(--bga-u));
  }

  .bga-workshop__kind {
    font-size: calc(22 * var(--bga-u));
    line-height: calc(28 * var(--bga-u));
  }

  .bga-workshop__nr {
    font-size: calc(26 * var(--bga-u));
  }

  .bga-workshop__lead {
    font-size: calc(26 * var(--bga-u));
  }

  .bga-workshop__body {
    display: flex;
    flex-direction: column;
    gap: calc(32 * var(--bga-u));
    padding: 0 calc(32 * var(--bga-u)) calc(32 * var(--bga-u));
  }

  .bga-workshop__intro {
    gap: calc(16 * var(--bga-u));
  }

  .bga-workshop__list {
    gap: calc(12 * var(--bga-u));
  }

  .bga-workshop__body ul {
    margin: 0;
  }

  .bga-workshop__body h3,
  .bga-workshop__body p {
    margin: 0;
  }

  .bga-workshop__body h3,
  .bga-workshop__body p,
  .bga-workshop__body li {
    font-size: calc(22 * var(--bga-u));
    line-height: calc(28 * var(--bga-u));
  }

  .bga-workshop__list-title {
    font-size: calc(26 * var(--bga-u)) !important;
  }

  .bga-workshop__body ul {
    padding-left: calc(33 * var(--bga-u));
  }

  .bga-workshops__footer {
    align-items: center;
    gap: calc(16 * var(--bga-u));
    margin-top: 0;
  }

  .bga-workshops__footer .bga-kicker,
  .bga-workshops__footer .bga-text {
    text-align: center;
  }

  .bga-workshops__footer .bga-kicker {
    font-size: calc(26 * var(--bga-u));
    line-height: normal;
    letter-spacing: 0;
  }
}

/* Combine */
.bga-combine-wrap {
  padding: 24px 0;
}

.bga-combine {
  background: var(--bga-gray);
  border: 1px solid var(--bga-blue);
  border-radius: 15px;
  padding: 24px;
  box-shadow:
    0 224px 31.5px rgba(3, 125, 255, 0),
    0 143px 28.5px rgba(3, 125, 255, 0.01),
    0 81px 24px rgba(3, 125, 255, 0.03),
    0 36px 18px rgba(3, 125, 255, 0.04),
    0 9px 10px rgba(3, 125, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

.bga-combine .bga-h2--center,
.bga-combine .bga-lead--center {
  text-align: left;
}

.bga-combine__underline {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.bga-combine__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-combine__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bga-border);
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}

.bga-combine__card--yellow {
  background: var(--bga-yellow);
}

.bga-combine__card--blue {
  background: var(--bga-blue);
  color: #000;
}

.bga-path {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  overflow: visible;
}

.bga-path__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  overflow: visible;
}

.bga-path__item p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.bga-path__icon {
  position: relative;
  width: 53.2px;
  height: 53.2px;
  overflow: visible;
}

.bga-path__icon img {
  display: block;
  width: 53.2px;
  height: 53.2px;
}

.bga-path__icon:not(.bga-path__icon--first) img {
  width: 89.5px;
  max-width: none;
  position: absolute;
  left: -68.42%;
  top: 0;
  height: 53.2px;
}

@media (min-width: 1024px) {
  .bga-combine-wrap {
    padding: 0 0 calc(64 * var(--bga-u));
  }

  .bga-combine {
    padding: calc(64 * var(--bga-u));
    gap: calc(32 * var(--bga-u));
    align-items: center;
  }

  .bga-combine .bga-h2--center,
  .bga-combine .bga-lead--center,
  .bga-combine__underline {
    text-align: center;
  }

  .bga-combine__underline {
    font-size: calc(22 * var(--bga-u));
    line-height: normal;
  }

  .bga-combine__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(32 * var(--bga-u));
    width: 100%;
  }

  .bga-combine__card {
    padding: calc(64 * var(--bga-u)) calc(24 * var(--bga-u));
    font-size: calc(26 * var(--bga-u));
    line-height: normal;
  }

  .bga-path {
    display: flex;
    justify-content: center;
    gap: calc(32 * var(--bga-u));
    width: 100%;
    overflow: visible;
  }

  .bga-path__item {
    width: calc(220 * var(--bga-u));
    gap: calc(24 * var(--bga-u));
  }

  .bga-path__item p {
    font-size: calc(22 * var(--bga-u));
  }

  .bga-path__icon {
    width: calc(106.4 * var(--bga-u));
    height: calc(106.4 * var(--bga-u));
  }

  .bga-path__icon img {
    width: calc(106.4 * var(--bga-u));
    height: calc(106.4 * var(--bga-u));
  }

  .bga-path__icon:not(.bga-path__icon--first) img {
    width: calc(179.2 * var(--bga-u));
    height: calc(106.4 * var(--bga-u));
    left: -68.42%;
  }
}

/* Process */
.bga-process {
  background: var(--bga-gray);
  padding: 24px 0;
}

.bga-process__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.bga-step {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  min-height: 118px;
  background: #fff;
  border: 1px solid var(--bga-border);
  border-radius: 12px;
  padding: 12px;
  box-shadow:
    103px -104px 20.5px rgba(60, 155, 255, 0),
    66px -67px 18.5px rgba(60, 155, 255, 0.01),
    37px -37px 16px rgba(60, 155, 255, 0.05),
    16px -17px 11.5px rgba(60, 155, 255, 0.09),
    4px -4px 6.5px rgba(60, 155, 255, 0.1);
}

.bga-step__bar {
  display: none;
}

.bga-step--done {
  border-color: var(--bga-blue);
}

.bga-step__num {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: var(--bga-yellow);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.64px;
}

.bga-step h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.bga-step p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.bga-step__nums {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.bga-step--done .bga-step__num {
  margin-bottom: -36px;
  z-index: 2;
}

.bga-step__check {
  width: 64px;
  height: 64px;
  background: var(--bga-blue);
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8px;
  flex-shrink: 0;
  z-index: 1;
}

.bga-step__check img {
  display: block;
  width: 16px;
  height: 16px;
}

.bga-deliver {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.bga-deliver article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 112px;
  background: var(--bga-yellow);
  border: 1px solid var(--bga-blue);
  border-radius: 15px;
  padding: 10px 12px;
}

.bga-deliver h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.bga-deliver p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.bga-deliver img {
  flex-shrink: 0;
}

.bga-deliver article:nth-child(1) img {
  width: 45.341px;
  height: 52.5px;
}

.bga-deliver article:nth-child(2) img {
  width: 47.935px;
  height: 52.5px;
}

.bga-deliver article:nth-child(3) img {
  width: 52.5px;
  height: 52.5px;
}

.bga-deliver article:nth-child(4) img {
  width: 51.875px;
  height: 51.876px;
}

.bga-who {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0;
  padding-bottom: 0;
  scrollbar-width: none;
}

.bga-who::-webkit-scrollbar {
  display: none;
}

.bga-who__card {
  position: relative;
  flex: 0 0 130px;
  height: 180px;
  border: 1px solid var(--bga-border);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 34px rgba(0, 5, 79, 0.3);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 8px;
}

.bga-who__photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bga-who__photo img {
  position: absolute;
  max-width: none;
  height: 503.9%;
  width: 1114.61%;
}

.bga-who__photo--1 img {
  left: -296.02%;
  top: -101.54%;
}

.bga-who__photo--2 img {
  left: -575.18%;
  top: -101.53%;
}

.bga-who__photo--3 img {
  left: -160.93%;
  top: -303%;
}

.bga-who__photo--4 img {
  left: -438.86%;
  top: -201.95%;
}

.bga-who__photo--5 img {
  left: -156.91%;
  top: 0.18%;
}

.bga-who__card span {
  position: relative;
  z-index: 1;
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.bga-fit {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bga-fit li {
  background: #fff;
  border: 1px solid var(--bga-border);
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .bga-process {
    padding: calc(64 * var(--bga-u)) 0;
    overflow: visible;
  }

  .bga-process__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: calc(32 * var(--bga-u));
    overflow: visible;
  }

  .bga-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(32 * var(--bga-u));
    margin: 0;
    width: 100%;
    overflow: visible;
  }

  .bga-step {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    min-width: 0;
    height: calc(276 * var(--bga-u));
    min-height: calc(276 * var(--bga-u));
    padding: calc(24 * var(--bga-u));
    overflow: visible;
    z-index: 1;
  }

  .bga-step--done .bga-step__num {
    margin-bottom: 0;
  }

  .bga-step:not(.bga-step--done) .bga-step__bar {
    display: block;
    position: absolute;
    left: calc(24 * var(--bga-u));
    top: calc(24 * var(--bga-u));
    width: calc(424 * var(--bga-u));
    height: calc(64 * var(--bga-u));
    z-index: 0;
    pointer-events: none;
  }

  .bga-step__bar img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .bga-step__num,
  .bga-step__nums,
  .bga-step__copy {
    position: relative;
    z-index: 1;
  }

  .bga-step__nums {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }

  .bga-step__num {
    width: calc(64 * var(--bga-u));
    height: calc(64 * var(--bga-u));
    flex: 0 0 calc(64 * var(--bga-u));
    font-size: calc(40 * var(--bga-u));
    letter-spacing: calc(-0.8 * var(--bga-u));
  }

  .bga-step__check {
    width: calc(64 * var(--bga-u));
    height: calc(64 * var(--bga-u));
    align-items: center;
    padding-bottom: 0;
  }

  .bga-step__check img {
    width: calc(32 * var(--bga-u));
    height: calc(32 * var(--bga-u));
  }

  .bga-step__copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100 * var(--bga-u));
    width: 100%;
  }

  .bga-step h3 {
    font-size: calc(22 * var(--bga-u));
    margin: 0;
  }

  .bga-step p {
    font-size: calc(16 * var(--bga-u));
    line-height: calc(19 * var(--bga-u));
    letter-spacing: calc(-0.16 * var(--bga-u));
  }

  .bga-deliver {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(32 * var(--bga-u));
    margin: 0;
    width: 100%;
  }

  .bga-deliver article {
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    height: calc(153 * var(--bga-u));
    min-height: calc(153 * var(--bga-u));
    padding: calc(10 * var(--bga-u)) calc(64 * var(--bga-u));
  }

  .bga-deliver h3 {
    font-size: calc(24 * var(--bga-u));
  }

  .bga-deliver article:nth-child(1) img {
    width: calc(60.455 * var(--bga-u));
    height: calc(70 * var(--bga-u));
  }

  .bga-deliver article:nth-child(2) img {
    width: calc(63.914 * var(--bga-u));
    height: calc(70 * var(--bga-u));
  }

  .bga-deliver article:nth-child(3) img {
    width: calc(70 * var(--bga-u));
    height: calc(70 * var(--bga-u));
  }

  .bga-deliver article:nth-child(4) img {
    width: calc(69.166 * var(--bga-u));
    height: calc(69.166 * var(--bga-u));
  }

  .bga-who {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    overflow: visible;
    gap: calc(16 * var(--bga-u));
    margin: 0;
    width: 100%;
  }

  .bga-who__card {
    flex: none;
    width: auto;
    min-width: 0;
    height: calc(360 * var(--bga-u));
    padding: calc(64 * var(--bga-u)) 0;
  }

  .bga-who__card span {
    font-size: calc(22 * var(--bga-u));
  }

  .bga-fit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(12 * var(--bga-u));
    width: 100%;
    margin: 0;
  }

  .bga-fit li {
    padding: calc(12 * var(--bga-u)) calc(32 * var(--bga-u));
    font-size: calc(22 * var(--bga-u));
    line-height: calc(27 * var(--bga-u));
  }
}

/* Experts */
.bga-experts {
  position: relative;
  padding: 24px 0;
  overflow: visible;
}

.bga-experts__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bga-experts__bg {
  display: none;
}

.bga-experts__bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.bga-expert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.bga-expert.bga-expert--reverse {
  flex-direction: column-reverse;
}

.bga-expert__photo {
  position: relative;
  flex: 0 0 auto;
  width: min(320px, 100%);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 1000px;
  background: var(--bga-gray);
}

.bga-expert__photo-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background: var(--bga-gray);
}

.bga-expert__photo--dariusz {
  border: 1px solid var(--bga-yellow);
  box-shadow:
    0 304px 85px rgba(252, 203, 63, 0.01),
    0 195px 78px rgba(252, 203, 63, 0.09),
    0 109px 66px rgba(252, 203, 63, 0.3),
    0 49px 49px rgba(252, 203, 63, 0.51),
    0 12px 27px rgba(252, 203, 63, 0.59);
}

.bga-expert__photo--piotr {
  border: 1px solid var(--bga-blue);
  box-shadow:
    0 304px 85px rgba(3, 125, 255, 0.01),
    0 195px 78px rgba(3, 125, 255, 0.06),
    0 109px 66px rgba(3, 125, 255, 0.2),
    0 49px 49px rgba(3, 125, 255, 0.34),
    0 12px 27px rgba(3, 125, 255, 0.39);
}

.bga-expert__img {
  display: block;
  position: absolute;
  max-width: none;
}

.bga-expert__img--d {
  display: none;
}

.bga-expert__photo--dariusz .bga-expert__img--m {
  width: 212.26%;
  height: 317.88%;
  left: -70.66%;
  top: -44.21%;
  object-fit: cover;
}

.bga-expert__photo--piotr .bga-expert__img--m {
  width: 133.33%;
  height: 100%;
  left: -28.58%;
  top: 0;
  object-fit: cover;
}

.bga-expert__copy.bga-expert__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #000;
}

.bga-expert__copy h2 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}

.bga-expert__role {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}

.bga-expert__bio {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bga-expert__bio p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .bga-hero__visual {
    aspect-ratio: 667 / 429;
  }

  .bga-problem__visual,
  .bga-diag__visual {
    max-width: 560px;
    margin-inline: auto;
  }

  .bga-workshops__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .bga-workshop {
    flex: none;
    width: auto;
  }

  .bga-who__card {
    flex-basis: 168px;
    height: 232px;
  }

  .bga-expert__photo {
    width: min(68vw, 440px);
  }

  .bga-form__art {
    max-width: 480px;
  }
}

@media (min-width: 1024px) {
  .bga-experts {
    padding: calc(64 * var(--bga-u)) 0;
    overflow: visible;
  }

  .bga-experts__inner {
    align-items: center;
    gap: calc(32 * var(--bga-u));
    width: calc(1366 * var(--bga-u));
    max-width: 100%;
  }

  .bga-experts__bg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(1080 * var(--bga-u));
    height: calc(1080 * var(--bga-u));
    transform: translate(-50%, -50%);
    opacity: 0.4;
    pointer-events: none;
  }

  .bga-expert,
  .bga-expert.bga-expert--reverse {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0;
  }

  .bga-expert__photo {
    flex: none;
    width: calc(492 * var(--bga-u));
    max-width: none;
    height: calc(540 * var(--bga-u));
    aspect-ratio: 492 / 540;
    overflow: hidden;
    background: var(--bga-gray);
    border-radius: calc(15 * var(--bga-u));
  }

  .bga-expert__photo-clip {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    background: var(--bga-gray);
  }

  .bga-expert__img--m {
    display: none;
  }

  .bga-expert__img--d {
    display: block;
    position: absolute;
    inset: auto;
    max-width: none;
    object-fit: fill;
  }

  .bga-expert__photo--dariusz .bga-expert__img--d {
    width: 258.13%;
    height: 352.22%;
    left: -95.67%;
    top: -55.81%;
  }

  .bga-expert__photo--piotr .bga-expert__img--d {
    width: 176.02%;
    height: 120.28%;
    left: -52.85%;
    top: -20.19%;
  }

  .bga-expert__photo--dariusz {
    box-shadow:
      calc(269 * var(--bga-u)) 0 calc(75 * var(--bga-u)) rgba(252, 203, 63, 0),
      calc(172 * var(--bga-u)) 0 calc(69 * var(--bga-u)) rgba(252, 203, 63, 0.03),
      calc(97 * var(--bga-u)) 0 calc(58 * var(--bga-u)) rgba(252, 203, 63, 0.1),
      calc(43 * var(--bga-u)) 0 calc(43 * var(--bga-u)) rgba(252, 203, 63, 0.17),
      calc(11 * var(--bga-u)) 0 calc(24 * var(--bga-u)) rgba(252, 203, 63, 0.2);
  }

  .bga-expert__photo--piotr {
    box-shadow:
      calc(-271 * var(--bga-u)) 0 calc(76 * var(--bga-u)) rgba(3, 125, 255, 0),
      calc(-174 * var(--bga-u)) 0 calc(69 * var(--bga-u)) rgba(3, 125, 255, 0.03),
      calc(-98 * var(--bga-u)) 0 calc(59 * var(--bga-u)) rgba(3, 125, 255, 0.1),
      calc(-43 * var(--bga-u)) 0 calc(43 * var(--bga-u)) rgba(3, 125, 255, 0.17),
      calc(-11 * var(--bga-u)) 0 calc(24 * var(--bga-u)) rgba(3, 125, 255, 0.2);
  }

  .bga-expert__copy,
  .bga-expert__copy.bga-expert__copy {
    width: calc(667 * var(--bga-u));
    flex: none;
    gap: calc(32 * var(--bga-u));
  }

  .bga-expert__copy h2 {
    font-size: calc(45 * var(--bga-u));
    line-height: normal;
    letter-spacing: 0;
  }

  .bga-expert__role {
    font-size: calc(26 * var(--bga-u));
    line-height: calc(38 * var(--bga-u));
    letter-spacing: calc(-0.26 * var(--bga-u));
  }

  .bga-expert__bio {
    gap: calc(28 * var(--bga-u));
  }

  .bga-expert__bio p {
    font-size: calc(22 * var(--bga-u));
    line-height: calc(28 * var(--bga-u));
    letter-spacing: calc(-0.22 * var(--bga-u));
  }
}

/* FAQ */
.bga-faq {
  padding: 24px 0;
}

.bga-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.bga-faq__title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}

.bga-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.bga-faq__item {
  border-bottom: 1px solid #000;
}

.bga-faq__q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: 0;
  padding: 9px 0 18px;
  text-align: left;
  cursor: pointer;
  color: #000;
}

.bga-faq__nr {
  flex: 0 0 auto;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

.bga-faq__text {
  flex: 1;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}

.bga-faq__chevron {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bga-faq__chevron img {
  display: block;
  width: 10.667px;
  height: 6px;
  max-width: none;
  transition: transform 0.25s ease;
}

.bga-faq__item.is-open .bga-faq__chevron img {
  transform: rotate(180deg);
}

.bga-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  transition: grid-template-rows 0.35s ease;
}

.bga-faq__a p {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding: 0 46px 0 0;
  transition: padding-bottom 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bga-faq__a,
  .bga-faq__a p,
  .bga-faq__chevron img {
    transition: none;
  }
}

.bga-faq__item.is-open .bga-faq__a {
  grid-template-rows: 1fr;
}

.bga-faq__item.is-open .bga-faq__a p {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .bga-faq {
    padding: calc(64 * var(--bga-u)) 0;
  }

  .bga-faq__inner {
    align-items: center;
    gap: calc(25 * var(--bga-u));
  }

  .bga-faq__title {
    font-size: calc(33 * var(--bga-u));
    text-align: center;
  }

  .bga-faq__list {
    gap: calc(25 * var(--bga-u));
    width: calc(1366 * var(--bga-u));
  }

  .bga-faq__q {
    align-items: center;
    gap: calc(16 * var(--bga-u));
    padding: 0 0 calc(26 * var(--bga-u));
  }

  .bga-faq__nr,
  .bga-faq__text {
    font-size: calc(16 * var(--bga-u));
    line-height: normal;
  }

  .bga-faq__chevron {
    flex-basis: calc(30 * var(--bga-u));
    width: calc(30 * var(--bga-u));
    height: calc(30 * var(--bga-u));
  }

  .bga-faq__chevron img {
    width: calc(16 * var(--bga-u));
    height: calc(9 * var(--bga-u));
  }

  .bga-faq__a {
    font-size: calc(16 * var(--bga-u));
    line-height: calc(22 * var(--bga-u));
  }

  .bga-faq__a p {
    padding-right: calc(46 * var(--bga-u));
  }

  .bga-faq__item.is-open .bga-faq__a p {
    padding-bottom: calc(20 * var(--bga-u));
  }
}

/* Form */
.bga-form {
  background: var(--bga-yellow);
  padding: 24px 0;
}

.bga-form__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-form__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bga-form__art {
  width: 100%;
  max-width: 366px;
  margin: 0 auto;
}

.bga-form__art img {
  display: block;
  width: 100%;
  height: auto;
}

.bga-form__card {
  background: #fff;
  border-radius: 15px;
  padding: 19px;
  box-shadow: 0 4px 17px rgba(0, 5, 79, 0.3);
}

.bga-form .gform_wrapper,
.bga-form .gform_wrapper form,
.bga-form .gform_body,
.bga-form .gform_ajax_spinner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.bga-form .gform_heading {
  display: none;
}

.bga-form .gform_fields {
  row-gap: 14px;
  column-gap: 24px;
  margin: 0;
  padding: 0;
}

.bga-form .gfield {
  margin: 0;
  padding: 0;
}

.bga-form .gfield_label,
.bga-form .gform-field-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #000;
}

.bga-form .gfield_required_text {
  display: none;
}

.bga-form .gfield_required::before {
  content: "*";
  color: var(--bga-red);
  font-weight: 700;
}

.bga-form .gfield_required_asterisk {
  color: var(--bga-red);
  font-weight: 700;
}

.bga-form .gfield_validation_message,
.bga-form .validation_message {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--bga-red);
}

.bga-form .ginput_container {
  margin: 0;
}

.bga-form .gfield input[type="text"],
.bga-form .gfield input[type="email"],
.bga-form .gfield input[type="tel"],
.bga-form .gfield select,
.bga-form .gfield textarea {
  width: 100%;
  max-width: none;
  background: #fff;
  border: 1px solid #dedee2;
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  padding: 9px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #000;
}

.bga-form .gfield input::placeholder,
.bga-form .gfield textarea::placeholder {
  color: #999;
}

.bga-form .gfield select {
  appearance: none;
  background-image: url("../images/bga/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 24px 24px;
  padding-right: 36px;
  color: #999;
}

.bga-form .gfield select:valid,
.bga-form .gfield select:has(option:checked:not([value=""])) {
  color: #000;
}

.bga-form .gform_wrapper .gfield textarea {
  height: 40px;
  min-height: 40px;
  resize: vertical;
}

.bga-form .gform_footer,
.bga-form .gform_page_footer {
  margin: 14px 0 0;
  padding: 0;
}

.bga-form .gform_wrapper .gform_button,
.bga-form .gform_wrapper input[type="submit"],
.bga-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button {
  appearance: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  min-height: 0;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  background: var(--bga-red);
  background-color: var(--bga-red);
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  box-shadow: none;
}

.bga-form .gform_validation_errors,
.bga-form .gform_confirmation_message {
  margin: 0 0 14px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
}

.bga-form .gform_confirmation_message {
  background: var(--bga-gray);
}

.bga-form__legal {
  margin: -20px 0 0;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}

.bga-form__legal a {
  color: var(--bga-blue);
}

@media (min-width: 1024px) {
  .bga-form {
    padding: calc(64 * var(--bga-u)) 0;
  }

  .bga-form__grid {
    display: grid;
    grid-template-columns: calc(667 * var(--bga-u)) calc(667 * var(--bga-u));
    grid-template-areas:
      "copy card"
      "art card";
    justify-content: space-between;
    gap: calc(32 * var(--bga-u));
    align-items: start;
  }

  .bga-form__copy {
    grid-area: copy;
  }

  .bga-form__card {
    grid-area: card;
  }

  .bga-form__art {
    grid-area: art;
  }

  .bga-form__copy .bga-h2 {
    max-width: calc(459 * var(--bga-u));
    font-size: calc(45 * var(--bga-u));
    line-height: calc(54 * var(--bga-u));
  }

  .bga-form__card {
    width: calc(667 * var(--bga-u));
    padding: calc(64 * var(--bga-u));
    border-radius: calc(15 * var(--bga-u));
  }

  .bga-form .gform_fields {
    gap: calc(24 * var(--bga-u));
  }

  .bga-form .gfield_label,
  .bga-form .gform-field-label {
    margin-bottom: calc(12 * var(--bga-u));
    font-size: calc(14 * var(--bga-u));
  }

  .bga-form .gfield input[type="text"],
  .bga-form .gfield input[type="email"],
  .bga-form .gfield input[type="tel"],
  .bga-form .gfield select,
  .bga-form .gfield textarea {
    font-size: calc(12 * var(--bga-u));
    line-height: calc(24 * var(--bga-u));
    padding: calc(9 * var(--bga-u));
  }

  .bga-form .gfield select {
    background-size: calc(24 * var(--bga-u));
    background-position: right calc(9 * var(--bga-u)) center;
    padding-right: calc(36 * var(--bga-u));
  }

  .bga-form .gform_wrapper .gfield textarea {
    height: calc(40 * var(--bga-u));
    min-height: calc(40 * var(--bga-u));
  }

  .bga-form .wp-block-button__link {
    padding: calc(20 * var(--bga-u)) calc(88 * var(--bga-u));
    border-radius: calc(10 * var(--bga-u));
    font-size: calc(26 * var(--bga-u));
    line-height: normal;
  }

  .bga-form__legal {
    margin-top: calc(24 * var(--bga-u));
    font-size: calc(16 * var(--bga-u));
  }

  .bga-form__art {
    max-width: calc(511 * var(--bga-u));
    margin: 0;
  }

  .bga-form .gform_footer {
    margin-top: calc(24 * var(--bga-u));
  }

  .bga-form .gform_wrapper .gform_button,
  .bga-form .gform_wrapper input[type="submit"],
  .bga-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button {
    width: auto;
    padding: calc(14 * var(--bga-u)) calc(40 * var(--bga-u));
    font-size: calc(18 * var(--bga-u));
    border-radius: calc(8 * var(--bga-u));
  }
}
