@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');


.layout__header {
    background-color: #1e212a !important;
}


body > app-root > div > header > div > a {
    heigth:auto;
    width:145px;
}

body > app-root > div > div.layout__header__homepage__background.ng-tns-c24-0 {
    padding: 24px 14px 24px 14px;
}

body > app-root > div > div.layout__header__homepage__background.ng-tns-c24-0 > div.layout__header__homepage__title.ng-tns-c24-0.ng-star-inserted > h1 {
    width:440Px;
    font-family:Inter;
    font-weight:800 !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2em;
    text-shadow: none;
    color: #FFFFFF;
    
}


h1.title {
    font-family:Inter;
    font-weight:800;
    font-size:16px;
    letter-spacing:normal;
}

h2.title {
    font-family:Inter;
    font-weight:800;
    font-size:32px;
    letter-spacing:normal;
}


h3.title {
    font-family:Inter;
    font-weight:800;
    font-size:12px;
    padding: 4px 0 !important;
}


body > app-root > div > div.layout__header__homepage__background.ng-tns-c24-0 > div.layout__header__homepage__title.ng-tns-c24-0.ng-star-inserted > gv-button {
    font-family:Inter;
    font-weight:900;
    font-size:16px;
}

.layout__nav {
    font-weight:400;
    font-size:15px !important;
    text-shadow:none !important; /* what da fuck */
}


div > div:nth-child(1) > div.content > div.title {
    font-family:Inter !important;
    font-weight:800 !important;
    font-size:24px;
}

.description {
    font-family:Inter !important;
    font-weight:400 !important;
    font-size:16px !important;
    margin-left:0px !important;
}

gv-image {
    align-items: left;
    display: flex;
    flex-shrink: 1;
    justify-content: left;
    position: relative;
    height: 100%;
    width: auto%;
}

div > img {
    display: block;
    width: auto;
    object-position: left center;
}

body > app-root > div > div.layout__content.ng-tns-c24-0.layout__content__homepage > div > app-homepage > div > section > gv-card-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px;
}

@media (max-width: 768px){

body > app-root > div > div.layout__content.ng-tns-c24-0.layout__content__homepage > div > app-homepage > div > section > gv-card-list {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 24px;
}
}