/* Overview page only. */

.historic-img .et_pb_image_wrap img {
    width: 768px !important;
    max-width: 768px !important;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}

body #page-container .et_pb_button.anchor-btn:hover {
	background-color: #e44126 !important;
	color: #fff !important;
}
/* Our Objectives: content, columns and card copy are managed in Divi.
 * Sprite playback is kept here because Divi does not provide stepped
 * sprite-sheet animation controls. */

.et-l--post #our-objectives > .et_pb_row {
    max-width: 1000px;
    padding: 0;
}

.et-l--post #overview-introduction {
    background: #f2f2f2;
}

.et-l--post #our-objectives > .et_pb_row:nth-child(n + 2) {
    display: flex;
    gap: 40px;
    margin-top: 120px;
}

.et-l--post #our-objectives > .et_pb_row:nth-child(3) {
    margin-top: 70px;
}

.et-l--post #our-objectives > .et_pb_row:nth-child(n + 2) .et_pb_column {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 40px;
    width: calc(50% - 20px) !important;
    background: #f2f2f2;
    border-radius: 0 40px;
}

.et-l--post #our-objectives > .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
    transform: translateY(-120px);
}

.et-l--post #our-objectives > .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
    transform: translateY(-130px);
}
.et-l--post #our-objectives .et_pb_code {
    margin: -110px 0 0;
    text-align: center;
}

.et-l--post #our-objectives > .et_pb_row:nth-child(3) .et_pb_code {
    margin-top: -80px;
}

.et-l--post #our-objectives .et_pb_text {
    margin: 20px 0 0;
}

.overview-objective .ytn-objectives-sprite {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-repeat: no-repeat;
}

.overview-objective .ytn-objectives-sprite--1 {
    width: 400px;
    height: 378px;
    background-image: url('/wp-content/uploads/2026/08/sprite-k.png');
    animation: ytn-objective-1 1s steps(10) infinite;
}

.overview-objective .ytn-objectives-sprite--2 {
    width: 400px;
    height: 304px;
    background-image: url('/wp-content/uploads/2026/08/sprite-l.png');
    animation: ytn-objective-2 2s steps(25) infinite;
}

.overview-objective .ytn-objectives-sprite--3 {
    width: 400px;
    height: 232px;
    background-image: url('/wp-content/uploads/2026/08/sprite-m.png');
    animation: ytn-objective-3 2s steps(15) infinite;
}

.overview-objective .ytn-objectives-sprite--4 {
    width: 400px;
    height: 337px;
    background-image: url('/wp-content/uploads/2026/08/sprite-n.png');
    animation: ytn-objective-4 2s steps(30) infinite;
}

@keyframes ytn-objective-1 { to { background-position: -4000px; } }
@keyframes ytn-objective-2 { to { background-position: -10000px; } }
@keyframes ytn-objective-3 { to { background-position: -6000px; } }
@keyframes ytn-objective-4 { to { background-position: -12000px; } }

@media (max-width: 767px) {
    .et-l--post #our-objectives {
        padding: 55px 20px !important;
    }

     .et-l--post #our-objectives > .et_pb_row:first-child .et_pb_text p {
        font-size: 28px;
        line-height: 1;
        text-align: center;
    }

    .et-l--post #our-objectives > .et_pb_row:nth-child(n + 2) {
        display: block;
        margin-top: 110px;
    }

    .et-l--post #our-objectives > .et_pb_row:nth-child(n + 2) .et_pb_column {
        margin: 0 0 110px !important;
        padding: 20px;
        width: 100% !important;
        border-radius: 0 20px;
    }

   .et-l--post #our-objectives > .et_pb_row:nth-child(n + 2) .et_pb_column:nth-child(2) {
        transform: none;
    }

    .et-l--post #our-objectives .et_pb_text p {
        font-size: 16px;
        line-height: 1.4;
    }

    .overview-objective .ytn-objectives-sprite {
        width: 100%;
        max-width: 400px;
        height: 260px;
        background-position: center;
        background-size: contain;
        animation: none;
    }

.overview-objective .ytn-objectives-sprite--1 { background-image: url('/wp-content/uploads/2026/08/m_about_ani.png'); }
.overview-objective .ytn-objectives-sprite--2 { background-image: url('/wp-content/uploads/2026/08/m_about_ani2.png'); }
.overview-objective .ytn-objectives-sprite--3 { background-image: url('/wp-content/uploads/2026/08/m_about_ani3.png'); }
.overview-objective .ytn-objectives-sprite--4 { background-image: url('/wp-content/uploads/2026/08/m_about_ani4.png'); }
}

@media (prefers-reduced-motion: reduce) {
    .overview-objective .ytn-objectives-sprite {
        animation: none;
    }
	
	.historic-img .et_pb_image_wrap img {
		width: auto !important;
		max-width: 100% !important;
	}
}