/*!
 * 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.
 */
.quick-links{display:flex;flex-wrap:wrap;text-align:center;border-radius:3px;list-style:none;background:var(--secondary-background);border:1px solid var(--border-color);font-size:calc(var(--default-text-font-size) + 1px)}.quick-links__link{display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:50%;box-shadow:1px 0 var(--border-color),0 1px var(--border-color);padding:20px 10px;word-break:break-all;-webkit-hyphens:auto;hyphens:auto;text-transform:none;transition:color .2s ease-in-out}.quick-links__link:hover{color:var(--accent-color)}.quick-links__link--grow{flex-grow:1}.quick-links__image-container{display:block;margin:0 auto;flex:1 1 auto;font-size:0}.quick-links__image-ie-fix{margin:0 auto;transition:transform .3s ease-in-out}@media screen and (any-hover: hover){.features--animate-zoom .quick-links__link:hover .quick-links__image-ie-fix{transform:scale(1.05)}}@media screen and (width >= 641px){.quick-links__link{padding:24px;width:33.3333%}}@media screen and (width >= 1000px){.quick-links__link{width:16.6666%}}
