/*
Generated time: December 9, 2025 14:37
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.wrapper{display:flex;flex-direction:column;align-items:center}.tab{cursor:pointer;padding:10px 20px;margin:0 2px;display:inline-block;opacity:.3;font-weight:400}.tabs{margin-bottom:3rem}.panels{min-height:200px;width:100%;overflow:hidden;padding:20px}.panel{display:none;animation:fadein .8s}@keyframes fadein{from{opacity:0}to{opacity:1}}.panel-title{font-size:1.5em;font-weight:700}.radio{display:none}#one:checked~.panels #one-panel,#three:checked~.panels #three-panel,#two:checked~.panels #two-panel{display:block;width:100%;position:relative;min-height:70rem}#one:checked~.tabs #one-tab,#three:checked~.tabs #three-tab,#two:checked~.tabs #two-tab{opacity:1}@media screen and (max-width:749px){.tabs{font-size:1.6rem;margin-bottom:0!important}}