@media (1580px <= width <= 1850px){
  	:nth-child( 1 of .section-5-page-2-wrapper-child ) > div > div {
    height: 50vw;
	} 
  	:nth-child( 1 of .section-7-page-2-wrapper-child ) > div > div {
    height: 50vw;
	} 
  	:nth-child( 1 of .section-9-page-2-wrapper-child ) > div > div {
    height: 50vw;
	} 
}
@media (width >= 1851px) {
  	:nth-child( 1 of .section-5-page-2-wrapper-child ) > div > div {
    height: 40vw;
	} 
  	:nth-child( 1 of .section-7-page-2-wrapper-child ) > div > div {
    height: 35vw;
	}   
  	:nth-child( 1 of .section-9-page-2-wrapper-child ) > div > div {
    height: 40vw;
	} 
}
@media screen and (width >= 1280px) {
    :nth-child( 2 of .section-1-page-3-wrapper-child ) > div > div :nth-child( 2 of .section-1-page-3-child ) img {
        width: 20vw;
    }
    :nth-child( 2 of .section-1-page-4-wrapper-child ) > div > div :nth-child( 2 of .section-1-page-4-child ) img {
        width: 20vw;
    }
	:nth-child( 3 of .section-2-page-2-wrapper-child ) > div > div {
    padding-block: 3vw;
	}
	:nth-child( 1 of .section-3-page-2-wrapper-child ) > div > div {
    height: 30vw;
	} 
	/* :nth-child( 1 of .section-5-page-2-wrapper-child ) > div > div {
    height: 42vw;
	}  */
}	
@media screen and (width <= 1024px) {
    :nth-child( 2 of .section-5-page-2-child-child ) {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 2 of .section-7-page-2-child-child ) {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 2 of .section-9-page-2-child-child ) {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .section-9-page-2-child-child-child-child:last-child {
        align-items: center;
        justify-content: center;
    }

}
@media screen and (width <= 991px) {
    :nth-child( 4 of .section-5-page-3-wrapper-child ) .section-5-page-3-parent {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    } 
    :nth-child( 4 of .section-5-page-3-wrapper-child ) :nth-child( 4 of .section-5-page-3-parent ) :nth-child( 1 of .section-5-page-3-child ) {
        grid-template-columns: 1fr;
    }
    :nth-child( 4 of .section-5-page-3-wrapper-child ) :nth-child( 4 of .section-5-page-3-parent ) :nth-child( 2 of .section-5-page-3-child ) {
        grid-template-columns: 1fr;
    } 
}
@media screen and (width <= 767px) {
    :nth-child( 1 of .header-wrapper-child ) {
        grid-area: 1 / 1 / 2 / -1;
        height: 100%;
    }
    :nth-child( 1 of .header-wrapper-child ) video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-block-end: -3px;
    }
    :nth-child( 2 of .header-wrapper-child ) :nth-child( 1 of .header-child ) {
        grid-area: 1 / 2 / 2 / 3;
        justify-self: start;
        display: none;
    }
	:nth-child( 3 of .header-wrapper-child ) .header-parent :nth-child( 1 of .header-child ) {
		font-size: 13px;
	}
    .header-child:last-child ul li:last-child {
        display: none;
    }
    .header-below-logo ul li a {
        display: inline-block;
        position: absolute;
        top: 0vw;
        padding: .5%;
    }
    .header-below-logo ul li a img {
        display: inline-block;
        width: 7.5vw;
    }
    :nth-child( 2 of .section-3-page-1-wrapper-child ) {
        grid-area: 2 / 1 / 3 / -1;
        height: 100%;
    }
    :nth-child( 2 of .section-3-page-1-wrapper-child ) div  {
        width: 100%;
        height: 100%;
    }
    :nth-child( 2 of .section-3-page-1-wrapper-child ) video {
        height: 100%;
    }

    :nth-child( 3 of .section-3-page-1-wrapper-child ) > div > div {
        display: grid;
        justify-content: center;
    }
    :nth-child( 1 of .section-footer-2-wrapper-child ) {
        grid-area: 1 / 1 / 2 / -1;
        height: 100%;
    }
    :nth-child( 1 of .section-footer-2-wrapper-child ) div {
        height: 100%;
    }
    .section-footer-2-wrapper-child video {
        height: 100%;
    }
    :nth-child( 3 of .section-4-page-1-wrapper-child ) img {
        width: 35vw;
    }
    :nth-child( 3 of .section-5-page-3-wrapper-child ) img {
        width: 35vw;
    }
/* 	----Page 2----- */
	:nth-child( 2 of .section-1-page-2-wrapper-child ) > div > div div img {
		width: 100%;
	}
    :nth-child( 3 of .section-2-page-2-wrapper-child ) {
        padding-block: 3vw;
    }
	/* :nth-child( 3 of .section-2-page-2-wrapper-child ) > div > div {
		padding-block: 3vw;
	} */

	:nth-child( 2 of .section-3-page-2-wrapper-child ) > div > div {
		padding-block: 3vw;
	}
	:nth-child( 2 of .section-5-page-2-wrapper-child ) > div > div {
		padding-block: 3vw;
	}
	:nth-child( 2 of .section-7-page-2-wrapper-child ) > div > div {
		padding-block: 3vw;
	}
	:nth-child( 2 of .section-9-page-2-wrapper-child ) > div > div {
		padding-block: 3vw;
	}
    :nth-child( 2 of .section-9-page-3-wrapper-child ) > div > div {
        grid-template-columns: 1fr;
        grid-gap: 25px;
        padding-block: 3vw;
    }  
}

