    .sam-stock-basket-pge-hero{
      /* min-height:100vh;
      height:100%; */
      padding:150px 0 70px 0;
      background:
        radial-gradient(600px 500px at 50% 10%, rgba(46,102,255,.35), transparent 60%),
        linear-gradient(180deg,#050A23 0%,#18358D 55%,#6885cd 100%);
      position:relative;
      isolation:isolate;
      overflow:visible;
      color:#fff;
    }

    .sam-stock-basket-pge-hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 18% 28%,rgba(255,255,255,.10),transparent 24%),
        radial-gradient(circle at 82% 18%,rgba(93,255,213,.12),transparent 26%);
      pointer-events:none;
      z-index:-1;
    }

    .sam-stock-basket-pge-container{
      width:min(1340px,calc(100% - 32px));
      margin:0 auto;
    }

    .sam-stock-basket-pge-breadcrumb{
      font-size:14px;
      margin-bottom:14px;
    }

    .sam-stock-basket-pge-breadcrumb-list{
      display:flex;
      gap:8px;
      align-items:center;
      flex-wrap:wrap;
      list-style:none;
      margin:0;
      padding:0;
    }

    .sam-stock-basket-pge-breadcrumb-item a{
      color:rgba(255,255,255,.82);
      text-decoration:none;
      transition:.25s ease;
    }

    .sam-stock-basket-pge-breadcrumb-item a:hover{
      color:#fff;
    }

    .sam-stock-basket-pge-breadcrumb-sep{
      color:rgba(255,255,255,.45);
    }

    .sam-stock-basket-pge-content{
      max-width:100%;
      text-align:left;
    }

    .sam-stock-basket-pge-title-wrap{
      display:flex;
      align-items:center;
      justify-content:flex-start;
      gap:16px;
      flex-wrap:wrap;
      margin-bottom:14px;
    }

    .sam-stock-basket-pge-title{
      margin:0;
      font-size:40px;
      line-height:1.15;
      font-weight:600;
      color:#fff;
    }

    .sam-stock-basket-pge-stock-capsule{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 16px;
      border-radius:999px;
      background:rgba(255,255,255,.13);
      border:1px solid rgba(255,255,255,.24);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 24px rgba(0,0,0,.15);
      backdrop-filter:blur(14px);
      white-space:nowrap;
    }

    .sam-stock-basket-pge-stock-dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:#3BFF9A;
      box-shadow:0 0 16px rgba(59,255,154,.9);
    }

    .sam-stock-basket-pge-stock-capsule span{
      font-size:14px;
      font-weight:700;
      color:#fff;
    }

    .sam-stock-basket-pge-desc{
      margin:0 0 26px;
      font-size:18px;
      line-height:1.6;
      color:rgba(255,255,255,.80);
      text-align:left;
    }

    .sam-stock-basket-pge-summary-head{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:18px;
      padding:9px 15px;
      border-radius:999px;
      background:rgba(255,255,255,.11);
      border:1px solid rgba(255,255,255,.18);
      color:rgba(255,255,255,.78);
      font-size:13px;
      font-weight:500;
      letter-spacing:.2px;
      backdrop-filter:blur(12px);
    }

    .sam-stock-basket-pge-summary-head strong{
      color:#fff;
      font-weight:800;
    }

    .sam-stock-basket-pge-stats-box{
      width:100%;
      border-radius:26px;
      padding:24px 26px;
      background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.07));
      border:1px solid rgba(255,255,255,.24);
      box-shadow:0 24px 70px rgba(0,0,0,.24);
      backdrop-filter:blur(18px);
      overflow:hidden;
    }

    .sam-stock-basket-pge-stats-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      width:100%;
    }

    .sam-stock-basket-pge-stat-item{
      flex:1;
      min-width:0;
    }

    .sam-stock-basket-pge-stat-label{
      margin:0 0 8px;
      font-size:14px;
      line-height:1.3;
      color:rgba(255,255,255,.82);
      font-weight:500;
      white-space:break-spaces;
    }

    .sam-stock-basket-pge-stat-value{
      font-size:28px;
      line-height:1;
      font-weight:800;
      color:#fff;
      letter-spacing:-.6px;
      white-space:nowrap;
    }

    .sam-stock-basket-pge-stat-value-green{
      color:#42F59A;
    }

    .sam-stock-basket-pge-stat-value-red{
      color:#FF6B6B;
    }

    .sam-stock-basket-pge-stat-pipe{
      width:1px;
      height:46px;
      flex:0 0 1px;
      background:linear-gradient(180deg,transparent,rgba(255,255,255,.28),transparent);
    }

    @media(max-width:1100px){
      .sam-stock-basket-pge-stats-box{
        overflow-x:auto;
      }

      .sam-stock-basket-pge-stats-row{
        min-width:980px;
      }
    }

    @media(max-width:767px){
      .sam-stock-basket-pge-hero{
        padding:96px 0 36px;
      }

      .sam-stock-basket-pge-breadcrumb{
        margin-bottom:32px;
      }

      .sam-stock-basket-pge-breadcrumb-list{
        justify-content:center;
      }

      .sam-stock-basket-pge-title-wrap{
        justify-content:center;
        text-align:center;
      }

      .sam-stock-basket-pge-title{
        width:100%;
        font-size:28px;
        line-height:1.12;
        text-align:center;
      }

      .sam-stock-basket-pge-stock-capsule{
        margin:0 auto;
      }

      .sam-stock-basket-pge-desc{
        text-align:center;
        margin:0 auto 30px;
        font-size:18px;
      }

      .sam-stock-basket-pge-summary-head{
        display:flex;
        width:max-content;
        max-width:100%;
        margin:0 auto 18px;
        text-align:center;
      }

      .sam-stock-basket-pge-stats-box{
            padding:18px;
        }

        .sam-stock-basket-pge-stats-row{
            min-width:0;
            display:grid;
            grid-template-columns:repeat(2,minmax(0,1fr));
            gap:0px;
        }

        .sam-stock-basket-pge-stat-pipe{
            display:none;
        }

        .sam-stock-basket-pge-stat-item{
            text-align:center;
        }

        .sam-stock-basket-pge-stat-item{
            padding:16px 12px;
            text-align:center;
        }

        .sam-stock-basket-pge-stat-item:nth-child(4n+1),
        .sam-stock-basket-pge-stat-item:nth-child(4n+5),
        .sam-stock-basket-pge-stat-item:nth-child(4n+9),
        .sam-stock-basket-pge-stat-item:nth-child(4n+13){
            border-right:1px solid rgb(255 255 255 / 6%);
        }

        .sam-stock-basket-pge-stat-item{
            border-bottom:1px solid rgba(255 255 255 / 6%);
        }

        .sam-stock-basket-pge-stat-item-full{
            grid-column:1 / -1;
            border-right:none !important;
        }


        .sam-stock-basket-pge-stat-item:nth-last-child(2),
        .sam-stock-basket-pge-stat-item:last-child{
            border-bottom:none;
        }

        .sam-stock-basket-pge-stat-item-full{
            border-bottom:none !important;
        }


        .sam-stock-basket-pge-stat-label{
            font-size:14px;
            line-height:1.3;
            margin-bottom:6px;
            white-space:normal;
        }

        .sam-stock-basket-pge-stat-value{
            font-size:22px;
            line-height:1;
            letter-spacing:0;
        }

        .sam-stock-basket-pge-stat-pipe{
            display:none;
        }

        .sam-stock-basket-pge-stat-item-full{
            grid-column:1 / -1;
        }
    }

    @media(max-width:420px){
      .sam-stock-basket-pge-title{
        font-size:34px;
      }

      .sam-stock-basket-pge-stat-value{
        font-size:26px;
      }

      .sam-stock-basket-pge-summary-head{
        font-size:12px;
        padding:8px 12px;
      }
    }

