.tabs_section .tab{display:none}.tabs_section label{background:transparent;border:1px solid var(--deep_blue);border-radius:9rem;cursor:pointer;display:inline-flex;margin-bottom:.5rem;margin-right:1.25rem;padding:.5rem .75rem;pointer-events:all}.tab:checked:first-of-type~label:first-of-type,.tab:checked:nth-of-type(2)~label:nth-of-type(2),.tab:checked:nth-of-type(3)~label:nth-of-type(3),.tab:checked:nth-of-type(4)~label:nth-of-type(4),.tab:checked:nth-of-type(5)~label:nth-of-type(5),.tab:checked:nth-of-type(6)~label:nth-of-type(6),.tab:checked:nth-of-type(7)~label:nth-of-type(7),.tab:checked:nth-of-type(8)~label:nth-of-type(8){background-color:var(--sky_blue);border:1px solid var(--sky_blue);color:var(--white)}.tabs_section .tab-content{position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:none;-ms-flex-direction:column;flex-direction:column;font-size:1rem;gap:1.25rem;left:0;opacity:0;padding-bottom:0;padding-top:2rem;text-align:left;-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);width:100%;z-index:-1}.tabs_section .tab:checked:first-of-type~.tab-content:first-of-type,.tabs_section .tab:checked:nth-of-type(2)~.tab-content:nth-of-type(2),.tabs_section .tab:checked:nth-of-type(3)~.tab-content:nth-of-type(3),.tabs_section .tab:checked:nth-of-type(4)~.tab-content:nth-of-type(4),.tabs_section .tab:checked:nth-of-type(5)~.tab-content:nth-of-type(5),.tabs_section .tab:checked:nth-of-type(6)~.tab-content:nth-of-type(6),.tabs_section .tab:checked:nth-of-type(7)~.tab-content:nth-of-type(7),.tabs_section .tab:checked:nth-of-type(8)~.tab-content:nth-of-type(8){display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;position:relative;text-shadow:0 0 0;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .5s ease-in,transform .2s ease;-webkit-transition:opacity .5s ease-in,-webkit-transform .2s ease;transition:opacity .5s ease-in,-webkit-transform .2s ease;-o-transition:opacity .5s ease-in,transform .2s ease;transition:opacity .5s ease-in,transform .2s ease;transition:opacity .5s ease-in,transform .2s ease,-webkit-transform .2s ease;z-index:9}.tabs_section .tab-content:is(.half,.two-third,.one-third) .content{width:100%}.tabs_section .tab-content .img-holder{max-width:434px;min-width:344px;width:100%}.tabs_section .tab-content .img-holder .tab-image{border-radius:.625rem;height:auto;width:100%}@media (min-width:768px){.tabs_section .tab-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.tabs_section .tab-content:is(.half) .content,.tabs_section .tab-content:is(.half) .img-holder{width:50%}.tabs_section .tab-content:is(.two-third) .content{width:60%}.tabs_section .tab-content:is(.two-third) .img-holder{width:40%}.tabs_section .tab-content:is(.one-third) .content{width:65%}.tabs_section .tab-content:is(.one-third) .img-holder{width:35%}}