@font-face {
    font-family: 'CollegiateBlackFLF';
    src: url('../webfonts/CollegiateBlackFLF.woff2') format('woff2'),
        url('../webfonts/CollegiateBlackFLF.woff') format('woff'),
        url('../webfonts/CollegiateBlackFLF.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CollegiateInsideFLF';
    src: url('../webfonts/CollegiateInsideFLF.woff2') format('woff2'),
        url('../webfonts/CollegiateInsideFLF.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}

a,
button,
.btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

main {
    overflow: hidden;
}



.form-page {
    padding-top: 90px;
}

.form-page h1 {
    font-family: 'CollegiateBlackFLF';
    font-size: 36px;
    color: #0b71f2;
    margin: 0 0 80px 0;
    line-height: 1;
    text-align: center;
}

.form-page .info {
    background: #b8cfeb;
    border: 1px solid #0a59bb;
    border-radius: 10px;
    padding: 15px 15px;
    margin: 40px 0 0 0;
}

.form-page .info p {
    margin: 0;
    text-transform: uppercase;
    color: #003c96;
    font-size: 16px;
    text-align: center;
    font-family: "Oswald", sans-serif;
}

.form-sec h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'CollegiateBlackFLF';
    margin: 15px 0 15px 0;
    color: #000000;
}

.form-sec span.title {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-family: "Oswald", sans-serif;
    margin: 0 0 8px 0;
}

.form-sec span.title sup {
    color: red;
    top: 0;
    font-size: initial;
}

.form-sec .form-cell {
    margin: 0 0 20px 0;
}

.form-sec .form-cell input {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    padding: 0 15px;
    font-size: 16px;
    color: #000000;
    outline: none !important;
}

.form-sec .form-cell.error input {
    border: 1px solid red;
}

.form-sec .form-cell .file-format {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #000000;
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 300;
}

.form-sec .form-cell .nice-select {
    border: 1px solid #bbbbbb;
    padding: 0 15px;
    height: 48px;
    border-radius: 10px;
}

.form-sec .form-cell .nice-select:after {
    border-bottom: 3px solid #545454;
    border-right: 3px solid #545454;
    height: 9px;
    margin-top: -4px;
    right: 19px;
    width: 9px;
}

.form-sec .form-cell .nice-select.open:after {
    margin-top: -6px;
}

.form-sec .form-cell .nice-select .current {
    position: relative;
    top: 3px;
}

.form-sec .form-cell .nice-select .list {
    width: 100%;
    border: 0;
    margin: 1px 0 0 0;
    border-radius: 10px;
}

.form-sec .form-cell .nice-select .list li {
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
}

.form-sec .form-cell .nice-select .list li:hover {
    background: #0b71f2 !important;
    color: #fff;
}

.form-sec .form-cell .radio-form {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 14px;
}

.form-sec .form-cell .radio-form [type="radio"]:checked,
.form-sec .form-cell .radio-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-sec .form-cell .radio-form [type="radio"]:checked+label,
.form-sec .form-cell .radio-form [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    color: 0;
}

.form-sec .form-cell .radio-form [type="radio"]:checked+label:before,
.form-sec .form-cell .radio-form [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form-sec .form-cell .radio-form [type="radio"]:checked+label:after,
.form-sec .form-cell .radio-form [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/radio-button.webp') center center no-repeat;
    /* background-size: cover; */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid #ddd;
}

.form-sec .form-cell .radio-form [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-sec .form-cell .radio-form [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-sec .form-cell .file-upload-cell {
    border: 1px solid #bbbbbb;
    height: 48px;
    border-radius: 10px;
    font-family: "Oswald", sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-sec .form-cell .file-upload-cell label {
    color: #000000;
    padding: 0;
    cursor: pointer;
    height: 46px;
    font-size: 14px;
    font-weight: 300;
    min-width: 90px;
    border: 0;
    border-right: 1px solid #bbbbbb;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.form-sec .form-cell .file-upload-cell label:hover {
    background: #e7e7e7;
}

.form-sec .form-cell .file-upload-cell .file-chosen {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 300;
    color: #2b2b2b;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
}


.inner-banner {
    padding: 10px;
    background: #fff;
    position: relative;
}

.inner-banner::after {
    width: 286px;
    height: 45px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    content: "";
    background: url('../images/shape-1.webp') center center no-repeat;
}

.inner-banner img {
    border-radius: 20px;
    width: 100%;
}

.banner-contact {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    bottom: -20px;
    right: 65px;
}

.banner-contact .title {
    font-family: 'CollegiateBlackFLF';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 0 5px 0;
}

.banner-contact img {
    width: auto;
}

.banner-contact .cell {
    font-family: "Oswald", sans-serif;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 70px;
    background: #fff;
    border-radius: 35px;
    padding: 0 25px;
}

.banner-contact .cell a {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}

.banner-contact .cell a span {
    display: block;
    color: #000000;
    margin-top: 6px;
    font-weight: 500;
}

.banner-contact .cell a:hover span {
    color: #0b71f2;
}

.banner-contact .cell a:first-child {
    text-align: right;
}

.make-payment {
    font-family: 'CollegiateBlackFLF';
    background: #0a59bb;
    color: #fff;
    border: 8px solid #ccced3;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    height: 86px;
    margin: 30px 0 0 0;
    border-radius: 43px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: scale(1);
}

.make-payment span {
    color: #ffd800;
    margin-left: 5px;
    margin-right: 10px;
}

.make-payment:hover {
    border: 8px solid #0a59bb;
    transform: scale(0.98);
}

.title-btn-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title-btn-wrap .size-chart {
    width: 86px;
    height: 32px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    border: 1px solid #f9d509;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    background: #fff4b8;
}
.title-btn-wrap .size-chart:hover {
    border: 1px solid #d3b400;    
    background: #f6e066;
}
.title-btn-wrap .size-chart.guidelines {
    position: relative;
    margin-top: -10px;
    font-weight: 400;
    height: 25px;
    border-radius: 5px;
    width: 80px;
}


/* Header: start */
header {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
}

header .left,
header .right {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

header .center {
    margin-top: -4px;
}

header .left {
    right: -35px;
}

header .right {
    left: -35px;
}

/* Inner footer */
.inner-footer {
    text-align: center;
    padding: 150px 0 15px 0;
}

.inner-footer span {
    font-family: "Oswald", sans-serif;
    color: #000000;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}

/* Home banner */

.landing-wrap {
    position: relative;
}

.home-banner {
    width: 100%;
    padding: 10px 10px 0 10px;
    background: #fff;
    position: relative;
}

.home-banner .main-image {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.landing-wrap .bottom {
    width: calc(100% - 20px);
    /* padding-bottom: 74px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: url("../images/Patterns.webp") left top 46px repeat-x;
    margin: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    margin-top: -124.6%;
}

.landing-wrap .bottom a.register {
    border: 5px solid #3c5208;
    height: 80px;
    display: inline-block;
    border-radius: 40px;
}

.landing-wrap .bottom a.register span {
    font-family: 'CollegiateBlackFLF';
    background: #0b71f2;
    border: 2px solid #2f88f9;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    border-radius: 35px;
    padding: 0 4px 0 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
}

.landing-wrap .bottom a.register span img {
    margin-left: 12px;
    animation: rotate 10s linear infinite;
}

.landing-wrap .bottom a.register:hover span img {
    animation: rotate 10s linear infinite;
}

.landing-wrap .bottom a.register:hover span {
    background: #1d52ca;
}



.landing-wrap .bottom .mid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    margin-top: 33px;
    padding-bottom: 40px;
}

.landing-wrap .bottom .mid .banner-contact {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: flex-start;
    align-items: center;
    width: 286px;
}

.landing-wrap .bottom .mid .register-cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    font-family: 'CollegiateBlackFLF';
}

.landing-wrap .bottom .mid .register-cell .cell h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.landing-wrap .bottom .mid .register-cell .cell .rw {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.landing-wrap .bottom .mid .register-cell .cell .rw span {
    font-family: 'CollegiateBlackFLF';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    -webkit-text-stroke: 7px #0b71f2;
    paint-order: stroke fill;
}

.landing-wrap .bottom .mid .register-cell .cell .rw span:first-child {
    text-align: right;
}

.landing-wrap .bottom .mid .register-cell .cell .rw span b {
    font-size: 30px;
    font-weight: normal;
    display: block;
}

.landing-wrap .bottom .mid .register-cell .cell a.register-small {
    border: 2px solid #ffc300;
    height: 42px;
    display: table;
    border-radius: 24px;
    margin: 12px auto 0 auto;
}

.landing-wrap .bottom .mid .register-cell .cell a.register-small span {
    font-family: 'CollegiateBlackFLF';
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 38px;
    border-radius: 19px;
    padding: 0 20px 0 0;
    color: #0b71f2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
}

.landing-wrap .bottom .mid .register-cell .cell:last-child a.register-small span {
    padding-right: 0;
    padding-left: 20px;
}

.landing-wrap .bottom .mid .register-cell .cell a.register-small label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0b71f2;
    color: #fff;
    margin-left: 4px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 0.3s;
    cursor: pointer;
}

.landing-wrap .bottom .mid .register-cell .cell:last-child a.register-small label {
    margin-left: 12px;
    margin-right: 4px;
}


.landing-wrap .bottom .mid .register-cell .cell a.register-small:hover {
    border: 2px solid rgba(11, 113, 242, 0.33);
}

.landing-wrap .bottom .mid .register-cell .cell a.register-small:hover span {
    background: #0b71f2;
    color: #fff;
}

.landing-wrap .bottom .mid .register-cell .cell a.register-small:hover label {
    background: #fff;
    color: #0b71f2;
}







.home-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    gap: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.home-footer::after {
    content: "© 2026 All Rights Reserved";
    position: absolute;
    right: 31px;
    bottom: -20px;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.home-footer .cell {
    flex: 1;
}

.home-footer .cell.cntr {
    max-width: 290px;
}

.home-footer .cell.cntr a {
    position: relative;
    bottom: -32px;
    display: block;
}

.home-footer .cell img {
    max-width: 100%;
}

.home-social {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.home-social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a2e49;
}

.home-social a:hover {
    color: #fff;
}

.home-social li.fb a:hover {
    background: #0b71f2;
}

.home-social li.insta a:hover {
    background: #c13584;
}

.register-modal .modal-content {
    background: none;
    border: 0;
}

.register-modal .modal-dialog {
    width: 550px;
}

.register-modal .modal-body {
    background: #053879;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.register-modal .modal-body .cell {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.register-modal .modal-body .cell:hover img {
    filter: brightness(120%);
    width: 100%;
}

.register-modal .modal-body .cell a {
    width: 190px;
    height: 50px;
    border-radius: 25px;
    background: #fff;
    font-family: 'CollegiateBlackFLF';
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #001e43;
    font-size: 14px;
}

.register-modal .modal-body .cell a:hover {
    background: #eda614;
}

.register-modal .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    background: none;
    border: 0;
    padding: 0;
    right: -2px;
    top: -2px;
    transform: scale(1);
}

.register-modal .close-btn:hover {
    transform: scale(1.1);
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.page-two {
    background: #f3f2f2;
    height: calc(100dvh - 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 30px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.page-two.two {
    background: url("../images/bg-1.webp") center center no-repeat;
    background-size: cover;
}

.page-two>img {
    flex: 1;
    max-height: 490px;
    object-fit: contain;
    min-height: 0;
    width: auto;
    max-width: 100%;
}

.page-two>img.two {
    max-height: 236px;
}

.page-two h1 {
    font-family: 'CollegiateBlackFLF';
    font-size: 40px;
    text-transform: uppercase;
    color: #0a59bb;
    margin: 0;
    text-align: center;
}

.header-style-2 {
    top: 0;
}

.footer-style-2 {
    padding-top: 15px !important;
}

.page-two .mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-two .mid p {
    font-size: 38px;
    text-transform: uppercase;
    display: block;
    font-family: "Oswald", sans-serif;
    margin: 30px 0 0 0;
    text-align: center;
}

.page-two .mid a {
    border: 5px solid #dad7d7;
    height: 60px;
    display: inline-flex;
    align-items: center;      /* ⭐ IMPORTANT */
    justify-content: center;  /* ⭐ IMPORTANT */
    border-radius: 40px;
    margin-top: 10px;
    background: #0b71f2;
    text-decoration: none;    /* recommended */
    vertical-align: middle;   /* ⭐ Safari fix */
    -webkit-font-smoothing: antialiased;
}

.page-two .mid a span {
    font-family: "Roboto", sans-serif;
    border: 2px solid #2f88f9;
    height: 50px;
    border-radius: 35px;
    padding: 0 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: 0.3s;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    white-space: nowrap; /* prevents wrapping issues */
}

.page-two .mid a:hover span {
    background: #1d52ca;
}








.page-two .mid a.wtsp span {
    text-transform: initial;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    background: #25d366;
    border: 2px solid #19cb5b;
}
.page-two .mid a.wtsp span i {
    font-size: 22px;
    margin-right: 4px;
}
.page-two .mid a.wtsp:hover span {
    background: #128c7e;
    border: 2px solid #08a341;
}


.green-sec {
    width: 100%;
    min-height: 100dvh;
    /* Background moved to .green-sec-bg for Safari fix */
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: row;
    padding: 0 60px 120px 60px;
}

.green-sec-bg {
    position: absolute;
    inset: 0;
    clip-path: inset(0);
    z-index: -1;
}

.green-sec-bg::before {
    content: '';
    position: fixed;
    inset: 0;
    background: url('../images/green-bg.webp') center center no-repeat;
    background-size: cover;
    will-change: transform;
    z-index: -1;
}

.green-sec::after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    background: url('../images/round_pattern.webp') center top repeat-x;
    content: '';
    height: 15px;
}

.green-sec .cell-1 {
    flex: 1;
    min-width: 467px;
}

.green-sec .cell-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.green-sec .cell-2 .inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100dvh;
    /* background: red; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.green-sec .cell-2 img {
    width: 100%;
    position: relative;
    top: 0;
    transition: 0.3s;
}

.green-sec .cell-3 {
    flex: 1;
    min-width: 467px;
}

/* cl-1 */
.green-sec .cl-1 {
    padding: 50px 0;
}

.green-sec .cl-1 h3 {
    font-family: 'CollegiateBlackFLF';
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    line-height: 1;
}

.green-sec .cl-1 h3 span {
    display: block;
    font-size: 36px;
    color: #efa326;
    display: block;
    margin: 0 0 10px 0;
}

.green-sec .cl-1 .rw {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px 0 0 0;
}

.green-sec .cl-1 .rw span {
    font-family: 'CollegiateBlackFLF';
    font-size: 18px;
    text-transform: uppercase;
    color: #e8ac17;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    padding-left: 30px;
}

.green-sec .cl-1 .rw span img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -5px;

}

/* cl-2 */
.green-sec .cl-2 {
    font-family: 'CollegiateBlackFLF';
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.green-sec .cl-2 span {
    font-size: 72px;
    line-height: 1;
    color: #e5bd2a;
}

.green-sec .cl-2 label {
    font-size: 24px;
    line-height: 1;
    color: #e5bd2a;
    text-transform: uppercase;
}

.green-sec .cl-2 .cntr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-sec .cl-2 .cntr label {
    color: #fff;
    text-align: center;
}

/* cl-3 */
.green-sec .cl-3 {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin: 40px 0 0 0;
}

.green-sec .cl-3 div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 10px 0 0 0;
}

.green-sec .cl-3 div img {
    position: relative;
    margin-top: -2px;
    width: 11px;
}

.green-sec .cl-3 div span {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: table;
    font-weight: 600;
    text-transform: capitalize;
}

/* cl-4 */
.green-sec .cl-4 {
    text-align: center;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.green-sec .cl-4 .title {
    font-family: 'CollegiateBlackFLF';
    color: #69abff;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 10px 0;
}

.green-sec .cl-4 div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.green-sec .cl-4 div label {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.green-sec .cl-4 img {
    width: 12px;
    position: relative;
    margin-top: -2px;
}

/* cl-5 */
.green-sec .cl-5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 0;
}

.green-sec .cl-5 .title {
    font-family: 'CollegiateBlackFLF';
    font-size: 24px;
    color: #69abff;
    margin: 0 0 10px 0;
    text-align: center;
}

.green-sec .cl-5 div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 30px;
    gap: 10px 20px;
    width: 100%;
    flex-wrap: wrap;
}

.green-sec .cl-5 div span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    gap: 5px;
}

.green-sec .cl-5 div span img {
    position: relative;
    margin-top: -3px;
    width: 12px;
}

.green-sec .cl-5 label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 8px 0 0 0;
    text-align: center;
}

/* cl-6 */
.green-sec .cl-6 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin: 30px 0 0 0;
}

.green-sec .cl-6 .title {
    font-family: 'CollegiateBlackFLF';
    color: #69abff;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-align: center;
}

.green-sec .cl-6 .d1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 0 8px 0;
}

.green-sec .cl-6 .d1 span {
    font-family: "Montserrat", sans-serif;
    color: #e5bd2a;
    font-size: 18px;
    line-height: 1;
    display: table;
    text-align: center;
    font-weight: 600;
}

.green-sec .cl-6 .d1 span img {
    position: relative;
    margin-top: -4px;
    height: 12px;
}

.green-sec .cl-6 .d2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px 15px;
    flex-wrap: wrap;
}

.green-sec .cl-6 .d2 span {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.green-sec .cl-6 .d2 span img {
    position: relative;
    margin-top: -3px;
    height: 12px;
}

/* cl-7 */
.green-sec .cl-7 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin: 30px 0 0 0;
    border: 6px solid #184466;
    padding: 40px;
    border-style: dotted;
    border-radius: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.green-sec .cl-7 .title {
    font-family: 'CollegiateBlackFLF';
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-align: center;
}

.green-sec .cl-7 .d1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 0 8px 0;
}

.green-sec .cl-7 .d1 span {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: table;
    text-align: center;
    font-weight: 600;
}

.green-sec .cl-7 .d1 span img {
    position: relative;
    margin-top: -3px;
    height: 12px;
}
.green-sec .cl-7 p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 24px;
    text-align: center;
}
.green-sec .cl-7 p span {
    color: #fcc153;
    font-weight: 700;
}
.green-sec .cl-7 p:last-child {
    margin-bottom: 0;
}

/* cl-8 */
.green-sec .cl-8 {
    text-align: center;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.green-sec .cl-8 .title {
    font-family: 'CollegiateBlackFLF';
    color: #69abff;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px 0;
}

.green-sec .cl-8 p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fcc153;
    text-transform: uppercase;
    margin: 0;
}

/* cl-9 */
.green-sec .cl-9 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin: 30px 0 0 0;
}

