#Clouds{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;height:30%;overflow:hidden;animation:FadeIn 3.1s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes FadeIn{0%{opacity:0}to{opacity:1}}.Cloud{display:block;position:absolute;width:100%;background-repeat:no-repeat;background-size:auto 100%;height:70px;animation-duration:60s;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-timing-function:linear;animation-name:Float,FadeFloat;z-index:1}@media screen and (max-width:768px){.Cloud{display:none}}.Cloud.Foreground{height:10%;min-height:20px;z-index:3}.Cloud.Background{height:9.09091%;min-height:8px;animation-duration:210s}@keyframes Float{0%{transform:translateX(100vw) translateZ(0)}to{transform:translateX(0) translateZ(0)}}@keyframes FadeFloat{0%,to{opacity:0}5%,90%{opacity:1}}.Cloud:nth-child(4){animation-delay:7s;top:30%}.Cloud:nth-child(5){animation-delay:-3.8s;top:35%}.Cloud.Foreground:nth-child(4){animation-duration:85s;height:20%}.Cloud.Foreground:nth-child(5){animation-duration:60s;height:30%;z-index:49}.each-slide-effect>div{display:flex;align-items:center;justify-content:center;background-size:cover;height:250px;margin-inline:2rem}.each-slide-effect span{padding:20px;font-size:20px;background:#efefef;text-align:center}.grid-container{display:grid;grid-template-columns:1fr 3fr}