@media screen and (width <= 576px) {
    .header-below-logo ul li a img {
        display: inline-block;
        width: 10.5vw;
    }
}
/* 	----------------Page 3------------------- */

@media screen and (width <= 767px) {
    .section-1-page-3-wrapper {
        background-image: url('../images/page-3/page-3-section-1-top-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }
    :nth-child( 1 of .section-1-page-3-wrapper-child ) img {
        opacity: 0;
    }
    :nth-child( 2 of .section-1-page-3-wrapper-child ) {
        align-self: center;
    }
    :nth-child( 3 of .section-1-page-3-wrapper-child ) {
        grid-area: 2 / 1 / 3 / -1;
        padding-block-end: 10px;
    }
    :nth-child( 2 of .section-1-page-3-wrapper-child ) > div > div div img {
		width: 100%;
	}
    :nth-child( 2 of .section-1-page-3-wrapper-child ) > div > div :nth-child( 2 of .section-1-page-3-child ) {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    :nth-child( 3 of .section-1-page-3-wrapper-child ) .section-1-page-3-parent {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
        align-items: center;
    }
    :nth-child( 3 of .section-1-page-3-wrapper-child ) .section-1-page-3-parent > div:last-child > div {
        position: static;
    }
    :nth-child( 3 of .section-1-page-3-wrapper-child ) .section-1-page-3-parent div:last-child > div > div {
        position: static;
    }
    :nth-child( 3 of .section-1-page-3-wrapper-child ) .section-1-page-3-parent div:first-child > div:nth-child( 2 of .section-1-page-3-child-child ) img {
        width: 100%;
    }
    :nth-child( 3 of .section-1-page-3-wrapper-child ) .section-1-page-3-parent div:last-child > div > div span:last-child {
        display: block;
        font-size: 14px;
        word-wrap: break-word;
        line-height: 1.5;
        text-align: center;
    }
    :nth-child( 3 of .section-1-page-3-wrapper-child ) .section-1-page-3-parent div:last-child img {
        max-width: 200px;
    } 
}

@media (1580px <= width <= 1850px) {
  	:nth-child( 1 of .section-3-page-3-wrapper-child ) > div > div {
    height: 50vw;
	} 
}
@media (width >= 1851px) {
  	:nth-child( 1 of .section-3-page-3-wrapper-child ) > div > div {
    height: 40vw;
	} 
}
	
@media screen and (width <= 1024px) {
    :nth-child( 2 of .section-3-page-3-child-child ) {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    
}
@media screen and (width <= 767px) {
	:nth-child( 2 of .section-3-page-3-wrapper-child ) > div > div {
		padding-block: 3vw;
	}
    /* ---------------------------------------------------------- */
    :nth-child( 2 of .section-5-page-3-wrapper-child ) .section-5-page-3-parent {
        left: 29.8vw;
    }
    :nth-child( 2 of .section-5-page-3-wrapper-child ) .section-5-page-3-parent img {
        width: 40vw;
    }

    :nth-child( 2 of .section-7-page-3-wrapper-child ) {
        padding-block-start: 9vw;
    }
    :nth-child( 3 of .section-5-page-3-wrapper-child ) {
        padding-block-start: 9vw;
    }
    :nth-child( 4 of .section-5-page-3-wrapper-child ) {
        padding-block: 20vw 4vw;
}
    :nth-child( 3 of .section-7-page-3-wrapper-child ) {
        padding-block: 25vw 15vw;
    }
    :nth-child( 2 of .section-7-page-3-wrapper-child ) > div > div > div img {
        width: 50vw;
    }
    /* ---------------------------------------------------------- */
    :nth-child( 2 of .section-9-page-3-wrapper-child ) > div > div div img {
        width: 50vw;
    }
}



/* 	----------------Page 4------------------- */

@media screen and (width <= 767px) {
    .section-1-page-4-wrapper {
        background-image: url('../images/page-3/page-3-section-1-top-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }
    :nth-child( 1 of .section-1-page-4-wrapper-child ) img {
        opacity: 0;
    }
    :nth-child( 2 of .section-1-page-4-wrapper-child ) {
        align-self: center;
    }
    :nth-child( 3 of .section-1-page-4-wrapper-child ) {
        grid-area: 2 / 1 / 3 / -1;
        padding-block-end: 10px;
    }
    :nth-child( 2 of .section-1-page-4-wrapper-child ) > div > div div img {
		width: 100%;
	}
    :nth-child( 2 of .section-1-page-4-wrapper-child ) > div > div :nth-child( 2 of .section-1-page-4-child ) {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    :nth-child( 3 of .section-1-page-4-wrapper-child ) .section-1-page-4-parent {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
        align-items: center;
    }
    :nth-child( 3 of .section-1-page-4-wrapper-child ) .section-1-page-4-parent > div:last-child > div {
        position: static;
    }
    :nth-child( 3 of .section-1-page-4-wrapper-child ) .section-1-page-4-parent div:last-child > div > div {
        position: static;
    }
    :nth-child( 3 of .section-1-page-4-wrapper-child ) .section-1-page-4-parent div:first-child > div:nth-child( 2 of .section-1-page-4-child-child ) img {
        width: 100%;
    }
    :nth-child( 3 of .section-1-page-4-wrapper-child ) .section-1-page-4-parent div:last-child > div > div span:last-child {
        display: block;
        font-size: 14px;
        word-wrap: break-word;
        line-height: 1.5;
        text-align: center;
    }
    :nth-child( 3 of .section-1-page-4-wrapper-child ) .section-1-page-4-parent div:last-child img {
        width: 200px;
        aspect-ratio: 1 / 1;
    } 
}


/* 	----------------Page 5------------------- */

@media screen and (width <= 767px) {
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 1 of .section-1-page-5-parent ) :nth-child( 1 of .section-1-page-5-child ) {
        justify-self: center;
        padding-block: 2vw 1vw;
        padding-inline-start: 0;
    }
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 1 of .section-1-page-5-parent ) :nth-child( 2 of .section-1-page-5-child ) {
        place-self: center center;
        padding-inline-start: 0;
    }
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 1 of .section-1-page-5-parent ) :nth-child( 3 of .section-1-page-5-child ) {
        justify-content: center;
    }
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 2 of .section-1-page-5-parent ) {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    } 
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 2 of .section-1-page-5-parent ) > div:last-child > div {
        position: static;
        padding-block-end: 3vw;
    }
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 2 of .section-1-page-5-parent ) div:last-child > div > div {
        position: static;
    }
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 2 of .section-1-page-5-parent ) div:last-child img {
        max-width: 100%;
    }
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 2 of .section-1-page-5-parent ) div:first-child > div:nth-child( 1 of .section-1-page-5-child-child ) {
    justify-self: center;
    }
    :nth-child( 2 of .section-1-page-5-wrapper-child ) :nth-child( 2 of .section-1-page-5-parent ) div:first-child > div:nth-child( 2 of .section-1-page-5-child-child ) img {
        width: 25.5vw;
    }
}
/* 	----------------Page 6------------------- */
@media screen and (width <= 1200px) {
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 1 of .section-1-page-6-parent ) :nth-child( 2 of .section-1-page-6-child ) .section-1-page-6-child-child:last-child img {
        opacity: 0;
        display: none;
    }
}
@media screen and (width <= 767px) {
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 1 of .section-1-page-6-parent ) :nth-child( 1 of .section-1-page-6-child ) {
        justify-self: center;
        padding-block: 2vw 1vw;
        padding-inline-start: 0;
    }
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 1 of .section-1-page-6-parent ) :nth-child( 2 of .section-1-page-6-child ) {
        place-self: center center;
        padding-inline-start: 0;
    }
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 1 of .section-1-page-6-parent ) :nth-child( 3 of .section-1-page-6-child ) {
        justify-content: center;
    }
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 2 of .section-1-page-6-parent ) {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    } 
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 2 of .section-1-page-6-parent ) > div:last-child > div {
        position: static;
        padding-block-end: 3vw;
    }
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 2 of .section-1-page-6-parent ) div:last-child > div > div {
        position: static;
    }
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 2 of .section-1-page-6-parent ) div:last-child img {
        max-width: 100%;
    }
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 2 of .section-1-page-6-parent ) div:first-child > div:nth-child( 1 of .section-1-page-6-child-child ) {
    justify-self: center;
    }
    :nth-child( 2 of .section-1-page-6-wrapper-child ) :nth-child( 2 of .section-1-page-6-parent ) div:first-child > div:nth-child( 2 of .section-1-page-6-child-child ) img {
        width: 25.5vw;
    }
}

