/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*====CSS RESET=====*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/*====CSS RESET=====*/
/*========GENERAL CLASS==========*/
@font-face{font-family:icomoon;src:url('./assets/fonts/icomoon/icomoon.eot?6dy22k');src:url('./assets/fonts/icomoon/icomoon.eot?6dy22k#iefix') format('embedded-opentype'),url('./assets/fonts/icomoon/icomoon.ttf?6dy22k') format('truetype'),url('./assets/fonts/icomoon/icomoon.woff?6dy22k') format('woff'),url('./assets/fonts/icomoon/icomoon.svg?6dy22k#icomoon') format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-Telegram:before{content:"\e900"}.icon-Whats-app:before{content:"\e901"}.icon-Facebook:before{content:"\e902"}.icon-X:before{content:"\e903"}.icon-Instagram:before{content:"\e904"}.icon-Threads:before{content:"\e905"}.icon-Slack:before{content:"\e906"}.icon-Spotify:before{content:"\e907"}.icon-Behance:before{content:"\e908"}.icon-Dribbble:before{content:"\e909"}.icon-Souncload:before{content:"\e90a"}.icon-Discord:before{content:"\e90b"}.icon-Google:before{content:"\e90c"}.icon-Youtube:before{content:"\e90d"}.icon-Pintrest:before{content:"\e90e"}.icon-Github:before{content:"\e90f"}.icon-Linkedin:before{content:"\e910"}
:root{
    --font-size: 15px;
    --white:#fff;
    --pageBackgroundGray:#EBEBEB;
    --lightGray:#E1E0C4;
    --pink:#FE7997;
    --red:#FF0000;
    --lightGreen:#BFFF00;
    --blue:#52CBFF;
    --darkGray:#2D2D2D;
    --borderColor:#231F20;
    --black:#000;
    --lineWidth : calc(100vw/12);
    /*--spaceX: 6vw;*/
    --spaceX: calc(var(--lineWidth) * .5);
    --spaceS:5vw;
    --spaceM: 15vw;
    --spaceL:calc(var(--lineWidth) * 2);
    --spaceY:6.938rem;
    --spaceYSmall:2.563rem;
    --font-size-h2: 1.73333rem;
    --font-size-h3: 1.46667rem;
    --font-size-h4: 1.33333rem;
    --font-size-h5: 1.2rem;
    --font-size-h6: 1.06667rem;
    --headerHeight: 2.75rem;
    --headerTop: 2rem;
    --enFonts: 'Nebulica', sans-serif;
    --radius:1.375rem;
    --radiusBox:1.688rem;
    --radiusBoxTwo:2.188rem;
}
@media (max-width: 699px) {
    :root {
        --font-size: 15px
    }
}

@media (min-width: 700px) and (max-width: 1024px) {
    :root {
        --font-size: 15px
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    :root {
        --font-size: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    :root {
        --font-size: 15px
    }
}

@media (min-width: 1600px) and (max-width: 1999px) {
    :root {
        --font-size: 17px
    }
}

@media (min-width: 2000px) and (max-width: 2399px) {
    :root {
        --font-size: 19px
    }
}

@media (min-width: 2400px) {
    :root {
        --font-size: 21px
    }
}
html{
    min-height: 100%;
    line-height: 1.3;
    color: var(--darkGray);
    background-color: var(--pageBackgroundGray);
    font-size: var(--font-size);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background-color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background-color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}
p{
    line-height: 1.8;
}
html,body,h1,h2,h3,h4,h5,h6,a,p,span,ul li,ol li{
    font-family: 'Abar Low', sans-serif;
}
*:focus,*:focus-visible{
    outline: none !important;
}
a,a:hover {
    color: inherit;
    text-decoration: none;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-family: inherit;
    color: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    outline: none;
}
input::-webkit-input-placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
input::-moz-placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
input:-ms-input-placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
input::-ms-input-placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
input::placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}
a[href^="tel:"] ,
a[href^="fax:"] {
    display: inline-block;
    direction: ltr;
}
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 0.4s, -webkit-filter 0.4s;
}
.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
main.wrapper {
    padding-top: calc(4.375rem + var(--headerTop) + var(--headerHeight));
}
body[data-pagetype="contact"] main {
    min-height: calc(var(--vh, 1vh) * 100);
}
.paddingX{
    padding-right: var(--spaceX);
    padding-left: var(--spaceX);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingM{
    padding-right: var(--spaceM);
    padding-left: var(--spaceM);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.paddingL{
    padding-right: var(--spaceL);
    padding-left: var(--spaceL);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.body-lines {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.body-lines span {
    width: var(--lineWidth);
    display: block;
    height: 100%;
    border-left: 1px solid var(--lightGray);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.body-lines span:last-child {
    border: none;
}
html::-webkit-scrollbar {
    width: 6px;
}
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--white);
    box-shadow: inset 0 0 6px var(--white);
}
html::-webkit-scrollbar-thumb {
    background-color: var(--pink);
    outline: 1px solid var(--pink);
    border-radius: 10px;
}
::-moz-selection {
    background-color: var(--lightGreen);
    color: var(--black);
}
::selection {
    background-color: var(--lightGreen);
    color: var(--black);
}

img.skewElem {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 1;
    will-change: transform;
    width: 110% !important;
    height: 110% !important;
}
html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}
.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 11.125rem;
    padding: 1rem 1.5rem;
    background-color: var(--darkGray);
    border-radius: 2rem;
    color: var(--lightGreen);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn:hover {
    background-color: var(--white);
}
.btn svg path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn:hover svg path {
    fill: var(--darkGray);
}
.btn.login {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn.transparentBtn {
    background-color: rgba(45,45,45,.50);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.btn.transparentBtn:hover {
    background-color: rgba(255,255,255,.5);
    color: var(--darkGray);
}
.title__item{
    font-size: 3rem;
    font-weight: 900;
}
.title__item__medium{
    font-size: 1.5rem;
    font-weight: 600;
}
/*========GENERAL CLASS==========*/
@media only screen and (max-width: 768px){
    :root{
        --lineWidth: calc(100vw / 6);
        --spaceX: calc(var(--lineWidth) * 1/6);
        --spaceYSmall: 1.563rem;
    }
    .title__item {
        font-size: 1.75rem;
    }
    .body-lines span:nth-last-child(-n+6) {
        display: none;
    }
    main.wrapper {
        padding-top: calc(1.75rem + var(--headerTop) + var(--headerHeight));
    }
    .usersCreditsWrapper {
        gap: 1rem;
    }
    .body-lines span:nth-last-child(-n+6) {
        display: none;
    }
}
@media only screen and (min-width: 640px) and (max-width:769px){}
@media only screen and (min-width: 769px) and (max-width:1199px){
    .title__item {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1400px){
    .title__item {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width:1600px){
    .title__item {
        font-size: 2.625rem;
    }
}