/* Minimum investment amount */
  .sam-stock-basket-pge-invest-section-bg{
    background-color: #6984cb;
  }

  .sam-stock-basket-pge-invest-section{
    width:100%;
    border-radius:50px 50px 0 0;
    background:#f3f8ff;
    position:relative;
    padding:48px 0;
    margin-top:-1px;
    font-family:'Product Sans',sans-serif;
  }

  .sam-stock-basket-pge-container{
    width:min(1340px,calc(100% - 32px));
    margin:0 auto;
  }

  .sam-stock-basket-pge-invest-card{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:20px 30px;
    border-radius:28px;
    background:#fff;
    border:1px solid #DCE8FA;
    box-shadow:0px 8px 45px rgba(14, 27, 63, .08);
    position:relative;
    overflow:hidden;
  }

  .sam-stock-basket-pge-invest-card::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    left:-100px;
    top:-110px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(18,115,234,.14),transparent 68%);
    pointer-events:none;
  }

  .sam-stock-basket-pge-invest-left{
    display:flex;
    align-items:center;
    gap:18px;
    position:relative;
    z-index:1;
  }

  .sam-stock-basket-pge-invest-amount{
    font-size:44px;
    line-height:1;
    font-weight:900;
    color:#1755D6;
    white-space:nowrap;
  }

  .sam-stock-basket-pge-invest-label{
    font-size:18px;
    line-height:1.35;
    font-weight:500;
    color:#4B5D7A;
    max-width:220px;
  }

  .sam-stock-basket-pge-invest-actions{
    display:flex;
    align-items:center;
    gap:14px;
    position:relative;
    z-index:1;
  }

  .sam-stock-basket-pge-invest-btn{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 22px;
    border-radius:14px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.22s ease;
    white-space:nowrap;
  }

  .sam-stock-basket-pge-invest-btn-secondary{
    color:#0B5CAB;
    background:#EEF6FF;
    border:1px solid #CFE2FA;
  }

  .sam-stock-basket-pge-invest-btn-secondary:hover{
    background:#E4F1FF;
    transform:translateY(-1px);
  }

  .sam-stock-basket-pge-invest-btn-primary{
    color:#fff;
    background:linear-gradient(135deg,#0B5CAB,#1273EA);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 12px 26px rgba(18,115,234,.26);
  }

  .sam-stock-basket-pge-invest-btn-primary:hover{
    transform:translateY(-1px);
    box-shadow:0 16px 34px rgba(18,115,234,.34);
  }

  @media(max-width:991px){
    .sam-stock-basket-pge-invest-card{
      align-items:flex-start;
      flex-direction:column;
      padding:26px;
    }

    .sam-stock-basket-pge-invest-actions{
      width:100%;
    }

    .sam-stock-basket-pge-invest-btn{
      flex:1;
    }
  }

  @media(max-width:575px){
    .sam-stock-basket-pge-invest-section{
      border-radius:34px 34px 0 0;
      padding:34px 0;
    }

    .sam-stock-basket-pge-invest-card{
      padding:24px 18px;
      border-radius:24px;
      text-align:center;
    }

    .sam-stock-basket-pge-invest-left{
      width:100%;
      flex-direction:column;
      gap:10px;
      text-align:center;
    }

    .sam-stock-basket-pge-invest-amount{
      font-size:34px;
    }

    .sam-stock-basket-pge-invest-label{
      font-size:16px;
      max-width:100%;
    }

    .sam-stock-basket-pge-invest-actions{
      flex-direction:column;
      gap:12px;
    }

    .sam-stock-basket-pge-invest-btn{
      width:100%;
    }
  }

  /* Behind science section */
  .sam-stock-basket-pge-science-wrap{
  padding:20px 0px 60px 0px;
  position:relative;
  background: #f3f8ff;
}

.sam-stock-basket-pge-science-capsule{
  width:max-content;
  margin:0 auto 0px;
  padding:9px 18px;
  border-radius:999px;
  background:#E7F0FF;
  border:1px solid #CFE0FA;
  color:#0B5CAB;
  font-size:14px;
  font-weight:500;
}

.sam-stock-basket-pge-science-title{
  margin:0;
  color:#383838;
  font-size:clamp(32px,4.6vw,40px);
  font-weight:600;
  text-align:center;
  line-height:clamp(40px,5.5vw,70px);
}

.sam-stock-basket-pge-science-brand{
  background:linear-gradient(90deg,#1E3A8A,#2563EB,#1E3A8A);
  background-size:200% auto;
  color:transparent;
  -webkit-background-clip:text;
  -moz-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:sam-stock-basket-pge-gradient-slide 4s linear infinite;
}

@keyframes sam-stock-basket-pge-gradient-slide{
  0%{background-position:0% center;}
  100%{background-position:200% center;}
}

.sam-stock-basket-pge-science-subtitle{
  max-width:720px;
  margin:0px auto 34px;
  color:#5B6A83;
  font-size:18px;
  line-height:1.6;
  text-align:center;
  font-weight: 400;
}

.sam-stock-basket-pge-science-carousel{
  position:relative;
  display:flex;
  align-items:center;
  gap:18px;
  width:100%
}

.sam-stock-basket-pge-science-viewport{
  width:100%;
  overflow:visible;
}

.sam-stock-basket-pge-science-track{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  width:100%;
}

.sam-stock-basket-pge-science-slide{
  padding:0;
  min-width:0;
}

.sam-stock-basket-pge-science-arrow,
.sam-stock-basket-pge-science-dots{
  display:none;
}

.sam-stock-basket-pge-science-card{
  height:100%;
  min-height:340px;
  padding:34px 28px;
  border-radius:30px;
  background:#fff;
  border:1px solid #c7d7f0;
  box-shadow:0 18px 45px rgba(14,27,63,.08);
  text-align:center;
  transition:.25s ease;
  position:relative;
  overflow:hidden;
}

.sam-stock-basket-pge-science-card::before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  top:-120px;
  left:50%;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(18,115,234,.15),transparent 68%);
}

.sam-stock-basket-pge-science-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 60px rgba(14,27,63,.12);
}

.sam-stock-basket-pge-science-icon{
  margin:0 auto 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:1;
  min-height: 182px;
}

.sam-stock-basket-pge-science-card h3{
  margin:0 0 14px;
  color:#1F46A5;
  font-size:24px;
  font-weight:700;
  position:relative;
  z-index:1;
}

.sam-stock-basket-pge-science-card p{
  margin:0;
  color:#5A6A84;
  font-size:16px;
  line-height:1.65;
  position:relative;
  z-index:1;
}

.sam-stock-basket-pge-science-arrow{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid #D3E2F8;
  background:#fff;
  color:#0B5CAB;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(14,27,63,.10);
  transition:.22s ease;
  flex:0 0 46px;
  z-index:2;
}

.sam-stock-basket-pge-science-arrow:hover{
  /* background:#0B5CAB;
  color:#fff; */
  transform:translateY(-1px);
}

.sam-stock-basket-pge-science-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:18px;
}

.sam-stock-basket-pge-science-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  border:0;
  background:#B8C9E8;
  cursor:pointer;
  transition:.25s ease;
}

.sam-stock-basket-pge-science-dot.active{
  width:26px;
  background:#0B5CAB;
}

@media(min-width:992px){
    .sam-stock-basket-pge-science-viewport{
    overflow:visible;
    }
}

@media(max-width:991px){
  .sam-stock-basket-pge-science-carousel{
    padding:0 46px;
  }

  .sam-stock-basket-pge-science-viewport{
    overflow:hidden;
  }

  .sam-stock-basket-pge-science-track{
    display:flex;
    gap:0;
    transition:transform .45s ease;
  }

  .sam-stock-basket-pge-science-slide{
    flex:0 0 50%;
    padding:10px;
  }

  .sam-stock-basket-pge-science-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }

  .sam-stock-basket-pge-science-arrow svg{
    width: 20px;
    height: 20px;
  }

  .sam-stock-basket-pge-science-prev{
    left:0;
  }

  .sam-stock-basket-pge-science-next{
    right:0;
  }
}

@media(max-width:575px){
  .sam-stock-basket-pge-science-wrap{
    padding-top:26px;
  }

  .sam-stock-basket-pge-science-capsule{
    margin-bottom:10px;
  }

  .sam-stock-basket-pge-science-title{
    margin-bottom:10px;
  }

  .sam-stock-basket-pge-science-subtitle{
    font-size:16px;
    margin-bottom:24px;
  }

  .sam-stock-basket-pge-science-carousel{
    padding:0px 12px;
  }

  .sam-stock-basket-pge-science-slide{
    flex:0 0 100%;
    padding:8px;
  }

  .sam-stock-basket-pge-science-card{
    min-height:330px;
    padding:30px 22px;
    border-radius:26px;
    box-shadow: none;
  }

  .sam-stock-basket-pge-science-arrow{
    width:38px;
    height:38px;
    flex-basis:38px;
    font-size:28px;
  }

  .sam-stock-basket-pge-science-card h3{
    font-size:22px;
  }

  .sam-stock-basket-pge-science-card p{
    font-size:15px;
  }
}

/* How it works */
.sam-stock-basket-pge-how-section{
  width:100%;
  padding:60px 0 76px;
  background:linear-gradient(180deg,#020820 0%,#082386 100%);
  /* border-radius:0 0 20px 20px; */
  position:relative;
  overflow:hidden;
  font-family:'Product Sans',sans-serif;
}

.sam-stock-basket-pge-how-section::before{
  content:"";
  position:absolute;
  width:620px;
  height:420px;
  top:-210px;
  left:50%;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(70,118,255,.28),transparent 68%);
  pointer-events:none;
}

.sam-stock-basket-pge-container{
  width:min(1340px,calc(100% - 32px));
  margin:0 auto;
  position:relative;
  z-index:1;
}

