.profile-container{display:flex;flex-direction:column;gap:100px;padding:60px 20px;align-items:center}.profile-row{display:flex;align-items:center;justify-content:center;gap:60px;max-width:1200px;width:100%}.profile-box{flex:1 1 300px;max-width:600px;background:#000;padding:24px;border-radius:16px;color:#fff;box-shadow:0 4px 16px #00000026;font-size:1.3rem}.profile-pic{width:280px;height:280px;object-fit:cover;border-radius:20px;box-shadow:0 4px 12px #0006}@media (max-width: 768px){.profile-row,.profile-row.reverse{flex-direction:column!important;gap:40px;align-items:center;text-align:center}.profile-pic{width:100%;max-width:280px;height:auto;border-radius:16px}.profile-box{width:90%;padding:20px;font-size:1.1rem}.profile-box h2{font-size:1.5rem;padding-bottom:16px}.profile-box p{font-size:1.1rem;margin:20px 0}}.profile-list-container{display:flex;justify-content:space-between;align-items:flex-start;height:auto;padding:0 50px;background-color:#000;color:#fff;flex-wrap:wrap;gap:40px;margin-bottom:80px}.profile-section{width:30%;text-align:center;opacity:0;transform:translate(50px);transition:opacity 1s ease,transform 1s ease;font-size:1.2rem;line-height:1.8;color:#fff;background:transparent;border-radius:12px;padding:0;box-shadow:none}.profile-section h2{text-align:center;margin-bottom:10px;padding-bottom:10px;position:relative;font-size:2rem;font-weight:700}.profile-section h2:after{content:"";display:block;width:100%;height:1px;background-color:gray;margin-top:10px}.profile-section p{text-align:left;font-size:1.3rem;line-height:1.3;margin:30px 0;color:#fff}.bottom-row{width:100%;margin:60px auto 0;display:flex;justify-content:center;gap:120px}.black-box-single{background-color:#000;padding:30px 25px;border-radius:12px;box-shadow:0 4px 15px #000c;color:#fff;opacity:0;transform:translate(50px);transition:opacity 1s ease,transform 1s ease;text-align:center;width:100%;max-width:500px}.profile-image{display:block;margin:20px auto 0;width:100%;max-width:280px;height:200px;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0006;transition:transform .3s ease;background-color:#333}.profile-image:hover{transform:scale(1.05)}.fade-in-left,.fade-in-center,.fade-in-right,.fade-in-late-left,.fade-in-late-right{opacity:1;transform:translate(0)}.fade-in-left{transition-delay:0s}.fade-in-center{transition-delay:.3s}.fade-in-right{transition-delay:.6s}.fade-in-late-left{transition-delay:1.2s}.fade-in-late-right{transition-delay:1.5s}.fade-out-left,.fade-out-center,.fade-out-right,.fade-out-late-left,.fade-out-late-right{opacity:0;transform:translate(50px)}.fade-out-right{transition-delay:0s}.fade-out-center{transition-delay:.3s}.fade-out-left{transition-delay:.6s}.fade-out-late-right{transition-delay:.9s}.fade-out-late-left{transition-delay:1.2s}@media (max-width: 1024px){.profile-list-container{flex-direction:column;align-items:center;padding:24px;gap:50px}.profile-section{width:100%;max-width:480px;font-size:1.1rem}.profile-section h2{font-size:1.6rem}.profile-section p{font-size:1.1rem;margin:20px 0}.profile-image{width:100%;max-width:260px;height:auto}.bottom-row{flex-direction:column;align-items:center;gap:40px;margin-top:40px}.black-box-single{width:90%;padding:20px;font-size:1.1rem}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100vw;overflow-x:hidden;font-family:sans-serif;background-color:#0a0a0a;color:#fff;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar,*::-webkit-scrollbar{display:none}img{max-width:100%;height:auto;display:block}.page-black{background-color:#000;color:#fff;min-height:100vh;width:100vw}.page-gray{background:linear-gradient(to bottom,#0a0a0a,#3093a5,#0a0a0a);background-size:cover;background-repeat:no-repeat;background-position:center;color:#fff;min-height:100vh;width:100vw;overflow-x:hidden}.bgcolor{background-color:#000}.textalign{text-align:center;padding:50px}.section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 16px;width:100%}.fade-in{opacity:1;transform:translateY(0);transition:opacity 1.2s ease,transform 1.2s ease}.fade-out{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.delay-0{transition-delay:0s}.delay-1{transition-delay:.3s}.delay-2{transition-delay:.6s}@media (max-width: 580px){.structure-container,.structure-wrapper,.profile-container,.profile-row{padding-left:8px;padding-right:8px;box-sizing:border-box}.structure-wrapper{gap:20px}.profile-box,.structure-text,.structure-image,.black-box-single,.profile-pic,.profile-img{width:100%;max-width:100%}.structure-text h1{font-size:1.3rem}.structure-text h2{font-size:1rem}.structure-text h3{font-size:.8rem}.structure-icons{gap:16px;flex-wrap:wrap}.profile-box{font-size:1rem}}@media (max-width: 400px){.profile-box{font-size:.95rem}.structure-text h1{font-size:1.1rem}.structure-text h2{font-size:.9rem}.structure-text h3{font-size:.75rem}}.structure-container{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;box-sizing:border-box}.structure-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:40px;width:100%;max-width:1200px;padding:0 16px;box-sizing:border-box}.structure-text{flex:1 1 300px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-sizing:border-box}.structure-text h1{font-size:2.2rem;margin:0}.structure-text h2{font-size:1.4rem;margin-top:12px}.structure-text h3{font-size:1rem;margin-top:12px;font-style:italic}.structure-icons{display:flex;justify-content:center;gap:24px;margin-top:40px}.structure-image{flex:1 1 300px;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.profile-img{width:100%;max-width:480px;height:auto;border-radius:16px;box-shadow:0 6px 16px #0009}.bottom-row{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;width:100%;box-sizing:border-box}.black-box-single{width:100%;max-width:600px;box-sizing:border-box}.profile-container{display:flex;flex-direction:column;gap:100px;padding:60px 20px;align-items:center;width:100%;box-sizing:border-box}.profile-row{display:flex;align-items:center;justify-content:center;gap:60px;width:100%;flex-wrap:wrap;padding:0 16px;box-sizing:border-box}.profile-row.reverse{flex-direction:row-reverse}.profile-box{flex:1 1 300px;max-width:600px;width:100%;background:#000;padding:24px;border-radius:16px;color:#fff;box-shadow:0 4px 16px #00000026;font-size:1.3rem;box-sizing:border-box}.profile-box h2{margin-bottom:20px;border-bottom:2px solid gray;padding-bottom:20px;text-align:center}.profile-box p{margin:25px 0}.profile-box p:first-of-type{margin-top:30px}.profile-pic{width:100%;max-width:280px;height:auto;object-fit:cover;border-radius:20px;box-shadow:0 4px 12px #0006}
