section.tabs-module .container{align-items:center;display:flex;flex-direction:column;gap:4rem}section.tabs-module .container .content{align-items:center;display:flex;flex-direction:column;gap:1.25rem;max-width:43rem;text-align:center;width:100%}section.tabs-module .container .content .richtext p{font-size:1.125rem;font-weight:400;line-height:1.6}section.tabs-module .container .tabs-wrapper{display:flex;flex-direction:column;gap:2.5rem;width:100%}section.tabs-module .container .tabs-wrapper .tabs-buttons{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem;margin:0 -1.5rem -.5rem;overflow:auto;padding:0 1.5rem .5rem}section.tabs-module .container .tabs-wrapper .tabs-buttons .tab-button{align-items:center;border-bottom:3px solid #f1f4f9;cursor:pointer;display:flex;font-size:1.125rem;font-weight:700;justify-content:center;line-height:1.5;min-width:12.5rem;padding:.5rem .5rem calc(.5rem - 3px);text-align:center;transition:color .3s,border-color .3s;width:100%}section.tabs-module .container .tabs-wrapper .tabs-buttons .tab-button.active{border-color:#27509b;color:#27509b}section.tabs-module .container .tabs-wrapper .tabs-contents{background-color:#f1f4f9;border-radius:.75rem;overflow:hidden;position:relative;transition:height .3s}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content{display:flex;flex-direction:row;gap:2.5rem;height:fit-content;left:0;opacity:0;padding:2.5rem;position:absolute;top:0;transition:visibility .3s 0s,opacity .3s;visibility:hidden;width:100%}@media (max-width:950px){section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content{padding:2rem}}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.active{opacity:1;visibility:visible}@media (max-width:768px){section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.text-image{flex-direction:column-reverse}}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.text-image .image{border-radius:.5rem;overflow:hidden;width:50%}@media (max-width:768px){section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.text-image .image{width:100%}}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.text-image .image img{height:100%;object-fit:cover;width:100%}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.text-image .text-content{width:calc(50% - 2.5rem)}@media (max-width:768px){section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.text-image .text-content{width:100%}}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.text-image .text-content .btn{margin-top:2.25rem}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards{align-items:center;flex-direction:column;gap:2rem}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards .text-content{max-width:53rem;text-align:center}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards .cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;width:100%}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards .cards .card{background-color:#fff;border:1px solid #eaeaea;border-radius:.75rem;display:flex;flex-direction:column;gap:1rem;padding:2rem;width:calc(33.33333% - 1rem)}@media (max-width:950px){section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards .cards .card{width:calc(50% - .75rem)}}@media (max-width:620px){section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards .cards .card{padding:1.5rem;width:100%}}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards .cards .card.highlighted{background-color:#27509b;border-color:#27509b;color:#fff}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards .cards .card .text{margin-bottom:.5rem}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content.cards .cards .card .btn{margin-top:auto}section.tabs-module .container .tabs-wrapper .tabs-contents .tab-content .text-content .title{margin-bottom:1rem}