/** Shopify CDN: Minification failed

Line 11:78 Expected ":"
Line 11:80 Expected identifier but found "1"

**/
.marmot-section { margin-top: 60px; margin-bottom: 60px; }
.marmot-section .marmot-wrapper { display: flex; justify-content: center; align-items: center; gap: 20px; }
.marmot-section .marmot-image { max-width: 75px; width: 100%; }
.marmot-section .marmot-image img{ width: 100%; height: 100%; }
.marmot-section .marmot-content .marmot-button { margin-top: 10px; line-height; 1; }
.marmot-section .marmot-content .marmot-button .button { border: 0; padding: 0; letter-spacing: 0px; color: #262626; font-weight: 400; justify-content: start;font-size: 16px; }
.marmot-section .marmot-content .marmot-button .button:hover {
    background: transparent;
    color: inherit;
}
.marmot-section .marmot-content .marmot-button .button:hover .svg-wrapper svg path {
    fill: inherit;
    stroke: inherit;
}
@media screen and (max-width:749px){
    .marmot-section { margin-top: 30px; margin-bottom: 30px; }
}