@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

body,
html {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-size: 16px;
    line-height: 1.5;
}

p {
    margin-bottom: 1rem;
}

ul {
    list-style: none;
}

a {
    color: #0f49b9 !important;
}

.bg-website {
    background-color: #0f49b9;
    color: #ffffff;
}

#header-main {
    background: #ffffff;
    color: #9db8d2;
}

#header-main .header-wrap {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-main .header-wrap .toggler:hover,
#header-main .header-wrap .toggler:focus {
    cursor: pointer;
}

#header-main .header-wrap .toggler:hover .mid-line,
#header-main .header-wrap .toggler:focus .mid-line {
    width: 1rem;
    margin: auto;
}

#header-main .header-wrap .toggler .top-line,
#header-main .header-wrap .toggler .mid-line,
#header-main .header-wrap .toggler .bot-line {
    transition: width 0.4s ease-out;
    background: #9db8d2;
    color: #9db8d2;
    width: 2rem;
    height: 2px;
    margin: 7px;
}

#sidenav {
    width: 0;
    height: 100%;
    position: fixed;
    right: -2px;
    top: 0;
    background: #1049b9;
    overflow-x: hidden;
    transition: 0.4s ease-in;
    z-index: 1;
    border: #1049b9 solid 1px;
}

#sidenav .sidenav-wrap {
    padding: 2rem;
}

#sidenav .sidenav-wrap ul {
    padding-top: 3rem;
}

#sidenav .sidenav-wrap ul li {
    padding: 1rem 0;
    margin-left: -2rem;
    margin-right: -2rem;
}

#sidenav .sidenav-wrap ul li.current {
    font-weight: bold;
}

#sidenav .sidenav-wrap ul li.current a {
    color: #ffffff;
}

#sidenav .sidenav-wrap ul li:hover a,
#sidenav .sidenav-wrap ul li:focus a {
    color: #fff;
    text-decoration-line: none;
    background-color: transparent !important;
}

#sidenav .sidenav-wrap ul li a {
    padding-left: 2rem;
}

#sidenav .sidenav-wrap span {
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    color: #ffffff;
    font-size: 2rem;
}

#sidenav .sidenav-wrap span:hover,
#sidenav .sidenav-wrap span:focus {
    cursor: pointer;
}

.navbar-right {
    float: right !important;

    color: #0f49b9;
}

.navbar-right > li > a {
    color: #0f49b9 !important;
}

.navbar-default {
    border: none;
}

.togglerBtn {
    display: none !important;
}

/**********************************/
/* header style */
.header-title {
    color: #0f49b9;
    font-size: var(--font-h2);
    font-weight: bold;
}

.header-paragraph {
    color: #0f49b9;
    line-height: 17px;
}

.header-company {
    color: #0f49b9;
    font-weight: normal;
}

.header-section {
    display: flex;
    align-items: center;
    margin-bottom: -25px;
}

/****************************************/
/* home page boxes styles */

.training-in-cyber-box {
    background-color: #00cfcb;
    color: #ffffff;
    border-radius: 15px;
    padding: 70px;
    line-height: 5px;
    height: 580px;
}

.buttons {
    position: absolute;
    bottom: 20px;
}

.nav-tabs > li {
    float: center;
}

.nav.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.buttons > button {
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    padding-right: 20px;
    padding-left: 20px;
}

main#content-main {
    margin-top: 0px !important;
}

.buttons > button > a {
    color: #ffffff;
}

.buttons > button > a:hover {
    color: #ffffff;
    text-decoration-line: none;
}

.buttons > button:hover {
    color: #ffffff;
    background-color: #00cfcc67;
}

.career-opportunities-box {
    background-color: #1049b9;
    color: #ffffff;
    border-radius: 15px;
    padding: 70px;
    line-height: 5px;
    height: 580px;
}

@media (min-width: 1200px) {
    .career-opportunities-box {
        margin-left: -15px;
    }
    .training-in-cyber-box {
        margin-right: -15px;
    }
}

.boxes {
    margin-bottom: 50px;
}

/****************************/
/* info-number-trainings-boxes-in-home-page */
.info-number-trainings-box {
    border: solid 1px #00cfcb;
    border-radius: 15px;
    margin: 0;
    margin-left: 15px;
}

.info-number-trainings {
    color: #00cfcb;
}

.info-number-trainings-paragraph {
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
}

.info-number-Education-paragraph {
    padding: 41px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-top: 20px;
}

.info-number-cybersecurity-trainings-paragraph {
    padding: 41px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-top: 63px;
}

.info-number-jobs-trainings-paragraph {
    padding: 34px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-left: 20px;
}

.info-number-training-providers {
    color: #00cfcb;
    padding-top: 20px;
    font-size: 40px;
}

.info-number-training-providers-paragraph {
    color: #00cfcb;
    font-size: 18px;
}

.info-number-promoting-gender-paragraph {
    padding: 47px;
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #0f49b9;
    padding-left: 20px;
    border-radius: 15px;
}

.info-number-european-cyber-companies {
    border: solid 1px #0f49b9;
    border-radius: 15px;
    font-size: 40px;
    padding: 41px;
    padding-top: 0px;
}

.info-number-training-providers-section {
    border: solid 1px #00cfcb;
    border-radius: 15px;
    font-size: 40px;
}

.info-number-companies {
    color: #0f49b9;
    padding-top: 20px;
}

