@charset "UTF-8";.wf_article{max-width:30rem;position:relative;display:flex;flex-direction:column}.wf_article figure{border-radius:var(--wf-br);overflow:hidden;margin-bottom:2rem;max-height:15rem}.wf_article figure img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.wf_article h3{font-weight:400;font-size:1.8rem}.wf_article h3+*{margin-top:2.4rem}.wf_article span{position:absolute;top:1.3rem;left:1.3rem;background-color:var(--background-color);padding:.6rem 1.6rem;font-size:1.2rem;text-transform:uppercase;font-weight:600;border-radius:2.5rem;z-index:5;transition:background-color .15s cubic-bezier(.83,0,.17,1),color .15s cubic-bezier(.83,0,.17,1)}.wf_article span:hover{background-color:var(--wf-accent);color:#fff}.wf_article strong{font-weight:600;text-transform:uppercase;font-size:1.2rem;margin-bottom:.7rem;display:block}.wf_article div{display:flex;flex-wrap:wrap;gap:1rem}.wf_article div p{background-color:var(--background-color);font-size:1.2rem;text-transform:uppercase;font-weight:600;border-radius:2.5rem;padding:.6rem 1.6rem;margin-bottom:0}.wf_article div p:nth-of-type(1){color:#fff;background-color:var(--wf-secondary)}.wf_article:hover{opacity:1}.wf_article:hover img{transform:scale(1.05) translateZ(0)}.wf_article--noimg{max-width:40rem;padding-top:15rem;border-radius:2.5rem;background-color:#f7f2e9;padding:10rem 2.2rem 2.2rem;align-self:flex-start;transition:background-color .3s}.wf_article--noimg span{right:1.3rem;left:unset}.wf_article--noimg h3{font-size:3rem}.wf_article--noimg:hover{background-color:var(--wf-accent)}.wf_article--noimg:hover h3,.wf_article--noimg:hover strong{color:var(--background-color)}.wf_controls{display:flex;gap:.8rem}.wf_controls button{width:4.8rem;height:4.8rem;border-radius:50%;border:1px solid #2c2c2c;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.wf_controls button svg{width:1.1rem;transition:transform .25s ease}.wf_controls button:hover{transform:scale(1.05)}.wf_controls button:active{transform:scale(.95)}.wf_controls button.is-disabled{opacity:.4}.wf_controls .prev svg{transform:rotate(180deg)}.wf_articles{width:100%;margin:5rem auto}.wf_articles .shell{padding-top:2rem;border-top:1px solid #d7d1c6}.wf_articles .t{display:flex;justify-content:space-between}.wf_articles .keen-slider{margin-top:4rem;overflow:visible!important}.wf_articles h2{text-align:left}.wf_articles--lg .shell{border-top:unset}.wf_articles.nojs .wf_controls{opacity:0}.wf_articles.nojs .keen-slider{gap:2rem;display:flex;overflow-x:auto!important}.wf_articles.nojs .keen-slider::-webkit-scrollbar-track{border-radius:.5rem}.wf_articles.nojs .keen-slider::-webkit-scrollbar{height:1rem;background-color:#d8d8d826;border-radius:.5rem}.wf_articles.nojs .keen-slider::-webkit-scrollbar-thumb{background-color:#da251d;border-radius:.5rem}@supports (-moz-appearance: none){.wf_articles.nojs .keen-slider{scrollbar-color:#fff #da251d;scrollbar-width:thin;border-radius:.5rem}}.wf_articles.nojs .keen-slider>*{flex-shrink:0;width:100%}.wf_blog{display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:1.6rem}.wf_contacts .t{max-width:70rem;margin-bottom:5rem}.wf_contacts .t h1{font-size:4rem;line-height:4rem;font-weight:300}.wf_contacts .t>p{line-height:2.8rem;margin-bottom:2rem}.wf_contacts .b{display:flex;flex-wrap:wrap;gap:2rem}@media (min-width: 600px){.wf_contacts .b>*{width:calc((100% - 2rem)/2)}}@media (min-width: 1300px){.wf_contacts .b>*{width:calc((100% - 6rem)/4)}}.wf_contacts_box{width:100%;padding:2.2rem;border-radius:1.6rem;background-color:var(--wf-light2);font-family:var(--font-family2);min-height:24rem;display:flex;flex-direction:column}.wf_contacts_box h2{font-size:3.2rem;font-weight:400;line-height:3.5rem;margin-bottom:6rem}.wf_contacts_box>.bot{margin-top:auto;display:flex;flex-flow:column;gap:1rem}.wf_contacts_box li{display:flex;flex-direction:column;font-size:1.5rem;gap:.5rem}.wf_contacts_box li+li{margin-top:1rem}.wf_contacts_box li strong{font-weight:600;color:#484848}.wf_contacts_box li a{cursor:pointer;text-decoration:underline;text-underline-offset:.2rem;text-decoration-skip-ink:none}@media (min-width: 1024px){.wf_contacts .t h1{font-size:9.2rem;line-height:9.2rem}.wf_contacts .t p{font-size:2.2rem;line-height:3.6rem}}@media (min-width: 1300px){.wf_contacts_box{min-height:35rem}}.wf_gallery{margin:2rem auto;width:100%;--card-bg: #fff;--card-bg-alt: #fafafc;--card-br: rgba(0, 0, 0, .08)}.wf_gallery .shell{display:grid;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr));gap:1.6rem}.wf_gallery figure{margin:0;padding:0;border:1px solid var(--card-br);border-radius:.8rem;background:var(--card-bg);overflow:hidden;cursor:pointer;display:flex;flex-flow:column;align-items:center;justify-content:center;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.wf_gallery figure:nth-child(2n){background:var(--card-bg-alt)}.wf_gallery figure a{height:18rem;display:flex;align-items:center;justify-content:center}.wf_gallery figure a img{object-fit:contain;height:15rem}.wf_gallery figure figcaption{padding:.5rem;text-align:center;border-top:.1rem solid var(--card-br);transition:border-color .2s ease}.wf_gallery figure img,.wf_gallery figure video{display:block;width:100%;height:auto}.wf_gallery figure:hover{border-color:var(--wf-accent);box-shadow:0 6px 18px #0000000f;transform:translateY(-2px);background:#fff}.wf_gallery figure:hover figcaption{border-color:var(--wf-accent)}.wf_intro{text-align:center;font-family:var(--font-family2);margin-top:3rem;max-width:70rem;margin-inline:auto}.wf_intro h1{font-size:4rem;font-weight:300;line-height:4rem}.wf_intro h2{font-size:1.8rem;font-weight:400;line-height:2.8rem}.wf_intro div{margin-top:3rem;gap:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 1024px){.wf_intro{padding-top:8rem}.wf_intro h1{font-size:6.6rem;line-height:6.6rem}.wf_intro h2{font-size:2rem;line-height:3rem}.wf_intro div{margin-top:4rem}}.wf_map{height:42rem;width:100%;z-index:5}@media (min-width: 768px){.wf_map{height:57rem}}.wf_map_wrapper{padding-top:3.6rem}.wf_map_wrapper .wf_t{text-align:center}.wf_map_wrapper_c{font-size:1.8rem;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:2.6rem}.wf_map_wrapper_ctas{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.8rem;margin-bottom:2rem}.wf_map_wrapper_ctas a{background-color:var(--wf-light2);font-size:1.8rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;gap:1.6rem;width:30rem;height:6rem}@media (min-width: 1024px){.wf_map_wrapper{padding-top:6.1rem}.wf_map_wrapper_ctas{margin-bottom:4rem}.wf_map_wrapper .wf_map{height:70rem}}.wf_marquee{overflow:hidden;width:100%;margin:5rem auto}.wf_marquee_inner{display:flex}.wf_marquee_item{flex-shrink:0;margin-right:30px;width:clamp(300px,20vw,500px);overflow:hidden;border:1rem solid #f0eadf}.wf_marquee_item img{object-fit:cover;height:34rem;width:100%;transition:transform .5s,filter .5s}.wf_quote{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:5rem auto}.wf_quote figure{width:8rem;height:8rem;border-radius:50%;margin-bottom:2.5rem}.wf_quote figure img{width:100%;height:100%;object-fit:cover}.wf_quote blockquote{font-size:3.2rem;font-weight:400;line-height:3.5rem;margin-bottom:2.2rem;text-align:center;position:relative}.wf_quote blockquote:before{content:"“"}.wf_quote blockquote:after{content:"”"}.wf_quote cite{font-weight:500;font-size:1.6rem;line-height:1.8rem}.wf_row{width:100%;margin:5rem auto;min-height:60rem}.wf_row figure{border-radius:2.5rem 2.5rem 0 0;overflow:hidden;min-height:40rem;height:100%}.wf_row figure img{min-height:40rem;width:100%;height:100%;object-fit:cover}.wf_row .r{padding:3.5rem 2.5rem;text-align:center;border-radius:0 0 2.5rem 2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--wf-acc2)}.wf_row .r p{font-size:1.8rem;line-height:2.6rem;font-weight:500}.wf_row .r_ctas{margin-top:3.5rem;gap:2rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}@media (min-width: 768px){.wf_row .r{padding:8rem 12rem}}@media (min-width: 1024px){.wf_row{display:flex;width:100%;height:calc(100vh - 10rem)}.wf_row figure{border-radius:2.5rem 0 0 2.5rem}.wf_row .r{border-radius:0 2.5rem 2.5rem 0;padding:3.5rem;color:#fff}.wf_row .r p{font-size:2.2rem;line-height:3.3rem;font-weight:400}.wf_row figure,.wf_row .r{width:50%}}@media (min-width: 1440px){.wf_row .r{padding:3.5rem 10rem}}@media (min-width: 1024px){.wf_row--reverse{flex-direction:row-reverse}.wf_row--reverse figure{border-radius:0 2.5rem 2.5rem 0}.wf_row--reverse .r{border-radius:2.5rem 0 0 2.5rem}}.wf_row--primary .r{background-color:var(--wf-accent)}.wf_row--primary .r .btn:hover,.wf_row--secondary .r{background-color:var(--wf-secondary)}.wf_table{--bg: var(--background-color);--br: var(--wf-br);--accent: var(--wf-accent);--secondary: var(--wf-secondary);--light: var(--wf-light2);--line: var(--wf-cg)}.wf_table .wf_table_head{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:1.2rem}.wf_table .wf_table_head h3{font-size:2rem;margin:0;color:#131313}.wf_table .wf_table_head .wf_table_legend{display:flex;gap:.6rem;flex-wrap:wrap}.wf_table .wf_table_list{background:var(--light);padding:1rem;border-radius:var(--br);border:1px solid var(--line)}.wf_table .wf_table_row{display:flex;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:1rem;overflow:hidden}.wf_table .wf_table_row+.wf_table_row{margin-top:.8rem}.wf_table .wf_table_row--head{display:none}.wf_table .cell{flex:1 1 100%;padding:1rem 1.2rem;border-bottom:1px solid var(--line);font-size:1.5rem;display:flex;flex-direction:column;gap:.2rem}.wf_table .cell:before{content:attr(data-th);font-weight:700;color:#131313}.wf_table .cell:last-child{border-bottom:0}.wf_table .cell .btn,.wf_table .cell .btn--ghost{width:100%}@media (min-width: 561px){.wf_table .wf_table_head{flex-direction:row;align-items:center;justify-content:space-between}.wf_table .cell{flex-direction:row;align-items:center;gap:.6rem}.wf_table .cell:before{content:attr(data-th);flex:0 0 12rem;max-width:12rem}.wf_table .cell .btn,.wf_table .cell .btn--ghost{width:80%}}@media (min-width: 961px){.wf_table .wf_table_row{display:grid;grid-template-columns:18% 12% 10% 10% 10% 22% 18%}.wf_table .wf_table_row--head{border:none;background:transparent}.wf_table .wf_table_row--head .cell{font-weight:700;color:#131313;background:transparent;border:0}.wf_table .wf_table_row .cell{flex-wrap:wrap}.wf_table .cell{padding:.8rem 1rem;border-bottom:0;border-right:1px solid var(--line);flex-direction:row;align-items:center}.wf_table .cell:before{content:none}.wf_table .cell:last-child{border-right:0}.wf_table .wf_table_row .cell:nth-child(1){flex:0 0 18%}.wf_table .wf_table_row .cell:nth-child(2){flex:0 0 12%}.wf_table .wf_table_row .cell:nth-child(3),.wf_table .wf_table_row .cell:nth-child(4),.wf_table .wf_table_row .cell:nth-child(5){flex:0 0 10%}.wf_table .wf_table_row .cell:nth-child(6){flex:0 0 22%}.wf_table .wf_table_row .cell:nth-child(7){flex:0 0 18%}}.wf_table .wf_table_meta{margin-top:1rem;display:flex;flex-direction:column;gap:.6rem}.wf_table .wf_table_meta>span{font-size:1.4rem;font-weight:600}.wf_table .badge{display:inline-block;min-width:3.2rem;padding:.3rem .8rem;border-radius:999px;font-size:1.3rem;line-height:1.2;text-align:center;border:1px solid transparent}.wf_table .badge.ok{background:color-mix(in oklab,var(--wf-acc3) 70%,white);color:#0e5a27;border-color:var(--wf-acc3)}.wf_table .badge.low{background:color-mix(in oklab,var(--wf-acc2) 70%,white);color:#0b4b59;border-color:var(--wf-acc2)}.wf_table .badge.none{background:color-mix(in oklab,var(--wf-accent) 20%,white);color:var(--wf-accent);border-color:var(--wf-accent)}.wf_table .btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.2rem;font-size:1.4rem;border-radius:.9rem;border:1px solid var(--accent);color:#fff;background:var(--accent);text-decoration:none}.wf_table .btn:hover{filter:brightness(.95)}.wf_table .btn--ghost{border-color:var(--accent);color:var(--accent);background:transparent}.wf_table .btn--ghost:hover{background:color-mix(in oklab,var(--accent) 10%,white)}.wf_teachers{margin:5rem auto}.wf_teachers .r{display:flex;flex-direction:column;gap:2rem}.wf_teachers .r_toggle{display:flex;padding:1.2rem;background-color:#f7f2e9;border-radius:.4rem;align-items:center;cursor:pointer}.wf_teachers .r_toggle img{border-radius:.4rem;width:10rem;height:10rem;object-fit:cover}.wf_teachers .r_toggle h3{display:flex;flex-direction:column;justify-content:center;gap:.8rem;width:40%;margin:0 0 0 2rem}.wf_teachers .r_toggle h3 strong{font-weight:500;font-size:2.2rem;line-height:2.2rem}.wf_teachers .r_toggle h3 small{font-size:1.8rem;line-height:1.8rem;font-weight:400;opacity:.8}.wf_teachers .r_toggle .btn{margin-left:auto;font-size:1.8rem;font-weight:400}.wf_teachers .r_toggle:hover .btn{opacity:1;background-color:var(--wf-accent);color:#fff;border-color:var(--wf-accent)}.wf_teachers .r_popup{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;z-index:150;opacity:0;pointer-events:none;transition:opacity .35s ease}.wf_teachers .r_popup_inner{z-index:5;position:relative;display:flex;flex-direction:column;max-width:80rem;width:calc(100% - 2rem);margin-top:1rem;border-radius:.8rem;background-color:#f7f2e9;padding:2rem;gap:2rem;color:#374151;max-height:calc(100vh - 2rem);transform:scale(.9) translateY(20px);opacity:0;transition:transform .35s cubic-bezier(.22,1.61,.36,1),opacity .35s ease;overflow-y:auto!important}.wf_teachers .r_popup_inner::-webkit-scrollbar-track{border-radius:.5rem}.wf_teachers .r_popup_inner::-webkit-scrollbar{width:.8rem;background-color:#d8d8d826;border-radius:.5rem}.wf_teachers .r_popup_inner::-webkit-scrollbar-thumb{background-color:#da251d;border-radius:.5rem}@supports (-moz-appearance: none){.wf_teachers .r_popup_inner{scrollbar-color:#fff #da251d;scrollbar-width:thin;border-radius:.5rem}}.wf_teachers .r_popup_inner:after{content:"";display:block;height:.1rem;flex:0 0 1;width:100%}.wf_teachers .r_popup_inner button{top:1rem;right:1rem;background:0 0;position:absolute;width:4.4rem;height:4.4rem;border-radius:50%;border:1px solid #d7d1c6;display:flex;align-items:center;justify-content:center}.wf_teachers .r_popup_inner div{display:flex;flex-direction:column}.wf_teachers .r_popup_inner img{flex-shrink:0;object-fit:cover;width:20rem;height:20rem;border-radius:.8rem}.wf_teachers .r_popup_inner h4{font-size:2.7rem;line-height:3rem;font-weight:400;margin-bottom:0}.wf_teachers .r_popup_inner h5{font-size:1.4rem;line-height:2.3rem;font-weight:400;margin-bottom:2rem}.wf_teachers .r_popup_inner p{font-size:1.4rem;font-weight:300;line-height:2.3rem;margin:0}.wf_teachers .r_popup:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#2c2c2c26;opacity:0;backdrop-filter:blur(5px);transition:opacity .4s ease}.wf_teachers .r_popup.is-active{opacity:1;pointer-events:auto}.wf_teachers .r_popup.is-active .r_popup_inner{transform:scale(1) translateY(0);opacity:1}.wf_teachers .r_popup.is-active:after{opacity:1}@media (min-width: 768px){.wf_teachers .r_popup_inner{flex-direction:row;flex-wrap:wrap}.wf_teachers .r_popup_inner div{flex:1}.wf_teachers .r_popup img{width:25rem;height:25rem}.wf_teachers .r_popup h4{font-size:3rem;line-height:3.3rem}.wf_teachers .r_popup p,.wf_teachers .r_popup h5{font-size:1.8rem;line-height:2.6rem}}@media (min-width: 1024px){.wf_teachers{display:flex}.wf_teachers .l,.wf_teachers .r{width:50%}}.wf_text{margin:8.5rem auto 5rem;width:100%}.wf_text h2{max-width:96rem;font-size:3.2rem;font-weight:400}.wf_text_ctas{margin-top:4rem;display:flex;flex-wrap:wrap;gap:2rem}@media (min-width: 1024px){.wf_text h2{font-size:4rem}}.wf_text--centered{display:flex;flex-direction:column;align-items:center;text-align:center}.wf_text h2{display:inline-block;overflow:hidden}.wf_text h2 .word{display:inline-block;white-space:nowrap}.wf_text h2 .char{display:inline-block;opacity:0;transform:translateY(.6em);transition:transform .6s cubic-bezier(.2,.7,.2,1),opacity .6s cubic-bezier(.2,.7,.2,1);transition-delay:calc(var(--i, 0) * 15ms)}.wf_text.is-inview h2 .char{opacity:1;transform:translateY(0)}.wf_team{margin:4rem auto}.wf_team h3{font-size:2.2rem;margin-bottom:2rem;text-align:center}.wf_team_title{text-align:center;font-size:4rem;font-weight:300;line-height:4rem;margin-bottom:5rem}@media (min-width: 1024px){.wf_team_title{font-size:6.6rem;line-height:6.6rem}}.wf_team_admin,.wf_team_staff{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;justify-content:center}.wf_team_person{flex:1 1 12rem;max-width:18rem;text-align:center}.wf_team_person div{width:12rem;height:12rem;border-radius:50%;overflow:hidden;margin:0 auto 1rem}.wf_team_person div img{width:100%;height:100%;object-fit:cover}.wf_team_person h4{font-weight:600;font-size:1.6rem;margin:.5rem 0;color:var(--text-color)}.wf_team_person p{font-size:1.4rem;line-height:1.4;color:#666}.wf_team_about{margin:2rem auto;max-width:60rem;padding:1.5rem;background:var(--wf-light2);border-radius:var(--wf-br);font-size:1.5rem;line-height:1.5;color:var(--text-color);text-align:center}.wf_team_gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.wf_team_gallery p{text-align:center;margin:.5rem 0}.wf_team_gallery img{flex:1 1 12rem;max-width:16rem;aspect-ratio:1/1;object-fit:cover;border-radius:.6rem;border:1px solid var(--wf-cg)}.wf_team#administraciq img{max-height:50rem;width:auto;margin:0 auto;text-align:center;display:flex;align-items:center;justify-content:center}.wf_team_links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.wf_article_wrapper{margin:2rem auto}@media (min-width: 1260px){.wf_article_wrapper{display:flex;width:100%;overflow-x:unset}.wf_article_wrapper .wf_article_aside{width:30rem;flex:1 0 30rem;min-height:5rem;margin-right:6rem}.wf_article_wrapper article{width:76rem;flex:1 0 78rem;max-width:100%;margin-top:0}}.wf_article_wrapper article{font-family:Mulish,sans-serif;color:#2c2c2c;padding-bottom:10rem}.wf_article_wrapper article a{text-decoration:underline;font-style:italic}.wf_article_wrapper article table{margin:2rem 0;border-collapse:collapse;width:100%;overflow-x:auto;font-size:1.4rem;line-height:2.2rem}.wf_article_wrapper article table::-webkit-scrollbar{height:.8rem}.wf_article_wrapper article table::-webkit-scrollbar-thumb{background-color:var(--wf-accent);border-radius:.5rem}@supports (-moz-appearance: none){.wf_article_wrapper article table{scrollbar-color:var(--wf-accent) transparent;scrollbar-width:thin}}.wf_article_wrapper article table th,.wf_article_wrapper article table td{text-align:center;vertical-align:middle;padding:1.4rem 1.6rem;border:1px solid rgba(0,0,0,.1)}.wf_article_wrapper article table th{background:#f5f5f7;font-size:1.6rem;font-weight:600}.wf_article_wrapper article table td{font-weight:400}.wf_article_wrapper article table tbody tr:nth-child(odd){background:#00000005}@media (min-width: 768px){.wf_article_wrapper article table{border-radius:.6rem;overflow:hidden}}.wf_article_wrapper article>figure{border-radius:.6rem;overflow:hidden;margin:2.5rem 0}.wf_article_wrapper article>figure img{transition:transform .6s ease-in-out;display:block;width:100%}.wf_article_wrapper article>figure img:hover{transform:scale(1.05)}.wf_article_wrapper article>p{font-size:1.6rem;line-height:2.6rem;margin:1.5rem 0;color:#444}.wf_article_wrapper article>p+h2{margin-top:4.8rem}.wf_article_wrapper article>h2{font-size:3rem;line-height:4rem;font-weight:600;margin:3.5rem 0 2rem;color:#111}.wf_article_wrapper article>h3{font-size:2.2rem;line-height:3.2rem;font-weight:500;margin:0 0 1.2rem;color:#222}.wf_article_wrapper article>h3+*{margin-top:2.5rem}.wf_article_wrapper article ul{padding-left:2rem;margin:2rem 0}.wf_article_wrapper article ul li{list-style-type:disc;font-size:1.6rem;line-height:2.6rem;margin-bottom:1rem}.wf_article_wrapper article ul li::marker{color:var(--wf-accent)}.wf_article_wrapper article>ol{counter-reset:wf-counter;list-style:none;padding-left:0;margin:2.5rem 0}.wf_article_wrapper article>ol>li{counter-increment:wf-counter;position:relative;padding-left:3.5rem;margin-bottom:1.8rem;font-size:1.6rem;line-height:2.6rem}.wf_article_wrapper article>ol>li:before{content:counter(wf-counter);position:absolute;left:0;top:.35rem;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--wf-accent);color:#fff;font-size:1.4rem;font-weight:600;display:flex;align-items:center;justify-content:center}.wf_article_wrapper article>ol li+li{margin-top:2rem}.wf_article_wrapper article iframe{width:70%;height:45rem}.wf_article_wrapper article video{display:flex;justify-content:center;margin:0 auto}.wf_article_wrapper article figure#custom_gallery{display:grid;grid-template-columns:repeat(1,1fr);gap:5px}.wf_article_wrapper article figure#custom_gallery figure{margin:0;max-height:25rem}.wf_article_wrapper article figure#custom_gallery figure img{width:100%;height:100%;object-fit:cover;border-radius:.6rem}@media (min-width: 1024px){.wf_article_wrapper article figure#custom_gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}}@media (min-width: 1024px){.wf_article_wrapper article>p{font-size:1.8rem;line-height:2.8rem}.wf_article_wrapper article>h2{font-size:4rem;line-height:5.2rem}.wf_article_wrapper article>h3{font-size:2.8rem;line-height:3.8rem}.wf_article_wrapper article>ul li,.wf_article_wrapper article>ol li{font-size:1.8rem;line-height:2.8rem}.wf_article_wrapper article figure#custom_gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}.wf_article_intro{padding:0 4%;margin-top:2rem;width:100%}.wf_article_intro h1{margin-bottom:2.4rem}.wf_article_intro>ul{text-transform:capitalize;color:#000;display:flex;margin-top:.5rem;position:relative;align-items:center;justify-content:center;z-index:5;flex-wrap:wrap}.wf_article_intro>ul li{position:relative;display:flex;align-items:center;font-size:1.3rem;transition:all .3s}.wf_article_intro>ul li a{margin-right:1.5rem;margin-left:1.6rem;transition:color .3s,opacity .3s}.wf_article_intro>ul li a:hover{color:#000;opacity:.5}.wf_article_intro>ul li span{margin-left:1.7rem}.wf_article_intro>ul li .i-chevron-down{width:.8rem;height:.8rem;transform:rotate(-90deg)}.wf_article_intro>ul li.first svg{display:none}.wf_article_intro>ul li.first a{margin-left:0}.wf_article_intro>ul li.first:after{content:none}.wf_article_intro figure{height:42.2rem;height:26.2rem}.wf_article_intro figure img{border-radius:1rem;object-fit:cover;width:100%;height:100%}.wf_article_intro_cnt{margin-top:2.5rem;padding-bottom:1.5rem;border-bottom:.1rem solid var(--wf-cg)}.wf_article_intro_cnt ul{display:grid;row-gap:1.5rem;padding:0 1rem;margin-bottom:2.5rem}.wf_article_intro_cnt ul li{display:flex;column-gap:1.2rem}.wf_article_intro_cnt ul li p{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin:0;font-size:1.2rem}.wf_article_intro_cnt ul li p a,.wf_article_intro_cnt ul li p strong{font-weight:600;font-size:1.4rem;text-decoration:underline}.wf_article_intro_cnt ul li span{width:5.4rem;height:5.4rem;border-radius:50%}.wf_article_intro_cnt ul li span svg{width:2.3rem;height:3.8rem;fill:#fff}@media (min-width: 425px){.wf_article_intro div ul{padding:0 4rem;grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.wf_article_intro{padding:0}.wf_article_intro figure{height:60rem;height:45rem}.wf_article_intro div ul{display:flex;flex-direction:row;gap:4.8rem;align-items:center;padding:0}.wf_article_intro div ul li{grid-template-columns:1fr}.wf_article_intro div ul li span{display:none}}.wf_article_aside{margin-bottom:5rem}.wf_article_aside_audio{position:relative;line-height:0;background:#f5f6fe;border-radius:.6rem;margin-bottom:3rem}.wf_article_aside_audio audio{display:block;width:100%;position:relative;z-index:2}.wf_article_aside>ul{gap:2.2rem;border-left:.5rem solid var(--wf-cg);display:flex;flex-direction:column;position:relative;margin-bottom:0}.wf_article_aside>ul li{position:relative}.wf_article_aside>ul li>a{position:relative;font-weight:700;padding:0 2.4rem 0 2rem;font-size:1.6rem;line-height:2.4rem;display:flex;align-items:center;justify-content:space-between}.wf_article_aside>ul li>a svg{transition:transform .3s;flex-shrink:0;width:1.7rem;height:1.3rem}.wf_article_aside>ul li>a:before{content:"";opacity:0;width:.6rem;height:100%;top:0;left:0;position:absolute;background:var(--wf-cp)}.wf_article_aside>ul li ul{padding-left:2rem;margin:2.2rem 0 0;display:none}.wf_article_aside>ul li ul li.active a{font-weight:600}.wf_article_aside>ul li ul li+li{margin-top:1.5rem}.wf_article_aside>ul li ul li a{font-weight:300;padding:0 2.4rem 0 2rem;font-size:1.6rem;line-height:2.4rem;display:block}.wf_article_aside>ul li ul li a:before{content:none}.wf_article_aside>ul li.active a:before{opacity:1}@media (min-width: 1260px){.wf_article_aside{position:sticky;top:15rem;height:100%}}.wf_article_gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin:3.2rem 0}.wf_article_gallery figure{cursor:pointer;overflow:hidden;border-radius:.6rem;max-height:38.4rem;height:100%}.wf_article_gallery figure img{transition:transform .6s ease-in-out}.wf_article_gallery figure img:hover{transform:scale(1.05)}.wf_article_popup{position:fixed;right:0;bottom:0;width:100%;z-index:100;display:flex;flex-direction:column}.wf_article_popup .t{margin:0 1.6rem 1rem;width:calc(100% - 6rem)}.wf_article_popup .t label{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border:.1rem solid var(--wf-cg);border-radius:50%;background-color:#000;margin:0 1rem 0 auto}.wf_article_popup .t label svg{fill:#fff;width:2.4rem;height:2.4rem}.wf_article_popup .t_audio{display:none}.wf_article_popup .t_audio .audio-player{width:100%;background:#f3f3f3;background-color:#000;border-radius:2rem;height:4rem}.wf_article_popup .t_audio .audio-player__controls{display:flex;align-items:center;justify-content:space-between;height:4rem;padding:0 1rem}.wf_article_popup .t_audio .audio-player__button{width:2.4rem;height:2.4rem;background-color:transparent;border:none;cursor:pointer;border-radius:5px;background-size:contain;background-position:center;transition:background-color .3s ease}.wf_article_popup .t_audio .audio-player__button svg.i-pause,.wf_article_popup .t_audio .audio-player__button svg.i-play{fill:#fff}.wf_article_popup .t_audio .audio-player__button--play svg.i-pause{display:none}.wf_article_popup .t_audio .audio-player__button--play svg.i-play{display:block}.wf_article_popup .t_audio .audio-player__button--pause svg.i-pause{display:block}.wf_article_popup .t_audio .audio-player__button--pause svg.i-play{display:none}.wf_article_popup .t_audio .audio-player__button--mute{margin-left:1rem}.wf_article_popup .t_audio .audio-player__button--mute svg{margin-top:.5rem;fill:#fff}.wf_article_popup .t_audio .audio-player__button--mute .i-volume-mute,.wf_article_popup .t_audio .audio-player__button--mute.muted .i-volume-up{display:none}.wf_article_popup .t_audio .audio-player__button--mute.muted .i-volume-mute{display:block}.wf_article_popup .t_audio .audio-player__button:hover{background-color:#0000001a}.wf_article_popup .t_audio .audio-player__progress-container{flex-grow:1;height:6px;background-color:#ddd;border-radius:3px;cursor:pointer;margin:0 10px}.wf_article_popup .t_audio .audio-player__progress-bar{height:100%;background-color:#fff;width:0%;border-radius:3px}.wf_article_popup .t_audio .audio-player__current-time,.wf_article_popup .t_audio .audio-player__duration{font-size:14px}.wf_article_popup .t_audio .audio-player__audio{display:none}.wf_article_popup .b_toggle .sm{background-color:#f5f1ed;padding:1.5rem 2rem;box-shadow:0 -4px 8px #3339f11a;color:#000;display:flex;justify-content:space-between;font-weight:700;font-size:1.8rem}.wf_article_popup .b_toggle .lg{display:none}.wf_article_popup .b_toggle p{margin-bottom:0}.wf_article_popup .b_cont{padding:2.4rem 5rem 1.8rem 1.8rem;gap:1rem;position:relative;display:none;background-color:var(--wf-cg)}.wf_article_popup .b_cont label{position:absolute;top:1rem;right:1rem}.wf_article_popup .b_cont label .i-x{fill:#272727}.wf_article_popup .b_cont a{font-size:1.4rem;font-weight:600;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:center;height:4rem;padding:0 1.6rem;min-width:18rem;border-radius:.6rem}.wf_article_popup .b_cont p{display:flex;flex-direction:column;font-size:1.4rem;margin-bottom:0;gap:1rem}.wf_article_popup .b_cont p strong{font-size:1.8rem}.wf_article_popup .b .sm{display:none}@media (min-width: 1260px){.wf_article_popup{position:sticky;width:max-content;padding-top:15rem;margin:auto -5.5rem 0 auto;bottom:7rem}.wf_article_popup .t{display:none}.wf_article_popup .b{width:100%;margin-left:auto}.wf_article_popup .b .sm{display:none}.wf_article_popup .b .lg{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:var(--wf-cg);border-radius:50%;transition:background-color .3s;animation:pulse 1.5s infinite;box-shadow:0 0 #3339f180}.wf_article_popup .b .lg svg{position:absolute;transform:scale(0);width:2.4rem;height:2.4rem;transition:transform .3s}.wf_article_popup .b .lg img{width:2rem;height:2rem;transition:transform .3s}.wf_article_popup .b .b_cont{width:33rem;position:absolute;left:-35rem;border-radius:.5rem;padding:2rem;bottom:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;opacity:0;transform:translateY(5rem);transition:opacity .3s,transform .3s}.wf_article_popup .b .b_cont .i-x{display:none}.wf_article_popup .b .b_cont p{margin-bottom:.5rem}.wf_article_popup .b .b_cont a{margin-left:auto;font-size:1.2rem;line-height:1.8rem}}#wf_post_audio{display:none}#wf_post_audio:checked~.t label{display:none}#wf_post_audio:checked~.t .t_audio{display:block}#wf_article_popup{display:none}#wf_article_popup:checked+.b .b_toggle{display:none}#wf_article_popup:checked+.b .b_cont{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}@media (min-width: 1260px){#wf_article_popup:checked~.b .b_toggle{display:flex}#wf_article_popup:checked~.b .b_toggle .lg{background-color:var(--wf-cg);animation:none;box-shadow:0}#wf_article_popup:checked~.b .b_toggle .lg img{transform:scale(0)}#wf_article_popup:checked~.b .b_toggle .lg svg{transform:scale(1)}#wf_article_popup:checked~.b .b_cont{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(.9);box-shadow:0 0 #272727b3}70%{transform:scale(1);box-shadow:0 0 0 10px #27272700}to{transform:scale(.9);box-shadow:0 0 #27272700}}.wf_banner{display:flex;flex-direction:column-reverse;background-color:var(--wf-cg);color:#212121;margin:8rem auto;padding:1rem 0 3rem;align-items:center;justify-content:center;border-radius:.6rem}.wf_banner div{text-align:center;width:28rem;margin:0 auto}.wf_banner div h2{font-size:2.2rem;line-height:3.4rem;font-weight:700;margin-bottom:1rem}.wf_banner div p{font-size:2rem;line-height:3rem;margin-bottom:3rem}.wf_banner div a{padding:1.5rem 3.2rem 1.6rem;background-color:var(--wf-cp);color:#fff;border:none;border-radius:.6rem;max-height:5rem;text-align:center;font-size:1.4rem;line-height:1.9rem;display:block;max-width:max-content;margin:0 auto;font-weight:600;transition:transform .2s}.wf_banner div a:hover{transform:scale(1.02);opacity:1}.wf_banner figure{height:22.2rem}.wf_banner figure img{border-radius:1rem;height:22.2rem;object-fit:cover}@media (min-width: 768px){.wf_banner{flex-direction:row;padding:2rem;justify-content:space-between}.wf_banner div{margin:0;text-align:left}.wf_banner div a{margin:0}}@media (min-width: 1260px){.wf_banner div{width:67rem}.wf_banner div h2{font-size:3.2rem;line-height:4.2rem}.wf_banner figure{height:31.7rem}.wf_banner figure img{width:40rem;height:31.7rem}}.wf_documents{margin:2rem auto;width:100%;--row-bg: #fff;--row-bg-alt: #fafafc;--row-br: rgba(0, 0, 0, .08)}.wf_documents h3{font-weight:300}.wf_documents div+div{margin-top:4rem}.wf_documents ol{counter-reset:doc;margin:0;padding:0}.wf_documents ol+div{margin-top:4rem}.wf_documents ol>li{list-style:none;counter-increment:doc;font-size:1.6rem;line-height:1.5}.wf_documents ol>li+li{margin-top:1.2rem}.wf_documents ol>li .wf_doc{display:grid;grid-template-columns:3.2rem 1fr auto 3.2rem;align-items:center;gap:1.2rem;padding:1.6rem;background:var(--row-bg);border:1px solid var(--row-br);border-radius:.8rem;cursor:pointer;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.wf_documents ol>li .wf_doc:before{content:counter(doc);width:3.2rem;height:3.2rem;border-radius:.6rem;display:grid;place-items:center;font-weight:700;font-size:1.4rem;color:#fff;background:var(--wf-accent)}.wf_documents ol>li .wf_doc span{font-weight:600;letter-spacing:-.1px;color:#1f1f1f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf_documents ol>li .wf_doc small{font-size:1.3rem;color:#6b6b6b;white-space:nowrap;justify-self:end}.wf_documents ol>li .wf_doc:after{content:"↗";font-size:1.6rem;line-height:1;color:var(--wf-accent);transform:translate(0);transition:transform .2s ease}.wf_documents ol>li .wf_doc:hover{border-color:var(--wf-accent);box-shadow:0 6px 18px #0000000f;transform:translateY(-2px);background:#fff;opacity:1}.wf_documents ol>li .wf_doc:hover:after{transform:translate(2px)}.wf_documents ol>li:nth-child(2n) a{background:var(--row-bg-alt)}