@media screen and (width <= 767px) {

    :nth-child( 2 of .section-3-page-5-wrapper-child ) > div > div > div img {
        width: 100%;
    }
    :nth-child( 3 of .section-3-page-5-wrapper-child ) .section-3-page-5-parent .section-3-page-5-child {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 3 of .section-3-page-5-wrapper-child ) .section-3-page-5-parent img {
        width: 65vw;
        max-width: unset;
    }
}
@media screen and (width <= 1200px) {
    :nth-child( 2 of .section-3-page-6-wrapper-child ) > div > div > div img {
        width: 37vw;
    }
}
@media screen and (width <= 767px) {

    :nth-child( 2 of .section-3-page-6-wrapper-child ) > div > div > div img {
        width: 100%;
    }
    :nth-child( 3 of .section-3-page-6-wrapper-child ) .section-3-page-6-parent .section-3-page-6-child {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 3 of .section-3-page-6-wrapper-child ) .section-3-page-6-parent img {
        width: 65vw;
        max-width: unset;
    }
}
@media screen and (width <= 767px) {

    :nth-child( 2 of .section-5-page-5-wrapper-child ) > div > div > div img {
        width: 100%;
    }
    :nth-child( 3 of .section-5-page-5-wrapper-child ) .section-5-page-5-parent .section-5-page-5-child {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 3 of .section-5-page-5-wrapper-child ) .section-5-page-5-parent img {
        height: auto;
    }
    /* :nth-child( 3 of .section-5-page-5-wrapper-child ) .section-5-page-5-parent img {
        width: 65vw;
        max-width: unset;
    } */
}
@media screen and (width <= 767px) {

    :nth-child( 2 of .section-5-page-6-wrapper-child ) > div > div > div img {
        width: 100%;
    }
    :nth-child( 3 of .section-5-page-6-wrapper-child ) .section-5-page-6-parent .section-5-page-6-child {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 3 of .section-5-page-6-wrapper-child ) .section-5-page-6-parent img {
        height: auto;
    }
    /* :nth-child( 3 of .section-5-page-6-wrapper-child ) .section-5-page-6-parent img {
        width: 65vw;
        max-width: unset;
    } */
}
@media screen and (width <= 767px) {

    :nth-child( 2 of .section-7-page-5-wrapper-child ) > div > div > div img {
        width: 100%;
    }
    :nth-child( 3 of .section-7-page-5-wrapper-child ) .section-7-page-5-parent {
        grid-template-columns: 1fr;
    }
    :nth-child( 3 of .section-7-page-5-wrapper-child ) .section-7-page-5-parent .section-7-page-5-child {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 3 of .section-7-page-5-wrapper-child ) .section-7-page-5-parent img {
        height: auto;
    }
    /* :nth-child( 3 of .section-7-page-5-wrapper-child ) .section-7-page-5-parent img {
        width: 65vw;
        max-width: unset;
    } */
}