.cyber-security-training-providers {
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding: 20px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.info-number-cyber-security-training-providers {
    font-size: 40px;
    color: #00cfcb;
}

.info-number-cyber-security-training-providers-paragraph {
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
}

.info-number-companies-paragraph {
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0px;
}

.numbers-informations {
    margin-top: 70px;
}

.second-numbers-row-info {
    margin: 70px;
}

.promoting-paragraph {
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
    padding: 41px;
    border: solid #0f49b9 1px;
    border-radius: 15px;
}

.jobs-and-trainings-paragraph {
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
    padding: 41px;
    border: solid #0f49b9 1px;
    border-radius: 15px;
    padding-bottom: 14px;
}

.second-info-row {
    margin-top: 20px;
}

/********************************/
.banner {
    background-color: #f0f0f0;
    background-size: 100% auto;
    height: 500px;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 70px;
}

.in-blue {
    color: #0f49b9;
}

.btn-talent-pool {
    background-color: #0f49b9;
    color: #ffffff;
}

.btn-talent-pool:hover {
    color: #ffffff;
}

.btn-discounts {
    background-color: #0069e9;
    color: #ffffff;
}

.btn-discounts:hover {
    color: #ffffff;
}

.btn-mentorship {
    background-color: #00cfcb;
    color: #ffffff;
}

.btn-mentorship:hover {
    color: #ffffff;
}

.second-row-of-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-career-paths {
    background-color: #00cfcb;
    color: #ffffff;
}

.btn-career-paths:hover {
    color: #ffffff;
}

.btn-insights {
    background-color: #0069e9;
    color: #ffffff;
}

.btn-insights:hover {
    color: #ffffff;
}

.btn-european-cyber-jobs-map {
    background-color: #0f49b9;
    color: #ffffff;
}

.btn-european-cyber-jobs-map:hover {
    color: #ffffff;
}

/***********************************/
/* resources style */
.resources {
    padding-top: 70px;
    padding-bottom: 50px;
}

.features-artilce {
    border: solid 1px #0f49b9;
    border-radius: 15px;
    padding: 10px;
    height: 100%;
}

.features-artilce-image {
    margin-bottom: 15px;
    object-fit: cover;
    max-height: 200px;
}

.category-name > p {
    font-size: 15px;
    font-weight: 400;
    color: #0f49b9;
}

.features-artilce-title > h3 {
    font-size: 18px;
    color: #0f49b9;
    font-weight: bold;
}

.features-artilce-title > a {
    font-size: 18px;
    color: #0f49b9;
    font-weight: bold;
}

.hr-resources-divider {
    border-top: solid 2px #0f49b9;
}

.resource-image-home-page {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    min-height: 60px;
}

.btn-default-all-resources {
    color: #0f49b9;
    font-size: 15px;
    background-color: #ffffff;
    border: solid 1px #0f49b9;
    margin-top: 25px;
}

.btn-default-all-resources:hover {
    color: #0f49b9;
}

/*End of the resources style*/
/* Start of the footer style */
footer {
    margin-top: 100px;
}

.subscribe {
    border: solid #0f49b9 1px;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subscribe-title {
    font-size: 18px;
    color: #0f49b9;
}

.btn-subscribe {
    background-color: #ff4461;
    font-size: 18px;
    color: #ffffff;
}

.btn-subscribe:hover {
    color: #ffffff;
}

.footer-banner {
    margin-top: 50px;
}

.footer-list-title {
    font-size: 15px;
    color: #0f49b9;
    font-weight: bold;
    margin-bottom: 0;
}

.footer-list-menu-item {
    font-size: 15px;
    color: #0f49b9;
}

.powered-by {
    font-size: 15px;
    font-weight: bold;
    color: #00cfcb;
}

.image-footer-logos {
    padding: 0px;
    padding-right: 10px;
}

.dashed-hr {
    border-top: dashed 1px #0f49b9;
    margin-top: 15px;
    margin-bottom: 5px;
}

.footer-list > li > a {
    color: #0f49b9;
    font-size: 15px;
}

.footer-list > li,
a:hover {
    color: #0f49b9;
    text-decoration-line: none;
}

/* End of the footer style */
/* About Page */
/*Header Banner about page */
.about-section {
    display: flex;
    align-items: center;
}

.about-section-color {
    background-color: #e5ebf8;
    padding-top: 45px;
    /* MD-DEV */
    padding-bottom: 45px;
    /* /MD-DEV */
}

.about-section-color-cyber-ranges {
    background-color: #e5ebf8;
    padding-top: 25px;
    padding-bottom: 100px;
}

.header-about-subtitle {
    font-size: 16px;
    color: #0f49b9;
    font-weight: normal;
}

/* jobs in about page */

.header-about-subtitle-bold {
    font-size: 18px;
    color: #0f49b9;
    font-weight: bold;
}

.header-about-summary {
    font-size: 20px;
    color: #0f49b9;
    max-width: 750px;
    font-weight: medium;
    margin-top: 4px;
}

.jobs-section {
    margin-top: 50px;
}

.jobs-boxes {
    margin-bottom: 50px;
}

.info-number-european-cyber-companies-box {
    padding: 41px;
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #0f49b9;
    border-radius: 15px;
    padding-top: 20px;
}

.info-number-european-cyber-companies-box-training {
    padding: 41px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-top: 20px;
}

.info-number-european-cybersecurity-trainings-for-all-levels-of-expertise {
    padding: 41px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-top: 20px;
}

.info-number-european-cybersecurity-trainings-for-all-levels-of-expertise-talentpool {
    padding-right: 34px;
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #0f49b9;
    border-radius: 15px;
    padding-left: 19px;
    padding-top: 21px;
}

.numbers-informations-jobs-trainings-in-about-page {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-info-number-european-cyber-companies {
    color: #0f49b9;
}

.about-info-number-european-cyber-companies-trainings {
    color: #00cfcb;
}

.about-info-text-european-cyber-companies {
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
}

.about-info-text-european-cyber-companies-trainings {
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
}

.info-number-promoting-gender-balance-text {
    padding: 34px;
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #0f49b9;
    border-radius: 15px;
    padding-bottom: 33px;
}

.info-number-promoting-gender-balance-text-trainings {
    padding: 34px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-bottom: 33px;
}

.info-number-pool-of-talents-for-the-european-text-trainings {
    padding: 34px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-bottom: 60px;
}

.info-number-about-info-number-european-cybersecurity-trainings-for-all-levels-of-expertise {
    padding: 34px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-bottom: 27px;
}

.info-number-about-info-number-european-cybersecurity-trainings-for-all-levels-of-expertise-talentpool {
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #0f49b9;
    border-radius: 15px;
    padding: 24px;
}

.about-info-number-european-cybersecurity-trainings-for-all-levels-of-expertise-text
    > p {
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;

    border-radius: 15px;
}

.about-info-number-european-cybersecurity-trainings-for-all-levels-of-expertise-text-talentpool
    > p {
    color: #0f49b9;
    font-size: 18px;
    font-weight: bold;

    border-radius: 15px;
}

.info-education-and-skilling-tailormade-for-the-european-market-text {
    padding: 54px;
    color: #00cfcb;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    border: solid 1px #00cfcb;
    border-radius: 15px;
    padding-bottom: 40px;
}

.powered-by-section {
    padding-top: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: #f0f0f0;
}

.spon-by {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ol-list-forw4c {
    color: #0f49b9;
    line-height: 17px;
}

.discounts {
    background-color: #ff4461;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-radius: 15px;
}

/* end of jobs in about page */

/* end of header banner about page */
/* end of About Page */
.talent-pool-login {
    background-color: #f0f0f0;
}

.panel-login {
    border-color: #0f49b9;

    background-color: transparent;
}

.panel-login > .panel-heading {
    background-color: transparent;

    text-align: center;
}

.panel-login > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login > .panel-heading a.active {
    color: #ffffff !important;
    font-size: 15px;
    background-color: #0f49b9;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
}

.panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );
    background-image: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );
    background-image: -ms-linear-gradient(
        left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0)
    );
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #0f49b9;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59b2e6;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53a3cd;
    border-color: #53a3cd;
}

.forgot-password {
    text-decoration: underline;
    color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #0f49b9;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1cb94a;
}

.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1ca347;
    border-color: #1ca347;
}

/*******************************/
/* Start R2C Trainings page */
.header-main-image {
    float: right;
}

/* Start Career path style*/
.career-path {
    background-color: #00cfcb;
    border-radius: 10px;
}

.career-path-row {
    background-color: #e4fafa;
}

.btn-career-path {
    background-color: transparent;
    border: solid 1px #0f49b9;
    color: #0f49b9;
    font-size: 15px;
    font-weight: bold;
}

