body {
    top: 0 !important;
}


input:focus {
    outline: none;
    border: none;
}

.button {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.button:nth-of-type(1) {
    /* flex-grow: 1; */
    width: fit-content;
    white-space: nowrap;
}

.button.outline {
    color: var(--wp--preset--color--primary-main);
}

.button.outline:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--base), gray 5%);
}

.button.outline:active,
.button.outline:focus {
    border: 1px solid var(--wp--preset--color--primary-main);
    /* outline: none; */
    /* box-shadow: none; */
}

.button.primary {
    background-color: var(--wp--preset--color--primary-main);
    color: var(--wp--preset--color--base);
}

.button.primary i {
    color: var(--wp--preset--color--base);
}

.button.primary:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--primary-dark), white 5%);
}

.button.white {
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
}

.button.white:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--base), black 5%);
}


.heading {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.heading-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.heading-3 {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

section {
    padding: 48px 16px;
}

.wp-block-template-part {
    margin-top: 0 !important;
    display: contents;
}

main.is-layout-flow,
.wp-block-group-is-layout-flow {
    margin-top: 0 !important;
}

h2.heading {
    width: 100%;
}

p.heading-3 {
    width: 100%;
}

.sticky-wrapper {
    position: fixed;
    right: 0;
    top: 500px;
    transform: translateY(-50%);
    z-index: 50;
    width: 44px;
    /* width: 100%; */
}

.sticky-wrapper .ti-xbox-x:hover {
    cursor: pointer;
}


.sticky-custom-solution {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    margin-top: 10px;
    width: 44px;

    background-color: var(--wp--preset--color--secondary);
    border: 1px solid var(--wp--preset--color--primary-dark);
    padding: 9px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);


    border-top-left-radius: 16px;

    color: var(--wp--preset--color--primary-dark);
    font-size: 14px;
}

.sticky-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 44px;


    background-color: var(--wp--preset--color--primary-dark);
    border: 1px solid var(--wp--preset--color--secondary);
    padding: 9px;

    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);


    border-top-left-radius: 16px;

    color: var(--wp--preset--color--base);
    font-size: 14px;
}



.roboto-mono {
    /* font-family: var(--wp--preset--font-family--roboto-mono); */
    color: var(--wp--preset--color--primary-main);
    text-transform: uppercase;
    font-weight: 700;
}


a:focus,
a:active {
    outline: none;
    box-shadow: none;
}

.tab-button {
    padding: 16px 32px;
    color: #7C7C7C;
    font-weight: 400;
    border-radius: 0;

}

.tab-button:active {
    border-bottom: 1px solid #303030;
    color: var(--wp--preset--color--contrast);
}

.hero-image {
    border-radius: 8px;
    border-top-right-radius: 64px;
    object-fit: cover;
}

img {
    object-fit: cover;
    border-radius: 8px;
}


/* button:focus,
button:active {
    outline: none;
    box-shadow: none;
} */

.wpforms-container {
    margin-top: 0 !important;
}

.wpforms-page-button,
.wpforms-submit {
    font-size: 16px !important;
    /* color: white !important; */
}

.wpforms-submit {
    font-weight: 700 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: white !important;
}

/* .wpforms-page-prev,
.wpforms-page-next {
    color: var(--wp--preset--color--primary-main) !important;
}*/

.wp-block-post-content {
    margin-top: 0;
}

.wpforms-submit-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.wpforms-submit-container:disabled {
   background-color: #7C7C7C !important;
}

#wpadminbar.mobile {
    display: none !important;
}

@media (min-width: 1024px) {
    section {
        padding: 100px 189px;
    }

     #wpadminbar {
        position: absolute !important;
		top: 0px !important;
    }

    html {
        margin-top: 0 !important;
    }

    .truncate-header {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* change to 3 if needed */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .truncate-desc {
        font-size: 16px;
        line-height: 1.5;
        /* adjust if needed */

        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* number of lines */
        -webkit-box-orient: vertical;

        overflow: hidden;
    }

    .heading {
        font-size: 40px;
        font-weight: 700;
    }

    .heading-2 {
        font-size: 24px;
        font-weight: 20px;
        font-weight: 700;
    }

    .heading-3 {
        font-size: 20px;
        font-weight: 20px;
        font-weight: 700;
    }


    h2.heading {
        width: 1054px;
    }

    p.heading-3 {
        width: 842px;
    }

    .wpforms-submit-container {
        justify-content: end !important;
    }

}


@media screen {
    html {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
}