/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-delivery-details{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#ffeada}.wl-delivery-details.is-visible{opacity:1;transform:translateY(0)}.wl-delivery-details__content{width:100%}.wl-delivery-details__heading{display:flex;justify-content:center;width:100%;margin:0 0 3rem}.wl-delivery-details__title{font-weight:700;line-height:1.6;font-size:2rem;color:var(--text-color, #3b3834);text-align:center;margin:0}@media screen and (width < 750px){.wl-delivery-details__title{font-size:1.6rem;letter-spacing:.16rem}}.wl-delivery-details__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:6rem;width:100%}@media screen and (width < 750px){.wl-delivery-details__cards{grid-template-columns:1fr;gap:2rem}}.wl-delivery-details__card{display:flex;flex-direction:column;align-items:center;border-radius:1rem;padding:3rem 2rem 2rem}@media screen and (width < 750px){.wl-delivery-details__card{padding:2.5rem 2rem 2rem}}.wl-delivery-details__card-icon{display:flex;align-items:center;justify-content:center;overflow:hidden;width:6rem;height:6rem;margin-bottom:.8rem}@media screen and (width < 750px){.wl-delivery-details__card-icon{width:5rem;height:5rem;margin-bottom:.6rem}}.wl-delivery-details__card-icon-wrapper{position:relative;width:6rem;height:6rem}@media screen and (width < 750px){.wl-delivery-details__card-icon-wrapper{width:5rem;height:5rem}}.wl-delivery-details__card-icon-wrapper img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:none;object-fit:scale-down;object-position:50% 50%;pointer-events:none;width:100%;height:100%}.wl-delivery-details__card-title{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:.6rem}.wl-delivery-details__card-title h4{font-weight:700;line-height:1.5;font-size:1.3rem;color:var(--text-color, #3b3834);text-align:center;letter-spacing:.064rem;margin:0}@media screen and (width < 750px){.wl-delivery-details__card-title h4{letter-spacing:.056rem}}.wl-delivery-details__card-description{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;margin-bottom:2rem;flex:1}@media screen and (width < 750px){.wl-delivery-details__card-description{margin-bottom:1.8rem}}.wl-delivery-details__card-description p{font-weight:400;line-height:1.8;font-size:1.3rem;color:var(--text-color, #3b3834);text-align:start;letter-spacing:.026rem;width:100%;margin:0}@media screen and (width < 750px){.wl-delivery-details__card-description p{font-size:1.2rem;line-height:1.7;letter-spacing:.024rem}}.wl-delivery-details__card-button-wrapper{display:flex;align-items:center;justify-content:center;width:100%}.wl-delivery-details__card-button{background-color:#ef7e2b;border:.1rem solid #ef7e2b;display:flex;align-items:center;justify-content:center;padding:.8rem 2rem;border-radius:10rem;font-weight:700;line-height:1.5;font-size:1.4rem;color:#fff;letter-spacing:.052rem;text-decoration:none;transition:all .3s ease;width:100%}@media screen and (width < 750px){.wl-delivery-details__card-button{padding:1rem 1.5rem;font-size:1.2rem;letter-spacing:.048rem}}.wl-delivery-details__card-button:hover{background-color:#d66e25;border-color:#d66e25}.page-width{width:100%}