.btn-career-path > a {
    color: #0f49b9;
}

.career-paths-ciso {
    background-color: #7cffe4;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
}

.cyber-threat-intelligence-specialist {
    background-color: #01ffeb;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    line-height: 21px;
}

.cybersecurity-Educator {
    background-color: #00bbb2;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    line-height: 21px;
}

.Cybersecurity-Risk-Manager {
    background-color: #7cffe4;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    line-height: 21px;
}

.Penetration-Tester {
    background-color: #00bbb2;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    line-height: 21px;
}

.Cyber-Incident-Responder {
    background-color: #01ffeb;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
}

.Cybersecurity-ArchitecT {
    background-color: #7cffe4;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
    margin-top: 15px;
}

.cybersecurity-Implementer {
    background-color: #7cffe4;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
    margin-top: 15px;
}

.Digital-Forensics-Investigator {
    background-color: #01ffeb;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
    margin-top: 15px;
}

.Cyber-Legal-Policy-Compliance-Officer {
    background-color: #7cffe4;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
}

.Cybersecurity-Auditor {
    background-color: #00bbb2;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
    margin-top: 15px;
}

.Cybersecurity-Researcher {
    background-color: #7cffe4;
    color: #0f49b9;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
    margin-top: 15px;
}

.IT-Professional {
    background-color: #00bbb2;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    line-height: 21px;
    margin-top: 15px;
}

/* End of Career path style */
/* start the latest training section style*/
.single-training-overview-grid {
    border: solid 1px #0f49b9;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.course-title-in-training-page {
    font-weight: bold;
    color: #0f49b9;
    margin: 0;
    margin-top: 15px;
}