@media screen and (width <= 767px) {

    :nth-child( 2 of .section-7-page-6-wrapper-child ) > div > div > div img {
        width: 100%;
    }
    :nth-child( 3 of .section-7-page-6-wrapper-child ) .section-7-page-6-parent {
        grid-template-columns: 1fr;
    }
    :nth-child( 3 of .section-7-page-6-wrapper-child ) .section-7-page-6-parent .section-7-page-6-child {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 3 of .section-7-page-6-wrapper-child ) .section-7-page-6-parent img {
        height: auto;
    }
    /* :nth-child( 3 of .section-7-page-6-wrapper-child ) .section-7-page-6-parent img {
        width: 65vw;
        max-width: unset;
    } */
}

@media screen and (width <= 767px) {

    :nth-child( 3 of .section-8-page-5-wrapper-child ) > div > div {
        display: grid;
        grid-template-columns: 1fr;
        align-items: end;
    }
    :nth-child( 3 of .section-8-page-5-wrapper-child ) > div > div :nth-child( 1 of .section-8-page-5-child ) {
        justify-self: center;
    }
    :nth-child( 3 of .section-8-page-5-wrapper-child ) > div > div :nth-child( 2 of .section-8-page-5-child ) {
        justify-self: center;
    }
    :nth-child( 3 of .section-8-page-5-wrapper-child ) > div > div div img {
        height: 38vw;
    }
}
@media screen and (width <= 767px) {

    :nth-child( 3 of .section-8-page-6-wrapper-child ) > div > div {
        display: grid;
        grid-template-columns: 1fr;
        align-items: end;
    }
    :nth-child( 3 of .section-8-page-6-wrapper-child ) > div > div :nth-child( 1 of .section-8-page-6-child ) {
        justify-self: center;
    }
    :nth-child( 3 of .section-8-page-6-wrapper-child ) > div > div :nth-child( 2 of .section-8-page-6-child ) {
        justify-self: center;
    }
    :nth-child( 3 of .section-8-page-6-wrapper-child ) > div > div div img {
        height: 38vw;
    }
}

@media screen and (width <= 767px) {

    :nth-child( 2 of .section-9-page-5-wrapper-child ) > div > div > div img {
        width: 100%;
    }
    :nth-child( 3 of .section-9-page-5-wrapper-child ) .section-9-page-5-parent {
        grid-template-columns: 1fr;
    }
    :nth-child( 3 of .section-9-page-5-wrapper-child ) .section-9-page-5-parent .section-9-page-5-child {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 3 of .section-9-page-5-wrapper-child ) .section-9-page-5-parent img {
        height: auto;
    }

}
@media screen and (width <= 767px) {

    :nth-child( 2 of .section-9-page-6-wrapper-child ) > div > div > div img {
        width: 100%;
    }
    :nth-child( 3 of .section-9-page-6-wrapper-child ) .section-9-page-6-parent {
        grid-template-columns: 1fr;
    }
    :nth-child( 3 of .section-9-page-6-wrapper-child ) .section-9-page-6-parent .section-9-page-6-child {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    :nth-child( 3 of .section-9-page-6-wrapper-child ) .section-9-page-6-parent img {
        height: auto;
    }

}