/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2026 | 18:53:45 */
/* Corner Bottom Left Orange to Pink */
.corner-bl-op > .fusion-content-layout-column:after {
    content: "";
    position: absolute !important;
    left: 0;
    bottom: 0;
    max-height: 600px;
    max-width: 600px;
    height: 95%;
    width: 95%;
    background: linear-gradient(45deg, rgba(248, 136, 42, .85) 20%, rgba(237, 73, 153, 0.4) 50%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
    margin-left: var(--awb-spacing-left);
}

/* Corner Bottom Left Pink to Pink */
.corner-tl-pks > .fusion-content-layout-column:after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;

    max-width: 40%;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgba(191, 12, 142, 1) 20%, rgba(238, 56, 151, 1) 50%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    margin-left: var(--awb-spacing-left);
}


/* Corner Top Left blue to teal */
.corner-tl-bt > .fusion-content-layout-column:after {
 content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 35%;
    background: linear-gradient(90deg, #00BCF2 20%, #2EC086 50%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    margin-left: var(--awb-spacing-left);
}
/* Corner Top Left Red to Pink */
.corner-tl-rp > .fusion-content-layout-column:after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 35%;
    background: linear-gradient(90deg, #DA2313 20%, #EE3897 50%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    margin-left: var(--awb-spacing-left);
}
/* green */
.corner-tl-g:after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background-color: var(--awb-custom_color_5);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    margin-left: var(--awb-spacing-left); 
    z-index: 10000;
}
/* sport blue */
.corner-tl-b:after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background-color: #00BCF2;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    margin-left: var(--awb-spacing-left); 
    z-index: 10000;
    
}
/* sport dark blue */
.corner-tl-db:after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background-color: #1173BF;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    margin-left: var(--awb-spacing-left); 
    z-index: 10000;
    
}
/* Teal */
.corner-tl-t:after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background-color: #2EC086;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    margin-left: var(--awb-spacing-left); 
    z-index: 10000;
    
}
/* pink */
.corner-tl-p:after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background-color: var(--awb-color5);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    margin-left: var(--awb-spacing-left); 
    z-index: 10000;
}
/* orange */
.corner-tl-o:after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background-color: var(--awb-color4);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    margin-left: var(--awb-spacing-left); 
    z-index: 10000;
}

/* adjustments for short headers */
.short > .fusion-content-layout-column:after{
    width: 225px;
}