.elementor-6440 .elementor-element.elementor-element-1e84814{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6440 .elementor-element.elementor-element-d2f07b3{text-align:center;}/* Start custom CSS for html, class: .elementor-element-09b4c9f */.bp-about,
  .bp-about * {
    box-sizing: border-box;
  }

  .bp-about {
    --bpa-red: #e51d3e;
    --bpa-red-dark: #b7102d;
    --bpa-gold: #f4ad2b;
    --bpa-ink: #202631;
    --bpa-text: #4f5765;
    --bpa-muted: #747b88;
    --bpa-line: #e7e9ee;
    --bpa-soft: #f7f8fa;
    --bpa-dark: #171c26;
    width: 100%;
    overflow: hidden;
    color: var(--bpa-text);
    background: #fff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.68;
  }

  .bp-about a {
    color: inherit;
    text-decoration: none;
  }

  .bp-about a:focus-visible {
    outline: 3px solid rgba(229, 29, 62, 0.26);
    outline-offset: 3px;
  }

  .bp-about__container {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
  }

  .bp-about__hero {
    position: relative;
    color: #fff;
    background:
      radial-gradient(circle at 88% 18%, rgba(244, 173, 43, 0.24), transparent 25%),
      radial-gradient(circle at 8% 90%, rgba(229, 29, 62, 0.22), transparent 30%),
      linear-gradient(135deg, #141923 0%, #292130 55%, #7b1429 100%);
  }

  .bp-about__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
  }

  .bp-about__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 54px;
    align-items: center;
    padding: 78px 0 68px;
  }

  .bp-about__eyebrow,
  .bp-about__kicker {
    margin: 0 0 13px;
    color: var(--bpa-red-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .11em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .bp-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
  }

  .bp-about__eyebrow span {
    display: inline-grid;
    width: 19px;
    height: 19px;
    place-items: center;
    color: var(--bpa-red-dark);
    background: #fff;
    border-radius: 50%;
    font-size: 10px;
  }

  .bp-about__hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 880;
    letter-spacing: -.045em;
    line-height: 1.03;
  }

  .bp-about__lead {
    max-width: 800px;
    margin: 24px 0 0;
    color: #fff;
    font-size: clamp(18px, 2.2vw, 23px);
    font-weight: 650;
    line-height: 1.48;
  }

  .bp-about__summary {
    max-width: 790px;
    margin: 16px 0 0;
    color: rgba(255,255,255,.78);
  }

  .bp-about__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .bp-about__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 17px;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, background-color .2s ease;
  }

  .bp-about__button:hover {
    background: rgba(255,255,255,.1);
    transform: translateY(-1px);
  }

  .bp-about__button--primary {
    color: var(--bpa-red-dark) !important;
    background: #fff;
    border-color: #fff;
  }

  .bp-about__identity {
    padding: 27px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.19);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(0,0,0,.2);
    backdrop-filter: blur(12px);
  }

  .bp-about__identity-mark {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    color: var(--bpa-red-dark);
    background: #fff;
    border: 5px solid rgba(255,255,255,.28);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #fff;
    font-size: 20px;
    font-weight: 900;
  }

  .bp-about__identity-label {
    margin: 18px 0 10px;
    color: rgba(255,255,255,.67);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .bp-about__identity-list {
    margin: 0;
  }

  .bp-about__identity-list div {
    display: grid;
    grid-template-columns: minmax(100px, .85fr) minmax(0, 1.15fr);
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.13);
  }

  .bp-about__identity-list dt {
    color: rgba(255,255,255,.58);
    font-size: 12px;
  }

  .bp-about__identity-list dd {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
  }

  .bp-about__jump {
    position: sticky;
    z-index: 4;
    top: 0;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--bpa-line);
    box-shadow: 0 6px 20px rgba(24,30,42,.04);
    backdrop-filter: blur(10px);
  }

  .bp-about__jump-inner {
    display: flex;
    gap: 7px;
    padding: 10px 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .bp-about__jump-inner::-webkit-scrollbar {
    display: none;
  }

  .bp-about__jump a {
    flex: 0 0 auto;
    padding: 8px 11px;
    color: #555d69;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 750;
  }

  .bp-about__jump a:hover {
    color: var(--bpa-red-dark);
    background: #fff1f4;
  }

  .bp-about__section {
    padding: 72px 0;
    scroll-margin-top: 70px;
  }

  .bp-about__section--soft {
    background: var(--bpa-soft);
    border-top: 1px solid var(--bpa-line);
    border-bottom: 1px solid var(--bpa-line);
  }

  .bp-about__section--dark {
    color: rgba(255,255,255,.75);
    background:
      radial-gradient(circle at 90% 10%, rgba(229,29,62,.18), transparent 28%),
      var(--bpa-dark);
  }

  .bp-about__split {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
    gap: 70px;
    align-items: start;
  }

  .bp-about__section-heading h2 {
    margin: 0;
    color: var(--bpa-ink);
    font-size: clamp(29px, 3.6vw, 43px);
    font-weight: 860;
    letter-spacing: -.035em;
    line-height: 1.12;
  }

  .bp-about__section-heading > p:last-child {
    max-width: 720px;
    margin: 14px 0 0;
  }

  .bp-about__section-heading--center {
    max-width: 800px;
    margin: 0 auto 32px;
    text-align: center;
  }

  .bp-about__section-heading--light h2 {
    color: #fff;
  }

  .bp-about__section-heading--light > p:last-child {
    color: rgba(255,255,255,.7);
  }

  .bp-about__prose p {
    margin: 0;
  }

  .bp-about__prose p + p {
    margin-top: 18px;
  }

  .bp-about__relationship {
    display: grid;
    grid-template-columns: minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr);
    gap: 12px;
    align-items: center;
  }

  .bp-about__relationship-card,
  .bp-about__card,
  .bp-about__contact-card {
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--bpa-line);
    border-radius: 17px;
    box-shadow: 0 10px 28px rgba(25,31,42,.04);
  }

  .bp-about__relationship-badge {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--bpa-red), var(--bpa-red-dark));
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
  }

  .bp-about__relationship-card h3,
  .bp-about__card h3,
  .bp-about__contact-card h3,
  .bp-about__audience h3,
  .bp-about__responsible h3,
  .bp-about__team-note h3 {
    margin: 14px 0 0;
    color: var(--bpa-ink);
    font-size: 18px;
    font-weight: 820;
    line-height: 1.3;
  }

  .bp-about__relationship-card p,
  .bp-about__card p,
  .bp-about__contact-card p,
  .bp-about__audience p,
  .bp-about__responsible p,
  .bp-about__team-note p {
    margin: 8px 0 0;
  }

  .bp-about__relationship-arrow {
    color: var(--bpa-red);
    text-align: center;
    font-size: 24px;
    font-weight: 900;
  }

  .bp-about__source-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 17px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid var(--bpa-line);
    border-left: 4px solid var(--bpa-red);
    border-radius: 13px;
  }

  .bp-about__source-callout strong {
    color: var(--bpa-ink);
  }

  .bp-about__source-callout p {
    margin: 3px 0 0;
    font-size: 13px;
  }

  .bp-about__source-callout a,
  .bp-about__contact-card a {
    flex: 0 0 auto;
    color: var(--bpa-red-dark);
    font-size: 13px;
    font-weight: 820;
  }

  .bp-about__card-grid,
  .bp-about__contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 15px;
  }

  .bp-about__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--bpa-red);
    background: #fff2f5;
    border: 1px solid #f2d1d8;
    border-radius: 14px;
  }

  .bp-about__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .bp-about__audience,
  .bp-about__responsible {
    display: grid;
    grid-template-columns: 62px minmax(0,1fr);
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    padding: 23px;
    background: #fff8f0;
    border: 1px solid #f1dfc7;
    border-radius: 17px;
  }

  .bp-about__audience-age,
  .bp-about__responsible-age {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    color: #fff;
    background: var(--bpa-red);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--bpa-red);
    font-weight: 900;
  }

  .bp-about__audience h3,
  .bp-about__responsible h3 {
    margin-top: 0;
  }

  .bp-about__process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
  }

  .bp-about__process li {
    padding: 22px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
  }

  .bp-about__process li > span {
    color: var(--bpa-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .bp-about__process h3 {
    margin: 13px 0 0;
    color: #fff;
    font-size: 17px;
  }

  .bp-about__process p {
    margin: 8px 0 0;
    font-size: 13px;
  }

  .bp-about__team-note {
    margin-top: 17px;
    padding: 23px;
    background: rgba(229,29,62,.12);
    border: 1px solid rgba(229,29,62,.28);
    border-radius: 16px;
  }

  .bp-about__team-note h3 {
    margin-top: 0;
    color: #fff;
  }

  .bp-about__split--sources {
    align-items: center;
  }

  .bp-about__source-list {
    display: grid;
    gap: 10px;
  }

  .bp-about__source-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--bpa-line);
    border-radius: 12px;
    transition: border-color .2s ease, transform .2s ease;
  }

  .bp-about__source-list a:hover {
    border-color: #e6a8b5;
    transform: translateX(2px);
  }

  .bp-about__source-list strong,
  .bp-about__source-list small {
    display: block;
  }

  .bp-about__source-list strong {
    color: var(--bpa-ink);
    font-size: 14px;
  }

  .bp-about__source-list small {
    margin-top: 2px;
    color: var(--bpa-muted);
    font-size: 12px;
  }

  .bp-about__source-list a > span:last-child {
    color: var(--bpa-red);
    font-weight: 900;
  }

  .bp-about__contact-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .bp-about__contact-label {
    margin: 0 !important;
    color: var(--bpa-red-dark);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .bp-about__contact-card h3 {
    margin-top: 8px;
  }

  .bp-about__contact-card a {
    display: inline-flex;
    gap: 6px;
    margin-top: 15px;
  }

  .bp-about__responsible {
    grid-template-columns: 62px minmax(0,1fr) auto;
    background: #fff;
    border-color: var(--bpa-line);
  }

  .bp-about__responsible a {
    color: var(--bpa-red-dark);
    font-size: 13px;
    font-weight: 820;
  }

  .bp-about__page-meta {
    color: #8a909b;
    background: #f3f4f6;
    border-top: 1px solid var(--bpa-line);
    font-size: 12px;
  }

  .bp-about__page-meta .bp-about__container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
  }

  .bp-about__page-meta p {
    margin: 0;
  }

  .bp-about__page-meta p:last-child {
    max-width: 680px;
    text-align: right;
  }

  @media (max-width: 980px) {
    .bp-about__hero-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .bp-about__identity {
      max-width: 620px;
    }

    .bp-about__relationship {
      grid-template-columns: 1fr;
    }

    .bp-about__relationship-arrow {
      transform: rotate(90deg);
    }

    .bp-about__card-grid,
    .bp-about__process {
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
  }

  @media (max-width: 760px) {
    .bp-about__section {
      padding: 52px 0;
    }

    .bp-about__split {
      grid-template-columns: 1fr;
      gap: 25px;
    }

    .bp-about__contact-grid {
      grid-template-columns: 1fr;
    }

    .bp-about__responsible {
      grid-template-columns: 55px minmax(0,1fr);
    }

    .bp-about__responsible a {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 560px) {
    .bp-about__container {
      width: min(100% - 24px, 1160px);
    }

    .bp-about__hero-grid {
      padding: 54px 0 46px;
    }

    .bp-about__hero h1 {
      font-size: 39px;
    }

    .bp-about__lead {
      font-size: 18px;
    }

    .bp-about__hero-actions,
    .bp-about__button {
      width: 100%;
    }

    .bp-about__identity {
      padding: 21px;
    }

    .bp-about__identity-list div {
      grid-template-columns: 1fr;
      gap: 3px;
    }

    .bp-about__section-heading--center {
      text-align: left;
    }

    .bp-about__card-grid,
    .bp-about__process {
      grid-template-columns: 1fr;
    }

    .bp-about__source-callout,
    .bp-about__page-meta .bp-about__container {
      align-items: flex-start;
      flex-direction: column;
    }

    .bp-about__source-callout {
      display: flex;
    }

    .bp-about__audience,
    .bp-about__responsible {
      grid-template-columns: 48px minmax(0,1fr);
      gap: 14px;
      padding: 18px;
    }

    .bp-about__audience-age,
    .bp-about__responsible-age {
      width: 46px;
      height: 46px;
      font-size: 13px;
    }

    .bp-about__page-meta p:last-child {
      text-align: left;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .bp-about__button,
    .bp-about__source-list a {
      transition: none;
    }
  }/* End custom CSS */