@charset "UTF-8";footer{padding:16px;color:var(--font-white);text-align:center}footer #privacy-policy{height:5px;text-decoration:underline;color:var(--primary-color)}footer *{font-size:12px}main{display:flex;flex-direction:column;overflow:hidden auto!important}.section{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:1200px;padding:16px;margin:0 auto}.section .content-block{max-width:600px}.section .content-block h2{font-size:20px;margin-bottom:10px}.section .content-block p{margin:auto;color:#e2e4f899}.section:nth-child(1){margin-top:60px;margin-bottom:64px}.section:nth-child(1) .titles{position:relative;text-align:center}.section:nth-child(1) .titles:after{position:absolute;content:"";height:calc(100% + 600px);width:calc(100% + 800px);left:50%;top:0;transform:translate(-50%,-30%);background:radial-gradient(ellipse at center,rgba(4,125,110,.5019607843) 0,transparent 70%);z-index:-1}.section:nth-child(1) .titles h1{font-size:48px;text-transform:uppercase}.section:nth-child(1) .titles h1 span{font-size:48px}.section:nth-child(1) .titles hr{height:1px;width:70%;max-width:1200px;min-width:310px;margin:8px auto;background:var(--primary-color)}.section:nth-child(1) .titles h2{max-width:500px;margin:0 16px;font-size:14px;color:#e2e4f899;overflow:hidden}.section:nth-child(2){margin-bottom:64px}.section:nth-child(3){margin-bottom:64px}.section:nth-child(3) h2{font-size:20px;margin-bottom:16px}.section:nth-child(3) .members{display:grid;grid-template-columns:1fr;grid-auto-rows:max-content;gap:16px;width:100%;overflow:hidden}.section:nth-child(3) .members .member{display:flex;flex-direction:column;border-radius:4px;overflow:hidden;box-shadow:var(--shadow)}.section:nth-child(3) .members .member .user-info{flex:1;padding:32px 16px;background-color:var(--layer-1);text-align:center}.section:nth-child(3) .members .member .user-info .avatar-container{width:150px;height:150px;padding:8px;border:1px solid var(--primary-color);border-radius:50%;overflow:hidden;margin:0 auto 16px}.section:nth-child(3) .members .member .user-info .avatar-container .avatar{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}.section:nth-child(3) .members .member .user-info .name{font-size:18px;margin-bottom:4px;color:var(--primary-color)}.section:nth-child(3) .members .member .user-info .function{font-size:14px;margin-bottom:16px}.section:nth-child(3) .members .member .user-info .quote{color:#e2e4f899}.section:nth-child(3) .members .member .user-info .quote:before{content:"“"}.section:nth-child(3) .members .member .user-info .quote:after{content:"”"}.section:nth-child(3) .members .member .profile{position:relative;padding:16px;background-color:var(--dark-layer)}.section:nth-child(3) .members .member .profile p{font-size:12px;color:#e2e4f899}.section:nth-child(3) .members .member .profile p.hidden-profile{color:transparent}.section:nth-child(3) .members .member .profile p.visible-profile{position:absolute;width:100%;height:100%;top:0;left:0;padding:16px}.section:nth-child(4){flex-wrap:wrap;flex-direction:row;align-items:flex-start;gap:64px;margin-bottom:64px}.section:nth-child(4) .content-block{flex:1;min-width:290px}.section:nth-child(5){padding:0;margin:0;max-width:unset;background-color:#0e0e16}@media (min-width: 600px){.section:nth-child(3) .members{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.section:nth-child(1){margin-top:150px}.section:nth-child(3) .members{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.section:nth-child(3) .members{grid-template-columns:repeat(4,1fr)}}
