:root{--bg-color:#000000;--text-color:#FFFFFF;--theme-text:"Light";}:root[data-theme="light"]{--bg-color:#FFFFFF;--text-color:#000000;--theme-text:"Dark";}@font-face{font-family:'Barlow';src:url("../fonts/Barlow-Regular.ttf");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Barlow';src:url("../fonts/Barlow-Italic.ttf");font-weight:400;font-style:italic;font-display:swap;}@font-face{font-family:'Barlow';src:url("../fonts/Barlow-Medium.ttf");font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:'Barlow';src:url("../fonts/Barlow-MediumItalic.ttf");font-weight:500;font-style:italic;font-display:swap;}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}html{font-size:16px;font-size:calc(10px + .2vw);}body{position:relative;margin:0;background-color:var(--bg-color);color:var(--text-color);font-family:'Barlow',serif,Icons;font-weight:500;line-height:170%;}p{font-size:1.4rem;margin:0 0 40px 0;max-width:650px;width:100%;}footer{position:fixed;bottom:20px;left:0;z-index:10;width:100%;padding:0 32px;}.footer__wrap{max-width:1920px;margin:0 auto;padding:0;}header{position:fixed;top:20px;left:0;z-index:10;width:100%;padding:0 32px;}header ul{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;list-style-type:none;max-width:1920px;margin:0 auto;padding:0;}header ul li{margin:0 20px;text-align:center;padding:0;}header ul li:first-child{margin-left:0;}header ul li:last-child{margin-right:0;}header ul li a,footer a{font-size:1.4rem;font-weight:500;}main{max-width:1920px;margin:150px auto 100px;padding:0 32px;}.home{overflow-y:hidden;}.home main,.about main{height:100%;width:100%;min-height:100vh;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;margin:0 auto;padding:150px 32px;}.work p{font-family:'Georgia',serif;text-align:left;font-size:1.1rem;margin-top:1rem;line-height:120%;}.about p>a{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}a,a:link,a:visited,a:focus,a:hover,a:active{text-decoration:none;color:var(--text-color);}a:hover,label:hover{font-style:italic;}video,img{width:100%;}video{max-width:1000px;}img{max-width:650px;margin:0 auto;}.col__block{text-align:left;}.col-4{flex:0 0 calc(35% - 6rem);max-width:calc(35% - 6rem);}.col-6{flex:0 0 calc(65% - 6rem);max-width:calc(65% - 6rem);}[class^="row-"]{display:flex;flex-flow:row nowrap;margin-bottom:30rem;}[class^="col-"]:first-child{padding-right:6rem;}[class^="col-"]:last-child{padding-left:6rem;margin-left:auto;}.row-1 .col-5 .col__block{margin-top:2rem;}.row-1 .col-6 .col__block{margin-top:2rem;}.row-2 .col-4 .col__block{margin-top:60rem;}.row-3 .col-4 .col__block{margin-top:2rem;}.row-3 .col-6 .col__block{margin-top:8rem;}.row-4 .col-4 .col__block{margin-top:6rem;}.row-5 .col-5 .col__block{margin-top:2rem;}.row-5 .col-6 .col__block{margin-top:2rem;}.row-6 .col-4 .col__block{margin-top:60rem;}.row-7 .col-4{display:flex;flex-flow:column nowrap;justify-content:flex-end;}.row-7 .col-6 .col__block:first-child{margin-top:20rem;margin-bottom:30rem;}.row-8 .col-6 .col__block{margin-top:30rem;}.row-9 .col-4 .col__block{margin-top:60rem;}.row-10 .col-4{display:flex;flex-flow:column nowrap;justify-content:flex-end;}.row-10 .col-6 .col__block:first-child{margin-bottom:30rem;}@-webkit-keyframes circle{0%{box-shadow:0 0 40px 12px #152689;}25%{box-shadow:0 0 40px 12px #032598;}50%{box-shadow:0 0 40px 12px #159642;}100%{box-shadow:0 0 40px 12px #032678;}}@keyframes circle{0%{box-shadow:0 0 40px 12px #152689;}25%{box-shadow:0 0 40px 12px #032598;}50%{box-shadow:0 0 40px 12px #159642;}100%{box-shadow:0 0 40px 12px #032678;}}.circle{width:400px;height:auto;aspect-ratio:1/1;background-color:#000000;box-shadow:0 0 40px 12px #102154;border-radius:50%;padding:0;margin:100px 10px;-webkit-animation-name:circle;animation-name:circle;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}.about-section{display:flex;flex-flow:row nowrap;}.about-section__block:first-child{padding-right:3rem;}.about-section__block>p>span{display:block;margin-bottom:3rem;}.d-none{display:none;}#theme-switcher{position:fixed;bottom:0;right:0;border:none;border-radius:10px 0 0 10px;background-color:var(--bg-color);padding:8px;}#theme-switcher:hover{cursor:pointer;}#theme-switcher::before{color:var(--text-color);content:var(--theme-text);}@media screen and (max-width:1280px){main{margin:100px auto 100px}.col__block{margin-top:4rem!important}.col-4{flex:0 0 calc(35% - 2rem);max-width:calc(35% - 2rem)}.col-6{flex:0 0 calc(65% - 2rem);max-width:calc(65% - 2rem)}[class^="col-"]:first-child{padding-right:2rem}[class^="col-"]:last-child{padding-left:2rem}[class^="row-"]{margin-bottom:20rem}}@media screen and (max-width:980px){.about main{display:block;padding:0 32px;margin:100px auto 100px}.about-section{flex-flow:column nowrap}.about-section__block:first-child{padding:4rem 0 40px}.about-section__block:first-child img{max-width:100%}.about-section p{max-width:100%}}@media screen and (max-width:800px){.col-4{flex:0 0 calc(35% - 1rem);max-width:calc(35% - 1rem)}.col-6{flex:0 0 calc(65% - 1rem);max-width:calc(65% - 1rem)}[class^="col-"]:first-child{padding-right:1rem}[class^="col-"]:last-child{padding-left:1rem}}@media screen and (max-width:650px){main:not(.home){margin-top:40px}[class^="row-"]{flex-flow:row wrap;margin-bottom:0}.col-4{flex:1 1 100%;max-width:100%}.col-6{flex:1 1 100%;max-width:100%}[class^="col-"]:first-child{padding-right:0}[class^="col-"]:last-child{padding-left:0}.row-5 .col-6 .col__block:first-child{margin-bottom:0}.col__block{margin-bottom:4rem!important}}@media screen and (max-width:592px){header{top:10px;padding-left:10px}header ul{flex-flow:column nowrap;align-items:flex-start}header ul li{margin:0 0 4px 0}}