    /* Font face definitions */
    @font-face {
        font-display: swap;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        src: url('/App_Themes/Team-sunrise/fonts/montserrat-v26-latin-regular.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        src: url('/App_Themes/Team-sunrise/fonts/montserrat-v26-latin-700.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        src: url('/App_Themes/Team-sunrise/fonts/montserrat-v26-latin-800.woff2') format('woff2');
    }

    @font-face {
        font-display: swap;
        font-family: 'Montserrat';
        font-style: italic;
        font-weight: 800;
        src: url('/App_Themes/Team-sunrise/fonts/montserrat-v26-latin-800italic.woff2') format('woff2');
    }

/* Base styling */
body {
    font-size: 1.125rem;
    color: #040303;
}

input[type="email"] {color: white}

.py-6 {padding-top: 4rem; padding-bottom: 4rem} 

h1, .h1 {
font-size: 2rem;
line-height: 2.2rem;
}

a:link, a:visited, a:hover, a:active, a:focus {
    color: #040303;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
    border: 2px solid #040303;
}

section {overflow-x: hidden}

.heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.outline {
    letter-spacing: 2px;
    color: #ffffff;

}

.bg-orange {
    background-color: #ff8900;
}

.bg-black {
    background-color: #040303;
}

/* Newsletter section */
#newsletter .btn {
    margin-top: 1.5rem;
    color: #000000;
}

#newsletter h2 {
    font-size: 1.444rem;
}


/* Button styling */
.btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 50rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #040303;
    border: 0;
}

.btn-primary {
    background-color: #ff9000;
}

/* Footer section */
.social-media-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: start;
}

.social-media-list li {
    margin: 0 10px;
}
  
.social-media-list li:first-child {
margin-left: 0;
}

.social-media-list li a {
display: inline-block;
width: 40px;
height: 40px;
color: black;
}

.social-media-list li a svg {
width: 100%;
height: auto;
}

/* Two-column list */
ul.two-column {
    list-style: none;
    padding-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 20px;
}

ul.two-column li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
}

ul.two-column li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    transform: rotate(90deg);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid black;
}

/* Input styling */
input[type="email"] {
    padding: 0.99rem 0.99rem;
    display: block;
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.5;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: initial;
}

input[type="email"]::placeholder {
    color: #ffffff;
    font-weight: bold;
}
  
.wrapper {
    position: relative;
}
  .wrapper input {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.wrapper input+label::before {
    border: 1px solid #ffffff;
    content: "";
    height: 25px;
    left: 3px;
    position: absolute;
    top: 1px;
    width: 25px;
}
  
.wrapper label {
    display: inline-block;
    padding: 1px 0 1px 40px;
    vertical-align: middle;
    font-size: 0.889rem;
    cursor: pointer;
}
  
.wrapper input:checked+label::after {
    opacity: 1;
}

.wrapper input+label::after {
    content: "";
    border: 3px solid #ffffff;
    border-left: 0;
    border-top: 0;
    height: 15px;
    left: 12px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    transition: opacity .2s ease-in-out;
    width: 8px;
}
  
section {padding: 4rem 0}
footer {padding: 3rem 0; font-size: 0.994rem}

@media (min-width: 992px) {
    h1 { font-size: 4rem; line-height: 3.8rem; }
    section {padding: 6rem 0}
    footer {font-size: 1rem}
    .social-media-list li a { width: 60px; height: 60px; }
    .py-lg-6 {padding-top: 6rem; padding-bottom: 6rem}
}

.visually-hidden {
    position: absolute !important;   /* take it out of the normal flow   */
    width: 1px;                      /* minimal footprint                */
    height: 1px;
    margin: -1px;                    /* avoid affecting layout            */
    padding: 0;
    overflow: hidden;                /* hide any overflowing pixels       */
    clip: rect(0 0 0 0);             /* legacy clipping                   */
    clip-path: inset(50%);           /* modern clipping                   */
    white-space: nowrap;             /* prevent the element from wrapping */
    border: 0;
}







.profile .profile-overlay {
background-color:#ed8a19;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
padding: 15px;
opacity: 0;
display: block;
}

.profile:hover .profile-overlay {
opacity: 1;
}

.profile-overlay p {
font-size: 0.889rem;
line-height: 1.1rem;
}

.profile-overlay .profile-products p {
text-transform: uppercase;
font-size: 0.75rem;
}
.profile {overflow: hidden}
.profile img.bio {max-width: 120%;  height: auto;}




.featured-image {clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);z-index:1; position: relative}
.profiles {
display: grid;
column-gap: 0.5rem;
row-gap: 0.5rem;
grid-template-columns: 50% 50%;
}
video {
margin: 0;
padding: 0;
display:block;
width: 100%;
height: auto;
}
.stats-triangle {
height: 14px;
width: auto;
}