.sam-stock-basket-pge-how-head{
  text-align:center;
  margin-bottom:50px;
}

.sam-stock-basket-pge-how-capsule{
  width:max-content;
  margin:0 auto 14px;
  padding:9px 18px;
  border-radius:999px;
  background:rgba(234,241,255,.10);
  border:1px solid rgba(234,241,255,.22);
  color:#D9E6FF;
  font-size:14px;
  font-weight:500;
  backdrop-filter:blur(12px);
}

.sam-stock-basket-pge-how-title{
  margin:0;
  font-size:clamp(32px,4.6vw,40px);
  line-height:1.12;
  font-weight:600;
  background:linear-gradient(180deg,#EAF1FF 0%,#7993E3 100%);
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.sam-stock-basket-pge-how-subtitle{
  max-width:720px;
  margin:16px auto 0;
  color:#9CA8C1;
  font-size:18px;
  line-height:1.6;
  font-weight:400;
}

.sam-stock-basket-pge-how-carousel{
  position:relative;
  width:100%;
}

.sam-stock-basket-pge-how-viewport{
  width:100%;
  overflow:visible;
}

.sam-stock-basket-pge-how-track{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  width:100%;
}

.sam-stock-basket-pge-how-slide{
  min-width:0;
}

.sam-stock-basket-pge-how-card{
  height:100%;
  min-height:fit-content;
  padding:6px 20px 6px 28px;
  border-left:1px solid #B3CAED;
  text-align:left;
  position:relative;
  transition:.25s ease;
}

.sam-stock-basket-pge-how-card::before{
  content:"";
  position:absolute;
  left:-1.5px;
  top:0;
  width:1.5px;
  height:72px;
  background:#FFFFFF;
  box-shadow:0 0 18px rgba(255,255,255,.55);
  opacity:0;
  transition:.25s ease;
}

.sam-stock-basket-pge-how-card:hover{
  transform:translateY(-6px);
}

.sam-stock-basket-pge-how-card:hover::before{
  opacity:1;
}

.sam-stock-basket-pge-how-no{
  margin-bottom:22px;
  font-size:80px;
  line-height:.9;
  font-weight:700;
  letter-spacing:-3px;
  background:linear-gradient(180deg,#EAF1FF 0%,#7993E3 100%);
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.sam-stock-basket-pge-how-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:20px;
  line-height:1.3;
  font-weight:600;
}

.sam-stock-basket-pge-how-card p{
  margin:0;
  color:#9CA8C1;
  font-size:16px;
  line-height:1.6;
  font-weight:500;
}

.sam-stock-basket-pge-how-arrow,
.sam-stock-basket-pge-how-dots{
  display:none;
}

.sam-stock-basket-pge-how-arrow{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(234,241,255,.22);
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(0,0,0,.20);
  backdrop-filter:blur(14px);
  transition:.22s ease;
  z-index:2;
}

.sam-stock-basket-pge-how-arrow:hover{
  background:rgba(255,255,255,.18);
}

.sam-stock-basket-pge-how-arrow svg{
    width: 20px;
    height: 20px;
}

.sam-stock-basket-pge-how-dot{
  width:8px;
  height:8px;
  border:0;
  border-radius:999px;
  background:rgba(234,241,255,.32);
  cursor:pointer;
  transition:.25s ease;
}

.sam-stock-basket-pge-how-dot.active{
  width:26px;
  background:#EAF1FF;
}

@media(max-width:991px){

  .sam-stock-basket-pge-how-section{
    padding:50px 0 56px;
  }

  .sam-stock-basket-pge-how-carousel{
    padding:0 36px;
  }

  .sam-stock-basket-pge-how-viewport{
    overflow:hidden;
  }

  .sam-stock-basket-pge-how-track{
    display:flex;
    gap:0;
    transition:transform .45s ease;
    will-change:transform;
  }

  .sam-stock-basket-pge-how-slide{
    flex:0 0 50%;
    padding:0 12px;
  }

  .sam-stock-basket-pge-how-card{
    min-height:fit-content;
    padding:4px 18px 4px 24px;
  }

  .sam-stock-basket-pge-how-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:52%;
    transform:translateY(-50%);
  }

  .sam-stock-basket-pge-how-prev{
    left:0;
  }

  .sam-stock-basket-pge-how-next{
    right:0;
  }

  .sam-stock-basket-pge-how-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:28px;
  }

}

@media(max-width:575px){

  .sam-stock-basket-pge-how-section{
    padding:50px 0 58px;
  }

  .sam-stock-basket-pge-how-head{
    margin-bottom:40px;
  }

  .sam-stock-basket-pge-how-title{
    font-size:36px;
  }

  .sam-stock-basket-pge-how-subtitle{
    font-size:16px;
  }

  .sam-stock-basket-pge-how-carousel{
    padding:0 28px;
  }

  .sam-stock-basket-pge-how-slide{
    flex:0 0 100%;
    padding:0 8px;
  }

  .sam-stock-basket-pge-how-card{
    min-height:fit-content;
    padding-left:22px;
    border-left: 0px;
  }

  .sam-stock-basket-pge-how-no{
    font-size:60px;
    text-align: center;
  }

  .sam-stock-basket-pge-how-card h3{
    font-size:18px;
    text-align: center;
  }

  .sam-stock-basket-pge-how-card p{
    font-size:16px;
    text-align: center;
  }

  .sam-stock-basket-pge-how-arrow{
    width:38px;
    height:38px;
    font-size:28px;
  }
}

/* top etf basket */
.sam-stock-basket-pge-top-etf-section{
  width:100%;
  background:#F3F8FF;
  padding:70px 0;
  font-family:'Product Sans',sans-serif;
}

.sam-stock-basket-pge-container{
  width:min(1340px,calc(100% - 32px));
  margin:0 auto;
}

.sam-stock-basket-pge-top-etf-head{
  text-align:center;
  margin-bottom:38px;
}

.sam-stock-basket-pge-top-etf-capsule{
  width:max-content;
  margin:0 auto 14px;
  padding:9px 18px;
  border-radius:999px;
  background:#E7F0FF;
  border:1px solid #CFE0FA;
  color:#0B5CAB;
  font-size:14px;
  font-weight:500;
}

.sam-stock-basket-pge-top-etf-title{
  margin:0;
  color:#383838;
  font-size:clamp(32px,4.6vw,40px);
  font-weight:600;
  text-align:center;
  line-height:1.18;
}

.sam-stock-basket-pge-top-etf-title span{
  background:linear-gradient(90deg,#1E3A8A,#2563EB,#1E3A8A);
  background-size:200% auto;
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:sam-stock-basket-pge-etf-gradient-slide 4s linear infinite;
}

@keyframes sam-stock-basket-pge-etf-gradient-slide{
  0%{background-position:0% center;}
  100%{background-position:200% center;}
}

.sam-stock-basket-pge-top-etf-desc{
  max-width:760px;
  margin:16px auto 0;
  color:#5B6A83;
  font-size:18px;
  line-height:1.6;
  font-weight:400;
}

.sam-stock-basket-pge-etf-table-card{
  position:relative;
  background:#fff;
  border:1px solid #DCE8FA;
  border-radius:28px;
  box-shadow:0 22px 60px rgba(14,27,63,.10);
  overflow:hidden;
  max-width: 80%;
  margin: 0 auto;
}

.sam-stock-basket-pge-etf-table-wrap{
  width:100%;
  overflow:hidden;
}

.sam-stock-basket-pge-etf-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}

.sam-stock-basket-pge-etf-table th,
.sam-stock-basket-pge-etf-table td{
  padding:14px 22px;
  text-align:left;
  border-bottom:1px solid #E6EEFA;
  font-size:15px;
  color:#3D4B63;
  white-space:nowrap;
  font-weight: 600;
}

.sam-stock-basket-pge-etf-table-main-head{
  text-align:center!important;
  padding:14px 22px!important;
  background:linear-gradient(135deg,#F8FBFF,#EEF5FF);
  color:#0E1B3F!important;
  font-size:18px!important;
  font-weight:500!important;
}

.sam-stock-basket-pge-etf-table thead tr:nth-child(2) th{
  background:#F6FAFF;
  color:#53627A;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
}

.sam-stock-basket-pge-etf-table tbody tr:hover td{
  background:#FBFDFF;
}

.sam-stock-basket-pge-etf-action{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}

.sam-stock-basket-pge-etf-action-buy{
  background:#EAFBF2;
  color:#159455;
}

.sam-stock-basket-pge-etf-action-sell{
  background:#FFF0F0;
  color:#D93030;
}

.sam-stock-basket-pge-etf-action-hold{
  background:#FFF7E6;
  color:#B77900;
}

.sam-stock-basket-pge-etf-alloc{
  display:flex;
  align-items:center;
  gap:12px;
  max-width:240px;
}

.sam-stock-basket-pge-etf-alloc strong{
  width:42px;
  color:#0E1B3F;
  font-size:15px;
  font-weight:600;
}

.sam-stock-basket-pge-etf-alloc > span{
  flex:1;
  height:8px;
  border-radius:999px;
  background:#E4ECFA;
  overflow:hidden;
}

.sam-stock-basket-pge-etf-alloc > span i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#0B5CAB,#2563EB);
}

.sam-stock-basket-pge-etf-locked-row td{
  filter:blur(4px);
  user-select:none;
  pointer-events:none;
}

.sam-stock-basket-pge-etf-lock-overlay{
  position:absolute;
  left:0;
  right:0;
  top:272px;
  bottom:0;
  background:linear-gradient(180deg,rgba(243,248,255,.42),rgba(243,248,255,.90));
  backdrop-filter:blur(5px);
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:24px 16px;
  z-index:2;
}

.sam-stock-basket-pge-etf-lead-box{
  width:min(390px,100%);
  background:rgba(255,255,255,.96);
  border:1px solid #DCE8FA;
  border-radius:26px;
  padding:20px 26px;
  text-align:center;
  box-shadow:0 22px 60px rgba(14,27,63,.16);
}

.sam-stock-basket-pge-etf-lock-icon{
  /* width:54px;
  height:54px; */
  margin:0 auto 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  /* border-radius:50%;
  background:#EEF6FF;
  border:1px solid #CFE2FA; */
}

.sam-stock-basket-pge-etf-lock-icon svg{
    width:56px;
    height: 56px;
}

.sam-stock-basket-pge-etf-lead-form h3,
.sam-stock-basket-pge-etf-success h3,
.sam-stock-basket-pge-etf-failed h3{
  margin:0 0 18px;
  color:#0E1B3F;
  font-size:20px;
  font-weight:500;
}

.sam-stock-basket-pge-etf-lead-form h3{
    font-size: 18px;
}

.sam-stock-basket-pge-etf-field{
  margin-bottom:12px;
  text-align:left;
}

.sam-stock-basket-pge-etf-field input{
  width:100%;
  height:48px;
  border:1px solid #D5E2F5;
  border-radius:14px;
  padding:0 15px;
  color:#0E1B3F;
  font-size:15px;
  font-family:'Product Sans',sans-serif;
  outline:none;
  transition:.2s ease;
}

.sam-stock-basket-pge-etf-field input:focus{
  border-color:#2563EB;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

.sam-stock-basket-pge-etf-field small{
  display:none;
  margin-top:6px;
  color:#D93030;
  font-size:12px;
  font-weight:600;
}

.sam-stock-basket-pge-etf-field.sam-stock-basket-pge-etf-error small{
  display:block;
}

.sam-stock-basket-pge-etf-field.sam-stock-basket-pge-etf-error input{
  border-color:#D93030;
}

.sam-stock-basket-pge-etf-submit{
  width:100%;
  height:50px;
  margin-top:4px;
  border:0;
  border-radius:15px;
  background:linear-gradient(135deg,#0B5CAB,#1273EA);
  color:#fff;
  font-size:15px;
  font-weight:600;
  font-family:'Product Sans',sans-serif;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(18,115,234,.25);
  transition:.22s ease;
}

.sam-stock-basket-pge-etf-submit:hover:not(:disabled){
  transform:translateY(-1px);
  box-shadow:0 18px 38px rgba(18,115,234,.34);
}

.sam-stock-basket-pge-etf-submit:disabled{
  opacity:.48;
  cursor:not-allowed;
  box-shadow:none;
}

.sam-stock-basket-pge-etf-terms{
  margin:14px 0 0;
  color:#6B7890;
  font-size:12px;
  line-height:1.5;
}

.sam-stock-basket-pge-etf-terms a{
  color:#0B5CAB;
  font-weight:800;
  text-decoration:none;
}

.sam-stock-basket-pge-etf-success,
.sam-stock-basket-pge-etf-failed{
  display:none;
  text-align:center;
}

.sam-stock-basket-pge-etf-success-icon,
.sam-stock-basket-pge-etf-failed-icon{
  width:62px;
  height:62px;
  margin:0 auto 16px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  font-weight:900;
}

.sam-stock-basket-pge-etf-success-icon{
  background:#EAFBF2;
  color:#159455;
  border: 1px solid #24d47c;
}

.sam-stock-basket-pge-etf-success-icon svg{
    width:34px;
    height:34px;
}

.sam-stock-basket-pge-etf-failed-icon{
  background:#FFF0F0;
  color:#D93030;
  border: 1px solid #ffaaaa;
}

.sam-stock-basket-pge-etf-success p,
.sam-stock-basket-pge-etf-failed p{
  margin:0;
  color:#5B6A83;
  font-size:15px;
  line-height:1.6;
}

.sam-stock-basket-pge-etf-failed-icon svg{
    width:34px;
    height:34px;
}

.sam-stock-basket-pge-etf-lead-box.sam-stock-basket-pge-etf-show-success .sam-stock-basket-pge-etf-lead-form{
  display:none;
}

.sam-stock-basket-pge-etf-lead-box.sam-stock-basket-pge-etf-show-success .sam-stock-basket-pge-etf-success{
  display:block;
}

.sam-stock-basket-pge-etf-lead-box.sam-stock-basket-pge-etf-show-failed .sam-stock-basket-pge-etf-lead-form{
  display:none;
}

.sam-stock-basket-pge-etf-lead-box.sam-stock-basket-pge-etf-show-failed .sam-stock-basket-pge-etf-failed{
  display:block;
}

@media(max-width:991px){
  .sam-stock-basket-pge-top-etf-section{
    padding:56px 0;
  }

  .sam-stock-basket-pge-etf-table-card{
    border-radius:24px;
    max-width: 100%;
  }

  .sam-stock-basket-pge-etf-table-wrap{
    overflow-x:auto;
  }

  .sam-stock-basket-pge-etf-table{
    min-width:820px;
  }

  .sam-stock-basket-pge-etf-lock-overlay{
    top:306px;
  }
}

@media(max-width:575px){
  .sam-stock-basket-pge-top-etf-section{
    padding:48px 0;
  }

  .sam-stock-basket-pge-top-etf-desc{
    font-size:16px;
  }

  .sam-stock-basket-pge-etf-table th,
  .sam-stock-basket-pge-etf-table td{
    padding:15px 16px;
  }

  .sam-stock-basket-pge-etf-table-main-head{
    font-size:17px!important;
    text-align: left!important;
  }

  .sam-stock-basket-pge-etf-lock-overlay{
    position:absolute;
    left:0;
    right:0;
    top:275px;
    min-width:0;
    width:100%;
    pointer-events:none;
    padding:28px 14px;
  }

  .sam-stock-basket-pge-etf-lead-box{
    width:min(360px,100%);
    padding:22px 18px;
    border-radius:22px;
    pointer-events:auto;
    position:sticky;
    left:14px;
    right:14px;
  }

  .sam-stock-basket-pge-etf-lead-form h3,
  .sam-stock-basket-pge-etf-success h3,
  .sam-stock-basket-pge-etf-failed h3{
    font-size:20px;
  }
}

/* ETF Basket Performance */


/* Charts */
.sam-stock-basket-pge-backtest-wrap{
  padding-top:76px;
  font-family:'Product Sans',sans-serif;

  --sam-stock-basket-heat-cp-s:#bbf7d0;
  --sam-stock-basket-heat-cp-m:#d1fae5;
  --sam-stock-basket-heat-cp-l:#ecfdf5;
  --sam-stock-basket-heat-cn-s:#fecaca;
  --sam-stock-basket-heat-cn-m:#fee2e2;
  --sam-stock-basket-heat-cn-l:#fff1f2;
  --sam-stock-basket-heat-na:#f1f5f9;
}

.sam-stock-basket-pge-backtest-head{
  text-align:center;
  margin-bottom:34px;
}

.sam-stock-basket-pge-backtest-capsule{
  width:max-content;
  margin:0 auto 14px;
  padding:9px 18px;
  border-radius:999px;
  background:#E7F0FF;
  border:1px solid #CFE0FA;
  color:#0B5CAB;
  font-size:14px;
  font-weight:500;
}

.sam-stock-basket-pge-backtest-title{
  margin:0;
  color:#383838;
  font-size:clamp(32px,4.6vw,40px);
  font-weight:700;
  text-align:center;
  line-height:1.18;
}

.sam-stock-basket-pge-backtest-title span{
  background:linear-gradient(90deg,#1E3A8A,#2563EB,#1E3A8A);
  background-size:200% auto;
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:sam-stock-basket-pge-backtest-gradient-slide 4s linear infinite;
}

@keyframes sam-stock-basket-pge-backtest-gradient-slide{
  0%{background-position:0% center;}
  100%{background-position:200% center;}
}

.sam-stock-basket-pge-backtest-desc{
  max-width:760px;
  margin:16px auto 0;
  color:#5B6A83;
  font-size:18px;
  line-height:1.6;
  font-weight:400;
}

.sam-stock-basket-pge-backtest-tabs-wrap{
  display:flex;
  justify-content:center;
  margin-bottom:28px;
}

.sam-stock-basket-pge-backtest-tabs{
  position:relative;
  display:flex;
  align-items:center;
  gap:4px;
  padding:6px;
  border-radius:999px;
  background: #F6F8FF;
  border: 1px solid #BCD7FD;
  box-shadow:0 14px 38px rgba(14,27,63,.08);
  overflow:hidden;
}

.sam-stock-basket-pge-backtest-tab{
  position:relative;
  z-index:2;
  border:0;
  background:transparent;
  padding:13px 16px;
  border-radius:999px;
  color:#53627A;
  font-size:15px;
  font-weight:600;
  font-family:'Product Sans',sans-serif;
  cursor:pointer;
  white-space:nowrap;
  transition:.25s ease;
}

.sam-stock-basket-pge-backtest-tab.active{
  color:#fff;
}

.sam-stock-basket-pge-backtest-indicator{
  position:absolute;
  top:5px;
  left:0px;
  height:calc(100% - 10px);
  border-radius:999px;
  border-radius: 60px;
  background: linear-gradient(180deg, #294FBC 0%, #18358D 100%);
  transition: transform 420ms cubic-bezier(.2, .9, .2, 1), width 420ms cubic-bezier(.2, .9, .2, 1);
  box-shadow: 2px 2px 10px rgba(150, 180, 223, 0.55);
}

.sam-stock-basket-pge-backtest-content{
    width: 80%;
    margin: 0 auto;
}

.sam-stock-basket-pge-backtest-panel{
  display:none;
}

.sam-stock-basket-pge-backtest-panel.active{
  display:block;
}

.sam-stock-basket-pge-backtest-chart-card{
  background:#fff;
  border:1px solid #DCE8FA;
  border-radius:30px;
  padding:24px;
  box-shadow:0 22px 60px rgba(14,27,63,.10);
}

.sam-stock-basket-pge-highchart{
  width:100%;
  height:420px;
}

/* Table Heatmap */
/* .sam-stock-basket-pge-heatmap-wrap{
  background:#fff;
  border:1px solid #DCE8FA;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 14px 38px rgba(14,27,63,.06);
} */

.sam-stock-basket-pge-heatmap-header{
  padding:18px 22px;
  border-bottom:1px solid #E6EEFA;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}

.sam-stock-basket-pge-heatmap-title{
  color:#0E1B3F;
  font-weight:900;
  font-size:17px;
}

.sam-stock-basket-pge-heatmap-legend{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.sam-stock-basket-pge-heatmap-legend span{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  color:#5B6A83;
  font-weight:700;
}

.sam-stock-basket-pge-legend-dot{
  width:10px;
  height:10px;
  border-radius:3px;
  display:inline-block;
}

.sam-stock-basket-pge-heatmap-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-radius: 0px 0px 30px 30px;
}

.sam-stock-basket-pge-heatmap-scroll::-webkit-scrollbar{
  height:6px;
}

.sam-stock-basket-pge-heatmap-scroll::-webkit-scrollbar-thumb{
  background:#C9D8EE;
  border-radius:999px;
}

.sam-stock-basket-pge-heatmap-table{
  width:100%;
  border-collapse:collapse;
  min-width:980px;
}

.sam-stock-basket-pge-heatmap-table th{
  padding:11px 8px;
  font-size:11px;
  font-weight:900;
  color:#5B6A83;
  text-align:center;
  letter-spacing:.3px;
  background:#F6FAFF;
  border-bottom:1px solid #E6EEFA;
  white-space:nowrap;
}

.sam-stock-basket-pge-heatmap-table th:first-child{
  text-align:left;
  padding-left:20px;
  position:sticky;
  left:0;
  z-index:3;
  background:#F6FAFF;
}

.sam-stock-basket-pge-heatmap-table td{
  padding:8px 6px;
  text-align:center;
  font-size:12px;
  font-weight:800;
  border-bottom:1px solid rgba(226,232,240,.7);
  white-space:nowrap;
}

.sam-stock-basket-pge-heatmap-table td:first-child{
  text-align:left;
  padding-left:20px;
  font-weight:900;
  font-size:13px;
  color:#0E1B3F;
  background:#fff;
  position:sticky;
  left:0;
  z-index:2;
}

.sam-stock-basket-pge-heatmap-table td.sam-stock-basket-pge-total{
  font-weight:900;
  background:#F6FAFF;
}

.sam-stock-basket-pge-cp-s{
  background:var(--sam-stock-basket-heat-cp-s)!important;
  color:#166534!important;
}

.sam-stock-basket-pge-cp-m{
  background:var(--sam-stock-basket-heat-cp-m)!important;
  color:#065f46!important;
}

.sam-stock-basket-pge-cp-l{
  background:var(--sam-stock-basket-heat-cp-l)!important;
  color:#047857!important;
}

.sam-stock-basket-pge-cn-s{
  background:var(--sam-stock-basket-heat-cn-s)!important;
  color:#991b1b!important;
}

.sam-stock-basket-pge-cn-m{
  background:var(--sam-stock-basket-heat-cn-m)!important;
  color:#b91c1c!important;
}

.sam-stock-basket-pge-cn-l{
  background:var(--sam-stock-basket-heat-cn-l)!important;
  color:#e11d48!important;
}

.sam-stock-basket-pge-c0{
  background:var(--sam-stock-basket-heat-na)!important;
  color:#7A8AA3!important;
}

.highcharts-axis-title{
  display:none !important;
}

@media(max-width:767px){
    .sam-stock-basket-pge-backtest-content{
        width: 100%;
    }
  .sam-stock-basket-pge-backtest-wrap{
    padding-top:60px;
  }

  .sam-stock-basket-pge-backtest-desc{
    font-size:16px;
  }

  .sam-stock-basket-pge-backtest-tabs-wrap{
    width:100%;
    justify-content:center;
    overflow:hidden;
    padding-bottom:4px;
  }

  .sam-stock-basket-pge-backtest-tabs-wrap::-webkit-scrollbar{
    display:none;
  }

  .sam-stock-basket-pge-backtest-tabs{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    box-shadow: none;
  }

  .sam-stock-basket-pge-backtest-tab{
    flex:0 0 auto;
    padding:12px 16px;
    font-size:13px;
  }

  .sam-stock-basket-pge-backtest-chart-card{
    padding:16px;
    border-radius:24px;
  }

  .sam-stock-basket-pge-highchart{
    height:340px;
  }

  .sam-stock-basket-pge-heatmap-header{
    flex-direction:column;
    align-items:flex-start;
    padding:16px;
  }

  .sam-stock-basket-pge-heatmap-table{
    min-width:920px;
  }
}

/* etf vs benchmark */
.sam-stock-basket-pge-compare-section{
  width:100%;
  padding:60px 0 76px;
  background:linear-gradient(180deg,#020820 0%,#082386 100%);
  position:relative;
  overflow:hidden;
  font-family:'Product Sans',sans-serif;
}

.sam-stock-basket-pge-compare-section::before{
  content:"";
  position:absolute;
  width:680px;
  height:440px;
  top:-230px;
  left:50%;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(70,118,255,.28),transparent 68%);
  pointer-events:none;
}

.sam-stock-basket-pge-compare-section::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-180px;
  bottom:-180px;
  background:radial-gradient(circle,rgba(64,255,190,.12),transparent 65%);
  pointer-events:none;
}

.sam-stock-basket-pge-container{
  width:min(1340px,calc(100% - 32px));
  margin:0 auto;
  position:relative;
  z-index:1;
}

.sam-stock-basket-pge-compare-head{
  text-align:center;
  margin-bottom:48px;
}

.sam-stock-basket-pge-compare-capsule{
  width:max-content;
  margin:0 auto 14px;
  padding:9px 18px;
  border-radius:999px;
  background:rgba(234,241,255,.10);
  border:1px solid rgba(234,241,255,.22);
  color:#D9E6FF;
  font-size:14px;
  font-weight:500;
  backdrop-filter:blur(12px);
}

.sam-stock-basket-pge-compare-title{
  margin:0;
  font-size:clamp(32px,4.6vw,40px);
  line-height:1.12;
  font-weight:600;
  background:linear-gradient(180deg,#EAF1FF 0%,#7993E3 100%);
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.sam-stock-basket-pge-compare-subtitle{
  max-width:760px;
  margin:16px auto 0;
  color:#9CA8C1;
  font-size:18px;
  line-height:1.6;
  font-weight:400;
}

.sam-stock-basket-pge-compare-grid{
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:30px;
}

.sam-stock-basket-pge-compare-card{
  width:450px;
  max-width:100%;
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:
    0 26px 70px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -24px 60px rgba(255,255,255,.04);
  backdrop-filter:blur(18px);
}

.sam-stock-basket-pge-compare-card-primary{
  position:relative;
  border:none;
  background:radial-gradient(280px 220px at 50% 8%, rgba(37, 99, 235, 0.22), transparent 70%), linear-gradient(135deg, rgb(0 70 255 / 14%), rgb(0 16 255 / 42%));
}

.sam-stock-basket-pge-compare-card-primary::after{
  content:"";
  position:absolute;
  inset:0;
  padding:1.5px;
  border-radius:30px;
  background:linear-gradient(
    180deg,
    #0A7CFF 0%,
    rgba(10,124,255,.45) 35%,
    rgba(0,0,0,0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

/* .sam-stock-basket-pge-compare-card-primary{
  border-color:rgba(99,179,255,.42);
  background:
    radial-gradient(280px 220px at 50% 8%,rgba(37,99,235,.22),transparent 70%),
    linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.07));
}

.sam-stock-basket-pge-compare-card-primary::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.18) 38%,transparent 72%);
  transform:translateX(-130%);
  transition:.7s ease;
  pointer-events:none;
} */

.sam-stock-basket-pge-compare-card-primary:hover::before{
  transform:translateX(130%);
}

.sam-stock-basket-pge-compare-card:hover{
  transform:translateY(-4px);
  transition:.25s ease;
}

.sam-stock-basket-pge-compare-logo-watermark{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:.099;
  pointer-events:none;
  z-index:0;
}

.sam-stock-basket-pge-compare-logo-watermark img{
  width:180px;
  height:auto;
}

.sam-stock-basket-pge-compare-card-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:22px;
}

.sam-stock-basket-pge-compare-card-head h3{
  margin:0;
  color:#fff;
  font-size:20px;
  line-height:1.25;
  font-weight:600;
}

.sam-stock-basket-pge-compare-card-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(66,245,154,.12);
  border:1px solid rgba(66,245,154,.28);
  color:#42F59A;
  font-size:13px;
  line-height:1.25;
  font-weight:900;
  text-align:center;
  /* max-width:130px; */
}

.sam-stock-basket-pge-compare-list{
  position:relative;
  z-index:1;
}

.sam-stock-basket-pge-compare-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:13px 0;
  border-bottom:1px dashed rgba(179,202,237,.28);
}

.sam-stock-basket-pge-compare-row:first-child{
  padding-top:0;
}

.sam-stock-basket-pge-compare-row:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.sam-stock-basket-pge-compare-row span{
  color:#B9C6DE;
  font-size:15px;
  line-height:1.35;
  font-weight:400;
}

.sam-stock-basket-pge-compare-row strong{
  color:#fff;
  font-size:16px;
  line-height:1.35;
  font-weight:600;
  text-align:right;
  white-space:nowrap;
}

.sam-stock-basket-pge-compare-green{
  color:#42F59A!important;
}

.sam-stock-basket-pge-compare-red{
  color:#FF6B6B!important;
}

.sam-stock-basket-pge-compare-vs{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.sam-stock-basket-pge-compare-vs span{
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;

  background:
    radial-gradient(circle at 30% 30%, #4D8DFF, #0B5CAB);

  border:2px solid rgba(255,255,255,.18);

  color:#fff;
  font-size:22px;
  font-weight:900;
  letter-spacing:.5px;

  box-shadow:
    0 18px 40px rgba(11,92,171,.35),
    inset 0 1px 0 rgba(255,255,255,.25);

  position:relative;
}

.sam-stock-basket-pge-compare-vs span::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
}

.sam-stock-basket-pge-compare-vs span::after{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:50%;
  border:1px dashed rgba(179,202,237,.15);
}

@media(max-width:991px){
  .sam-stock-basket-pge-compare-section{
    padding:60px 0 66px;
  }

  .sam-stock-basket-pge-compare-grid{
    gap:24px;
  }

  .sam-stock-basket-pge-compare-card{
    width:50%;
  }
}

@media(max-width:767px){
  .sam-stock-basket-pge-compare-grid{
    flex-direction:column;
    align-items:center;
  }

  .sam-stock-basket-pge-compare-card{
    width:100%;
    max-width:430px;
  }

  .sam-stock-basket-pge-compare-subtitle{
    font-size:16px;
  }
  .sam-stock-basket-pge-compare-grid{
    flex-direction:column;
    align-items:center;
  }

  .sam-stock-basket-pge-compare-vs{
    margin:6px 0;
  }

  .sam-stock-basket-pge-compare-vs span{
    width:64px;
    height:64px;
    font-size:18px;
  }
}

@media(max-width:420px){
  .sam-stock-basket-pge-compare-card{
    padding:22px 18px;
    border-radius:24px;
  }

  .sam-stock-basket-pge-compare-card-head{
    flex-direction:column;
  }

  .sam-stock-basket-pge-compare-card-head span{
    max-width:none;
  }

  .sam-stock-basket-pge-compare-row span{
    font-size:13px;
  }

  .sam-stock-basket-pge-compare-row strong{
    font-size:14px;
  }
}

/* trade logs */
.sam-stock-basket-pge-trade-log-section{
  width:100%;
  background:#F3F8FF;
  padding:40px 0 100px;
  font-family:'Product Sans',sans-serif;
}

.sam-stock-basket-pge-trade-log-head{
  margin-bottom:28px;
}

.sam-stock-basket-pge-trade-log-capsule{
  width:max-content;
  margin:0 auto 14px;
  padding:9px 18px;
  border-radius:999px;
  background:#E7F0FF;
  border:1px solid #CFE0FA;
  color:#0B5CAB;
  font-size:14px;
  font-weight:500;

}

.sam-stock-basket-pge-trade-log-title{
  margin:0;
  color:#383838;
  font-size:clamp(32px,4.6vw,40px);
  font-weight:700;
  line-height:1.18;
  text-align: center;
}

.sam-stock-basket-pge-trade-log-title span{
  background:linear-gradient(90deg,#1E3A8A,#2563EB,#1E3A8A);
  background-size:200% auto;
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:sam-stock-basket-pge-trade-log-gradient-slide 4s linear infinite;
}

@keyframes sam-stock-basket-pge-trade-log-gradient-slide{
  0%{background-position:0% center;}
  100%{background-position:200% center;}
}

.sam-stock-basket-pge-trade-log-desc{
  max-width:720px;
  margin:16px auto 0;
  color:#5B6A83;
  font-size:18px;
  line-height:1.6;
  font-weight:400;
  text-align: center;
}

.sam-stock-basket-pge-trade-log-toolbar{
  width:80%;
  margin:0 auto 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.sam-stock-basket-pge-trade-log-tabs-wrap{
  max-width:100%;
}

.sam-stock-basket-pge-trade-log-tabs{
  position:relative;
  display:flex;
  align-items:center;
  gap:4px;
  padding:6px;
  border-radius:999px;
  background: #F6F8FF;
  border: 1px solid #BCD7FD;
  box-shadow:0 14px 38px rgba(14,27,63,.08);
  overflow:hidden;
}

.sam-stock-basket-pge-trade-log-tab{
  position:relative;
  z-index:2;
  border:0;
  background:transparent;
  padding:10px 20px;
  border-radius:999px;
  color:#53627A;
  font-size:15px;
  font-weight:600;
  font-family:'Product Sans',sans-serif;
  cursor:pointer;
  white-space:nowrap;
  transition:.25s ease;
}

.sam-stock-basket-pge-trade-log-tab.active{
  color:#fff;
}

.sam-stock-basket-pge-trade-log-indicator{
  position:absolute;
  top:5px;
  left:0px;
  height:calc(100% - 10px);
  border-radius:999px;
  background: linear-gradient(180deg, #294FBC 0%, #18358D 100%);
  transition: transform 420ms cubic-bezier(.2, .9, .2, 1), width 420ms cubic-bezier(.2, .9, .2, 1);
  box-shadow: 2px 2px 10px rgba(150, 180, 223, 0.55);
  z-index:1;
}

.sam-stock-basket-pge-trade-log-search{
  width:270px;
  flex:0 0 270px;
}

.sam-stock-basket-pge-trade-log-search-input{
  width:100%;
  height:48px;
  border:1px solid #D5E2F5;
  border-radius:100px;
  background:#fff;
  padding:0 16px;
  color:#0E1B3F;
  font-size:15px;
  font-weight:500;
  font-family:'Product Sans',sans-serif;
  outline:none;
  box-shadow:0 12px 30px rgba(14,27,63,.06);
  transition:.22s ease;
}

.sam-stock-basket-pge-trade-log-search-input:focus{
  border-color:#2563EB;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

.sam-stock-basket-pge-trade-log-table-card{
  width:80%;
  margin:0 auto;
  position:relative;
  background:#fff;
  border:1px solid #DCE8FA;
  border-radius:28px;
  box-shadow:0 22px 60px rgba(14,27,63,.10);
  overflow:hidden;
}

.sam-stock-basket-pge-trade-log-table-wrap{
  width:100%;
  overflow-x:auto;
}

.sam-stock-basket-pge-trade-log-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}

.sam-stock-basket-pge-trade-log-table{
  table-layout:fixed;
}

.sam-stock-basket-pge-trade-log-table th:nth-child(1),
.sam-stock-basket-pge-trade-log-table td:nth-child(1){
  width:22%;
}

.sam-stock-basket-pge-trade-log-table th:nth-child(2),
.sam-stock-basket-pge-trade-log-table td:nth-child(2){
  width:34%;
}

.sam-stock-basket-pge-trade-log-table th:nth-child(3),
.sam-stock-basket-pge-trade-log-table td:nth-child(3){
  width:20%;
}

.sam-stock-basket-pge-trade-log-table th:nth-child(4),
.sam-stock-basket-pge-trade-log-table td:nth-child(4){
  width:24%;
}

.sam-stock-basket-pge-trade-log-table th,
.sam-stock-basket-pge-trade-log-table td{
  padding:12px 22px;
  text-align:left;
  border-bottom:1px solid #E6EEFA;
  font-size:15px;
  color:#3D4B63;
  white-space:nowrap;
}

.sam-stock-basket-pge-trade-log-table th{
  background:#F6FAFF;
  color:#53627A;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  padding: 18px 22px;
}

.sam-stock-basket-pge-trade-log-table tbody tr:nth-child(odd) td{
  background:#fff;
}

.sam-stock-basket-pge-trade-log-table tbody tr:nth-child(even) td{
  background:#FAFCFF;
}

.sam-stock-basket-pge-trade-log-table tbody tr:hover td{
  background:#F5FAFF;
}

.sam-stock-basket-pge-trade-log-action{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
}

.sam-stock-basket-pge-trade-log-action-buy{
  background:#EAFBF2;
  color:#159455;
}

.sam-stock-basket-pge-trade-log-action-sell{
  background:#FFF0F0;
  color:#D93030;
}

.sam-stock-basket-pge-trade-log-action-hold{
  background:#FFF7E6;
  color:#B77900;
}

.sam-stock-basket-pge-trade-log-weight{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:140px;
}

.sam-stock-basket-pge-trade-log-weight strong{
  width:42px;
  color:#0E1B3F;
  font-size:15px;
  font-weight:900;
}

.sam-stock-basket-pge-trade-log-weight > span{
  width:90px;
  height:8px;
  border-radius:999px;
  background:#E4ECFA;
  overflow:hidden;
  flex:none;
}

.sam-stock-basket-pge-trade-log-weight > span i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#0B5CAB,#2563EB);
}

.sam-stock-basket-pge-trade-log-hidden-row{
  display:none;
}

.sam-stock-basket-pge-trade-log-more-overlay{
  display:none;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:100px;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(243,248,255,.96) 62%);
  backdrop-filter:blur(4px);
  align-items:flex-end;
  justify-content:center;
  padding-bottom:28px;
  pointer-events:none;
}

.sam-stock-basket-pge-trade-log-table-card.sam-stock-basket-pge-trade-log-has-more .sam-stock-basket-pge-trade-log-more-overlay{
  display:flex;
}

.sam-stock-basket-pge-trade-log-more-btn{
  pointer-events:auto;
  min-width:110px;
  height:40px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#0B5CAB,#1273EA);
  color:#fff;
  font-size:15px;
  font-weight:500;
  font-family:'Product Sans',sans-serif;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(18,115,234,.28);
  transition:.22s ease;
}

.sam-stock-basket-pge-trade-log-more-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 38px rgba(18,115,234,.36);
}

.sam-stock-basket-pge-trade-log-empty{
  display:none;
  padding:34px 18px;
  text-align:center;
  color:#5B6A83;
  font-size:15px;
  font-weight:700;
}

.sam-stock-basket-pge-trade-log-table-card.sam-stock-basket-pge-trade-log-no-data .sam-stock-basket-pge-trade-log-empty{
  display:block;
}

@media(max-width:991px){
  .sam-stock-basket-pge-trade-log-toolbar,
  .sam-stock-basket-pge-trade-log-table-card{
    width:100%;
  }
}

@media(max-width:767px){
  .sam-stock-basket-pge-trade-log-table{
    table-layout:auto;
  }

  .sam-stock-basket-pge-trade-log-section{
    padding:54px 0;
  }

  .sam-stock-basket-pge-trade-log-head{
    text-align:center;
  }

  .sam-stock-basket-pge-trade-log-capsule{
    margin:0 auto 14px;
  }

  .sam-stock-basket-pge-trade-log-desc{
    margin:14px auto 0;
    font-size:16px;
  }

  .sam-stock-basket-pge-trade-log-toolbar{
    flex-direction:column;
    align-items:stretch;
  }

  .sam-stock-basket-pge-trade-log-tabs-wrap{
    width:100%;
    overflow:hidden;
  }

  .sam-stock-basket-pge-trade-log-tabs{
    width:fit-content;
    max-width:fit-content;
    justify-content:flex-start;
    overflow-x:auto;
    overflow-y:hidden;
    margin:0 auto;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .sam-stock-basket-pge-trade-log-tabs::-webkit-scrollbar{
    display:none;
  }

  .sam-stock-basket-pge-trade-log-tab{
    flex:0 0 auto;
    padding:10px 18px;
    font-size:15px;
  }

  .sam-stock-basket-pge-trade-log-search{
    width:100%;
    flex:auto;
  }

  .sam-stock-basket-pge-trade-log-table-card{
    border-radius:24px;
  }

  .sam-stock-basket-pge-trade-log-table th,
  .sam-stock-basket-pge-trade-log-table td{
    padding:15px 16px;
  }
}

/* FAQS */
.sam-stock-basket-pge-faq-section{
  width:100%;
  padding:60px 0 90px;
  background:linear-gradient(180deg,#020820 0%,#082386 100%);
  border-radius:0px;
  position:relative;
  overflow:hidden;
  font-family:'Product Sans',sans-serif;
}

.sam-stock-basket-pge-faq-section::before{
  content:"";
  position:absolute;
  width:680px;
  height:440px;
  top:-230px;
  left:50%;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(70,118,255,.28),transparent 68%);
  pointer-events:none;
}

.sam-stock-basket-pge-faq-section::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-180px;
  bottom:-180px;
  background:radial-gradient(circle,rgba(64,255,190,.12),transparent 65%);
  pointer-events:none;
}

.sam-stock-basket-pge-container{
  width:min(1340px,calc(100% - 32px));
  margin:0 auto;
  position:relative;
  z-index:1;
}

.sam-stock-basket-pge-faq-title{
  margin:0 0 44px;
  text-align:center;
  font-size:clamp(32px,4.6vw,40px);
  line-height:1.12;
  font-weight:800;
  background:linear-gradient(180deg,#EAF1FF 0%,#7993E3 100%);
  color:transparent;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.sam-stock-basket-pge-faq-wrap{
  max-width:80%;
  margin:0 auto;
  border-radius:30px;
  padding:6px 28px;
  background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.20);
  box-shadow:
    0 26px 70px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter:blur(18px);
}

.sam-stock-basket-pge-faq-item{
  border-bottom:1px solid rgba(179,202,237,.22);
}

.sam-stock-basket-pge-faq-item:last-child{
  border-bottom:0;
}

.sam-stock-basket-pge-faq-question{
  width:100%;
  border:0;
  background:transparent;
  padding:16px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  cursor:pointer;
  text-align:left;
  font-family:'Product Sans',sans-serif;
}

.sam-stock-basket-pge-faq-question span{
  color:#fff;
  font-size:18px;
  line-height:1.35;
  font-weight:500;
}

.sam-stock-basket-pge-faq-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  /* border-radius:50%;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18); */
  position:relative;
  transition:.25s ease;
}

.sam-stock-basket-pge-faq-icon::before,
.sam-stock-basket-pge-faq-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:2px;
  border-radius:999px;
  background:#EAF1FF;
  transform:translate(-50%,-50%);
  transition:.25s ease;
}

.sam-stock-basket-pge-faq-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}

/* .sam-stock-basket-pge-faq-item.active .sam-stock-basket-pge-faq-icon{
  background:#0B5CAB;
  border-color:rgba(255,255,255,.26);
} */

.sam-stock-basket-pge-faq-item.active .sam-stock-basket-pge-faq-icon::after{
  opacity:0;
  transform:translate(-50%,-50%) rotate(0deg);
}

.sam-stock-basket-pge-faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.sam-stock-basket-pge-faq-answer p{
  margin:0;
  padding:0 0px 24px 0;
  color:#B9C6DE;
  font-size:16px;
  line-height:1.7;
  font-weight:400;
}

#sam-stock-basket-pge-backtest-wrap{
  scroll-margin-top:30px;
}

@media(max-width:767px){
  .sam-stock-basket-pge-faq-section{
    padding:58px 0 64px;
  }

  .sam-stock-basket-pge-faq-title{
    margin-bottom:32px;
  }

  .sam-stock-basket-pge-faq-wrap{
    padding:4px 18px;
    border-radius:24px;
    max-width:100%;
  }

  .sam-stock-basket-pge-faq-question{
    padding:20px 0;
    gap:14px;
  }

  .sam-stock-basket-pge-faq-question span{
    font-size:17px;
  }

  .sam-stock-basket-pge-faq-answer p{
    padding:0 0 22px 0;
    font-size:15px;
  }

  .sam-stock-basket-pge-faq-icon{
    width:32px;
    height:32px;
    flex-basis:32px;
  }
}

/* popup */
html.sam-stock-basket-pge-sub-lock,
body.sam-stock-basket-pge-sub-lock{
  overflow:hidden!important;
}

.sam-stock-basket-pge-sub-modal{
  position:fixed;
  inset:0;
  z-index:2147483647;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .25s ease, visibility 0s linear .25s;
  font-family:'Product Sans',sans-serif;
}

.sam-stock-basket-pge-sub-modal.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition:opacity .25s ease, visibility 0s;
}

.sam-stock-basket-pge-sub-overlay{
  position:absolute;
  inset:0;
  background:#030c1780;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.sam-stock-basket-pge-sub-dialog{
  position:absolute;
  left:50%;
  top:50%;
  width:min(420px,calc(100% - 32px));
  transform:translate(-50%,-44%) scale(.96);
  opacity:0;
  background:rgba(255,255,255,.97);
  border:1px solid #DCE8FA;
  border-radius:28px;
  padding:28px;
  text-align:center;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  transition:transform .32s cubic-bezier(.22,1,.36,1), opacity .25s ease;
}

.sam-stock-basket-pge-sub-modal.active .sam-stock-basket-pge-sub-dialog{
  transform:translate(-50%,-50%) scale(1);
  opacity:1;
}

.sam-stock-basket-pge-sub-close{
  position:absolute;
  right:14px;
  top:14px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#EEF6FF;
  border: 1px solid #c4c8ce;
  color:#0E1B3F;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sam-stock-basket-pge-sub-close:hover{
  background:#DCEBFF;
}

.sam-stock-basket-pge-sub-form-view h3,
.sam-stock-basket-pge-sub-success h3,
.sam-stock-basket-pge-sub-failed h3{
  margin:0 0 8px;
  color:#0E1B3F;
  font-size:22px;
  font-weight:600;
}

.sam-stock-basket-pge-sub-desc{
  margin:0 0 18px;
  color:#5B6A83;
  font-size:15px;
  line-height:1.5;
  font-weight:500;
}

.sam-stock-basket-pge-sub-field{
  margin-bottom:12px;
  text-align:left;
}

.sam-stock-basket-pge-sub-field input{
  width:100%;
  height:48px;
  border:1px solid #D5E2F5;
  border-radius:14px;
  padding:0 15px;
  color:#0E1B3F;
  font-size:15px;
  font-family:'Product Sans',sans-serif;
  outline:none;
  transition:.2s ease;
}

.sam-stock-basket-pge-sub-field input:focus{
  border-color:#2563EB;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

.sam-stock-basket-pge-sub-field small{
  display:none;
  margin-top:6px;
  color:#D93030;
  font-size:12px;
  font-weight:600;
}

.sam-stock-basket-pge-sub-field.sam-stock-basket-pge-sub-error small{
  display:block;
}

.sam-stock-basket-pge-sub-field.sam-stock-basket-pge-sub-error input{
  border-color:#D93030;
}

.sam-stock-basket-pge-sub-submit{
  width:100%;
  height:50px;
  margin-top:4px;
  border:0;
  border-radius:15px;
  background:linear-gradient(135deg,#0B5CAB,#1273EA);
  color:#fff;
  font-size:16px;
  font-weight:600;
  font-family:'Product Sans',sans-serif;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(18,115,234,.25);
  transition:.22s ease;
}

.sam-stock-basket-pge-sub-submit:hover:not(:disabled){
  transform:translateY(-1px);
  box-shadow:0 18px 38px rgba(18,115,234,.34);
}

.sam-stock-basket-pge-sub-submit:disabled{
  opacity:.48;
  cursor:not-allowed;
  box-shadow:none;
}

.sam-stock-basket-pge-sub-terms{
  margin:14px 0 0;
  color:#6B7890;
  font-size:12px;
  line-height:1.5;
}

.sam-stock-basket-pge-sub-terms a{
  color:#0B5CAB;
  font-weight:800;
  text-decoration:none;
}

.sam-stock-basket-pge-sub-success,
.sam-stock-basket-pge-sub-failed{
  display:none;
  padding:18px 0 6px;
}

.sam-stock-basket-pge-sub-success p,
.sam-stock-basket-pge-sub-failed p{
  margin:8px 0 0;
  color:#5B6A83;
  font-size:15px;
  line-height:1.6;
}

.sam-stock-basket-pge-sub-modal.sam-stock-basket-pge-sub-show-success .sam-stock-basket-pge-sub-form-view{
  display:none;
}

.sam-stock-basket-pge-sub-modal.sam-stock-basket-pge-sub-show-success .sam-stock-basket-pge-sub-success{
  display:block;
}

.sam-stock-basket-pge-sub-modal.sam-stock-basket-pge-sub-show-failed .sam-stock-basket-pge-sub-form-view{
  display:none;
}

.sam-stock-basket-pge-sub-modal.sam-stock-basket-pge-sub-show-failed .sam-stock-basket-pge-sub-failed{
  display:block;
}

.sam-stock-basket-pge-sub-label{
  display:block;
  margin-bottom:8px;
  color:#0E1B3F;
  font-size:14px;
  font-weight:500;
  line-height:1.4;
}

.sam-stock-basket-pge-sub-field{
  margin-bottom:16px;
  text-align:left;
}

@media(max-width:575px){
  .sam-stock-basket-pge-sub-dialog{
    left:0;
    right:0;
    bottom:0;
    top:auto;
    width:100%;
    border-radius:28px 28px 0 0;
    padding:26px 18px 24px;
    transform:translateY(100%);
  }

  .sam-stock-basket-pge-sub-modal.active .sam-stock-basket-pge-sub-dialog{
    transform:translateY(0);
  }
}

.loading-aof{position:fixed;z-index:999;height:2em;text-align:center;width:2em;overflow:show;margin:auto;top:0;left:0;bottom:0;right:0;-webkit-animation:linear infinite rotate}.loading-aof:before{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(rgba(20,20,20,.8),rgba(0,0,0,.8));background:-webkit-radial-gradient(rgba(20,20,20,.8),rgba(0,0,0,.8))}.loading-aof:not(:required){font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.loading-aof:not(:required):after{content:'';display:block;font-size:10px;width:1em;height:1em;margin-top:-.5em;-webkit-animation:150ms linear infinite spinner;-moz-animation:150ms linear infinite spinner;-ms-animation:spinner 150ms infinite linear;-o-animation:150ms linear infinite spinner;animation:150ms linear infinite spinner;border-radius:.5em;-webkit-box-shadow:rgba(255,255,255,.75) 1.5em 0 0 0,rgba(255,255,255,.75) 1.1em 1.1em 0 0,rgba(255,255,255,.75) 0 1.5em 0 0,rgba(255,255,255,.75) -1.1em 1.1em 0 0,rgba(255,255,255,.75) -1.5em 0 0 0,rgba(255,255,255,.75) -1.1em -1.1em 0 0,rgba(255,255,255,.75) 0 -1.5em 0 0,rgba(255,255,255,.75) 1.1em -1.1em 0 0;box-shadow:rgba(255,255,255,.75) 1.5em 0 0 0,rgba(255,255,255,.75) 1.1em 1.1em 0 0,rgba(255,255,255,.75) 0 1.5em 0 0,rgba(255,255,255,.75) -1.1em 1.1em 0 0,rgba(255,255,255,.75) -1.5em 0 0 0,rgba(255,255,255,.75) -1.1em -1.1em 0 0,rgba(255,255,255,.75) 0 -1.5em 0 0,rgba(255,255,255,.75) 1.1em -1.1em 0 0}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}input[type=number]{-moz-appearance:textfield!important}