@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, 
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, 
footer, header, hgroup, .menu, nav, output, ruby, section, summary, time, mark, audio, video, main { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, .menu, nav, section {display: block;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

input, input:hover, input:active, input:focus { border: none; outline: none; }
select, select:hover, select:active, select:focus { border: none; outline: none; }
textarea, textarea:hover, textarea:active, textarea:focus { border: 1px solid transparent; outline: 1px solid transparent; }

body { background-color: #281d2d; font-family: Assistant, ui-sans-serif, system-ui, Helvetica, Arial, sans-serif; }

a, a:active, a:hover, a:link, a:visited { outline: 0; text-decoration: none; transition: color .4s; }

.section { display: flex; max-width: 1400px; width: 100%; }

#page { display: flex; width: 100%; height: 100vh; justify-content: center; align-items: self-start; flex-wrap: wrap; max-height: 1000px; min-height: 700px; background: linear-gradient(rgb(40, 29, 45), rgba(40,29,45,0)), linear-gradient(rgba(40,29,45,0) 500px, rgba(40, 29, 45)), url(../splash/01.jpg), #281d2d; background-size: cover; background-position: bottom center; }
#page .menu { align-items: center; justify-content: space-between; }
#page .logo { position:relative; display:flex; margin: 15px; align-items:center; overflow:hidden; z-index:7 }
#page .csic { display: block; height: 80px; }
#page .grad { position:absolute; width:fit-content }
#page .nav { display: flex; grid-gap: 60px; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-family: 'Roboto Condensed', sans-serif; z-index: 1; }
#page .nav a { color: white; }
#page .nav a:hover { color: #EAB181; }
#page .nav span { color: #EAB181; }
#page .nav span b { color: #777; }
#page .response { display: none; cursor: pointer; height: 35px; width: 35px; color: white; z-index: 1; }
#page #particles { width: 100%; height: 100%; position: absolute; overflow: hidden; }

#main { position: absolute; display: flex; width: 100%; justify-content: center; align-items: flex-start; flex-wrap: wrap; top: 200px; }
#main .section { flex-flow: column; }
#main h1 { font-size: 3.25rem; line-height: .85; font-weight: 800; text-transform: uppercase; color: white; }
#main h2 { font-size: 1.1rem; line-height: 1.75rem; font-weight: 600; text-transform: uppercase; color: #eab181; margin: 50px 0; max-width: 1000px; }
#content {border-top-left-radius: 10px; border-top-right-radius: 10px; overflow: hidden; }
@media (max-width: 1500px) { #page .section { margin: 0px 50px; } #main h1 { margin: 0px 50px; } #main h2 { margin: 50px; } }
@media (max-width: 1000px) { #page .nav { display: none; } #page .response { display: flex; } }
@media (max-width: 800px) { #main h1 { margin: 0px 20px; } #main h2 { margin: 50px 20px; font-size: 1rem; } }

.grid .title { background: #DFE2E5; color: #5d646b; }
.grid .title { display: flex; width: 100%; justify-content: end; align-items: center; text-transform: uppercase; padding: 30px 0px; transform: scale(-1); white-space: nowrap; writing-mode: vertical-rl; word-spacing: 5px; font-weight: 600; letter-spacing: 3px; font-size: 13px; }

.dX5l { display: grid; grid-template-columns: 40px 1fr 600px; grid-gap: 100px; background: linear-gradient(#FFF,#EAECEE); border-bottom-right-radius: 25px; }
.dX5l .left { padding: 125px 0px; font-size: 18px; font-weight: 300; color: #5D646B; line-height: 28px; align-self: start; }
.dX5l .left p:first-child { font-size: 5rem; line-height: .85; font-weight: 800; text-transform: uppercase; }
.dX5l .left p:not(:first-child) { margin-top: 2rem; }
.dX5l .left p b { color: #9A60C4; }
.dX5l .left p u { color: #9A60C4; font-weight: 600; text-decoration: none; }
.dX5l .right { padding: 100px 50px 100px 0px; display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(3,150px); grid-gap: 20px; align-self: start; z-index: 1; }
.dX5l .right div:nth-child(1) { grid-row: 1 / span 2; grid-column: 1 / span 2; }
.dX5l .right div:nth-child(5) { grid-column: 4; }
.dX5l .right div:nth-child(6) { grid-column: 2 / span 3; }
.dX5l .right a { display: flex; justify-content: center; align-items: center; height: 100%; width: 100%; transition: transform .5s, visibility .5s ease-in; background: #DFE2E5; border-radius: 5px; }
.dX5l .right a:hover { transform: scale(1.1); }
.dX5l .right a.godot > svg { height: 70%; width: 70%; }
.dX5l .right a.blender > svg { height: 70%; width: 70%; }
.dX5l .right a.krita > svg { height: 70%; width: 70%; }
.dX5l .right a.git > svg { height: 70%; width: 70%; }
.dX5l .right a.mint > svg { height: 70%; width: 70%; }
.dX5l .right a.inkscape > svg { height: 70%; width: 70%; }
@media (max-width: 1500px) { .dX5l { grid-template-columns: 40px 1fr 400px; grid-gap: 50px; } .dX5l .right { grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(4,100px); } .dX5l .right div:nth-child(6) { grid-row: 4; grid-column: 2 / span 2; } .dX5l .right div:nth-child(3) { grid-row: 3; grid-column: 2; } .dX5l .right div:nth-child(4) { grid-row: 3; grid-column: 3; } .dX5l .right div:nth-child(5) { grid-row: 2; grid-column: 3; } }
@media (max-width: 1100px) { .dX5l { grid-template-columns: 40px 1fr; grid-gap: 0px; } .grid .title { grid-row: span 2; } .dX5l .left { padding: 100px 50px 50px 50px; } .dX5l .right { padding: 50px 50px 100px 50px; grid-template-columns: repeat(5,1fr); grid-template-rows: repeat(2,150px); } .dX5l .right div:nth-child(3) { grid-row: 1; grid-column: 4; } .dX5l .right div:nth-child(4) { grid-row: 1; grid-column: 5; } .dX5l .right div:nth-child(6) { grid-row: 2; grid-column: 4 / span 2; } }
@media (max-width: 800px) { .dX5l { grid-template-columns: 25px 1fr; } }
@media (max-width: 650px) { .dX5l .left { padding: 75px 20px 20px 20px; } .dX5l .right { padding: 20px 20px 75px 20px; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(3,150px); } .dX5l .right div:nth-child(3) { grid-row: unset; grid-column: unset; } .dX5l .right div:nth-child(4) { grid-row: unset; grid-column: unset; } .dX5l .right div:nth-child(6) { grid-row: unset; grid-column: unset; } }
@media (max-width: 600px) { .dX5l .left p:first-child { font-size: 4rem; } }
@media (max-width: 500px) { .dX5l .right { grid-template-rows: repeat(3,120px); } .dX5l .left p:first-child { font-size: 3rem; } }
@media (max-width: 400px) { .dX5l .right { grid-template-rows: repeat(3,100px); } .dX5l .left p:first-child { font-size: 2.5rem; } }

.aVf4 {display: grid; grid-template-columns: 40px 1fr; }
.aVf4 .title {background: #413148; color: #dfe2e5; }
.aVf4 .two {display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; background: #281d2d; }
.aVf4 .two > div:nth-child(1), .aVf4 .two > div:nth-child(3), .aVf4 .two > div:nth-child(5) {margin: 150px 75px; }
.aVf4 .two .vd {background: rgba(255,255,255,0.25); margin: 100px 0px; }
.aVf4 .two p:first-child {display: block; font-size: 2.5rem; font-weight: 800; text-transform: uppercase; color: #eab181; margin-bottom: 2rem; }
.aVf4 .two p:not(:first-child) {font-size: 18px; font-weight: 300; color: #EEE; line-height: 30px; }
.aVf4 .two b {color: white; }
@media (max-width: 1300px) { .aVf4 .two > div:nth-child(1), .aVf4 .two > div:nth-child(3), .aVf4 .two > div:nth-child(5) {margin: 60px 30px; } }
@media (max-width: 1050px) { .aVf4 .two p:first-child { font-size: 1.75rem; } .aVf4 .two p:not(:first-child) { font-size: 16px; } }
@media (max-width: 900px) { .aVf4 .two {grid-template-columns: 1fr 1px 1fr; grid-template-rows: 1fr 1px auto; } .aVf4 .two .vd.r900 {grid-row: 2; grid-column: span 3; margin: 0px 100px; } .aVf4 .two > div:nth-child(5) {grid-row: 3; grid-column: span 3; } }
@media (max-width: 800px) { .aVf4 {display: grid; grid-template-columns: 25px 1fr; } }
@media (max-width: 680px) { .aVf4 .two {grid-template-columns: 1fr; grid-template-rows: auto 1px auto 1px auto; } .aVf4 .two .vd.r680 {margin: 0px 100px; } .aVf4 .two .vd.r900 {grid-row: unset; grid-column: unset; } .aVf4 .two > div:nth-child(5) {grid-row: unset; grid-column: unset; } }

.m0rF {display: grid; grid-template-columns: 40px 1fr; background: linear-gradient(#FFF,#EAECEE); border-top-right-radius: 75px; }
.m0rF .content {padding: 125px 50px; font-size: 18px; font-weight: 300; color: #5D646B; line-height: 28px; }
.m0rF .content p:not(:first-child) { margin-top: 2rem; }
@media (max-width: 680px) { .m0rF .content {padding: 100px 50px; } }

.dR5g {display: grid; grid-template-columns: 40px 1fr; background: linear-gradient(#FFF,#EAECEE); border-top-right-radius: 75px; }
.dR5g .content {padding: 125px 50px; font-size: 18px; font-weight: 300; color: #5D646B; line-height: 28px; }
.dR5g h3:first-child {
	font-size: 3rem;
	line-height: .85;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.dR5g p {
	margin-bottom: 2rem;
}
.dR5g h3 b {
	color: #9A60C4;
}
.dR5g .img { width: 100%; margin-bottom: 2rem; border-radius: 15px; overflow: hidden; }
.dR5g img { display: block; width: 100%; }

#network { flex-flow: row !important; background: #eab181; justify-content: center; align-items: center; }
#network svg { height: 22px; }
#network a { color: #281d2d; padding: 30px 50px; }
@media (max-width: 900px) { #network a { padding: 30px 30px; } }
@media (max-width: 600px) { #network a { padding: 30px 15px; } }

#footer { flex-flow: row !important; justify-content: space-around; background: #dfe2e5; height: 50px; align-items: center; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; font-family: 'Roboto Condensed', sans-serif; }
#footer a { color: #281d2d; }
#footer div:nth-child(2) { display: inline-flex; grid-gap: 60px; }
@media (max-width: 800px) { #footer {display: grid; grid-template-rows: 30px; height: 60px; } }

.interface { display: none; position: fixed; width: 100%; height: 100vh; background: black; top: 0; left: 0; z-index: 10; flex-flow: column; align-items: center; justify-content: space-evenly; }
.interface.active { display: flex; }
.interface .tV0p { fill: #777; width: 250px; }
.interface .dXw3 { fill: #777; width: 40px; position: absolute; top: 0; right: 0; padding: 30px; }
.interface .q2FG { display: flex; flex-flow: column; align-items: center; }
.interface .q2FG a, .q2FG b { font-size: 25px; color: white; text-transform: uppercase; padding: 15px 40px; z-index: 11; letter-spacing: 2px; word-spacing: 15px; }
.interface .q2FG b { color: #444; }
.interface .q2FG a:hover { color: #eab181; }
.interface .v6Fd { font-size: 22px; color: #eab181; display: flex; justify-content: space-evenly; max-width: 400px; width: 100%; }
.interface .v6Fd a { color: white; }
.interface .v6Fd a:hover { color: #eab181; }
.interface .v6Fd a[active] { color: #555; }