/* Start custom CSS for section, class: .elementor-element-bdb4a25 */.hero{
      min-height:100vh;
      display:flex;
      align-items:center;
      position:relative;
      overflow:hidden;
      padding-top:86px;
      background:
        radial-gradient(circle at 82% 18%, rgba(215,20,26,.09), transparent 32%),
        linear-gradient(135deg, #f6f6f6 0%, #ffffff 45%, #f3f3f3 100%);
    }

    .hero::before{
      content:"";
      position:absolute;
      width:620px;
      height:620px;
      border-radius:50%;
      background:#d7141a;
      right:-260px;
      top:-240px;
      opacity:.07;
    }

    .hero::after{
      content:"";
      position:absolute;
      width:420px;
      height:420px;
      border-radius:50%;
      border:1px solid rgba(215,20,26,.10);
      left:-180px;
      bottom:-180px;
    }

    .hero-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:60px;
      align-items:center;
      position:relative;
      z-index:2;
    }

    .hero-content{
      max-width:720px;
    }

    .hero-tag{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:10px 18px;
      border-radius:100px;
      background:rgba(215,20,26,.08);
      color:#d7141a;
      font-size:13px;
      font-weight:800;
      margin-bottom:26px;
      border:1px solid rgba(215,20,26,.12);
      text-transform:uppercase;
      letter-spacing:1px;
    }/* End custom CSS */