body {
    color: #000;
    margin: 0;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}

.title {
    position: relative;
    font-size: 24px;
    line-height: 100%;
    font-family: "Poppins", sans-serif;
    color: #1e1e1e;
    text-align: left;
}

.navbar {
    border-bottom: 1px solid #b3b8c2;
    padding: 32px;
    font-size: 24px;
}

.main {
    background-image: url('/img/bg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 200px;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-attachment: fixed;
}

.main-overlay {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    backdrop-filter: blur(6px);
    background-color: rgba(217, 217, 217, 0.25);
}

.fill-form {
    color: #77777b;
    text-align: center;
    line-height: 2.2em;
}

.fill-form .fill {
    text-transform: uppercase;
    font-size: 18px;
    color: #103a71;
    font-weight: bold;
}

.text-primary {
    color: #103a71 !important;
}

.btn-primary, .bg-primary {
    background-color: #103a71;
}

.content-card {
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
.card-logo {
    margin-bottom: 26px;
}

.btn-submit {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #f5f5f5;
    text-align: center;
    width: 272px;
    margin: 49px auto 0 auto;
    display: block;
    border-radius: 8px;
    padding: 12px;
}
.enroll_form_container label {
    display: block;
}
.form-control::placeholder {
    color: #B3B3B3;
}
.capitalize {
    text-transform: capitalize;
}
a {
    color: #356FCC;
    text-decoration: none;
}
a:hover {
    color: #103a71;
}
.global-footer {
    background-color: #0076e7;
    border-top: 1px solid #e4e4e7;
    padding: 31px 10px;
    font-size: 15px;
    color: #fff;
}
.svg-icon {
    height: 24px;
    width: 24px;
}
.info-block {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    text-align: left;
    font-size: 12px;
    color: #000;
    padding: 10px 12px;
    gap: 8px;
    margin-bottom: 40px;
}
.info-block p {
    align-self: center;
}
.bg-gray {
    background-color: #F6F6F6;
}
.intro-info {
    background-color: #fff;
    background-image: url("/img/abstract-bg2.png");
    background-size: cover;
    background-position: center;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.02em;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #103a71;
}
.intro-text, .outro-text {
    max-width: 900px;
    font-size: 16px;
    line-height: 140%;
    font-family: "Roboto", sans-serif;
    color: #929295;
    padding: 20px 40px;
}
.intro-text h1 {
    width: 100%;
    position: relative;
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 120%;
    font-weight: 600;
    color: #103a71;
    text-align: left;
    display: inline-block;
}
.outro-text h2 {
    width: 100%;
    position: relative;
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 120%;
    font-weight: 600;
    color: #103a71;
    text-align: left;
    display: inline-block;
}
.py-big {
    padding-top: 60px;
    padding-bottom: 60px;
}
.box-shadow {
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
}
.intro-blocks {
    padding-bottom: 40px;
}
.box {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
}
.box p{
    text-align: center;
    color: #77777b;
}
.box strong {
    margin: 10px 0;
}
.box-container {
    gap: 30px;
    margin-top: 40px;
}
.box-img-container {
    height: 120px;
    display: flex;
    vertical-align: middle;
}
.outro-info {
    gap: 50px;
}
.important-info {
    padding-left: 15px;
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    color: #103a71;
    text-align: left;
    font-weight: 500;
    border-left: 4px solid #103a71;
    margin-bottom: 30px;
}
.check-list {
    list-style: none;
    text-indent: 0;
    padding: 0;
}
.check-list li::before {
    content: "";
    display: block;
    width: 18px;
    height: 13px;
    background: url("/img/check.svg");
    position: absolute;
    margin-left: -30px;
    margin-top: 5px;
}
.check-list li {
    margin-left: 30px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #242424;
    font-weight: 500;
    margin-bottom: 22px;
}
.subheading {
    width: 100%;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    color: #0076e7;
    text-align: left;
}
.light-left-line {
    border-left: 4px solid #0076e7;
    padding: 0 15px;
    margin: 20px 0;
}
.light-left-line p:last-child {
    margin-bottom: 0;
}
.yt-player {
    margin: 0 auto;
    width: 100%;
    max-width: 954px;
    display: block;
}
.yt-player .ytp-title{
    display: none !important;
}
.feature-heading {
    width: 100%;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 120%;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #0076e7;
    text-align: left;
    display: block;
}
.text-right {
    text-align: right;
}
.feature-row {
    margin-top: 40px;
}
.feature-text p {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 120%;
    color: #77777b;
}
.feature-icon .img-fluid {
    height: 100%;
    width: 100%;
    max-height: 100px;
    max-width: 100px;
}
.features {
    margin-bottom: 60px;
}
.input-info {
    opacity: 0;
    top: 0;
    right: 0;
    margin: -5px 12px 0 0;
    max-width: 219px;
    position: absolute;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 6px 8px;
    text-align: left;
    font-size: 10px;
    color: #6a6a6a;
    font-family: "Poppins", sans-serif;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.08));
}
.form-sent-text {
    margin: 30px 0;
}
.back-btn {
    border-radius: 4px;
    border: 1px solid #103a71;
    box-sizing: border-box;
    padding: 8px 26px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
.back-btn:hover {
    border: 1px solid #0076e7;
    color: #0076e7;
}
.result-container {
    padding: 40px 80px;
}
@media screen and (max-width: 860px) {
    .flex-break {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}
.input-alert.hidden {
    opacity: 0;
    transform: translateY(4px);
    transition: all 0.2s ease-in-out;
}
.input-alert {
    opacity: 1;
    font-size: 14px;
    position: relative;
    --bs-alert-padding-x: 0.4rem;
    --bs-alert-padding-y: .2rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: 1px;
}
.alert-container {
    margin-top: -14px;
    position: absolute;
}
.input-alert img{
    color: #842029;
}
.hidden {
    opacity: 0;
}
label.required {
    float: left;
}
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}