
#sku6 #intent {
    background-color: rgba(145, 168, 243, 0.533);
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 3rem;
}

#sku6 {
    margin: 0 auto;
    border-radius: 3rem;
    width: 85%;
    user-select: none;
}

#sku6 #table_tt {
    background-image: url("../bk/slim.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 3rem;
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
}

#sku6 #table_bt {
    background-image: url("../bk/slim.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 3rem;
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
}

#sku6 #space {
    width: 100%;
    height: 1.5rem;
    background-color: transparent;
}

#sku6 #flex {
    background-color: transparent;
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3rem 3rem 0 0;
    overflow: hidden;
}

#sku6 #flex a {
    flex-grow: 1;
    padding: 2rem;
    text-align: center;
    color: rgba(242, 107, 174, 0.933);
    font-size: 1.3rem;
    text-decoration: none;
}

#sku6 #gridst3 {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
}

#sku6 #gridst4 {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
}

#sku6 #grid>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sku6 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sku6 .content>p {
    background-color: transparent;
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
    text-align: center;
    width: 80%;
    margin: 1rem 0;
    padding: 3rem;
    border-radius: 5rem;
    color: rgba(212, 145, 243, 0.733);
}

#st3>p:nth-of-type(1) {
    align-self: flex-start;
    margin-left: 5rem;
    text-align: center;
}

#st3>p:nth-of-type(2) {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#st4>p:nth-of-type(1) {
    align-self: flex-end;
    margin-right: 5rem;
    text-align: center;
}

#st4>p:nth-of-type(2) {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#sku6 .flex_st {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sku6 .flex_st img {
    width: 34rem;
    margin: 1rem auto;
    border-radius: 3rem;
    padding: 1.3rem;
    background-color: transparent;
    backdrop-filter: blur(0.8rem);
    -webkit-backdrop-filter: blur(0.8rem);
    box-shadow: inset 0 0 2.5rem -0.5rem rgba(212, 145, 243, 0.733);
}

#sku6 .flex_st::after {
    content: '';
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-image: url('../res/vr/Sienna.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0.3rem solid rgba(212, 145, 243, 0.8);
    box-shadow:
        0 0 1.5rem rgba(212, 145, 243, 0.6),
        inset 0 0 0.1rem rgba(255, 255, 255, 0.3);
    z-index: 2;
}