.slogan-border {
padding-top: 4rem;
}

.offset {
bottom: -40px;
}

.profile {}
.profile-content {
bottom: 0;
left: 0;
right: 0;
padding: 2rem .5rem .5rem .5rem;
color: #ffffff;
background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 56%,rgba(0,0,0,0.65) 99%); 
}
.profile-content .name {font-size: 1rem}
.profile-content .sport {font-size: 0.778rem}
.sponsor-img {
position: relative;
overflow: hidden; 
height: 250px;
display: flex; /* Using Flexbox */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}

.sponsor-img img {
position: relative;
width:100%;
}

.vh-100 {
min-height: initial;
}
.z-index-0 {z-index: 0}
.z-index-1 {z-index: 1}
.z-index-2 {z-index: 2}

.bg-sponsor {
position: relative;
background-color: black;
width: 100%;
overflow: hidden; 
}



.background, .background-alt, .stories, .stats, .intro, .intro-img {
position: relative;
background-color: white; 
width: 100%;
overflow-y: hidden; 
}

.intro-img {
overflow-x: hidden;
overflow-y: clip;
}

.stats, .intro, .intro-img {
background-color: #000000;
}

.background::before, .intro::before {
content: '';   
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 201.8 561.9'%3E%3Cpolygon fill='%23010202' points='1,560.9 1,-1 199.8,-1'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right top;
background-size: cover;
display: block;
width: 16%;
height: 100%;
position: absolute;
top: 0;
left: 0;

z-index: 2; 
}

.intro-img::before {
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpolygon fill='%23ED8A19' points='1000.2,999.8 0.2,999.8 367,-0.2 1000.2,-0.2'/%3E%3C/svg%3E");
background-position: bottom left;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
bottom: 0;
z-index: 0;
left: 50%;
width: 100%;
height: 100%;
}

.intro::before, .intro-img::after {
width: 10%;
left: -3%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 201.8 561.9'%3E%3Cpolygon fill='%23ED8A19' points='1,560.9 1,-1 199.8,-1'/%3E%3C/svg%3E");

}

.intro-img::after {
bottom: 0;
top: inherit;
height: 370px;
}



.background::after {
content:'';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpolygon fill='%23010202' points='1000.2,999.8 0.2,999.8 367,-0.2 1000.2,-0.2'/%3E%3C/svg%3E");
background-position: bottom left;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
bottom: 0;
z-index: 0;
left: 50%;
width: 100%;
height: 100%
}




.product-text {position:relative;z-index:1;}
.product-text::before {
content: '';
position: absolute;
background-color: #ffffff;
top: -50%;
right: -100%;
bottom: 0;
left: -100%;
z-index: -1;
}


.btn {padding: 1.1rem 1rem;border-radius:40px;border: none; font-weight: bold; text-transform: uppercase}


