<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Energy', Helvetica, Arial, sans-serif;
}

* {
    scroll-behavior: smooth !important;
}

.mono-nav-secondary {
    background-color: #0f303c;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.mono-nav-secondary a {
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 5px;
}

@media (min-width: 992px) {
    .mono-nav-secondary a {
        padding: 10px 20px;
    }
}

@media (min-width: 1200px) {
    .mono-nav-secondary a {
        padding: 10px 20px;
    }
}

.mono-nav-secondary .register {
    align-items: center;
    background: #27aae1;
    color: white;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.mono-countdown {
    background-color: #f99d1c;
    background-image: linear-gradient(to right, #f99d1c, #912d61);
    color: white;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

.mono-nav-mobile {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 20;
}

.navicon {
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    font-size: 0;
    margin: 10px;
    padding: 15px;
    pointer-events: auto;
    position: absolute;
}

.mono-nav-slide {
    background: white;
    border-right: 1px solid #ccc;
    height: 100%;
    left: -100%;
    padding: 5px 0 0;
    pointer-events: auto;
    position: relative;
}

.mono-nav-slide::before {
    content: "×";
    position: absolute;
    right: 10px;
    top: 10px;
}

.mono-nav-slide .nav-site {
    height: 2em;
    padding-left: 10px;
}

.mono-nav-slide .nav-event {
    height: 1em;
    margin: 20px 0 10px;
    padding-left: 10px;
}

.mono-nav-slide .child-links {
    display: flex;
    flex-direction: column;
}

.mono-nav-slide .child-links a {
    color: #636466;
    padding: 5px 20px;
}

.section-heading {
    font-weight: 400;
    padding: 35px;
}

/* footer */
#footer {
    background-color: #2c2c2c;
    color: #f4f4f4;
}

.navigation ul li a {
    text-transform: uppercase;
}

#footer a {
    color: #f4f4f4;
}

.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1;
}

.btn-scroll-top {
    display: block;
    position: fixed;
    right: -4.125rem;
    bottom: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
    border-radius: 50%;
    background-color: rgba(43, 52, 69, 0.25);
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025;
}

.btn-scroll-top .btn-scroll-top-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.btn-scroll-top&gt;.btn-scroll-top-icon {
    font-size: .875rem;
    font-weight: bold;
    line-height: 2.625rem;
}

