.accordion{cursor:pointer;background-color:var(--spblue-0-11);padding:16px 24px;box-shadow:-1px -1px 4px 0 rgba(0,0,0,.15),4px 4px 4px 0 rgba(0,0,0,.2);border-radius:5px;overflow:hidden}.accordion:hover{box-shadow:-1px -1px 4px 0 rgba(0,0,0,.3),4px 4px 4px 0 rgba(0,0,0,.4)}.accordion-title{display:flex;justify-content:space-between;overflow:hidden;height:-moz-fit-content;height:fit-content}.accordion-title h2,.accordion-title h3,.accordion-title h4,.accordion-title h5{text-align:left;transition:font .3s,color .3s,background-color .3s;color:var(--spblue-10-0);font:var(--h3-medium)}.open>.accordion-title h2,.open>.accordion-title h3,.open>.accordion-title h4,.open>.accordion-title h5{color:var(--spaqua-7-4);font:var(--h3-semi-bold)}.accordion-content{display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .25s ease,padding-top .25s ease}.open>.accordion-content{grid-template-rows:1fr;visibility:visible;padding-top:8px}.accordion-content>div{overflow:hidden;display:flex;gap:12px;align-items:stretch}.accordion-arrow{transition:transform .15s linear,margin .15s linear,background-color .3s,color .3s}.info .accordion-arrow{width:20px;min-width:20px;height:20px;border-width:4px;border-style:none solid solid none}.info.closed>.accordion-title>.accordion-arrow{margin:-5px 10px 0;border-color:var(--spblue-10-0);transform:rotate(45deg)}.info.open>.accordion-title>.accordion-arrow{margin:5px 10px 0;border-color:var(--spaqua-7-4);transform:rotate(-135deg)}.acordion-group{width:calc(100% - 33px);margin-left:33px;display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .25s ease,margin-top .25s linear,padding .1s ease;margin-top:0}@media (max-width:834px){.acordion-group{width:calc(100% - 15px);margin-left:15px}.accordion-title h2,.accordion-title h3,.accordion-title h4,.accordion-title h5{font:var(--h4-medium)}.open>.accordion-title h2,.open>.accordion-title h3,.open>.accordion-title h4,.open>.accordion-title h5{font:var(--h4-semi-bold)}.info .accordion-arrow{width:10px;min-width:10px;height:10px;border-width:2px}.info.closed>.accordion-title>.accordion-arrow,.info.open>.accordion-title>.accordion-arrow{margin:5px 10px 0}.accordion-title{display:flex;justify-content:space-between;overflow:hidden;height:-moz-fit-content;height:fit-content}}.acordion-group>div{display:flex;width:calc(100% + 10px);flex-direction:column;gap:11px;overflow:hidden;padding:0 10px}.open.acordion-group>div{padding:0 10px 6px}.acordion-group>div>div{overflow:visible}.acordion-group.open{grid-template-rows:1fr;visibility:visible;margin-top:11px}.group .accordion-arrow{width:-moz-fit-content;width:fit-content;height:100%;position:relative;margin:0 10px}.group.open .accordion-arrow{margin:-3px 10px 0}.group .accordion-arrow div{position:absolute;width:4px;transition:height .3s,left .3s,color .3s}.group.closed .accordion-arrow div{height:20px;background-color:var(--spblue-10-0)}.group.closed .accordion-arrow div:first-child{transform:rotate(45deg);left:-6px}.group.closed .accordion-arrow div:nth-child(2){transform:rotate(-45deg);left:-18px}.group.open .accordion-arrow div{height:30px;background-color:var(--spaqua-7-4)}.group.open .accordion-arrow div:first-child{transform:rotate(45deg);left:-12px}.group.open .accordion-arrow div:nth-child(2){transform:rotate(-45deg);left:-12px}.accordion-image{-o-object-fit:contain;object-fit:contain;width:auto;height:100%;flex:0 1 auto;border-radius:8px}.accordion-image-container{width:-moz-fit-content;width:fit-content;height:100%;max-width:50%;cursor:zoom-in}.accordion-image-container.show-centered{position:fixed;z-index:1000;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;background-color:rgba(0,0,0,.4);cursor:zoom-out}.accordion-image-container.show-centered .accordion-image{width:800px!important;height:auto!important;max-width:100%!important;max-height:100%!important;min-height:none!important;min-width:none!important}.infoblock-card-2{border-radius:10px;background:var(--spblue-0-11);box-shadow:0 22px 100px 0 rgba(0,0,0,.25);flex-grow:1;padding:22px 42px;position:relative;width:100%;height:-moz-fit-content;height:fit-content;flex-basis:0;transition:transform .2s linear}.infoblock-card-2 .title{color:var(--spblue-11-0);font:var(--h2-medium);text-align:center;width:-moz-fit-content;width:fit-content}.infoblock-card-2 .number{font-family:Montserrat;font-size:124px;font-style:normal;font-weight:400;line-height:100%;opacity:.5;background:linear-gradient(180deg,#F9BC6E,#75A8AB);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;top:-62px;left:0}.infoblock-card-2.expandable{cursor:pointer;transition:transform .2s linear,grid-template-rows .1s ease-out;overflow:hidden;display:grid;padding-bottom:50px}.infoblock-card-2.expandable:before{content:" ";position:absolute;border-color:var(--spblue-10-1);border-bottom-width:4px;border-bottom-style:solid;border-right-width:4px;border-right-style:solid;width:30px;height:30px;right:calc(50% - 15px);transform:rotate(45deg);bottom:15px;transition:transform .1s linear}.infoblock-card-2.expandable:not(.content-hidden):before{transform:rotate(225deg)}.infoblock-card-2.expandable.content-hidden{grid-template-rows:0fr}.infoblock-card-2.expandable:not(.content-hidden){grid-template-rows:1fr}.infoblock-card-2.expandable>div{min-height:125px;overflow:hidden}@media (max-width:834px){.infoblock-card-2{padding:22px}.infoblock-card-2 .title{padding-bottom:8px}}