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

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-weight: 500;
    line-height: 1.25;
}

.rezorce-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 3.75rem;
    position: fixed;
    background-color: #83D475;
    box-sizing: border-box;
    border-bottom: 0;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.rezorce-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    height: 3.75rem;
    padding-left: 5rem;
    padding-right: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #83D475; */
}

.rezorce-drawer {
    max-width: 100%;
    position: fixed !important;
    height: 100%;
    top: 0;
    background-color: white;
    z-index: 1000;
    width: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.2s;
}

.rezorce-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    position: sticky;
    top: 0;
    padding-bottom: 0.5rem;
}

.rezorce-drawer .rezorce-close-drawer {
    position: absolute;
    text-align: left;
    color: gray;
    right: 0;
    padding-right: 0.75rem;
    font-size: 20pt;
    cursor: pointer;
}

.rezorce-burger {
    display: none;
    cursor: pointer;
}

.burger-icon {
    color: black;
    transition: 0.4s;
}

.rezorce-footer {
    display: flex;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-sizing: border-box;
    position: relative;
    margin-top: auto;
    padding-top: 1rem;
    background-color: #C90016;
}

.rezorce-footer-content {
    width: 60rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    justify-content: start;
    display: flex;
}

.rezorce-primary-button {
    padding: 0;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    appearance: none;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 0.25rem;
    display: inline-block;
    height: 2.25rem;
    background-color: #38882a;
    line-height: 1;
    cursor: pointer;
    border: 0.0625rem solid transparent;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    display: flex;
}

.rezorce-outline-button {
    padding: 0;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 0.25rem;
    height: 2.25rem;
    background-color: white;
    line-height: 1;
    cursor: pointer;
    border: 0.0625rem solid #38882a;
    justify-content: center;
    color: #38882a;
    font-weight: 600;
}

.rezorce-nav-button {
    background-color: transparent;
    color: black;
    padding: 0.5rem 0.75rem;
    font-size: 12pt;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.rezorce-nav-button:hover {
    display: inline-block;
    border-bottom: solid black;
}

.rezorce-nav-link {
    background-color: transparent;
    color: black;
    padding: 0.5rem 0.75rem;
    font-size: 12pt;
    border: none;
}

.rezorce-nav-link:hover {
    display: block;
    border-bottom: solid black;
}

.rezorce-dropdown {
    position: relative;
    display: inline-block;
}

.rezorce-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.rezorce-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 400;
}

.rezorce-dropdown-content a:hover {
    background-color: #ddd;
}

.rezorce-dropdown:hover .rezorce-dropdown-content {
    display: block;
}

.rezorce-dropdown:hover {
    /* background-color: #3e8e41; */
    border-bottom: solid black;
}

.arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1rem;
}

.content-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    max-width: 60rem;
}

.rezorce-grid-root {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.rezorce-grid-col {
    box-sizing: border-box;
    flex-grow: 0;
    padding: 0.5rem;
}

.rezorce-theme-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 3.5rem;
    height: 3.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #38882a;
    border: 0.0625rem solid #38882a;
}

.rezorce-group {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
}

.divider {
    border-top: 0.0625rem solid #ced4da;
    width: 100%;
}

.rezorce-paper {
    outline: 0;
    background-color: #fff;
    overflow: hidden;
    color: #000;
}

.rezorce-card {
    outline: 0;
    display: block;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 0.625rem 0.9375rem -0.3125rem, rgba(0, 0, 0, 0.04) 0 0.4375rem 0.4375rem -0.3125rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 1rem;
}

.rezorce-linkable-card {
    outline: 0;
    display: block;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0 0.625rem 0.9375rem -0.3125rem, rgba(0, 0, 0, 0.04) 0 0.4375rem 0.4375rem -0.3125rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 1rem;
}

.rezorce-linkable-card a {
    color: black;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

.rezorce-linkable-card:hover {
    filter: drop-shadow(0 0 0.25rem #5A5A5A);
}

.rezorce-simple-grid {
    box-sizing: border-box;
    display: grid;
    gap: 1rem 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rezorce-center {
    align-items: center;
    justify-content: center;
    display: flex;
}

.rezorce-dimmed-text {
    color: #495057;
    line-height: 1.5;
    margin: 0;
    margin-top: 0.5rem;
}

.move {
    position: relative;
    opacity: 0;
    translate: translateY(150px);
    transition: 1s all ease;
}

.move.active {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #rezorce-desktop-nav {
        display: none;
    }

    .rezorce-burger {
        display: block;
    }

    #rezorce-nav-login {
        display: none;
    }

    .rezorce-simple-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .content-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .rezorce-nav {
        padding-left: 10px;
        padding-right: 10px;
    }
}