*:focus,
*:focus-visible,
*:focus-within { outline: none;  }

/* ================================== [ Briefings Card Block Start ] ================================== */
.title-24 * { font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 24px; line-height: 110%; letter-spacing: -0.02em; color: #1A1A1A; margin-bottom: 0; max-width: 314px; width: 100%; }
.title-24 strong { font-weight: 600; }

.disc-16 * { font-weight: 500; font-size: 16px; line-height: 150%; color: rgba(0, 0, 0, .55); margin-bottom: 0; }
.disc-16 strong { font-weight: 700; }

.img-cover * { height: 100%; width: 100%; object-fit: cover; object-position: center; }


.briefings-card-block { font-family: 'Inter', sans-serif; max-width: 1072px; width: 100%; margin-inline: auto; display: flex; align-items: start; flex-wrap: wrap; gap: 48px; }
.briefings-card-block >* { max-width: calc(33% - 31px); width: 100%; }
.briefings-card-block .briefings-card { display: flex; flex-direction: column; gap: 16px; border-top: 1px solid #d9d9cc; padding-top: 24px; }
/* ================================== [ Briefings Card Block End ] ================================== */

/* ================================== [ Report Block Start ] ================================== */

.custom-btn-black { font-size: 18px; line-height: 145%; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 17px; background-color: #000000; color: #ffffff; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; border: 1px solid #000000; text-decoration: none; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; user-select: none; } 
.custom-btn-black:hover { background-color: #0000; color: #000000;  }

.title-36 * { font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 36px; line-height: 110%; letter-spacing: -0.02em; color: #000000; margin-bottom: 0; }
.title-36 strong { font-weight: 700; }

.disc-18 * { font-weight: 500; font-size: 18px; line-height: 145%; color: rgba(0, 0, 0, .55); margin-bottom: 0; }
.disc-18 strong { font-weight: 700; }

.report-main-block { max-width: 1072px; width: 100%; margin-inline: auto; padding-inline: 20px; }
.report-block { padding-block: 120px; font-family: 'Inter', sans-serif; display: flex; align-items: center; gap: 30px; justify-content: space-between; }
.report-block .image-block { max-width: 504px; width: 100%; height: auto; aspect-ratio: 504 / 432; overflow: hidden; border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; }

.report-block .text-block { display: flex; flex-direction: column; align-items: start; gap: 48px; }
.report-block .text-top { display: flex; flex-direction: column; align-items: start; gap: 24px; }

.custom-main-title { text-align: center; padding-block: 48px; }
.custom-main-title * { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 700; font-size: 24px; line-height: 120%; letter-spacing: -0.02em; color: #000000; margin-bottom: 0; }
/* ================================== [ Report Block End ] ================================== */



/* ================================== [ Responsive Start ] ================================== */
@media (max-width: 991px) {
    /* ================================== [ Briefings Card Block Start ] ================================== */
    .title-24 * { font-size: 20px; }

    .briefings-card-block { row-gap: 48px; }
    .briefings-card-block >* { max-width: 100%; width: 100%; }
    .briefings-card-block .briefings-card { gap: 12px; }
    /* ================================== [ Briefings Card Block End ] ================================== */
    
    
    /* ================================== [ Report Block Start ] ================================== */
    .custom-btn-black { font-size: 16px; }
    .title-36 * { font-size: 28px; }
    .disc-18 * { font-size: 16px; }

    .report-block .image-block { max-width: 400px; }
    .report-block .text-top { gap: 16px; }
    .report-block .text-block { gap: 30px; }

    .report-block { padding-block: 40px; }
    .custom-main-title { padding-block: 20px; }
    /* ================================== [ Report Block End ] ================================== */
}

@media (max-width: 767px) {
    /* ================================== [ Report Block Start ] ================================== */
    .report-block { align-items: start; flex-direction: column-reverse; }
    .report-block .image-block { max-width: 100%; max-height: 350px; }
    .report-block .text-block { gap: 20px; }

    .report-block { padding-block: 20px; }
    .custom-main-title { padding-block: 10px; }
    /* ================================== [ Report Block End ] ================================== */
}
/* ================================== [ Responsive End ] ================================== */