.green-sec .cl-9 .title {
    font-family: 'CollegiateBlackFLF';
    color: #69abff;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 10px 0;
    text-align: center;
}

.green-sec .cl-9 .d1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 0 8px 0;
}

.green-sec .cl-9 .d1 span {
    font-family: "Montserrat", sans-serif;
    color: #e5bd2a;
    font-size: 18px;
    line-height: 1;
    display: table;
    text-align: center;
    font-weight: 600;
}

.green-sec .cl-9 .d1 span img {
    position: relative;
    margin-top: -3px;
    height: 12px;
}

.green-sec .cl-9 .d2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.green-sec .cl-9 .d2 span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.green-sec .cl-9 .d2 span img {
    position: relative;
    margin-top: -3px;
    height: 12px;
}



/* not just league */
.not-just-league h6 {
    font-family: 'CollegiateBlackFLF';
    font-size: 25px;
    color: #fff;
    margin: 60px 0 0 0;
    padding: 0;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}
.not-just-league h6 span {
    color: #efa326;
}
.not-just-league h6 label {
    font-size: 30px;
}









/* Sticky Inner Section */
.green-sec .cell-2 .inner.sticky-fixed {
    position: fixed;
    top: 0;
    left: auto;
    bottom: auto;
}

.green-sec .cell-2 .inner.sticky-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 0;
}

