.cards-with-modals .cards-with-modals__wrapper{justify-content:space-between;gap:10%;align-items:flex-start}@media(max-width: 768px){.cards-with-modals .cards-with-modals__wrapper{flex-direction:column}}.cards-with-modals .cards-with-modals__wrapper .oa__heading{margin-top:20px}@media(max-width: 768px){.cards-with-modals .cards-with-modals__wrapper .oa__heading{margin-top:12px}}.cards-with-modals .cards-with-modals__wrapper .oa__title{font-size:80px;line-height:130%;font-weight:500;letter-spacing:-0.02em;margin:0 0 24px 0;width:80%}@media(max-width: 768px){.cards-with-modals .cards-with-modals__wrapper .oa__title{width:100%}}@media(max-width: 576px){.cards-with-modals .cards-with-modals__wrapper .oa__title{line-height:120%;font-size:36px;margin:0 auto 43px auto}}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper{width:100%;margin-left:auto;margin-right:0;display:grid;grid-template-columns:1fr;gap:15px}@media(min-width: 1024px){.cards-with-modals .cards-with-modals__wrapper .oa__wrapper{grid-template-columns:1fr 1fr 1fr}}@media(max-width: 768px){.cards-with-modals .cards-with-modals__wrapper .oa__wrapper{width:100%}}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article{display:flex;justify-content:start;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;padding-bottom:38px;overflow:hidden;min-height:530px;border-radius:18px;transition:all .3s ease-in-out;cursor:pointer}@media(min-width: 768px){.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article{min-height:650px}}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .oa__image-wrapp{border-radius:16px;overflow:hidden;width:100%}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .oa__image-wrapp img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;border-radius:16px}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .oa__name{font-size:36px;line-height:120%;font-weight:500;letter-spacing:-0.01em;z-index:2;color:rgba(var(--color-foreground), 1);max-width:400px;padding-inline:23px;margin-top:auto;margin-bottom:8px}@media(min-width: 768px){.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .oa__name{font-size:48px;padding-inline:28px}}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second.is-open{background-color:rgba(0,0,0,.3);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);padding:30px;color:rgba(var(--color-foreground), 1);font-size:22px;line-height:150%;z-index:2;opacity:1;visibility:visible}@media(max-width: 576px){.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second.is-open{padding:20px;font-size:18px}}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second.is-open::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);pointer-events:none}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second.is-open p{margin-top:0}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second.is-open+button{transition:all .3s}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second.is-open+button svg.icon-pluse{display:none}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second.is-open+button svg.icon-minus{display:block;transform:rotate(180deg)}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article .article-inner-second+button svg.icon-minus{display:none}.cards-with-modals .cards-with-modals__wrapper .oa__wrapper article:has(.is-open) .oa__name{opacity:0}.cards-with-modals .cards-with-modals__modal.hidden{display:none}.cards-with-modals .cards-with-modals__modal-close{position:absolute;top:10px;right:15px;font-size:24px;border:none;cursor:pointer;background:unset}.cards-with-modals .cards-with-modals__modal-close svg{transform:rotate(-45deg)}.cards-with-modals .cards-with-modals__modal-open{background:none;width:auto;margin-right:auto;border:none;cursor:pointer;margin-top:24px;padding:0;z-index:2;margin-left:28px;transition:transform .3s ease;will-change:transform}.cards-with-modals .cards-with-modals__modal-body{margin-top:30px}.cards-with-modals .popup .popup-wrapper{padding:102px 31px 54px 24px;min-height:-moz-fit-content;min-height:fit-content}@media(min-width: 1024px){.cards-with-modals .popup .popup-wrapper{padding:102px 115px}}.cards-with-modals__modal{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cards-with-modals__modal:not(.hidden){opacity:1;visibility:visible}