
.totalBodyContainer {
    background-color: #FFFFFF;
    padding-bottom: 0;
}

.emergencyServerSection1 {
    margin-top: 120px;
    width: 100%;
}

.emergencyServerSection1Container {
    background: url("/images/solutions/emergency/emergencyServer/emergencyServerSection1Bg.png") no-repeat center center / cover;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(18, 34, 45, 0.2)
}

.emergencyServerSection1Text {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: -1.6px;
    color: #12222D;
    text-align: center;
}

.emergencyServerSection2 {
    width: 100%;
    background-color: #F8F8F8;
}

.emergencyServerSection2Container {
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emergencyServerSection2Wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.emergencyServerSection2TextContainer {
    width: 100%;
    display: flex;
    align-items: center;
}

.emergencyServerSection2Text {
    width: 100%;
    text-align: left;
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.375rem;
    letter-spacing: -1.44px;
    color: #12222D;
}

.emergencyServerSection2ImgContainer {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.emergencyServerSection2ImgContainer > img {
    width: 704px;
}

.emergencyServerSection2ImgWrapper {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.emergencyServerSection2ImgWrapper:hover {
    border: 1px solid #FC9C75;
}

.emergencyServerSection2ImgWrapper > img {
    width: 100%;
}

.emergencyServerSection2InnerText {
    font-family: SCDream, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6875rem;
    letter-spacing: -0.96px;
    color: #12222D;
}

.emergencyServerSection3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emergencyServerSection3Container {
    padding-top: 70px;
    width: 100%;
    max-width: 1400px;
}

.emergencyServerSection3Part1Container {
    width: 100%;
}

.emergencyServerSection3Part1TextContainer {
}

.emergencyServerSection3Part1Text {
    font-family: SCDream, sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: -1.08px;
    color: #12222D;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.emergencyServerSection3Part1Text.animate {
    opacity: 1;
}

.emergencyServerSection3Part1Text > span {
    font-weight: 700;
    color: #165A8A;
}

.emergencyServerSection3Part1ImgContainer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    box-sizing: border-box;
    margin: 40px 0 50px;
}

.emergencyServerSection3Part1ImgWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.emergencyServerSection3Part1ImgWrapper.animate {
    opacity: 1;
    transform: translateY(0);
}

.emergencyServerSection3Part1ImgWrapper:nth-child(1) {
    transition-delay: 0.2s;
}

.emergencyServerSection3Part1ImgWrapper:nth-child(2) {
    transition-delay: 0.4s;
}

.emergencyServerSection3Part1ImgWrapper:nth-child(3) {
    transition-delay: 0.6s;
}

.emergencyServerSection3Part1ImgWrapper:nth-child(4) {
    transition-delay: 0.8s;
}

.emergencyServerSection3Part1ImgWrapper > img {
    width: 100%;
    max-width: 273px;
    transition: transform 0.5s ease;
}

.emergencyServerSection3Part1ImgWrapper > img:hover {
    transform: translateY(-10px);
}

.emergencyServerSection3Part2Container {
    width: 100%;
}


.emergencyServerSection3Part2Text {
    font-family: SCDream, sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: -1.08px;
    color: #12222D;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.emergencyServerSection3Part2Text.animate {
    opacity: 1;
}

.emergencyServerSection3Part2ImgContainer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    box-sizing: border-box;
    margin: 40px 0 120px;
}

.emergencyServerSection3Part2ImgWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.emergencyServerSection3Part2ImgWrapper.animate {
    opacity: 1;
    transform: translateY(0);
}

.emergencyServerSection3Part2ImgWrapper:nth-child(1) {
    transition-delay: 0.2s;
}

.emergencyServerSection3Part2ImgWrapper:nth-child(2) {
    transition-delay: 0.4s;
}

.emergencyServerSection3Part2ImgWrapper:nth-child(3) {
    transition-delay: 0.6s;
}

.emergencyServerSection3Part2ImgWrapper:nth-child(4) {
    transition-delay: 0.8s;
}

.emergencyServerSection3Part2ImgWrapper > img {
    width: 100%;
    max-width: 273px;
    transition: transform 0.5s ease;
}

.emergencyServerSection3Part2ImgWrapper > img:hover {
    transform: translateY(-10px);
}

.emergencyServerSection4 {
    width: 100%;
    background-color: #181a20;
}

.emergencyServerSection4Container {
    background: url("/images/solutions/emergency/emergencyServer/emergencyServerSection4Bg.png") no-repeat center center / cover;

}

.emergencyServerSection4Wrapper {
    width: 100%;
    max-width: 1400px;
}

.emergencyServerSection4InnerContainer {
    height: 207px;
    align-items: center;
}

.emergencyServerSection4InnerTextContainer {
    display: flex;
    justify-content: center;
}

.emergencyServerSection4InnerText {
    font-family: SCDream, sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2.5625rem;
    letter-spacing: -1.56px;
    color: #f8f8f8;
}

.emergencyServerSection4InnerImgContainer {
    display: flex;
    justify-content: center;
}


@media (max-width: 1399px) {

    .emergencyServerSection2Wrapper {
        padding-top: 70px;
        flex-direction: column;
        gap: 0;
    }

    .emergencyServerSection2Text {
        text-align: center;

    }

    .emergencyServerSection2ImgContainer > img {
        width: 100%;
        max-width: 407px;
    }


    .emergencyServerSection3Container {
        padding-top: 117px;
    }

    .emergencyServerSection3Part1Text {
        text-align: center;
    }

    .emergencyServerSection3Part1ImgContainer,
    .emergencyServerSection3Part2ImgContainer{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 2.5rem 3.75rem;
    }

    .emergencyServerSection3Part1ImgWrapper:nth-child(odd) {
        justify-content: flex-end;
    }

    .emergencyServerSection3Part1ImgWrapper:nth-child(even) {
        justify-content: flex-start;
    }

    .emergencyServerSection3Part1ImgWrapper > img {
        width: 100%;
        max-width: 312px;
    }

    .emergencyServerSection3Part2Text {
        text-align: center;
    }

    .emergencyServerSection3Part2ImgWrapper:nth-child(odd) {
        justify-content: flex-end;
    }

    .emergencyServerSection3Part2ImgWrapper:nth-child(even) {
        justify-content: flex-start;
    }

    .emergencyServerSection3Part2ImgWrapper > img {
        width: 100%;
        max-width: 312px;
    }

    .emergencyServerSection3Part2ImgContainer {
        margin-bottom: 70px;
    }

    .emergencyServerSection4InnerText {
        font-size: 1.125rem;
        line-height: 1.875rem;
        letter-spacing: -1.08px;
    }

    .emergencyServerSection4InnerImgContainer > img {
        width: 100%;
        max-width: 492px;
    }
}