.course-provider-in-training-page {
    color: #0f49b9;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.course-btn-level,
.course-btn-location {
    margin-right: 5px;
}

.btn-level,
.btn-location {
    background-color: #0f48b91f;
    border-radius: 10px;
    font-size: 15px;
    color: #0f49b9;
}

.btn-level:hover,
.btn-location:hover {
    color: #0f49b9;
}

.btn-promoted {
    background-color: #0f49b9;
    font-size: 15px;
    color: #ffffff;
    border-radius: 10px;
    margin-left: 5px;
}

.btn-promoted:hover {
    color: #ffffff;
}

.btns-row {
    margin-top: 20px;
}

.latest-trainings-row {
    padding-top: 40px;
    background-color: #e4fafa;
    padding-bottom: 40px;
}

.latest-training-title {
    font-size: 30px;
    color: #0f49b9;
}

.search-filter {
    background-color: #00cfcb;
    padding: 10px;
    border-radius: 10px;
}

.search-filter-talents {
    background-color: #0f49b9;
    padding: 10px;
    border-radius: 10px;
}

.btn-drop-filter-options {
    background-color: #00bbb2;
    color: #ffffff !important;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: justify;
    width: 200px;
}

.search-filter-job {
    background-color: #0f49b9;
    padding: 10px;
    border-radius: 10px;
    margin-top: 100px;
}

.search-in-training::placeholder {
    color: #0f49b9;
    font-size: 15px;
    font-weight: bold;
}

.btn-filters {
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.btn-filters:hover {
    color: #ffffff;
}

.btn-drop-filter-options {
    background-color: #00bbb2;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 10px;
}

.btn-drop-filter-options:hover {
    color: #ffffff;
}

.btn-drop-filter-options-jobs {
    background-color: #0069e9;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 10px;
}

.btn-drop-filter-options-jobs:hover {
    color: #ffffff;
}

.btn-drop-filter-options-jobs-dropdown-menu {
    background-color: #0069e9;
    border-radius: 10px;
    color: #ffffff;
}

.btn-drop-filter-options-jobs-dropdown-menu > li > a {
    color: #ffffff;
}

.btn-drop-filter-options-dropdown-menu {
    background-color: #00bbb2;
    border-radius: 10px;
}

.btn-drop-filter-options-dropdown-menu > li > a {
    color: #ffffff;
    font-size: 15px;
}

.btn-drop-filter-options-dropdown-menu-submit {
    background-color: #ffffff;
    color: #0f49b9;
    border-color: #0f49b9;
    font-size: 15px;
}

.btn-drop-filter-options-dropdown-menu-submit:hover {
    background-color: #ffffff;
    color: #0f49b9;
    border-color: #0f49b9;
}

.view-all-trainings {
    background-color: transparent;
    color: #0f49b9;
    font-size: 15px;
    border: solid 1px #0f49b9;
}

.view-all-trainings:hover {
    color: #0f49b9;
}

.get-trained-with {
    margin-top: 40px;
}

.get-trained-with-title {
    font-size: 30px;
    color: #0f49b9;
    display: inline;
}

/** Banners **/
.mentorship {
    background-color: #0f49b9;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-radius: 15px;
    margin-top: 30px;
}

.header-about-subtitle-banner {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}

.header-title-banner {
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
}

.header-paragraph-banner {
    color: #ffffff;
    line-height: 17px;
}

.view-all-trainings-banner-btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
    border: solid 1px #ffffff;
    margin-top: 80px;
}

.view-all-trainings-banner:hover {
    color: #ffffff;
}

.back-ground-image-banner {
    float: right;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.back-ground-image-banner > img {
    border-radius: 15px;
}

.mentorship-content {
    margin-top: 40px;
}

.find-mentorship {
    background-color: #00cfcb;
    border-radius: 15px;
    margin-top: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.find-jobs {
    background-color: #0f49b9;
    border-radius: 15px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.find-mentorship-title {
    display: inline;
    color: #ffffff;
    font-size: 18px;
}

.find-btn-404 {
    background-color: transparent;
    color: #0f49b9;
    border: solid 1px #0f49b9;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 2px;
    margin-top: 40px;
    margin-right: 10px;
}

.joinpool {
    background-color: #0f49b9;
    color: #ffffff;
    border: solid 1px #0f49b9;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 2px;
    margin-top: 40px;
    margin-right: 10px;
}

.joinpool:hover {
    background-color: #0f49b9;
    color: #ffffff;
    border: solid 1px #0f49b9;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 2px;
    margin-top: 40px;
    margin-right: 10px;
}

.git-btn {
    background-color: transparent;
    color: #0f49b9;
    border: solid 1px #0f49b9;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 25px;
    margin-right: 10px;
}

.find-btn-404:hover {
    color: #0f49b9;
}

.find-btn {
    background-color: transparent;
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 2px;
}

.find-btn:hover {
    color: #ffffff;
}

.header-title-discounts {
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
}

.header-paragraph-discounts {
    color: #ffffff;
    line-height: 17px;
}

.header-about-subtitle-discounts {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}

.discounts-content {
    padding-right: 100px;
}

.discount-percent {
    color: #ffffff;
    font-size: 40px;
}

.discount-paragraph {
    color: #ffffff;
    font-size: 15px;
}

.post-your-cv {
    font-size: 18px;
    color: #0f49b9;
}

/** Banners **/
.about-the-training {
    font-size: 18px;
    font-weight: bold;
    color: #0f49b9;
}

.about-the-talent {
    font-size: 18px;
    color: #0f49b9;
}

.about-the-training-text {
    font-size: 15px;
    color: #0f49b9;
}

.divider-course-info {
    border: solid 1px #0f49b9;
}

.divider-course-info-latest-resources {
    border: solid 1px #0f49b9;
    margin-top: 20px;
}

.info-training-box {
    padding: 0px;
    margin-bottom: 40px;
}

.info-title {
    font-size: 18px;
    font-weight: bold;
    color: #0f49b9;
    margin-bottom: -7px !important;
    padding-bottom: 0px;
}

.info-description {
    font-size: 15px;
    color: #0f49b9;
}

.box-profile {
    border: solid 1px #0f49b9;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}

.profile-content {
    display: flex;
    justify-content: space-between;
}

.profile-content,
.profile-content {
    flex: 1;
}

.left {
    text-align: left;
}

.talentpool-name {
    font-size: 18px;
    font-weight: bold;
    color: #0f49b9;
}

.talentpool-info {
    font-size: 15px;
    color: #0f49b9;
}

.grey-section {
    background-color: #707070;
    color: #ffffff;
    border-radius: 15px;
    padding: 10px;
}

.btn-primary-talents {
    background-color: #0f49b9;
}

.talent-login {
    color: #ffffff;
    font-size: 15px;
    text-align: right;
}

.input-stripe {
    background-color: #e5ebf8;
    color: #0f49b9;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
}

.talentpool-label {
    font-size: 15px;
}

.input-talentpool-form {
    border-radius: 15px;
}

.btn-default-talentpool-dropdown {
    background-color: #0f49b9;
    display: block;
    width: 100%;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: right;
    color: #ffffff;
}

.form-control-talentpool {
    height: 45px;
}

.form-row {
    margin-top: 15px;
}

.btn-default-talentpool-dropdown:hover {
    color: #ffffff;
}

.dropdown-toggle:focus {
    outline: 0;
    color: #ffffff;
}

.dropdown-menu-talentpool {
    width: 100%;
    right: 0;
}

.wide {
    margin-left: 15px;
    width: 96%;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px;
}

.checkbox-talentpool {
    color: #0f49b9;
    margin-top: 40px;
}

#talentpool_submit {
    background-color: #0f49b9;
    color: #ffffff;
    margin-top: 50px;
    font-size: 15px;
}

.databases {
    margin-top: 90px;
}

.cyber-title {
    font-size: 18px;
    font-weight: bold;
    color: #0f49b9;
}

.panel-default > .panel-heading {
    background-color: transparent;
    background-image: none;
}

span.glyphicon.glyphicon-plus {
    border: solid 1px #0f49b9;
    padding: 5px;
    border-radius: 100%;
    color: #0f49b9;
}

span.glyphicon.glyphicon-minus {
    border: solid 1px #0f49b9;
    padding: 5px;
    border-radius: 100%;
    color: #0f49b9;
}

.panel-default {
    border-color: #0f49b9;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px !important;
}

.job-image {
    background-color: #ffffff;
    /*padding: 10px;*/
    /* border-radius: 100%;*/
}

.nav-tabs {
    border-bottom: 2px solid #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    color: #0f49b9;
    /* MD-DEV FIX */
    border: solid 1px #0f49b9 !important;
    background: #e5ebf8 !important;
}

.nav-tabs > li > a {
    /* MD-DEV FIX */
    /*border: none; color: #ffffff;*/
    /*background: #0F49B9; */
    background: white !important;
    border: solid 1px #0f49b9;
}

.nav-tabs > li.active > a {
    color: #0f49b9;
}

.nav-tabs > li > a:hover {
    border: solid 1px #0f49b9;
    color: #0f49b9 !important;
    background: #ffffff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px;
}

.nav-tabs > li {
    width: 20%;
    text-align: center;
}

.nav-tabs > li {
    /* MD-DEV FIX */
    margin-bottom: 6px;
    float: center;
}

.other-training-portal-section {
    background-color: #e4fafa;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
}

.other-jobs-portal-section {
    background-color: #e5ebf8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.training-portal-title {
    font-size: 18px;
    color: #0f49b9;
    font-weight: bold;
}

.btn-default-more-about-resource {
    color: #0f49b9;
    font-size: 15px;
    background-color: transparent;
    border: solid 1px #0f49b9;
}

.latest-resource {
    margin-bottom: 100px;
}

@media all and (max-width: 724px) {
    .nav-tabs > li {
        width: 100%;
        text-align: center;
    }
}

/* End of the latest training section style */
/* End R2C Trainings page */
@media only screen and (max-width: 600px) {
    .info-number-trainings-box {
        margin-right: 15px;
        margin-left: 15px;
    }

    .header-section {
        margin-bottom: 0px;
        display: block;
    }

    .about-section {
        margin-bottom: 0px;
        display: block;
    }

    .career-opportunities-box {
        margin-left: 0px;
    }

    .training-in-cyber-box {
        margin-right: 0px;
    }

    .info-number-trainings-box {
        margin-right: 15px;
        margin-left: 15px;
    }

    .image-footer-logos {
        margin-bottom: 20px;
    }

    .middle-list {
        text-align: left;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .latest-resource {
        margin-bottom: 0px;
    }

    .open > .dropdown-menu {
        display: block;
        width: 100%;
        background-color: #00cfcb;
    }

    .dropdown-menu > li > a {
        display: block;

        font-weight: 400;
        line-height: 1px;
        color: #333;
        white-space: nowrap;
    }

    #sidenav .sidenav-wrap span {
        position: absolute;
        right: 2rem;

        color: #ffffff;
        font-size: 2rem;
    }
}

.cookie-disclaimer {
    background: #ffffff;
    color: #0f49b9;

    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;

    position: fixed;
}

.cookie-disclaimer .container {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close {
    float: right;
    padding: 10px;
    cursor: pointer;
}

.form-control {
    color: #0f49b9;
}

/** NEW CSS **/
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueLight.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueRoman.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueBold.otf") format("opentype");
    font-weight: 700;
}

/*———————————————————————————*\
   #CUSTOM PROPERTY
\*———————————————————————————*/

:root {
    /**
    * COLORS
    */
    --white: #ffffff;
    --gray: #707070;
    --blue: #0f49b9;
    --dodger-blue: #0069e9;
    --sky-blue: #00a5ff;
    --aqua: #46e5ff;
    --cyan: #00cfcb;
    --extra-light-blue: #e5f0fd;
    --lite-red: #ff4461;
    --smoky-black-3: hsla(0, 3%, 7%, 1);
    --eerie-black-3: hsla(180, 2%, 8%, 1);

    /**
    * GRADIANT COLORS
    */
    --loading-text-gradient: linear-gradient(
        90deg,
        transparent 0% 16.66%,
        var(--smoky-black-3) 33.33% 50%,
        transparent 66.66% 75%
    );

    /**
    * FONT FAMILY
    */
    --fontFamily-helvetica: "Montserrat", sans-serif;

    /**
    * FONT SIZE
    */
    --font-h1: 40px;
    --font-h2: 30px;
    --font-h3: 25px;
    --font-h4: 13px;
    --font-h5: 20px;
    --font-h6: 18px;
    --font-p: 15px;
    --font-p-small: 12px;

    /**
    * FONT WEIGHT
    */
    --weight-lite: 300;
    --weight-regular: 400;
    --weight-bold: 700;

    /**
    * LINE HEIGHT
    */
    --lineHeight-1: 1rem;
    --lineHeight-2: 1.2rem;
    --lineHeight-3: 1.4rem;
    --lineHeight-4: 1.5rem;
    --lineHeight-5: 1.6rem;
    --lineHeight-6: 1.8rem;
    --lineHeight-7: 2rem;

    /**
    * SPACING
    */
    --section-space: 70px;

    /**
    * BORDER RADIUS
    */
    --radius-12: 12px;
    --radius-24: 24px;
    --radius-circle: 50%;

    /**
    * TRANSITION
    */
    --transition-1: 250ms ease;
    --transition-2: 500ms ease;
    --transition-3: 1000ms ease;
}

/*———————————————————————————*\
   #RESET
\*———————————————————————————*/

*,
*::before,
* *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    height: auto;
}

button {
    cursor: pointer;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    background-color: var(--white);
    font-family: var(--fontFamily-helvetica);
    /* max-width: 1399px; */
    max-width: 100%;
    margin: auto;
}

body.loaded {
    overflow: overlay;
}

h2,
h6,
p {
    margin: 0;
}

/*———————————————————————————*\
   #REUSE
\*———————————————————————————*/
.vissible-none {
    visibility: hidden;
}

.bg__cyan {
    background-color: var(--cyan) !important;
}

.bg__sky-blue {
    background-color: var(--sky-blue) !important;
}

.custom-img {
    width: 100%;
    height: auto;
}

.flex {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-A-center {
    display: flex;
    align-items: center;
}

.flex-A-start {
    display: flex;
    align-items: flex-start;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-between-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-between-start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gap5 {
    gap: 5px;
}

.gap10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.gap40 {
    gap: 40px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt70 {
    padding-top: 70px;
}

.pb10 {
    padding-bottom: 10px;
}

.p20 {
    padding: 20px 10px;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl50 {
    padding-left: 50px;
}

.pr-80 {
    padding-right: 10%;
}

.px {
    padding: 0 10px;
}

.py {
    padding: 10px 0;
}

.py100 {
    padding: 100px 0;
}

.custom__underline {
    text-decoration: underline;
}

.custom__p {
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    line-height: var(--lineHeight-7);
    color: var(--blue);
}

.custom__bold-p {
    font-size: var(--font-p);
    font-weight: var(--weight-bold);
    line-height: var(--lineHeight-7);
    color: var(--blue);
}

.custom__h6 {
    font-size: var(--font-h6);
    font-weight: var(--weight-bold);
    color: var(--blue);
}

.custom__regular-h6 {
    font-size: var(--font-h6);
    font-weight: var(--weight-regular);
    color: var(--blue);
}

.custom__h1 {
    font-size: var(--font-h1);
    font-weight: var(--weight-regular);
    color: var(--blue);
}

.custom__h2 {
    font-size: var(--font-h2);
    font-weight: var(--weight-regular);
    color: var(--blue);
}

.custom__h3 {
    font-size: var(--font-h3);
    font-weight: var(--weight-regular);
    color: var(--aqua);
}

.custom-btn {
    padding: 7px 15px;
    border-radius: var(--radius-12);
    border: 1px solid var(--blue);
}

.package-btn {
    padding: 10px 30px;
    border-radius: var(--radius-12);
    background-color: var(--blue);
    color: #ffffff;
    border: 0;
}

.free-btn {
    padding: 10px 30px;
    border-radius: var(--radius-12);
    background-color: var(--dodger-blue);
    color: #ffffff;
    border: 0;
}

.education-btn {
    padding: 10px 10px;
    border-radius: var(--radius-12);
    background-color: var(--cyan);
    color: #ffffff;
    border: 0;
}

.member-btn {
    padding: 10px 10px;
    border-radius: var(--radius-12);
    background-color: var(--dodger-blue);
    color: #ffffff;
    border: 0;
}

.signup-btn {
    padding: 10px 30px;
    border-radius: var(--radius-12);
    border: 1px solid var(--blue);
}

.open-btn {
    background-color: var(--blue);
    color: #ffffff;
}

.faq-btn {
    background-color: var(--white);
    color: var(--blue);
}

.subs-btn {
    background-color: var(--lite-red);
    border: 1px solid var(--lite-red);
    color: #ffffff;
}

.close-btn {
    background-color: var(--gray);
    color: #ffffff;
    border: 1px solid var(--gray);
}

.lite-btn {
    background-color: var(--white);
    border: 1px solid var(--blue);
    color: var(--blue);
    padding: 7px 20px;
}

.train-btn {
    background-color: var(--extra-light-blue);
    padding: 8px 15px 8px 8px;
    border-radius: var(--radius-12);
}

.section-line {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--blue);
}

.list-container {
    padding: 30px 0px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.w-200 {
    width: 300px;
}

.w-50 {
    width: 50%;
}

.w-full {
    width: 100%;
}

/*———————————————————————————*\
   #PRELOADER
\*———————————————————————————*/
.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--extra-light-blue);
    z-index: 10;
    display: grid;
    place-content: center;
    justify-items: center;
    transition: var(--transition-2);
}

.preload > * {
    transition: var(--transition-1);
}

.preload.loaded > * {
    opacity: 0;
}

.preload.loaded {
    transition-duration: 250ms;
    transform: translateY(100%);
}

.circle {
    width: 112px;
    height: 112px;
    border-radius: var(--radius-circle);
    border: 3px solid var(--white);
    border-block-start-color: var(--cyan);
    margin-block-end: 45px;
    animation: rotate360 1s linear infinite;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}

.preload .text {
    background-image: var(--loading-text-gradient);
    background-size: 500%;
    font-size: var(--font-h1);
    font-weight: var(--weight-bold);
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 16px;
    padding-inline-start: 16px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.5px var(--cyan);
    animation: loadingText linear 2s infinite;
}

@keyframes loadingText {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}

/*———————————————————————————*\
   #TOPBAR
\*———————————————————————————*/
.topbar {
}

.logo {
    width: 260px;
    height: auto;
}

.user-logo {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-circle);
    border: 1px solid var(--blue);
    padding: 5px;
    overflow: hidden;
}

.page__container {
    margin-left: 167px;
}

.header__container {
    margin-left: 130px;

    height: 100px;
}

.menu-icon-box {
    display: none;
    z-index: 999;
}

.menu-icon-box ion-icon[name="close-outline"] {
    color: white;
}

/*———————————————————————————*\
   #HERO
\*———————————————————————————*/
.hero {
    background-color: var(--extra-light-blue);
}

.hero-user-logo {
    width: 80px;
    height: 80px;
    border-radius: var(--radius-circle);
    border: 1px solid var(--blue);
    padding: 10px;
    overflow: hidden;
}

.custom__input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: 2px solid var(--blue);
    border-radius: var(--radius-12);
    background-color: #ffffff;
}

.custom__input input,
.custom__profile-input input,
.custom__select,
textarea,
.custom__contact-input input {
    outline: 0;
    border: 0;
}

.custom__input input::placeholder {
    font-size: var(--font-h6);
    font-weight: var(--weight-bold);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
}

.input__icon {
    font-size: 26px;
}

.custom__btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
}

.custom__btn-box .custom-btn {
    padding: 12px 20px;
}

/*———————————————————————————*\
   #Job
\*———————————————————————————*/
.job-logo {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-circle);
    border: 1px solid var(--blue);
    padding: 13px;
    overflow: hidden;
}

.job-list__box {
    width: calc(100% - 250px);
}

.add-job__box {
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--extra-light-blue);
    border-radius: var(--radius-12);
}

