@import url(https://fonts.googleapis.com/css?family=Exo+2:200|Jost|Noto+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);a,blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}a:focus,a:link,a:visited{text-decoration:none;border-bottom:none;outline:none}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:""}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}:link,:visited{color:#000;text-decoration:none;border:none}:after,:before{box-sizing:inherit}*,:after,:before,:root{box-sizing:border-box}:root{font-size:16px;font-family:IBM Plex Sans,sans-serif;--header-height:3rem;--header-height-small:2.5rem;--width-wrapper-small:95vw;--width-wrapper-middle:90vw;--width-wrapper-large:75rem;--heght-page:calc(100vh - 3rem);--header-font-size:1.875rem;--header-font-size-large:2.5rem;--menu-item-font-size-20:1.25rem;--menu-item-font-size-25:1.5625rem;--menu-item-font-size-30:1.875rem;--menu-item-font-size-33:2.0625rem;--menu-item-font-size-40:2.5rem;--font-size:1.8rem;--font-size-middle:1.4rem;--font-size-small:1.2rem;--font-size-x-small:1rem;--font-size-xx-small:0.8rem}body{position:relative;min-height:100vh}html{scroll-behavior:smooth}#page{display:grid;grid-template-columns:1fr;grid-template-rows:auto;max-width:100vw}#page__header{width:100vw;max-width:100%;height:var(--header-height);position:fixed;top:0;z-index:1000;transition:.5s}#page__header__wrapper__mini{display:grid;grid-template-columns:3rem 1fr 3rem;max-width:var(--width-wrapper-small);min-height:100%;margin:auto;place-content:center;place-items:center;padding-left:.5rem;padding-right:.5rem}#page__header__wrapper{display:none}@media (min-width:36rem){#page__header__wrapper__mini{display:none}#page__header__wrapper{display:grid;grid-template-columns:3rem 1fr 18rem;max-width:var(--width-wrapper-small);min-height:100%;margin:auto;place-content:center;place-items:center;padding-left:.5rem;padding-right:.5rem}}@media (min-width:60rem){#page__header__wrapper{grid-template-columns:3rem 1fr 24rem;max-width:var(--width-wrapper-middle)}}@media (min-width:75rem){#page__header__wrapper{max-width:var(--width-wrapper-large)}}#page__header__left{display:grid;grid-template-columns:var(--header-height);height:var(--header-height);max-height:var(--header-height);min-width:var(--header-height);justify-self:center;align-self:center;justify-items:center}#page__header__logo{display:grid;grid-template-columns:var(--header-height);grid-template-rows:var(--header-height);height:var(--header-height);max-height:var(--header-height);background:none;place-content:center;place-items:center}#page__header__logo,#page__header__logo>img{width:var(--header-height);justify-self:center;align-self:center;justify-items:center}#page__header__logo>img{height:calc(var(--header-height)/2);min-width:100%;-o-object-fit:cover;object-fit:cover}#page__header__dot{display:grid;grid-template-columns:var(--header-height);grid-template-rows:var(--header-height);height:var(--header-height);max-height:var(--header-height);background:none;place-content:center;place-items:center}#page__header__dot,#page__header__dot>img{width:var(--header-height);justify-self:center;align-self:center;justify-items:center}#page__header__dot>img{height:calc(var(--header-height)/2);min-width:100%;-o-object-fit:contain;object-fit:contain}#page__header__center{min-width:100%;min-height:100%}#page__header__right{grid-template-columns:auto auto auto auto;height:var(--header-height);max-height:var(--header-height);min-height:var(--header-height);justify-self:flex-end;grid-gap:22px}#page__header__right,.page__header__right__item{display:grid;place-content:center;place-items:center}.page__header__right__item{place-self:center;min-height:100%;min-width:100%;font-weight:300;transition:.3s;font-size:var(--menu-item-font-size-20);color:#333;justify-items:center;justify-content:center}.page__header__right__item:hover{color:#999}@media (hover:none){.page__header__right__item:hover{color:#333}}@media (min-width:60rem){#page__header__right{grid-gap:29px}}#page__main{display:grid;max-width:100%}#page__menu{display:grid;height:30vh;min-height:30vh;width:100vw;min-width:100vw;background-color:#000;position:fixed;top:var(--header-height);z-index:999}@media (min-width:36rem){#page__menu{display:none}}#page__footer{display:grid;background-color:#000;align-items:center;justify-items:center;align-content:center;color:#fff;width:100%;max-width:100%;min-height:var(--header-height-small);max-height:var(--header-height-small);font-size:var(--menu-item-font-size-20)}@media (min-width:60rem){#page__footer{display:grid;background-color:#000;align-items:center;justify-items:center;align-content:center;color:#fff;width:100%;max-width:100%;min-height:var(--header-height);max-height:var(--header-height);font-size:var(--menu-item-font-size-20)}}.logo-enter-active{animation:logo-in 3s}@keyframes logo-in{0%{transform:rotateY(-1turn);animation-timing-function:linear}50%{transform:rotateY(-1turn);animation-timing-function:linear}74%{transform:rotateY(-180deg);animation-timing-function:linear}to{transform:rotateY(0deg);animation-timing-function:linear}}.d_d_move-enter-active{transition:all .3s ease-out}.d_d_move-leave-active{transition:all 1s cubic-bezier(1,.5,.8,1)}.d_d_move-enter-from,.d_d_move-leave-to{transform:translateY(-50vh)}.slidePageStart-leave-active,.slideViewEnter-enter-active{transition:opacity .8s ease}.slidePageStart-leave-to,.slideViewEnter-enter-from{opacity:0}.home[data-v-47c05300]{width:100%;max-width:100%}#page_container[data-v-47c05300]{display:grid;grid-template-columns:1fr;grid-template-rows:auto;width:100vw;max-width:100vw;background:#000}.section_container[data-v-47c05300]{width:100%;background-color:#fff;z-index:0}.section[data-v-47c05300]{width:100%;height:var(--heght-page);transition:all 1s ease-out;background-position:0;background-size:cover;background-repeat:no-repeat}#section_1[data-v-47c05300]{background-image:url(../img/basketball-mini.7e023179.png);height:var(--heght-page);margin-top:3rem;background-position:100%}#section_2[data-v-47c05300]{background-image:url(../img/girl-429380_1920.176e4313.jpg)}#section_3[data-v-47c05300]{background-image:url(../img/moon-2776955_1920.d8343f08.jpg)}#section_4[data-v-47c05300]{background-image:url(../img/mountains-1920.31d26351.jpg)}@media (min-width:48rem){#section_1[data-v-47c05300]{background-image:url(../img/basketball-320.5beb239c.png);background-position:0}#section_2[data-v-47c05300]{background-image:url(../img/girl-429380_1920.176e4313.jpg)}#section_3[data-v-47c05300]{background-image:url(../img/moon-2776955_1920.d8343f08.jpg)}#section_4[data-v-47c05300]{background-image:url(../img/mountains-1920.31d26351.jpg)}}@media (min-width:60rem){#section_1[data-v-47c05300]{background-image:url(../img/basketball-960.01aa2176.png);background-position:0}#section_2[data-v-47c05300]{background-image:url(../img/girl-429380_1920.176e4313.jpg)}#section_3[data-v-47c05300]{background-image:url(../img/moon-2776955_1920.d8343f08.jpg)}#section_4[data-v-47c05300]{background-image:url(../img/mountains-1920.31d26351.jpg)}}@media (min-width:75rem){#section_1[data-v-47c05300]{background-image:url(../img/basketball-1280.3928b41d.png);background-position:0}#section_2[data-v-47c05300]{background-image:url(../img/girl-429380_1920.176e4313.jpg)}#section_3[data-v-47c05300]{background-image:url(../img/moon-2776955_1920.d8343f08.jpg)}#section_4[data-v-47c05300]{background-image:url(../img/mountains-1920.31d26351.jpg)}}.section_text[data-v-47c05300]{width:100vw;max-width:100%;min-width:100vw;height:auto;min-height:30vh;transition:.5s}.section_text_wrapper[data-v-47c05300]{display:grid;grid-template-columns:1fr;max-width:var(--width-wrapper-small);min-height:100%;margin:auto;place-content:center;padding-left:.5rem;padding-right:.5rem}@media (min-width:60rem){.section_text_wrapper[data-v-47c05300]{max-width:var(--width-wrapper-middle)}}@media (min-width:75rem){.section_text_wrapper[data-v-47c05300]{max-width:var(--width-wrapper-large)}}.section_text_title[data-v-47c05300]{margin:0;padding:0;font-size:2rem;color:#fff}.header_container[data-v-378131c4]{width:100%;max-width:100%;height:auto}#header_wrapper[data-v-378131c4]{max-width:var(--width-wrapper-small);margin:auto;height:minmax(var(--header-height-small),auto);min-height:var(--header-height-small);padding-left:1rem;padding-right:1rem}@media (min-width:60rem){#header_wrapper[data-v-378131c4]{max-width:var(--width-wrapper-middle);height:minmax(var(--header-height),auto);min-height:var(--header-height);padding-left:.5rem;padding-right:.5rem}}@media (min-width:75rem){#header_wrapper[data-v-378131c4]{max-width:var(--width-wrapper-large)}}#header[data-v-378131c4]{display:grid;grid-template-columns:1fr;height:minmax(var(--header-height-small),auto);min-height:var(--header-height-small);align-self:center;justify-self:center;font-size:var(--header-font-size);font-weight:500;color:#666}@media (min-width:60rem){#header[data-v-378131c4]{display:grid;grid-template-columns:1fr;height:minmax(var(--header-height),auto);min-height:var(--header-height);align-self:center;justify-self:center;font-size:var(--header-font-size-large)}}#header>p[data-v-378131c4],#header_large>p[data-v-378131c4]{align-self:center;justify-self:left}.page_not_found[data-v-0f271f07]{display:grid;min-height:100vh;max-width:100%;background-color:#fefeee}#container[data-v-0f271f07]{width:100%;max-width:100%;margin-top:calc(var(--header-height-small)*2);margin-bottom:calc(var(--header-height-small)*2)}@media (min-width:960px){#container[data-v-0f271f07]{margin-top:calc(var(--header-height)*2);margin-bottom:calc(var(--header-height)*2)}}.slideLineMenu-enter-active[data-v-0f271f07],.slideLineMenu-leave-active[data-v-0f271f07]{transition:opacity .5s}.slideLineMenu-enter[data-v-0f271f07],.slideLineMenu-leave-to[data-v-0f271f07]{opacity:0}