.tabs{display:grid;grid-gap:30px;margin-inline:auto}@media (min-width:1200px){.tabs{gap:3rem;grid-template-columns:repeat(2,1fr);width:100%}}.tabs .tabs-list-wrapper{display:flex;flex-direction:column;justify-content:center}.tabs .tabs-list{display:none;flex-direction:column;list-style:none;margin:0;position:relative}@media (min-width:1200px){.tabs .tabs-list{border-left:4px solid #555;display:flex;padding-left:0}}.tabs .tabs-list li{align-items:flex-start;display:flex;transition:color .3s ease;width:100%}.tabs .tabs-list li div{width:100%}.tabs .tabs-list li div h5{color:var(--white);margin-bottom:0}.tabs .tabs-list li div h5 a{align-items:center;color:#25282a;display:flex;font-family:inherit;font-size:1.5rem;font-weight:inherit;gap:1rem;padding:1.5rem;position:relative;text-decoration:none}.tabs .tabs-list li div h5 a:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath stroke='%2300b3ee' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 8.178h14m0 0-7-7m7 7-7 7'/%3E%3C/svg%3E");display:inline-block}.tabs .tabs-list li div h5 a:active,.tabs .tabs-list li div h5 a:focus,.tabs .tabs-list li div h5 a:hover{font-weight:inherit}.tabs .tabs-list .slider{background:linear-gradient(180deg,#00b3ee 0,#74c6a7);height:0;left:-4px;position:absolute;transition:top .3s ease,height .3s ease;width:4px}.tabs .tab-content-wrap{background-color:#fff;border:.5px solid rgba(80,80,80,.25);border-radius:9px;box-shadow:0 3px 9px rgba(154,161,177,.5);display:flex;flex-direction:column;overflow:hidden}.tabs .tab-content-wrap .tab{display:none;height:100%}.tabs .tab-content-wrap .tab.active{display:block}.tabs .tab-content-wrap .tab .tab-content{align-items:center;background:var(--grey-light);display:flex;flex-direction:column;height:100%;justify-content:center}@media (min-width:1200px){.tabs .tab-content-wrap .tab .tab-content{background:var(--white)}}.tabs .tab-content-wrap .tab .tab-content .tab-content-inner{padding:2rem 1.5rem;width:100%}@media (min-width:1200px){.tabs .tab-content-wrap .tab .tab-content .tab-content-inner{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:3rem;text-align:center}}@media (max-width:1199px){.tabs .tab-content-wrap .tab .tab-content .tab-content-inner img{display:none}}.tabs .tab-content-wrap .tab .tab-content .tab-content-inner h4{display:none;margin-bottom:0}@media (min-width:1200px){.tabs .tab-content-wrap .tab .tab-content .tab-content-inner h4{display:block}}.tabs .tab-content-wrap .tab .tab-content .tab-content-inner .description p:last-of-type{margin-bottom:0}.tabs .tab-content-wrap .tab .tab-content .tab-content-inner .btn-wrap.btn-wrap-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem}@media (min-width:650px){.tabs .tab-content-wrap .tab .tab-content .tab-content-inner .btn-wrap.btn-wrap-grid{grid-template-columns:repeat(2,50%)}.tabs .tab-content-wrap .tab .tab-content .tab-content-inner .btn-wrap.btn-wrap-grid .btn{width:100%}}.tabs .tab-content-wrap .tab .tab-content .tab-content-inner .btn-wrap.btn-wrap-grid .btn.btn-reverse{border:1px solid var(--primary);color:var(--primary)}.tabs .tab-content-wrap .tab .tab-content .tab-content-inner .btn-wrap.btn-wrap-grid .btn.btn-reverse:hover{background:var(--primary);color:var(--white)}.tabs .tab-content-wrap .tab h4{font-weight:700;letter-spacing:unset}.tabs .tab-content-wrap .tab-item:not(:first-of-type){border-top:.5px solid rgba(80,80,80,.25)}.tabs .tab-content-wrap .tab-item h5{font-size:1.25rem;margin-bottom:0}.tabs .tab-content-wrap .tab-item h5 a{align-items:center;color:inherit;display:flex;font-family:inherit;gap:1rem;padding:1.5rem;position:relative;text-decoration:none}.tabs .tab-content-wrap .tab-item h5 a:active,.tabs .tab-content-wrap .tab-item h5 a:focus,.tabs .tab-content-wrap .tab-item h5 a:hover{font-weight:inherit}.tabs .tab-content-wrap .tab-item h5 a:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath stroke='%2300b3ee' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 8.178h14m0 0-7-7m7 7-7 7'/%3E%3C/svg%3E");display:inline-block;margin-left:auto;transform:rotate(90deg);transition:transform .5s ease}.tabs .tab-content-wrap .tab-item h5 a img{height:auto;width:2rem}.tabs .tab-content-wrap .tab-item.active h5 a:after{transform:rotate(270deg);transition:transform .5s ease}@media (min-width:1200px){.tabs .tab-content-wrap .tab-item{display:none}}dialog#fileModal{border:none;border-radius:.75rem;box-shadow:0 4px 8px rgba(0,0,0,.2)}dialog::backdrop{background-color:rgba(0,0,0,.75)}#closeModal{align-items:center;background:none;border-radius:.125rem;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:center;margin-left:auto}