[class^='ci-'],
[class*=' ci-'] {
    display: inline-block;
    font-family: "cartzilla-icons" !important;
    speak-as: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

/* scrolling chevrons */
.scrollchevron {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

.chevron {
    position: absolute;
    width: 3.5rem;
    height: 0.8rem;
    opacity: 0;
    transform: scale(0.3);
    animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
    animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(3.8rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(5.2rem);
    }

    100% {
        opacity: 0;
        transform: translateY(8rem) scale(0.5);
    }
}

/* Kickoff 2025 CSS V1.0.0 20230504.1 */

/* Global */
.gradient-bg {
    background-image: linear-gradient(#122230, #0C1B26, #071A1D);
    background-color: #071A1D !important;

}

.gradient-reverse-bg {
    background-image: linear-gradient(to top, #122230, #0C1B26, #071A1D) !important;
    background-color: #071A1D !important;

}

.mono-main-event {
    background-image: url('https://cdn.ambitenergy.com/images/events-center/kickoff-2025/kickoff25-hero-banner.jpg') !important;
    background-color: #071A1D !important;
    background-attachment: scroll !important;
}

.btn-hero {
    background-color: #f47020;
    font-size: 1.5rem;
    font-family: 'Energy', Helvetica, Arial, sans-serif;
    position: relative;
}

.btn-hero:after:hover {
    box-shadow: inset 0 0 10px 10px white;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-hero:hover {
    animation: cta-pulse 3s infinite;
    background: #e5680e;
}

.text-shadow {
    text-shadow: 0 5px 10px #0000047e;
}

h2 {
    font-size: 2.5rem;
}

p {
    font-size: 1.15rem;

}

.off-wht {
    color: #f7f7f7;
}

.carousel {
    z-index: 2;
}

/* Animations start here */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.slide-in-up {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 1s ease-in, opacity 1s ease-in;
}

.slide-in-left {
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 1s ease-in, opacity 1s ease-in;
}

.slide-in-right {
    transform: translateX(20px);
    opacity: 0;
    transition: transform 1s ease-in, opacity 1s ease-in;
}

.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Animations ends here */

/* Hero Banner */
.hero-soccer {
    mix-blend-mode: lighten;
    position: absolute;
}

@media (max-width: 473px) {
    .logo-size {
        width: 100% !important;
    }
}

/* Registration styles start here */
.reg-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    width: 70%;
}

.bg-gradient-border {
    background-image: linear-gradient(to left, #FF740F, #13B0CC, #1F8CB4);
}

.bg-dark-blue {
    background-color: #0A131A;
}

.registration-card-radius {
    border-radius: 5px;
}

.card {
    position: relative;
    z-index: 5;
}

.card-main-body,
.card-footer {
    border-radius: 2px !important;
}

.card-title {
    text-transform: uppercase;
    color: #294c6b;
    font-weight: 600;
}

.card-footer {
    background-color: transparent !important;
}

.price-bold {
    font-weight: 600;
    font-size: 5rem;
    letter-spacing: -4px;
}

.dollar-size {
    font-size: 4.2rem;
}

.btn-size {
    font-size: 1.4rem;
}
/* Registration styles ends here */

/* Guest Tickets styles start here */
.sub-head {
    font-size: 1.6rem;
}
/* Guest Tickets styles ends here */

/* Ready Set Goal styles start here */
.ready-ball-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    z-index: 1;
    width: 45%;
    right: 0;
}

.gradient-box-depth-rdy {
    background-image: linear-gradient(to left, #122131, #0A1E24);
    width: 100%;
    position: absolute;
    padding: 9.57rem;
    margin-top: 6rem;

}

.gradient-box-depth-rdy-esp {
    background-image: linear-gradient(to left, #122131, #0A1E24);
    width: 100%;
    position: absolute;
    padding: 11.2rem;
    margin-top: 6rem;
}

.ready {
    font-size: 20rem;
    font-family: 'Energysoft', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 1998px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    -webkit-text-stroke: 3px #3d678f;
    color: transparent;
    opacity: 0.07;
}

.ready-es {
    font-size: 20rem;
    font-family: 'Energysoft', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 2105px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    -webkit-text-stroke: 3px#3d678f;
    color: transparent;
    opacity: 0.07;
}

@media (max-width: 576px) {

    .gradient-box-depth-rdy,
    .gradient-box-depth-rdy-esp {
        display: none;
    }
}
/* Ready Set Goal styles ends here */

/* Schedule styles starts here */
.schedule-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    width: 70%;
}

.border {
    border: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #1B3246;
    border-color: #0C4C69;
}

#nav-tabContent .row:hover {
    background: #f3f3f3 !important;
}

.set {
    font-size: 22rem;
    font-family: 'Energysoft', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 2520px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    -webkit-text-stroke: 3px #3d678f;
    color: transparent;
    opacity: 0.07;
}

.set-es {
    font-size: 22rem;
    font-family: 'Energysoft', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 2650px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    -webkit-text-stroke: 3px #3d678f;
    color: transparent;
    opacity: 0.07;
}
/* Schedule styles ends here */

/* Venue styles start here */
.venue-ball-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    z-index: 1;
    width: 45%;
    right: 0;
}

.venue-ball-vapors-es {
    mix-blend-mode: lighten;
    position: absolute;
    width: 45%;
    right: 0;
}

.tx-live {
    color: #FF8F00;
    text-decoration: underline;
}

.gradient-box-depth-ven {
    background-image: linear-gradient(to left, #122131, #0A1E24);
    width: 100%;
    position: absolute;
    padding: 7.8rem;
    margin-top: 5rem;
}

.gradient-box-depth-ven-esp {
    background-image: linear-gradient(to left, #122131, #0A1E24);
    width: 100%;
    position: absolute;
    padding: 7.8rem;
    margin-top: 5rem;
}

.goal {
    font-size: 22rem;
    font-family: 'Energysoft', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 3060px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    -webkit-text-stroke: 3px #3d678f;
    color: transparent;
    opacity: 0.07;
}

.goal-es {
    font-size: 22rem;
    font-family: 'Energysoft', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 3185px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    -webkit-text-stroke: 3px #3d678f;
    color: transparent;
    opacity: 0.07;
}

@media (max-width: 576px) {

    .gradient-box-depth-ven,
    .gradient-box-depth-ven-esp {

        display: none;
    }
}
/* Venue styles ends here */

/* Hotels styles starts here */
.hotels-top-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    margin-top: 90px;
    width: 50%;
}

.hotels-second-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    z-index: 1;
    width: 45%;
    right: 0;
    margin-top: 528px;
}

.hotels-mid-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    margin-top: 990px;
    width: 50%;
}

.hotels-btm-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    z-index: 1;
    width: 45%;
    right: 0;
    margin-top: 1455px;
}

.hotels-end-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    margin-top: 1930px;
    width: 50%;
}

.border-hr {
    background-image: linear-gradient(to right, #26ABD8, #605266, #E99859);
    padding: 0.10rem;
}
/* Hotels styles ends here */

/* Golden Goal Promotion styles starts here */
.golden-vapors {
    mix-blend-mode: lighten;
    position: absolute;
    width: 55%;
}

.gold-right {
    z-index: 2;
    position: relative;
}
/* Golden Goal Promotion styles ends here */

/* Know Before You Go starts here */
.kbyg-head {
    color: #F89A0D;
}

.kbyg-ul {
    font-size: 1.125em;
}

.kbyg-ul li {
    padding-bottom: 10px;
}

.kbyg-link {
    color: #16A6E2;
}

.kbyg-link:focus, .kbyg-link:hover {
    color: #0d76a2;
}

.kbyg-tc {
    color: #FF8F00;
}

.kbyg-tc:focus, .kbyg-tc:hover {
    color: #ffaf36;
}
/* Know Before You Go starts here */</pre></body></html>