.background-alt::before, .stories::before {
content: '';
position: absolute;
top: 0;
right: 50%;
bottom: 0;
left: 0;
background-color: black;
clip-path: polygon(0 0, 100% 0, 52% 100%, 0 100%);
z-index: 0;
width: 70%;
}

.stories::before {
right: 30%;
}

.overflow-visible {
overflow: visible}



.stories {
border-bottom: solid 1px #000000;
}

ul#video-list {
position:relative;
}
ul#video-list::before {
content:'';
position:absolute;
top:0;
left:-100%;
right:0;
bottom: -100%;
background-color: #ffffff;
}

.stats::after
{
background-color: #f1871a;
}

.slogan-border {
position: relative;
min-height: 20px; 
}

.slogan-border::before {
content: '';
position: absolute;
left: -200%;
right: -200%;
bottom: 0;
height: 1px;
background-color: black;
z-index: 1;
}

ul#sport-filter, ul#video-list {
list-style-type: none; 
margin: 0;            
padding: 0;           
}



ul#sport-filter li {display: inline-flex;background-color:#f1871a;font-size: 0.889rem; position: relative; padding-left: 60px; margin-right: 5px; margin-bottom: 10px}
ul#sport-filter li .filter-icon {background-color: #ffffff;padding:10px;border-radius:30px;position: absolute; top: 50%; left: 8px; transform: translate(0%, -50%);}
ul#sport-filter li svg {width:20px; height: 20px}
ul#sport-filter li:last-child {background-color: initial;padding-left: initial}


.featured-video {
position: relative;
clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.stories h1 {background-color: #000000; width: 50%}

.checkbox a {color: #ffffff;text-decoration: underline}

.featured-video img {}
ul#video-list {display:flex}


ul#video-list li {position:relative;cursor: pointer;background-color:#000000}

ul#video-list button {padding: 0; color: #ffffff; text-align:left;    }
ul#video-list span {display: block; font-size: 0.889rem;width: 90%;
word-wrap: unset;
text-wrap: wrap;
line-height: 1rem;
color: #000000
}

.video-path {
clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
overflow: hidden;
width: 100%;
}

a.icon-play:before {
width: 85px;
height: 85px;
line-height: 85px;
border: solid 2px #fff;
position: absolute;
font-size: 20px;
z-index: 0;
border-radius: 100%;
top: 50%;
left: 50%;
margin-left: -42px;
margin-top: -42px;
content: "";
display: block;
background-size: 25px 25px;
background-repeat: no-repeat;
background-position: center center;
background-image: url("data:image/svg+xml,%3Csvg%20id='c2b223b3-3337-42c7-b540-afdeb9ebc1bf'%20data-name='%C3%91%C3%AB%C3%AE%C3%A9%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20126.44%20146'%3E%3Cdefs%3E%3Cstyle%3E.cc93c35d-72a0-47fb-9f95-6ec5021e2fc1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAdobeStock_157242318%20%5BConverted%5D%3C/title%3E%3Cpolygon%20class='cc93c35d-72a0-47fb-9f95-6ec5021e2fc1'%20points='0%20146%20126.44%2073%200%200%200%20146'/%3E%3C/svg%3E");
z-index: 2; 
}

a.icon-play:after, ul#video-list li:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0); /* Start with transparent black */
z-index: 1;
transition: background-color 0.5s ease; /* Smooth transition for the overlay effect */
opacity: 0; /* Start fully transparent */
transition: opacity 0.5s ease; /* Transition effect for opacity */
}

a.icon-play:hover:after, ul#video-list li:hover:after {
background-color: rgba(0, 0, 0, 0.2); /* 20% black overlay on hover */
opacity: 1; /* Fully visible on hover */
}

.main-number {font-size: 5rem}
.main-number-text {font-size: 5rem}
.secondary-number {font-size: 3.5rem;line-height: 3rem}
.stats h2 {font-size: 1.056rem;}

@media (min-width: 768px) {
.profiles {
grid-template-columns: 33% 33% 33%;
}
}