.add__icon {
    color: var(--blue);
    font-size: 93px;
    font-weight: 300;
}

/*———————————————————————————*\
   #Training
\*———————————————————————————*/
.training-section {
    padding: 0px 40px 70px;
}

.training-list__box,
.talent-list__box {
    width: calc(100% - 250px);
    display: flex;
    gap: 20px;
}

.training__box {
    border: 1px solid var(--blue);
    border-radius: var(--radius-12);
    padding: 10px 10px 35px 10px;
}

.train__icon {
    border-radius: var(--radius-circle);
    background-color: var(--blue);
    padding: 5px;
    font-size: 15px;
    color: var(--white);
}

.training__box-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/*———————————————————————————*\
   #Profile
\*———————————————————————————*/
.training-list__container,
.talent-list__container {
    width: 380px;
}

.profile__box {
    border: 1px solid var(--blue);
    border-radius: var(--radius-12);
    padding: 10px 15px 30px 15px;
}

/*———————————————————————————*\
   #Subscribe
\*———————————————————————————*/
.subscribe-section {
    border: 1px solid var(--blue);
    border-radius: var(--radius-24);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 40px;
}

/*———————————————————————————*\
   #Footer
\*———————————————————————————*/
.footer-link-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding-bottom: 40px;
}

.footer-logo {
    width: 196px;
    height: 71px;
}

