﻿.page-header {
    margin-bottom: 30px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 80px;
    line-height: 63px;
    margin-top: 30px;
    font-family: Rubik-Medium;
}

h2 {
    font-family: Rubik-Medium;
}

.button-apply {
    margin-top: 48px;
}

.page-subheader {
    font-family: IBM Plex Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -6%;
}

.section-number {
    color: rgba(32, 65, 163, 0.2);
    font-family: Rubik-Medium;
    font-weight: 500;
    font-size: 56px;
    leading-trim: Cap height;
    line-height: 72px;
    letter-spacing: -4%;
}

.tag {
    display: inline-block;
    background-color: #e9ecef;
    color: #007bff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
    margin-right: 5px;
    margin-bottom: 5px;
    color: rgba(32, 65, 163, 1);
}

.divider {
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.comp-back {
    background-image: url('/img/comp-1.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.section-title-main {
    font-family: Rubik-Medium;
    font-weight: 500;
    font-size: 32px;
    leading-trim: Cap height;
    line-height: 35.2px;
    letter-spacing: -1.3px;
    text-transform: uppercase;
}

.mt-128 {
    margin-top: 128px;
}

.card-custom {
    font-family: Rubik-Medium;
    background-color: #F4F5FA;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    height: 262px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('/img/ant-icon.png');
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 18px;
}

    .card-custom p {
        font-family: IBM Plex Mono;
        font-weight: 400;
        font-size: 16px;
        line-height: 19.2px;
        letter-spacing: -6%;
    }

    .card-custom.card-reverse {
        background-color: rgba(32, 65, 163, 1);
        justify-content: start;
        background-image: url('/img/ant-icon-white.png');
    }

.L-White {
    color: white !important;
}

.card-title {
    font-family: IBM Plex Mono;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -5%;
    color: #1e40af;
    width: 93%;
}



.radial-grad {
    background: radial-gradient(144.57% 383.53% at 77.84% 15.51%, #2041A3 0%, #3962DD 40.34%, #0C183D 100%);
    padding: 64px;
    text-align: center;
}

    .radial-grad span {
        font-family: Rubik;
        font-size: 32px;
        leading-trim: Cap height;
        line-height: 35.2px;
        letter-spacing: -4%;
        text-align: center;
        color: white;
        text-transform: uppercase;
    }

.list-group-item {
    background-color: #F4F5FA;
    border: none;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
}

.list-group-content {
    font-family: IBM Plex Mono;
    font-weight: 400;
    font-size: 20px;
    line-height: 22.6px;
    letter-spacing: -3%;
}


.list-group-item .icon-container {
    text-align: right;
}

    .list-group-item .icon-container svg {
        vertical-align: top;
    }

.icon {
    font-size: 20px;
    color: #1e40af;
    margin-right: 10px;
}

.comp-slider span {
    font-family: IBM Plex Mono;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -1%;
}

.slider-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slider-image {
    height: 400px;
}

.T3_reg {
    line-height: 19.2px;
}