.cards-grid__wrapper{display:grid;gap:.8rem}.cards-grid__price{display:none;color:rgb(var(--color-button))}.cards-grid__item{position:relative;padding:3rem;min-height:20rem;background-color:#fff;border-radius:.6rem;overflow:hidden}.cards-grid__item-height--large{min-height:26vw}@media screen and (min-width:1500px){.cards-grid__item-height--large{min-height:26vw}}@media screen and (min-width:2000px){.cards-grid__item-height--large{min-height:50rem}}.cards-grid__item-height--small{min-height:14vw}@media screen and (min-width:1500px){.cards-grid__item-height--small{min-height:14vw}}@media screen and (min-width:2000px){.cards-grid__item-height--small{min-height:25rem}}.cards-grid__item-height--medium{min-height:19vw}@media screen and (min-width:1500px){.cards-grid__item-height--medium{min-height:19vw}}@media screen and (min-width:2000px){.cards-grid__item-height--medium{min-height:35rem}}@media screen and (min-width:1360px){.cards-grid__item--padding-large{padding:4.8rem 4rem}}@media screen and (min-width:1600px){.cards-grid__item--padding-large{padding:7.8rem 6rem}}@media screen and (min-width:1360px){.cards-grid__item--padding-large:nth-child(1){padding:6.4rem 6rem}}.cards-grid__item:not(:nth-child(1)) .cards-grid__heading{max-width:16rem}@media screen and (min-width:1360px){.cards-grid__item:not(:nth-child(1)) .cards-grid__heading{max-width:24rem}}.cards-grid__item:hover .cards-grid__image{transform:scale(1)}.cards-grid__item--overlay .cards-grid__overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgb(var(--color-overlay-background));border-radius:.5rem}.cards-grid__item--left-gradient .cards-grid__overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgb(var(--color-overlay-background)) 13%,#04040400)}@media screen and (min-width:990px){.cards-grid__item--left-gradient .cards-grid__overlay{background:linear-gradient(90deg,rgb(var(--color-overlay-background)) 13%,#04040400 52%)}}.cards-grid__item--right-gradient .cards-grid__overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,rgb(var(--color-overlay-background)) 13%,#04040400)}@media screen and (min-width:990px){.cards-grid__item--right-gradient .cards-grid__overlay{background:linear-gradient(270deg,rgb(var(--color-overlay-background)) 13%,#04040400 52%)}}.cards-grid__item--top-gradient .cards-grid__overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgb(var(--color-overlay-background)) 13%,#04040400)}@media screen and (min-width:990px){.cards-grid__item--top-gradient .cards-grid__overlay{background:linear-gradient(180deg,rgb(var(--color-overlay-background)) 13%,#04040400 52%)}}.cards-grid__item--bottom-gradient .cards-grid__overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgb(var(--color-overlay-background)) 13%,#04040400)}@media screen and (min-width:990px){.cards-grid__item--bottom-gradient .cards-grid__overlay{background:linear-gradient(0deg,rgb(var(--color-overlay-background)) 13%,#04040400 52%)}}.cards-grid__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:.6rem;transform:scale(1.05);transition:transform var(--duration-long)}.cards-grid__icon-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:.6rem}@media screen and (min-width:1360px){.cards-grid__icon-wrapper{width:5.5rem;height:5.5rem}}.cards-grid__icon-wrapper--dark{display:none}.cards-grid__icon-wrapper img{width:2.1rem;height:2.1rem}@media screen and (min-width:1360px){.cards-grid__icon-wrapper img{width:3.2rem;height:3.2rem}}.cards-grid__icon-wrapper--left-top{left:0;top:0}.cards-grid__icon-wrapper--left-bottom{left:0;bottom:0}.cards-grid__icon-wrapper--right-top{right:0;top:0}.cards-grid__icon-wrapper--right-bottom{right:0;bottom:0}.cards-grid__subheading{order:1;color:rgb(var(--color-foreground-title))}.cards-grid__subheading--dot{position:relative;padding-left:1.6rem}.cards-grid__subheading--dot:before{content:"";position:absolute;top:50%;left:0;width:.5rem;height:.5rem;background-color:var(--dot-background-color);border-radius:50%;transform:translateY(-50%)}.cards-grid__heading{order:2;margin-top:0;margin-bottom:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:calc(var(--font-heading-letter-spacing) * .1);line-height:var(--font-heading-line-height);color:rgb(var(--color-foreground-title));word-wrap:break-word}*+.cards-grid__heading{margin-top:1.6rem}@media screen and (max-width:990px){.cards-grid__heading{max-width:80%!important}}.cards-grid__text{order:3;margin-top:.8rem;margin-bottom:0;color:rgb(var(--color-secondary-text));font-size:1.4rem}@media screen and (min-width:1200px){.cards-grid__text{font-size:1.6rem}}@media screen and (max-width:990px){.cards-grid__text{max-width:80%!important}}@media screen and (min-width:1200px){.cards-grid__text--medium{font-size:1.6rem}}@media screen and (min-width:1500px){.cards-grid__text--medium{font-size:2rem}}.cards-grid__button{order:4;margin-top:2.4rem;pointer-events:all}.cards-grid__button.tag{display:flex;align-items:center;justify-content:center;order:0;margin-top:0;margin-bottom:.8rem;padding:0rem 1rem;min-height:2.5rem;font-size:1rem;text-decoration:none;background-color:#f7f7f7;color:rgb(var(--color-foreground-title));border-radius:.4rem;transition:opacity var(--duration-default)}.cards-grid__button.tag:hover{opacity:.8}.cards-grid__button.link{font-family:var(--font-header-menu-family);font-style:var(--font-header-menu-style);font-weight:var(--font-header-menu-weight);text-decoration:none;text-transform:var(--font-header-menu-text-transform);font-size:1.3rem;color:rgb(var(--color-button))}.cards-grid__label{display:none;font-size:1.3rem;color:rgb(var(--color-foreground-secondary))}.cards-grid__bottom{display:flex;align-items:center;justify-content:flex-start;gap:.8rem;margin-top:2.4rem;order:4}@media screen and (min-width:750px){.cards-grid__bottom{gap:2.4rem}}.cards-grid__bottom-text{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.8rem}.cards-grid__bottom .cards-grid__button{order:unset;margin-top:0}.cards-grid__bottom .cards-grid__button.tag{margin-bottom:0}.cards-grid__bottom .cards-grid__label,.cards-grid__bottom .cards-grid__price{display:block;margin:0}.cards-grid__link:empty{position:absolute;display:block;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.cards-grid__info{position:relative;height:100%;z-index:2;pointer-events:none}.card-list{padding:2rem 2.5rem 1.5rem 4.5rem;background-color:#f2f2f2;border-radius:5px;position:absolute;top:65%;left:5%}.card-el{font-size:1.8rem;margin-bottom:1rem}.cards-grid__item:nth-child(4) .card-list{left:5%;top:65%}.cards-grid__item:nth-child(5) .card-list{left:18%;top:70%}.cards-grid__item:nth-child(6) .card-list{top:70%}.cards-grid__item:nth-child(3) .card-list{left:10%}[data-scheme=dark] .card-el{color:#000}@media screen and (max-width:1794px){.card-el{font-size:1.6rem}}@media screen and (max-width:1654px){.card-list{top:65%;padding:1rem 1.5rem .5rem 3.5rem}.card-el{font-size:1.4rem}}@media screen and (max-width:1353px){.card-list{top:66%;left:2%;padding:.8rem 1rem .3rem 3rem}.card-el{margin-bottom:.8rem}}@media screen and (max-width:1245px){.card-list{top:60%}.card-el{font-size:1.3rem}}@media screen and (max-width:1127px){.card-list{padding:.8rem 1rem .3rem 3rem}.card-el{font-size:1.2rem}}@media screen and (max-width:1068px){.card-list{top:58%;left:1%;padding:.6rem .8rem .3rem 2rem}.card-el{margin-bottom:.6rem}}@media screen and (max-width:1022px){.card-list{top:55%}}@media screen and (max-width:989px){.card-list{top:70%;left:5%;padding:2rem 2.5rem 1.5rem 4.5rem}.card-el{font-size:1.8rem;margin-bottom:1rem}}@media screen and (max-width:715px){.card-list{padding:.8rem 1rem .3rem 3rem}.card-el{font-size:1.6rem}}@media screen and (max-width:525px){.card-list{top:65%;padding:1.5rem 2rem 1rem 3rem}.card-el{font-size:1.4rem}}@media screen and (max-width:478px){.card-el{font-size:1.2rem}}@media screen and (max-width:436px){.card-list{top:62%;padding:1.5rem 2rem 1rem 3rem}.card-el{font-size:1rem}}@keyframes pulsate{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(3){position:relative}.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(2) .cards-grid__heading,.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(4) .cards-grid__heading{color:#fff}.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(3) .cards-grid__heading{font-family:Roboto,sans-serif;font-size:2.2rem;font-weight:700;color:#007bff;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:absolute;top:33%;animation:pulsate 2s infinite}.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(3):hover .cards-grid__heading{color:red}.cards-grid__info .cards-grid__text{color:#212529}@media screen and (max-width:990px){.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(3) .cards-grid__heading{top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.8rem;position:absolute;transition:none;animation:none;text-shadow:none}}@media screen and (max-width:640px){.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(3) .cards-grid__heading{font-size:1.8rem}}@media screen and (max-width:450px){.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(3) .cards-grid__heading{font-size:1.4rem}}.cards-grid__info--light .cards-grid__subheading,.cards-grid__info--light .cards-grid__heading,.cards-grid__info--light .cards-grid__text,.cards-grid__info--light .cards-grid__label,.cards-grid__info--light .cards-grid__price{color:#fff}.cards-grid__info--light .cards-grid__button.tag{background-color:#fff;color:rgb(var(--color-foreground-title))}.cards-grid__info--light .cards-grid__price{color:#fff}.cards-grid__info--left{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.cards-grid__info--left .cards-grid__subheading+.cards-grid__heading{margin-top:auto}.cards-grid__info--left .cards-grid__heading+.cards-grid__button{margin-bottom:auto}.cards-grid__info--left.cards-grid__info--space-between{justify-content:space-between}.cards-grid__info--left.cards-grid__info--space-between .cards-grid__heading{margin-top:auto;margin-bottom:.8rem}.cards-grid__info--left.cards-grid__info--space-between .cards-grid__heading+.cards-grid__text{margin-top:0}.cards-grid__info--left.cards-grid__info--space-between .cards-grid__text{margin-bottom:1.6rem}.cards-grid__info--left.cards-grid__info--space-between .cards-grid__button{margin-top:auto}.cards-grid__info--top-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.cards-grid__info--bottom-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:left}@media screen and (min-width:990px){.cards-grid__info--center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cards-grid__info--center .cards-grid__heading{margin-inline:auto}}@media screen and (min-width:990px){.cards-grid__info--top-center{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.cards-grid__info--top-center .cards-grid__heading{margin-inline:auto}}@media screen and (min-width:990px){.cards-grid__info--bottom-center{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center}.cards-grid__info--bottom-center .cards-grid__heading{margin-inline:auto}}@media screen and (max-width:989px){[data-scheme=light] .cards-grid__item--mobile-overlay .cards-grid__overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgb(var(--color-overlay-background));border-radius:.5rem}[data-scheme=light] .cards-grid__item--mobile-overlay .cards-grid__info .cards-grid__heading,[data-scheme=light] .cards-grid__item--mobile-overlay .cards-grid__info .cards-grid__text{color:#fff}[data-scheme=light] .cards-grid__item--mobile-overlay .cards-grid__info .cards-grid__subheading{color:#fff!important}[data-scheme=light] .cards-grid__item--mobile-overlay .cards-grid__label,[data-scheme=light] .cards-grid__item--mobile-overlay .cards-grid__price{color:#fff}}@media screen and (prefers-color-scheme:light)and (max-width:989px){[data-scheme=auto] .cards-grid__item--mobile-overlay .cards-grid__overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgb(var(--color-overlay-background));border-radius:.5rem}[data-scheme=auto] .cards-grid__item--mobile-overlay .cards-grid__info .cards-grid__heading,[data-scheme=auto] .cards-grid__item--mobile-overlay .cards-grid__info .cards-grid__text{color:#fff}[data-scheme=auto] .cards-grid__item--mobile-overlay .cards-grid__info .cards-grid__subheading{color:#fff!important}[data-scheme=auto] .cards-grid__item--mobile-overlay .cards-grid__label,[data-scheme=auto] .cards-grid__item--mobile-overlay .cards-grid__price{color:#fff}}.cards-grid__item:nth-child(5),.cards-grid__item:nth-child(6),.cards-grid__item:nth-child(1),.cards-grid__item:nth-child(3){cursor:pointer}.modal{display:none;position:fixed;z-index:9999;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto}#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9998;display:none}.modal-content{background-color:#fefefe;margin:auto;padding:5rem;border:1px solid #888;width:50%;border-radius:.5rem;animation:modal-open .3s}@keyframes modal-open{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.article-hr{border:none;border-top:1px solid #ccc;margin:1rem 0}.secondCard-title,.secondCard-content{font-family:sans-serif}@media screen and (max-width:1860px){.secondCard-title{font-size:4rem}.secondCard-content{font-size:3.4rem}}@media screen and (max-width:1092px){.modal-content{width:60%}}@media screen and (max-width:909px){.modal-content{width:65%;padding:3rem}.secondCard-title{font-size:3.6rem}.secondCard-content{font-size:2.8rem}}@media screen and (max-width:775px){.modal-content{width:70%}}@media screen and (max-width:720px){.secondCard-title{font-size:3.2rem}.secondCard-content{font-size:2.4rem}}@media screen and (max-width:657px){.modal-content{width:75%}}@media screen and (max-width:613px){.secondCard-title{font-size:2.8rem}.secondCard-content{font-size:2.4rem}}@media screen and (max-width:558px){.modal-content{width:80%}}@media screen and (max-width:523px){.modal-content{width:85%}}@media screen and (max-width:492px){.secondCard-title{font-size:2.4rem}.secondCard-content{font-size:2rem}.modal-content{padding:1.2rem}}[data-scheme=dark] .secondCard-title,[data-scheme=dark] .secondCard-content,[data-scheme=dark] .secondCard-text{color:#000}.close,.secondClose,.acimaClose,.payTMRClose{color:#aaa;float:right;font-size:28px;font-weight:700}.close:hover,.secondClose:hover,.acimaClose:hover,.payTMRClose:hover,.secondClose:focus,.close:focus,.acimaClose:focus,.payTMRClose:focus{color:#000;text-decoration:none;cursor:pointer}.secondCard-title,.secondCard-content{text-align:center}.secondCard-text,.card-links{margin:0 2.5rem;padding-bottom:1.5rem}.card-links{display:grid;grid-template-columns:1fr}a.card-link{margin-bottom:20px}.card-link:link{color:#1c7ed6}.card-link:visited{color:#495057}.card-link:hover{color:#7048e8}.card-link:active{color:#000}.cards-grid.section-template--20107142529306__a14537e4-0fbf-42f9-806a-52357c19fe71-padding .cards-grid__info .cards-grid__subheading{font-size:1.8rem}@media screen and (min-width:986px){.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__item:nth-child(1) .cards-grid__info{padding:3.5rem}}.cards-grid.section-template--20107142267162__cards-grid-padding .cards-grid__info .cards-grid__subheading{font-size:1.8rem}
/*# sourceMappingURL=/cdn/shop/t/27/assets/section-cards-grid.css.map */