.footer-pow {
    color: var(--cyan);
}

.footer-img-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 50px;
}

.footer-img-1 {
    width: 137px;
    height: 42px;
}

.footer-img-2 {
    width: 109px;
    height: 42px;
}

.dot-line {
    border-top: 2px dashed var(--blue);
}

.full-width {
    width: 100%;
}

/*————————————————————————————————————————————————————————*\
                          #Edit Profile
\*————————————————————————————————————————————————————————*/
/*———————————————————————————*\
   #From
\*———————————————————————————*/
.profile-from {
    background-color: var(--extra-light-blue);
    padding: 100px 0;
}

.from-container {
    max-width: 800px;
    margin: auto;
}

.custom__profile-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    padding: 10px 20px 10px 30px;
    border-radius: var(--radius-24);
    margin-bottom: 15px;
}

.custom__contact-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--extra-light-blue);
    padding: 10px 20px 10px 30px;
    border-radius: var(--radius-24);
    margin-bottom: 15px;
}

.custom__profile-col-input {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--white);
    padding: 10px 20px 10px 30px;
    border-radius: var(--radius-24);
    overflow: hidden;
}

.custom__contact-col-input {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--extra-light-blue);
    padding: 10px 20px 10px 30px;
    border-radius: var(--radius-24);
    margin-bottom: 15px;
    overflow: hidden;
}

.custom__profile-name,
.custom__contact-name {
    width: 250px;
}

.custom__profile-input input,
.custom__select,
.custom__profile-input label {
    background: var(--extra-light-blue);
    padding: 10px 25px;
    border-radius: var(--radius-24);
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
}

.custom__contact-input input,
.custom__contact-input .custom__select {
    background: var(--white);
    padding: 10px 25px;
    border-radius: var(--radius-24);
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
}

.custom__contact-checkbox input {
    width: 15px;
}

.custom__contact-checkbox label {
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
}

.custom__profile-input input::placeholder {
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
}

.custom__contact-input input::placeholder {
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
}

