.tabber-wrapper__title{align-items:flex-end;display:flex;gap:100px;justify-content:space-between}.tabber-wrapper__title *{margin-bottom:0}.tabber-wrapper__title h2{margin-bottom:-12px}.tabber{margin-top:60px}.tabber__tab{border-top:1px solid var(--black);cursor:pointer;display:grid;gap:40px;grid-template-columns:1.2fr 2fr .05fr;padding:50px 0 40px}.tabber__tab__left{display:flex;flex-direction:column;justify-content:space-between}.tabber__tab__right{display:flex;justify-content:flex-end}.tabber__tab__right svg{transition:.3s ease-in-out}.tabber__tab__center{display:flex;flex-direction:column;justify-content:center}.tabber__tab__center,.tabber__tab__center__description-mob,.tabber__tab__left__bottom{height:0;opacity:0;pointer-events:none;transition:0s}.tabber__tab.open .tabber__tab__center,.tabber__tab.open .tabber__tab__center__description-mob,.tabber__tab.open .tabber__tab__left__bottom{height:auto;opacity:1;pointer-events:all;transition:.5s ease-in-out}.tabber__tab.open .tabber__tab__right svg{transform:rotate(45deg)}@media screen and (min-width:768px){.tabber__tab__center{flex-direction:row}.tabber__tab__center img{margin-right:20px;max-width:50%!important}}@media (min-width:1025px){.tabber__tab__center__description-mob{display:none}.tabber__tab__center img{margin-right:0;max-width:100%!important}}@media (max-width:1024px){.tabber-wrapper__title{align-items:flex-start;flex-direction:column;gap:40px}.tabber__tab{gap:0;grid-template-columns:1fr;position:relative}.tabber__tab__left{padding-right:60px}.tabber__tab__left__bottom{display:none}.tabber__tab__right{position:absolute;right:0;top:50px}.tabber__tab__center__description-mob{margin-top:30px}}