/* _content/LaunchBox.Web.PromoSite/Components/Pages/Home/HeroSection.razor.rz.scp.css */
.first-data[b-003rje9t4h] {
    background: #04181f;
    top: 0;
    left: 0;
    border: 2px;
    box-shadow: inset 0 0 0 2px #EAFF00;
    z-index: 1;
    transform: translate(-9px, 10px);
}

.one[b-003rje9t4h]::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    background: #EAFF00;
    bottom: -4px;
    left: -10px;
    transform: skew(0, -40deg);
}

.one[b-003rje9t4h]::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 9px;
    background: #EAFF00;
    bottom: -8px;
    right: 5px;
    transform: skew(-50deg, 0);
}

.second-data[b-003rje9t4h] {
    position: relative;
    border: 2px;
    box-shadow: inset 0 0 0 2px #AFFE00;
}

.two[b-003rje9t4h]::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    background: #AFFE00;
    bottom: -8.5px;
    left: -20px;
    transform: skew(0, -40deg);
}

.two[b-003rje9t4h]::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 18px;
    background: #AFFE00;
    bottom: -18px;
    right: 11px;
    transform: skew(-50deg, 0);
}
/* _content/LaunchBox.Web.PromoSite/Components/Pages/Home/Home.razor.rz.scp.css */
.cart[b-i567smoh9k]::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 101%;
    background: #AFFE00;
    bottom: -2px;
    left: -5px;
    transform: skew(0, -40deg);
}

.cart[b-i567smoh9k]::after {
    position: absolute;
    content: '';
    /*width: 100.4%;*/
    width: 101%;
    height: 5px;
    background: #AFFE00;
    bottom: -6px;
    right: 1px;
    transform: skew(-50deg, 0);
}

.triangle[b-i567smoh9k]::before {
    content: '';
    position:absolute;
    top:-3px;
    left:-9px;
    width: 0;
    height: 0;
    border-top: 10px solid #04181F;
    border-right: 10px solid transparent;
}

.triangle[b-i567smoh9k]::after {
    content: '';
    position:absolute;
    bottom:-8px;
    right:-6px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #04181F;
    border-left: 12px solid transparent;
    transform: rotate(11deg);
}