.custom__select {
    padding: 10px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.select__box {
    position: relative;
    width: 100%;
}

.select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.custom__file-upload,
.custom__signup_file-upload {
    display: none;
}

.custom__profile-input label {
    width: 100%;
}

.custom__signup_file-upload-label {
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    background-color: var(--blue);
    padding: 10px 30px;
    border-radius: var(--radius-24);
    color: var(--white);
    cursor: pointer;
}

.custom__profile-col-input textarea,
.custom__contact-col-input textarea {
    background: var(--extra-light-blue);
    border-radius: var(--radius-24);
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
    width: 94% !important;
    resize: vertical;
    padding: 10px 25px;
    margin-bottom: 10px;
}

.custom__contact-col-input textarea {
    background-color: var(--white);
}

.custom__profile-col-input textarea::placeholder,
.custom__contact-col-input textarea::placeholder {
    font-size: var(--font-p);
    font-weight: var(--weight-regular);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
}

/*————————————————————————————————————————————————————————*\
                          #Packages
\*————————————————————————————————————————————————————————*/
.package__container {
    width: 386px;
}

.package__box {
    border: 1px solid var(--blue);
    border-radius: var(--radius-12);
}

.package__top-box {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: var(--blue);
    border-radius: 12px 12px 0 0;
}

.package__top-box .text-white {
    color: var(--white);
}

.package__bottom-box p {
    text-align: center;
    font-family: var(--fontFamily-helvetica);
    font-size: 20px;
    font-weight: var(--weight-regular);
    color: var(--blue);
}

.package__bottom-box .custom__btn-box {
    padding: 15px;
}

.package-banner {
    background: var(--blue);
    border-radius: var(--radius-12);
}

.package-banner h6,
.apply h6,
.package-banner h2,
.package-banner p,
.filter-box p {
    color: var(--white);
}

.package-banner-text {
    padding: 30px 40px;
}

.package-banner-logo {
    background: var(--cyan);
    border-radius: var(--radius-12);
    padding: 50px;
}

.transparent-btn {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    font-weight: var(--weight-bold);
    padding: 10px 12px;
    border-radius: var(--radius-12);
    font-size: var(--font-p);
}

.filter-box {
    background-color: var(--blue);
    padding: 30px;
    width: 292px;
    border-radius: var(--radius-24);
}

.filter-select__box {
    position: relative;
    margin-bottom: 10px;
}

.filter-select__box .custom__select {
    background-color: var(--dodger-blue);
    padding: 12px 30px 12px 20px;
    color: var(--white);
}

.filter-select__box .custom__p {
    color: var(--white);
}

.filter-list-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.main-container {
    display: flex;
}

/* sidebar */
.sidebar {
    width: 157px;
    background: var(--blue);
    transition: var(--transition-2);
    z-index: 999;
    position: relative;
}

.menu-bar {
    position: sticky;
    top: 0;
}

.sidebar header {
    position: relative;
}

.sidebar header .toggle {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    background: var(--cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 22px;
}

.menu-links {
    padding: 0;
    margin: 0;
}

.nav-link {
    padding: 20px 0;
}

.nav-link:hover {
    background-color: var(--dodger-blue);
}

.nav-link.active {
    background-color: var(--dodger-blue);
}

.nav-link a {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 10px;
}

.menu-text {
    color: var(--white);
    font-size: var(--font-p);
    font-weight: var(--weight-bold);
    transition: var(--transition-2);
    white-space: nowrap;
}

.inline-input {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.right-input {
    width: 50%;
}

.custom__col_input {
    align-items: flex-start;
}

.custom__col_input p {
    padding-top: 10px;
}

/*————————————————————————————————————————————————————————*\
                          #Login
\*————————————————————————————————————————————————————————*/
.custom__tab-button {
    display: inline-flex;
    border-radius: 12px 12px 0 0;
    border: 1px solid var(--blue);
}

.custom__tab-button button {
    padding: 10px 30px;
    border-radius: 12px 12px 0 0;
    border: 0;
    background-color: var(--white);
    font-size: var(--font-p);
    font-family: var(--fontFamily-helvetica);
    transition: var(--transition-3);
}

.custom__tab-button button.active {
    background-color: var(--blue);
    color: var(--white);
}

.login__box {
    border: 1px solid var(--blue);
    border-radius: 0 12px 12px 12px;
    padding: 30px 30px 20px;
}

.single_profile-icon {
    font-size: 20px;
    padding: 10px;
    background-color: var(--blue);
    color: var(--white);
    border-radius: var(--radius-circle);
}

.icon_border-line {
    border-width: 1px 0;
    border-color: var(--blue);
    padding: 20px 10px;
    border-style: solid;
}

.icon_border-b-line {
    border-width: 0 0 1px;
    border-color: var(--blue);
    padding: 20px 10px;
    border-style: solid;
}

.package-img {
    width: 450px;
}

.package-banner-container {
    display: flex;
    gap: 20;
    justify-content: space-between;
}

.custom__package-tab-button {
    display: inline-flex;
    border-radius: 24px;
    border: 1px solid var(--blue);
}

.custom__package-tab-button button {
    padding: 10px 30px;
    border-radius: 24px;
    border: 0;
    background-color: var(--white);
    font-size: var(--font-p);
    color: var(--blue);
    font-family: var(--fontFamily-helvetica);
    transition: var(--transition-3);
}

.custom__package-tab-button button.active {
    background-color: var(--blue);
    color: var(--white);
}

.custom__package-tab-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom__package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

/* accordion */
.accordion {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 15px;
}

.accordion-section {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: var(--blue);
}

.bottom-line {
    border-bottom: 1px solid var(--blue);
}

.accordion-header {
    background-color: #fff;
    padding: 20px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow-icon {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease;
}

.accordion-section.open .arrow-icon {
    transform: rotate(180deg);
}

.accordion-section.open {
    padding-bottom: 10px;
}

.accordion-content {
    display: none;
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-section.open .accordion-content {
    max-height: 1000px;
    transition: max-height 0.3s ease;
}

.create__from-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
    margin: auto;
}

.package-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.package-section p {
    font-weight: 600;
}

.package_data {
    display: flex;
    justify-content: space-between;

    gap: 20px;
}

.package_data div {
    width: 120px;
    text-align: center;
}

.package_head {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

li.menu.custom__p {
    display: inline;
    margin-right: 10px;
}

.nav.nav-tabs {
    text-align: center;
}

.row.numbers-informations-job-trainings-in-about-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

.header-title-talent {
    color: #0f49b9;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 20px;
}

select.form-control.btn.btn-drop-filter-options-talents.dropdown-toggle {
    color: #0f49b9;
    text-align: left;
    margin-top: 10px;
}

.info-talent-box {
    margin-top: -5px;
}

form.navbar-form {
    display: none;
}

@media all and (max-width: 724px) {
    form.navbar-form {
        display: inline-block;
    }

    ul > .dropdown > a {
        color: #fff !important;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        background: #0f49b9 !important;
        color: #ffffff !important;
    }
}

ul.custom__p > li {
    display: inline;
}

h1.talent-h {
    size: 40px;
    font-weight: normal;
    color: #0f49b9 !important;
}

button#talentpool_public_profile {
    color: #0f49b9 !important;
    border-color: #0f49b9 !important;
}

#talentpool_public_profile_contact {
    color: #0f49b9 !important;
    font-size: 15px;
}

.dropdown-menu {
    background-color: #7cffe4 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
}

/* MD-DEV */

:root {
    --main-color: #0f49b9;
}

.second-title {
    color: var(--main-color);
}

.logos-container {
    width: 90vw !important;
}

.about-logos-section {
    .logos {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;

        padding-block-start: 3em;

        div {
            --size: 150px;
            max-width: var(--size);
            max-height: var(--size);
        }

        img {
            width: 100%;
        }
    }
}

.about-job-fair-section {
    h2 {
        margin-block: 0.75em;
        color: var(
            --main-color
        ); /* To behave like previously (before statamic admin handling with markdown) ".second-title" */
    }

    img {
        float: right;
        width: 200px !important;
        margin: 0.6em;
    }

    .form-container {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin-block: 2em;

        form {
            min-width: 300px;

            input,
            textarea {
                width: 100%;
                border: 1px solid #8f8f9d;
            }

            textarea {
            }

            .error {
                color: darkred;
            }

            .form-group:has([name="who_are_you"]) {
                display: flex;

                label {
                    margin-inline-end: 1em;
                }

                & > div {
                    display: flex;

                    input {
                        width: initial;
                    }
                }
            }
        }

        .submit-container {
            text-align: center;
        }
    }

    .question-list {
        display: flex;
        flex-direction: column;
        gap: 1em;

        margin-inline-start: 0.5em;

        details {
            &:hover {
                cursor: pointer;
            }

            summary {
                font-weight: bold;
            }
        }
    }

    .contacts {
        --gap: 1em;

        display: grid;
        grid-template-columns: repeat(
            auto-fit,
            minmax(max(240px, (100% / 2) - var(--gap)), 1fr)
        );
        justify-content: space-evenly;
        gap: var(--gap);

        .title {
            font-weight: bold;
        }
    }
}

/* /MD-DEV */

/* MD-DEV */

details.cyber-range-panel {
    summary:hover {
        cursor: pointer;
    }
}

.article-grid {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;

    @media (min-width: 640px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    @media (min-width: 1024px) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.h-full {
    height: 100%;
}

.text-blue {
    color: var(--main-color);
}

.prose {
    h2,
    h3,
    h4 {
        margin-block: 0.75em;
    }

    p {
        margin-block: 1em;
        line-height: 1.4;
    }

    p > a {
        color: var(--main-color);
        text-decoration: underline !important;
    }

    img {
        width: 100%;
        height: auto;
        margin: 1.5em 0;
    }

    ul {
        list-style: disc;
        padding-block-start: 1em;
        padding-inline-start: 1.5em;

        li {
            list-style: disc;
        }
    }

    ol {
        list-style: decimal;
        padding-inline-start: 1.5em;

        li {
            list-style: decimal;
        }
    }
}

/* /MD-DEV */

.input-ranges {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    width: 100%;
    max-width: 500px;
}

.about-section-breadcrumb {
    width: 100%;
    margin-bottom: 20px;

    a {
        margin: 0;
    }
}

.header-apply-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-apply-btn {
    font-size: var(--font-p);
    border-radius: 5px;
    margin-top: 10px;
    background-color: var(--blue);
    color: var(--white) !important;
}

.mtd-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
    max-width: 100%;
    padding-inline: 15px;
    margin-inline: auto;
}

.mtd-job-feature-card {
    position: relative;
    grid-column: 1 / -1;
    border-radius: 15px;
    background-color: var(--white);
    border: 1px solid var(--blue);
    padding: 40px 15px 15px;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;

    h3.fact-headline {
        font-size: var(--font-p-small);
        font-weight: var(--weight-bold);
        color: var(--blue);
        text-transform: uppercase;
    }

    p {
        font-size: var(--font-p);
        font-weight: var(--weight-regular);
        color: var(--smoky-black-3);
    }

    .mtd-icon {
        position: absolute;
        top: 0;
        left: 15px;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        padding: 10px;
        background-color: var(--white);
        color: var(--blue);
        border: 1px solid var(--blue);
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(-50%);

        svg {
            width: 100%;
            height: 100%;
        }
    }
}

.mtd-job-section-features-header {
    grid-column: 1 / -1;

    h2 {
        font-size: var(--font-h3);
        font-weight: var(--weight-bold);
        color: var(--blue);
        margin-bottom: 20px;
    }
}

.mtd-job-section-features,
.mtd-job-section-details,
.mtd-job-section-about,
.mtd-job-section-apply,
.mtd-job-section-promotion {
    margin-block: 60px;
}

.mtd-job-section-features {
    .mtd-grid {
        column-gap: 30px;
        row-gap: 45px;
    }
}

.mtd-job-section-promotion {
    margin-block: 100px 50px;

    .mtd-grid {
        gap: 30px;
    }
}

.mtd-job-section {
    grid-column: 1 / -1;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;

    h1.header-title {
        margin: 0;
    }

    h2 {
        font-size: var(--font-h3);
        font-weight: var(--weight-bold);
        color: var(--blue);
        /*text-transform: uppercase;*/
    }

    p {
        font-size: var(--font-p);
        font-weight: var(--weight-regular);
        color: var(--smoky-black-3);
    }

    p.header-company {
        font-weight: var(--weight-bold);
    }

    .richtext {
        width: 100%;
        max-width: 800px;

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin-top: 4rem;
            margin-bottom: 2.5rem;
        }

        p {
            margin-bottom: 2rem;

            span {
                font-family: inherit !important;
            }
        }

        ul + p {
            margin-top: 3rem;
            margin-bottom: 1.5rem;
        }

        ul {
            li {
                margin-bottom: 2rem;
            }
        }
    }

    ul {
        list-style-type: disc;

        li {
            list-style-type: disc;
            list-style-position: inside;
            font-size: var(--font-p);
            font-weight: var(--weight-regular);
            color: var(--smoky-black-3);
        }
    }

    &:not(:last-child) {
        margin-bottom: 60px;
    }
}

.mtd-company-section {
    position: relative;
    grid-column: 1 / -1;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--extra-light-blue);
    padding: 30px 160px 30px 30px;
    border-radius: 15px;

    h2 {
        font-size: var(--font-h3);
        font-weight: var(--weight-bold);
        color: var(--blue);
        text-transform: uppercase;
    }

    .mtd-company-description {
        p {
            font-size: var(--font-p);
            font-weight: var(--weight-regular);
            color: var(--smoky-black-3);
        }
    }

    .mtd-company-logo {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 100px;
        height: 100px;
        padding: 10px;
        border-radius: var(--radius-circle);
        border: 1px solid var(--blue);
        background-color: var(--white);
        overflow: hidden;
        margin-bottom: 20px;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: var(--radius-circle);
        }
    }

    .mtd-company-fact {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;

        p {
            display: flex;
            flex-flow: row nowrap;
            justify-content: flex-start;
            align-items: baseline;
            gap: 10px;
            color: var(--smoky-black-3);

            strong {
                font-weight: var(--weight-bold);
            }

            a {
                color: var(--smoky-black-3) !important;
                text-decoration: none;
                transition: color 0.3s;

                &:hover {
                    color: var(--cyan);
                    text-decoration: underline;
                }
            }
        }

        .mtd-icon {
            width: 20px;
            height: 20px;

            svg {
                width: 100%;
                height: 100%;
            }
        }
    }
}

.mtd-apply-section {
    grid-column: 1 / -1;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: var(--blue);
    border-radius: 15px;

    h2 {
        font-size: var(--font-h3);
        font-weight: var(--weight-bold);
        color: var(--white);
        text-transform: uppercase;
    }

    p {
        font-size: var(--font-p);
        font-weight: var(--weight-regular);
        color: var(--white);
    }

    .apply-btn-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .apply-btn {
        font-size: var(--font-p);
        border-radius: 5px;
        background-color: var(--white);
        color: var(--blue) !important;
    }
}

.mtd-promotion-card {
    position: relative;
    grid-column: 1 / -1;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
    padding: 30px 90px 30px 30px;

    h3 {
        font-size: var(--font-h3);
        font-weight: var(--weight-bold);
        color: inherit;
        margin: 0;
        /*text-transform: uppercase;*/
    }

    p {
        font-size: var(--font-p-small);
        font-weight: var(--weight-regular);
        color: inherit;
        font-style: italic;
    }

    .mtd-icon {
        position: absolute;
        top: 50%;
        right: 30px;
        width: 45px;
        height: 45px;
        color: inherit;
        transform: translateY(-50%);

        svg {
            width: 100%;
            height: 100%;
        }
    }

    a.fake-link {
        position: absolute;
        inset: 0;
        display: block;
    }

    &.mtd-mentorship {
        background-color: var(--cyan);
        color: var(--white);
    }

    &.mtd-jobs {
        background-color: var(--blue);
        color: var(--white);
    }
}

@media (min-width: 768px) {
    .mtd-grid {
        max-width: 750px;
    }

    .mtd-job-feature-card {
        grid-column: span 6 / span 6;
    }

    .mtd-promotion-card {
        grid-column: span 6 / span 6;
    }
}

@media (min-width: 992px) {
    .mtd-grid {
        max-width: 970px;
    }

    .mtd-job-feature-card {
        grid-column: span 4 / span 4;
    }

    .header-title {
        font-size: var(--font-h1);
    }

    .mtd-job-section-promotion {
        margin-block: 140px 50px;
    }
}

@media (min-width: 1200px) {
    .mtd-grid {
        max-width: 1170px;
    }

    .mtd-job-feature-card {
        grid-column: span 4 / span 4;
    }
}
