#about-timeline{--timeline-axis-width: 80px;--timeline-axis-gap: 30px;--timeline-axis-offset: calc(var(--timeline-axis-gap) + (var(--timeline-axis-width) / 2));--timeline-item-gap: clamp(1.25rem, 2.5vw, 2rem);--timeline-intro-title-offset: 10px;--timeline-line-top: 20px;--timeline-line-bottom: -40px;--timeline-dot-offset: 0px;--timeline-dot-offset-2005: 12px;--timeline-dot-offset-2021: 34px;--timeline-left-extra-gap: 50px;--timeline-left-start-gap: 50px}#about-timeline .cs-container{margin:0 auto}#about-timeline.pb-0-desktop{padding-bottom:2rem}#about-timeline .timeline-wrapper{position:relative;display:flex;flex-direction:column;gap:var(--timeline-item-gap);padding:0}#about-timeline .timeline-col{display:flex;flex-direction:column;gap:var(--timeline-item-gap)}#about-timeline .timeline-header{text-align:center}#about-timeline .timeline-header .cs-title{margin-bottom:0}#about-timeline .timeline-line{display:none}#about-timeline .timeline-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px}#about-timeline .timeline-year{width:var(--timeline-axis-width);height:var(--timeline-axis-width);background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;z-index:2;margin-top:0;transition:all .3s ease;flex-shrink:0;justify-self:center;order:0;--timeline-year-offset-y: var(--timeline-dot-offset)}#about-timeline .timeline-year.secondary{background:var(--secondary)}#about-timeline .timeline-item:hover .timeline-year{transform:translate3d(var(--timeline-year-translate), var(--timeline-year-offset-y), 0) scale(1.05)}#about-timeline .timeline-content{background:rgba(0,0,0,0);padding:0;transition:all .3s ease;margin-bottom:0;width:100%;text-align:center;order:1}#about-timeline .timeline-content .cs-h3{position:relative;display:block;font-size:1.5rem;font-weight:700;color:var(--headingTextColor);margin-bottom:12px;padding-bottom:10px;text-align:center}#about-timeline .timeline-content .cs-h3::after{content:"";position:absolute;bottom:0;height:3px;display:none}#about-timeline .timeline-item.left .timeline-content .cs-h3{border-bottom:3px solid var(--primary)}#about-timeline .timeline-item.right .timeline-content .cs-h3{border-bottom:3px solid var(--secondary)}#about-timeline .timeline-content .cs-text{color:var(--bodyTextColor);text-align:center}#about-timeline .timeline-content .cs-text:last-of-type{margin-bottom:0}#about-timeline .timeline-content .timeline-image{margin-top:1rem;border-radius:.75rem;overflow:hidden;display:block}#about-timeline .timeline-content .timeline-image img{width:100%;object-fit:cover;display:block;border-radius:.75rem;transition:transform .3s ease}#about-timeline .timeline-item:hover .timeline-image img{transform:scale(1.02)}@media only screen and (min-width: 1024px){#about-timeline.pb-0-desktop{padding-bottom:0}#about-timeline .timeline-wrapper{display:grid;grid-template-columns:minmax(0, 1fr) var(--timeline-axis-width) minmax(0, 1fr);column-gap:var(--timeline-axis-gap)}#about-timeline .timeline-col-left{grid-column:1}#about-timeline .timeline-col-right{grid-column:3}#about-timeline .timeline-header{text-align:left}#about-timeline .timeline-line{display:block;position:absolute;left:50%;transform:translateX(-50%);top:var(--timeline-line-top);bottom:var(--timeline-line-bottom);width:3px;background:var(--primary)}#about-timeline .timeline-line::before,#about-timeline .timeline-line::after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:14px;height:14px;background:var(--primary);border-radius:50%}#about-timeline .timeline-line::before{top:-12px}#about-timeline .timeline-line::after{bottom:0}#about-timeline .timeline-item{align-items:flex-start}#about-timeline .timeline-col-left .timeline-item+.timeline-item{margin-top:var(--timeline-left-extra-gap)}#about-timeline .timeline-col-left>.timeline-item:nth-child(2){margin-top:var(--timeline-left-start-gap)}#about-timeline .timeline-item.timeline-2005 .cs-h3{margin-top:var(--timeline-intro-title-offset)}#about-timeline .timeline-year{position:absolute;top:0;margin-top:-5px;--timeline-year-translate: -50%;transform:translate3d(var(--timeline-year-translate), var(--timeline-year-offset-y), 0)}#about-timeline .timeline-item.left .timeline-year{left:calc(100% + var(--timeline-axis-gap) + var(--timeline-axis-width)/2)}#about-timeline .timeline-item.right .timeline-year{left:auto;right:calc(100% + var(--timeline-axis-gap) + var(--timeline-axis-width)/2);--timeline-year-translate: 50%}#about-timeline .timeline-item:hover .timeline-year{transform:translate3d(var(--timeline-year-translate), var(--timeline-year-offset-y), 0) scale(1.05)}#about-timeline .timeline-item.left .timeline-content,#about-timeline .timeline-item.right .timeline-content{width:100%}#about-timeline .timeline-content .cs-text{text-align:left}#about-timeline .timeline-content{text-align:left;margin-bottom:1.5rem}#about-timeline .timeline-content .cs-h3{text-align:left}#about-timeline .timeline-content .cs-h3::after{display:block;width:auto}#about-timeline .timeline-item.left .timeline-content .cs-h3{border-bottom:0}#about-timeline .timeline-item.right .timeline-content .cs-h3{border-bottom:0}#about-timeline .timeline-item.left .timeline-content .cs-h3::after{left:0;right:calc(-1*var(--timeline-axis-offset));background:var(--primary)}#about-timeline .timeline-item.right .timeline-content .cs-h3::after{right:0;left:calc(-1*var(--timeline-axis-offset));background:var(--secondary)}#about-timeline .timeline-item.timeline-2005{--timeline-dot-offset: var(--timeline-dot-offset-2005)}}@media only screen and (max-width: 1023px){#about-timeline .timeline-col{display:contents}#about-timeline .timeline-header{order:1}#about-timeline .timeline-2005{order:2}#about-timeline .timeline-2006{order:3}#about-timeline .timeline-2010{order:4}#about-timeline .timeline-2019{order:5}#about-timeline .timeline-2021{order:6}#about-timeline .timeline-today{order:7}#about-timeline .timeline-content .cs-text{margin-bottom:1.25rem}#about-timeline .timeline-image img{height:100%;max-height:320px}}@media only screen and (max-width: 576px){#about-timeline{--timeline-axis-width: 70px;padding-bottom:4rem}#about-timeline .timeline-year{margin-top:3rem}#about-timeline .timeline-content .cs-h3{font-size:1.25rem}#about-timeline .timeline-year{font-size:.95rem}}.sbs-1{position:relative}.sbs-1.primary-bg{background-color:var(--primary)}.sbs-1.primary-bg .cs-h3,.sbs-1.primary-bg .cs-text,.sbs-1.primary-bg .cs-title{color:var(--bodyTextColorWhite)}.sbs-1.mt--2px{margin-top:-2px}.sbs-1 .sbs-standard{gap:0}.sbs-1 .sbs-image{display:flex;flex-direction:column;font-size:min(2.5vw,1em)}.sbs-1 .group-1{display:flex;flex-direction:row;gap:8px;align-items:center;position:relative;top:2.8em}.sbs-1 .group-2{display:flex;flex-direction:row;gap:8px;align-items:flex-end}.sbs-1 .cs-picture.cs-picture1 img{width:15.5625em;height:17.8125em}.sbs-1 .cs-picture.cs-picture2 img{width:19.3125em;height:11.75em}.sbs-1 .cs-picture.cs-picture3 img{width:18.4375em;height:19.625em}.sbs-1 .cs-picture.cs-picture4 img{width:17.75em;height:22.875em}.sbs-1 .cs-picture img{border-radius:clamp(14px,1.5vw,19px)}.sbs-1 .text-content{max-width:620px}.sbs-1 .animate .cs-picture{opacity:0}.sbs-1 .animated .cs-picture{animation:fadeUpTransition .5s ease-out forwards}.sbs-1 .animated .cs-picture1{animation-delay:.2s}.sbs-1 .animated .cs-picture2{animation-delay:.4s}.sbs-1 .animated .cs-picture4{animation-delay:.6s}.sbs-1 .animated .cs-picture3{animation-delay:.8s}@media screen and (min-width: 1024px){.sbs-1 .sbs-standard{gap:2rem}.sbs-1 .sbs-image{font-size:min(1.2vw,1em)}.sbs-1 .align-start-desktop{align-items:flex-start}}.sbs-2{position:relative}.sbs-2.mt-5rem{margin-top:clamp(2rem,5vw,5rem)}.sbs-2 .sbs-image{display:flex;flex-direction:row;font-size:min(2.5vw,1em);gap:8px}.sbs-2 .group-1{display:flex;flex-direction:column;gap:6px;align-items:flex-end;position:relative}.sbs-2 .group-2{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.sbs-2 .cs-picture.cs-picture1 img{width:12.6875em;height:11.4375em}.sbs-2 .cs-picture.cs-picture2 img{width:19.0625em;height:13.9375em}.sbs-2 .cs-picture.cs-picture3 img{width:17.8125em;height:21.3125em}.sbs-2 .cs-picture.cs-picture4 img{width:11.9375em;height:11.8125em}.sbs-2 .cs-picture img{border-radius:clamp(14px,1.5vw,19px)}.sbs-2 .text-content{max-width:620px}.sbs-2 .animate .cs-picture{opacity:0}.sbs-2 .animated .cs-picture{animation:fadeUpTransition .5s ease-out forwards}.sbs-2 .animated .cs-picture1{animation-delay:.2s}.sbs-2 .animated .cs-picture3{animation-delay:.4s}.sbs-2 .animated .cs-picture2{animation-delay:.6s}.sbs-2 .animated .cs-picture4{animation-delay:.8s}@media screen and (min-width: 1024px){.sbs-2 .sbs-image{flex-direction:row;font-size:min(1.2vw,1em);gap:8px}.sbs-2 .align-start-desktop{align-items:flex-start}}.sbs-3{position:relative}.sbs-3.mt-5rem{margin-top:clamp(2rem,5vw,5rem)}.sbs-3 .sbs-image{display:none;flex-direction:row;font-size:min(2.4vw,1em);gap:8px}.sbs-3 .group-1{display:flex;flex-direction:column;gap:6px;align-items:flex-end;position:relative}.sbs-3 .group-2{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.sbs-3 .cs-picture.cs-picture1 img{width:16.3125em;height:36.5625em}.sbs-3 .cs-picture.cs-picture2 img{width:17.0625em;height:12.25em}.sbs-3 .cs-picture.cs-picture3 img{width:17.0625em;height:23.75em}.sbs-3 .cs-picture img{border-radius:19px}.sbs-3 .text-content{max-width:620px}.sbs-3 .card-container{gap:16px;display:grid;grid-template-columns:1fr 1fr;margin-top:1rem;margin-bottom:5rem}.sbs-3 .cs-card{flex:1;display:flex;flex-direction:row;gap:12px;padding:20px;border-radius:14px;background-color:var(--violetColor);color:var(--bodyTextColorWhite);align-items:center}.sbs-3 .cs-card.red{background-color:var(--redColor)}.sbs-3 .cs-card.green{background-color:var(--greenColor)}.sbs-3 .cs-card.yellow{background-color:var(--secondary)}.sbs-3 .cs-card .cs-h3,.sbs-3 .cs-card .cs-text{margin-bottom:0;color:var(--bodyTextColorWhite)}@media screen and (max-width: 600px){.sbs-3 .card-container{grid-template-columns:1fr}}@media screen and (min-width: 1024px){.sbs-3 .sbs-standard{gap:5rem}.sbs-3 .sbs-image{display:flex;font-size:min(1.2vw,1em)}.sbs-3 .card-container{margin-bottom:2rem}.sbs-3 .align-start-desktop{align-items:flex-start}}#staff-profiles .cs-container{max-width:1280px;margin:0 auto}#staff-profiles .cs-content{text-align:center;max-width:800px;margin:0 auto 3rem}#staff-profiles .cs-title{margin-bottom:1rem}#staff-profiles .cs-text{color:var(--bodyTextColor);line-height:1.7}#staff-profiles .staff-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:3rem}#staff-profiles .staff-card{display:flex;flex-direction:column;background:#fff;border-radius:20px;overflow:hidden;border:3px solid;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease}#staff-profiles .staff-card:nth-child(1){border-color:#e85d75}#staff-profiles .staff-card:nth-child(1) .staff-name{color:#e85d75}#staff-profiles .staff-card:nth-child(2){border-color:#ffa726}#staff-profiles .staff-card:nth-child(2) .staff-name{color:#ffa726}#staff-profiles .staff-card:nth-child(3){border-color:#ab47bc}#staff-profiles .staff-card:nth-child(3) .staff-name{color:#ab47bc}#staff-profiles .staff-card:nth-child(4){border-color:#66bb6a}#staff-profiles .staff-card:nth-child(4) .staff-name{color:#66bb6a}#staff-profiles .staff-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}#staff-profiles .staff-image-wrapper{width:100%;max-width:280px;aspect-ratio:2/3;flex-shrink:0;overflow:hidden;background:#f5f5f5;border-radius:16px;margin:0 auto 1.25rem}#staff-profiles .staff-picture{display:block;width:100%;height:100%}#staff-profiles .staff-picture img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .3s ease}#staff-profiles .staff-card:hover .staff-picture img{transform:scale(1.05)}#staff-profiles .staff-info{flex:1}#staff-profiles .staff-name{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;margin-bottom:.4rem}#staff-profiles .staff-title{font-size:clamp(.9rem,1.5vw,1.05rem);font-weight:600;color:var(--bodyTextColor);margin-bottom:.85rem;line-height:1.4}#staff-profiles .staff-bio{font-size:.9rem;line-height:1.6;color:var(--bodyTextColor);margin-bottom:.7rem}#staff-profiles .staff-bio:last-child{margin-bottom:0}@media screen and (min-width: 640px){#staff-profiles .staff-card{flex-direction:row;gap:1.75rem;padding:1.75rem}#staff-profiles .staff-image-wrapper{width:200px;max-width:none;margin:0}}@media screen and (min-width: 768px){#staff-profiles .staff-grid{grid-template-columns:1fr;gap:1rem}#staff-profiles .staff-card{padding:2rem;gap:2rem}#staff-profiles .staff-image-wrapper{width:220px}#staff-profiles .staff-bio{font-size:.95rem}}@media screen and (min-width: 1024px){#staff-profiles .staff-grid{grid-template-columns:1fr;gap:1rem;margin-left:auto;margin-right:auto}#staff-profiles .staff-card{flex-direction:row;padding:1rem;gap:1.5rem}#staff-profiles .staff-image-wrapper{width:260px}#staff-profiles .staff-picture img{object-position:center 20%}}@media screen and (min-width: 1280px){#staff-profiles .staff-grid{gap:1rem;grid-template-columns:1fr 1fr}#staff-profiles .staff-card{padding:1rem;gap:1rem}#staff-profiles .staff-image-wrapper{width:280px}}#daily-learning{text-align:center}#daily-learning.mb-3rem{margin-bottom:3rem}#daily-learning .flex-row{display:flex;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;flex-direction:column}#daily-learning .gallery-container{max-width:1122px;margin:auto;position:relative}#daily-learning .gallery-container img{border-radius:1rem;width:100%;object-fit:cover;position:relative}#daily-learning .w-32{width:100%;max-width:361px;border-radius:1rem;height:auto;overflow:hidden;display:none}#daily-learning .w-65{width:100%;height:auto;overflow:hidden}@media screen and (min-width: 850px){#daily-learning .w-32{display:block}#daily-learning .w-65{max-width:735px}#daily-learning .gallery-container .green-dash{display:block}#daily-learning .flex-row{flex-direction:row}#daily-learning .row-reverse{flex-direction:row-reverse}#daily-learning .flex-row .cs-picture:not(.w-32):not(.w-65){width:100%;max-width:361px}}/*# sourceMappingURL=about.css.map */
