main {
    margin-top: 0px !important;
    font-family: 'Metropolis', sans-serif;
    font-weight: 600;
}

.webtree {
    background: url('../../img/info-majoo.png'), linear-gradient(26.57deg, #47BAB3 8.33%, #90C87D 91.67%) !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    padding-top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
}

.hero-content {
    text-align: center !important;
}

.btn-webtree {
    color: #FFFFFF;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 14px;

    width: 100%;

    background: radial-gradient(100% 325.68% at 0% 9.13%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.06) 100%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);

    border-radius: 32px;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.text-with-check {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.text-with-check > span {
    font-size: 20px;
}

.text-with-check > img {
    width: 16px;
    height: 16px;
}

.img-icon {
    max-width: 60px;
}

.link-wrap > div > a > img {
    max-width: 24px;
}

@media all and (max-width: 992px) {
    .webtree {
        background: url('../../img/info-majoo.png'), linear-gradient(26.57deg, #47BAB3 8.33%, #90C87D 91.67%) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        padding-top: 48px;
        padding-bottom: 48px;
        position: fixed;
        height: 100%;
        width: 100%;
        color: #FFFFFF;
    }
}

@media all and (max-width: 520px) {
    .webtree {
        background: url('../../img/info-majoo.png'), linear-gradient(26.57deg, #47BAB3 8.33%, #90C87D 91.67%) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important;
        padding-top: 48px;
        padding-bottom: 48px;
        position: fixed;
        height: 100%;
        width: 100%;
        color: #FFFFFF;
    }
}

@media all and (max-width: 300px) {
    .btn-webtree {
        font-size: 12px !important;
    }
}