/** Shopify CDN: Minification failed

Line 29:18 Unexpected "{"
Line 29:26 Expected ":"

**/
.IndexSection3All a{
    color: unset;
    text-decoration: unset;
}
.IndexSection3All p,.IndexSection3Box_title{
    margin: 0;
}
.IndexSection3All a:hover{
    color: unset;
}
.IndexSection3Box_img{
    height: 100%;
    overflow: hidden;
}
.IndexSection3Box_img img,.IndexSection3Box_img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IndexSection3Box{
    position: relative;
}
#shopify-section-{{section.id}} .IndexSection3Box_position{
    position: absolute;
}
.IndexSection3Box_button {
    display: inline-flex;
    gap: 32px;
}
/* .IndexSection3Box_buttonBox,.IndexSection3Box_buttonBox svg path {
    transition: all 0.5s;
}
.IndexSection3Box_buttonBox:hover {
   opacity: 0.8;
} */


.IndexSection3Box_position{
    width: 100%;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
} 

.IndexSection3Box_text,.IndexSection3Box_title,.IndexSection3Box_buttonBox {
    line-height: 1.25;
}

@media(min-width:1000px) {
    .grid-1 {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(1,1fr);
    }
    .grid-2 {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2,1fr);
    }
    .IndexSection3Box{
        border-radius: 16px;
        overflow: hidden;
    }
    .IndexSection3Box_position{
        display: flex;
        padding: 25px 38px 42px;
        flex-direction: column;
        justify-content: space-between;
    }
    .IndexSection3Box_title {
        font-size: 48px;
    }
     .IndexSection3Box_text {
        font-weight: 600;
        font-size: 32px;
    }
    .IndexSection3Box_button {
        margin-top: 1rem;
        font-size: 14px;
    }
    .IndexSection3Box_buttonBox {
        display: flex;
        justify-content: center;
        border: 1px solid #000;
        align-items: center;
        opacity: 0.6;
        height: 45px;
        font-size: 20px;
        font-weight: 600;
        min-width: 165px;
        border-radius: 100px;
        color: #000;
        width: max-content;
        background: linear-gradient(180deg, #E8E8E8 0%, #FFFFFF 100%);
    }

}
@media(max-width:999px) {

    .grid-1 {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(1,1fr);
    }
    .grid-2 {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(1,1fr);
    }
    .IndexSection3Box_position{
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .IndexSection3Box{
        border-radius: 20px;
        overflow: hidden;
    }
    .IndexSection3Box img {
        object-fit: cover;
    }
    .IndexSection3Box_title {
        font-size: 24px;
    }
     .IndexSection3Box_text {
        font-size: 15px;
    }
    .IndexSection3Box_text{
        margin-top: 0.5rem;
    }
    .IndexSection3Box_button {
        margin-top: 1rem;
        font-size: 14px;
    }
    .IndexSection3Box_buttonBox {
        display: flex;
        justify-content: center;
        border: 1px solid #000;
        align-items: center;
        opacity: 0.6;
        height: 30px;
        font-size: 12px;
        font-weight: 600;
        min-width: 100px;
        border-radius: 100px;
        color: #000;
        width: max-content;
        background: linear-gradient(180deg, #E8E8E8 0%, #FFFFFF 100%);
    }

}