.container {
    max-width: 1210px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.brxe-container {
    width: 100% !important;
}

body,
html {
    overflow-x: hidden;
}

body, p, li, span, div {
    font-family: "CenturyGothic";
    color: #6C6A72;
    font-size: 16px;
}

h1, h2, h3, .h3, h4, h5, h6, .h6,
.font-title {
    font-family: "BangoPro";
    color: #0A203E;
    font-weight: 400;
}

h2 {
    line-height: 130%;
    font-weight: 400;
}

h3 {
    font-size: 36px;
    line-height: 130%;
}

h4 {
    line-height: 120%;
    font-size: 21px;
}

h6,
.h6 {
    font-size: 19px;
    line-height: 130%;
}

.fs-18,
.fs-18 > p,
.fs-18 > ul li,
.fs-18 > ol li {
    font-size: 18px;
    line-height: 140%;
}

.fs-18 > ul li,
.fs-18 > ol li {
    color: #0a203e;
}

.fs-14,
.fs-14 > p {
    font-size: 14px;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul li,
ol li {
    padding-inline-start: 0px;
    margin-bottom: 10px;
}


ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}

ul {
    padding-inline-start: 25px;
    margin-block-start: 0;
    margin-block-end: 0;
}

ol {
    padding-inline-start: 25px;
    margin-block-start: 10px;
    margin-block-end: 0;
}

.brxe-text > p {
    margin-bottom: 8px;
}

.brxe-text > p:last-child {
    margin-bottom: 0;
}

h2.mb30,
body .mb30.fs-18,
.mb30 {
    margin-bottom: 30px;
}

h2.mb-21,
img.mb-21 {
    margin-bottom: 21px;
}

.radius-21 {
    border-radius: 21px;
    overflow: hidden;
}

.h1-style {
    color: #fff;
    line-height: 100%;
}

.fs-text > p {
    font-weight: 300;
    font-size: 40px;
    line-height: 140%;
    font-family: "BangoPro";
}

.fs-text > p strong {
    background: #95d23c;
}

.font-title.text-white,
.text-white,
p.text-white,
.text-white p,
.fs-text > p {
    color: #fff;
}

.btn-text.brxe-button {
    display: flex;
    width: fit-content;
}

.btn-blue {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.6);
    background: #5ac1bd;
    padding: 9px;
    min-width: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1000px;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #0a203e;
    transition: all 0.3s ease;
}

.btn-blue:hover {
    background: #49b1ad;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);

}

a.btn-green {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: #95D23C;
    font-weight: bold;
    color: #fff;
    display: flex;
    font-size: 20px;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

a.btn-green:hover {
    background: #7CB62F;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.but {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 9px 17px;
    border-radius: 34px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;

}

.orange_button {
    background: #FE2221;
    border: 2px solid #FE6464;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10), 0 10px 20px rgba(0, 0, 0, 0.10);
    transition: all .3s ease;
    color: #fff;
}

.orange_button:hover {
    background: #ff3b3b;
    border-color: #ff8a8a;
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15), 0 14px 28px rgba(0, 0, 0, 0.15);
}

.btn-text {
    display: inline-block;
    font-size: 17.5px;
    font-weight: bold;
}

.but.orange_button .btn-text {
    color: #fff;
}

.white_button {
    box-shadow: 0 10px 10px -5px rgba(255, 111, 97, 0.2), 0 10px 25px -5px rgba(255, 213, 79, 0.3);
    background: rgba(255, 255, 255, 0);
    transition: all .3s ease;
    color: #212121;
}

.white_button:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.but.white_button .btn-text {
    color: #212121;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.section-gradient {
    background: linear-gradient(171deg, rgba(255, 213, 79, 0.1) 0%, rgba(255, 111, 97, 0.1) 100%);
}

.section-gradient-blue {
    background: linear-gradient(163deg, rgba(129, 212, 250, 0.1) 0%, rgba(165, 214, 167, 0.1) 100%);
}

.section-blue {
    background: #def5ff;
}

.text-black,
.text-black > p {
    color: #0A203E;
}

.text-gradient,
h2.text-gradient {
    background: linear-gradient(90deg, #fe2221 0%, #ffbb00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.image-shadow {
    box-shadow: 0 10px 10px -5px rgba(255, 111, 97, 0.2), 0 10px 25px -5px rgba(255, 213, 79, 0.3);
}

.mt-fs {
    margin-top: 78px;
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0a203e;
}

.logo-size {
    height: 234px;
    width: 250px;
}

.flex-basis-614 {
    flex-basis: 614px;
}

.flex-basis-566 {
    flex-basis: 566px;
}

.list-black > ul,
.list-row__red > ul {
    padding-inline-start: 0;
    list-style-type: none;

}

.list-row__red > ul {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
    align-items: center;
}

.list-row__red > ul li,
.list-black > ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-black > ul li {
    margin-bottom: 5px;
}

.list-row__red > ul li {
    margin-bottom: 0;
}

.list-row__red > ul li:last-child {
    margin-bottom: 0;
}

.list-black > ul li::before,
.list-row__red > ul li:before {
    content: '';
    height: 16px;
    width: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-row__red > ul li:before {
    background: url("/wp-content/uploads/2026/03/list-red.svg") center/cover no-repeat;
}

.list-black > ul li::before {
    background: url("/wp-content/uploads/2026/03/list-black.svg") center/cover no-repeat;
}

@media screen and (min-width: 991px) {
    h2 {
        font-size: 54px;
    }

    .h1-style {
        font-size: 69px;
    }

    .fs-text > p {
        font-size: 40px;
    }

    .std-pb {
        padding-bottom: 80px;
        padding-top: 80px;

    }

    .padding-fs {
        padding-top: 192px;
        padding-bottom: 92px;
    }

    .program-fs {
        padding: 48px 0 50px 0;
    }

    .padding-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 990.98px) {
    h2 {
        font-size: 36px;
    }

    .h1-style {
        font-size: 58px;
    }

    .fs-text > p {
        font-size: 44px;
        line-height: 120%;
    }

    .std-pb {
        padding-bottom: 60px;
        padding-top: 60px;

    }

    .padding-fs {
        padding-top: 46px;
        padding-bottom: 39px;
    }

    .program-fs {
        padding: 48px 0 39px 0;
    }

    .padding-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 766.98px) {
    .flex-basis-614,
    .flex-basis-566 {
        flex-basis: unset;
    }
}


/* Legal Page  */
body .legal-pages,
.legal-pages div,
.legal-pages p,
.legal-pages ul li{
    color: #0a203e;
    font-weight: 400;
}

.legal-pages h1 {
    font-size: 43px;
    line-height: 100%;
}


.legal-pages p {
    font-size: 18px;
}
.legal-pages ul li,
.legal-pages .brxe-text > p{
    margin-bottom: 0;
}
.legal-pages a:hover{
    color: #fb5e40;
}
@media screen and (min-width: 991px) {
    .legal-pages {
        padding-top: 30px;
        padding-bottom: 48px;
    }
    .legal-pages h2{
        font-size: 45px;
        line-height: 140%;
    }
}

@media screen and (max-width: 990.98px) {
    .legal-pages {
        margin-top: 20px;
        padding-bottom: 36px;
    }
    .legal-pages h2{
        font-size: 35px;
        line-height: 130%;
    }


}

/*End Legal Page */