@media (min-width: 992px) {
.secondary-number {font-size: 7rem;line-height: 6rem}
.vh-100 {
min-height: 100vh;
}

ul#video-list button {
padding: 0;
color: #ffffff;
text-align: left;
display: flex;
align-items: center;
}

.background::before, .intro::before {
width: 10%;
}
.offset {
bottom: -50px;
}
.main-number {
font-size: 12rem;
line-height: 9rem;
}
.stats-triangle {
height: 23px;
}
ul#video-list span {color: #ffffff}

.pb-lg-6 {padding-bottom: 6rem}
.stats h2 {
font-size: 2rem;
}
ul#video-list {display: block}

ul#video-list li:nth-child(1){left:118px}
ul#video-list li:nth-child(2){left:94px}
ul#video-list li:nth-child(3){left: 69px;}
ul#video-list li:nth-child(4){left: 44px;}
ul#video-list li:nth-child(5){left: 19px;}
ul#video-list li:nth-child(6){left: -5px;}

ul#video-list li {
width: 220px
}

.featured-video {
left:-10px;
}
.profiles {
grid-template-columns: 25% 25% 25% 25%;
}
.sponsor-img::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 70%;
background-color: #ff8900;
clip-path: polygon(100% -210px, 100% 0%, 100% 100%, 0% 100%);
z-index: 0;
width: 100px;
}

.bg-sponsor::before {
content: '';
position: absolute;
top: 0;
/* right: 75%; */
bottom: 0;
left: -100px;
background-color: #ff8900;
clip-path: polygon(100% 0, 0 0, 0% 100%, 0px 100%);
z-index: 1;
width: 200px;
}

.background-alt::after, .stats::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 90%;
background-color: black;
clip-path: polygon(100% 30%, 100% 0%, 100% 100%, 25% 100%);
z-index: 0; /* Ensures the background is behind the content */
}

.sponsor-img img {
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
width:75%;
}
.product-text {background-color: transparent}

ul#video-list::before {content: initial}

.stories::before {
clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
width: 311px;
left: 50%;
}
.stories::after {
content: '';
position: absolute;
background-color: #000000;
left: 0;
right: 50%;
top: 0;
bottom: 0;
z-index: 0;
}

.product-text::before {content:initial}

.background::after {
left: 50%;
}


.slogan-border {padding-top: 6rem}

.background.product-alt::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpolygon fill='%23010202' points='0.2,-0.2 1000.2,-0.2 633.4,999.8 0.2,999.8'/%3E%3C/svg%3E");
right: 50%;
left: initial;
background-position: bottom right;
background-size: auto;
}

.background.product-alt::before{
width: 10%;
right: 0;
left: inherit;
bottom: 0;
top: initial;
background-position: right bottom;
transform: rotate(180deg);
}

.intro-img::after  {
content: '';   
background-repeat: no-repeat;
background-position: right top;
background-size: cover;
display: block;

height: 360px;
position: absolute;
top: initial;
bottom: 0;
left: 0;
width: 10%;
left: -3%;
background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 201.8 561.9'%3E%3Cpolygon fill='%23ED8A19' points='1,560.9 1,-1 199.8,-1'/%3E%3C/svg%3E);
z-index: 2; 
}
}

@media (min-width: 1200px) {
.profiles {
grid-template-columns: 20% 20% 20% 20% 20%;
}


}


.featured-video iframe {
width: 860px;
max-width: 100%;

height: 483px;
max-height: 100%;
display: none;
}
#year-list li {
cursor: pointer;
}

#year-list li.active {
color: #f1871a;
position: relative;

}

#year-list li.active::after {
content: '';
display: block;
background-color: #f1871a;
position: absolute;
bottom: -12px;
left: 0;
right: 0;
height: 3px;
}

.year-content {
display: none;
}

.year-content.active {
display: block;
}

.btn.active {background-color: #e8500a!important}