/* .green-sec .cell-2 .inner.sticky-bottom img.both {
    top: -60px;
} */

.register-nxt {
    border: 5px solid #042238;
    height: 72px;
    display: inline-block;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    top: -130px;
    transform: translateX(-50%);
    width: 255px;
}

.register-nxt span {
    font-family: 'CollegiateBlackFLF';
    background: #0b71f2;
    border: 2px solid #2f88f9;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    border-radius: 35px;
    padding: 0 4px 0 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
}

.register-nxt span img {
    margin-left: 12px;
    animation: rotate 10s linear infinite;
    width: auto !important;
    width: 37px;
    height: 37px;
}

.register-nxt:hover span img {
    animation: rotate 10s linear infinite;
}

.register-nxt:hover span {
    background: #1d52ca;
}
.register-nxt {
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    margin-top: 50px;
}
.modal-content.guidelines {
    max-width: 650px;
}
.guidelines-wrap {
    display: flex;
    flex-direction: row;
    padding: 30px;
    gap: 50px;
}
.guidelines-wrap ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.guidelines-wrap ul li {
    margin-bottom: 15px;
    padding-left: 18px;
    position: relative;
}
.guidelines-wrap ul li::after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
}
.guidelines-wrap h2 {
    font-family: 'CollegiateBlackFLF';
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding-left: 26px;
}
.guidelines-wrap h2 img {
    position: absolute;
    left: 0;
    top: -2px;
}
.guidelines-wrap h2.clr-1 {
    color: #0b71f2;
}
.guidelines-wrap h2.clr-2 {
    color: #f50a4c;
}













.is-mac-safari .green-sec .cl-1 .rw span img {
    top: -7px;
}
.is-mac-safari .green-sec .cl-5 div span img {
    margin-top: -1px;
}
