#home-sbs .sbs-standard{flex-direction:column-reverse;gap:clamp(3rem,4.2vw,5rem)}#home-sbs .cs-topper{font-size:clamp(18px,2.2vw,24px);line-height:24px;color:var(--primary);font-weight:700;justify-content:center}#home-sbs .text-content{max-width:800px;text-align:center;margin:auto}#home-sbs .sbs-image-left{position:relative;width:36.0625em;height:41.25em;display:block;font-size:min(2.5vw,1em)}#home-sbs .sbs-image-left:before{content:"";display:block;position:absolute;z-index:-1;background:var(--bgBlack);width:20.875em;height:41.25em;top:-1.8em}#home-sbs .sbs-image-left:after{content:"";width:18.875em;height:41.25em;position:absolute;display:block;border:1px solid var(--secondary);top:-0.55em;right:-0.5em}#home-sbs .sbs-image-left img{position:relative;object-fit:cover;left:1.8em;z-index:5;width:33.6875em;height:40.125em}#home-sbs .testimonial-wrapper{padding:26px clamp(16px,3.2vw,22px);position:relative;background-color:var(--bgGray)}#home-sbs .testimonial .cs-author{font-size:clamp(20px,4vw,24px);font-weight:700;color:var(--bgBlack);margin-bottom:1rem}#home-sbs .testimonial .cs-icon{position:absolute;right:50px;bottom:22px}@media screen and (min-width: 500px){#home-sbs .cs-topper{justify-content:flex-start}#home-sbs .text-content{text-align:left}}@media screen and (min-width: 1024px){#home-sbs .sbs-standard{flex-direction:row}#home-sbs .text-content{max-width:unset;margin:unset}#home-sbs .sbs-image-left{font-size:min(1.2vw,1em)}#home-sbs .sbs-image-left:after{right:-2.6em}}.fadeUpTransition .sbs-image-left::before{clip-path:polygon(0 50%, 100% 50%, 100% 50%, 0 50%);animation:growFromCenter .7s ease forwards}.fadeUpTransition .sbs-image-left::after{transform-style:preserve-3d;animation:rotate3d 1.1s ease-in-out forwards}@keyframes growFromCenter{to{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)}}@keyframes rotate3d{0%{transform:rotateY(0deg)}50%{transform:rotateY(90deg)}100%{transform:rotateY(0deg)}}#home-why{padding:0;margin-bottom:clamp(3.75rem,7.82vw,6.25rem)}#home-why .cs-container{max-width:1920px;background-color:var(--bgGray)}#home-why .cs-topper{color:var(--bodyTextGray);font-size:clamp(18px,2.2vw,24px);font-weight:700;margin-bottom:1rem;text-align:center;margin-top:3rem;justify-content:center}#home-why .cs-title{text-align:center}#home-why .why-list{list-style:none;display:flex;flex-direction:column;gap:clamp(1.5rem,2.2vw,3rem);text-align:left;margin-bottom:1rem}#home-why .why-list li{position:relative;display:flex;align-items:center}#home-why .why-list .why-number{font-size:clamp(70px,6.2vw,70px);color:var(--primary);opacity:.26;width:92px;flex:0 0 92px}#home-why .why-list .why-text{margin-left:-1.5rem}#home-why .why-list h3{font-size:clamp(18px,4.2vw,20px);font-weight:600;margin-bottom:clamp(.25rem,1.5vw,1rem)}#home-why .text-content{margin-bottom:2rem;padding:0 clamp(.5rem,3.2vw,3rem)}#home-why .image-group{display:none}@media screen and (min-width: 1024px){#home-why .cs-topper{justify-content:flex-start}#home-why .cs-title{text-align:left}#home-why .text-content{margin-bottom:2rem;padding-left:clamp(2rem,3.2vw,5rem)}#home-why .image-group{display:block}#home-why .image-group .cs-picture img{width:clamp(500px,50vw,700px);height:auto;object-fit:cover}}@media screen and (min-width: 1350px){#home-why .image-group .cs-picture img{width:700px;height:800px;object-fit:cover}}#hiring{text-align:center;padding-top:0}#hiring .cs-h4{margin-bottom:1rem}#hiring .item-list{margin-left:1rem;margin-bottom:1rem}#hiring li{font-family:"Poppins","Trebuchet MS",sans-serif;color:var(--bodyTextColor)}#hiring .cs-topper{color:var(--bodyTextGray)}#hiring .cs-faq-group{max-width:67.5rem;padding:0;margin:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem;text-align:start}#hiring .cs-faq-item{list-style:none;width:100%;border:1px solid #222;box-sizing:border-box;position:relative;transition:border .3s,padding .3s,box-shadow .3s,background-color .3s}#hiring .cs-faq-item::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";opacity:0;display:block;border:1px solid #fff;pointer-events:none;transition:top .3s,right .3s,left .3s,bottom .3s,opacity .3s}#hiring .cs-faq-item.active{padding-bottom:1rem}#hiring .cs-faq-item.active::before{top:.625rem;bottom:.625rem;left:.625rem;right:.625rem;opacity:1}#hiring .cs-faq-item.active .cs-button{margin:1rem 0 0}#hiring .cs-faq-item.active .cs-button::after{opacity:1}#hiring .cs-faq-item.active .cs-cross:before{transform:translateY(-50%) rotate(180deg);opacity:0}#hiring .cs-faq-item.active .cs-cross:after{transform:translateY(-50%) rotate(360deg)}#hiring .cs-faq-item.active .cs-item-p{height:auto;margin-bottom:1rem;opacity:1}#hiring .cs-button{font-size:clamp(1.25rem,1vw,1.5625rem);line-height:1.2em;text-align:left;font-weight:bold;padding:1rem 1.5rem;border:none;background:rgba(0,0,0,0);color:var(--bodyTextColorWhite);display:block;width:100%;position:relative;transition:background-color .3s,margin .3s,color .3s}#hiring .cs-button:hover{cursor:pointer}#hiring .cs-button .cs-cross{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);border:1px solid var(--secondary);padding:12px 6px;border-radius:100%}#hiring .cs-button .cs-cross:before{content:"";width:1rem;height:.1rem;background-color:var(--secondary);opacity:1;border-radius:50%;display:block;border:1px solid var(--secondary);transition:transform .5s,opacity .3s}#hiring .cs-button .cs-cross:after{content:"";width:1rem;height:.1rem;background-color:var(--secondary);opacity:1;border-radius:1px;display:block;transform:translateY(-50%) rotate(90deg);transform-origin:center;transition:transform .5s}#hiring .cs-button-text{width:80%;display:block;color:var(--bodyTextColor)}#hiring .cs-item-p{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5em;width:90%;height:0;margin:0;box-sizing:border-box;padding:0 1.5rem;opacity:0;color:var(--bodyTextColorWhite);overflow:hidden;transition:opacity .3s,padding-bottom .3s}#hiring .hover-highlight{color:var(--primary)}#apply .cs-title{text-align:center}#apply .forms-cs-title{font-size:clamp(2rem,6vw,3rem);color:var(--headingText)}#apply .forms-cs-h3{padding-bottom:25px;opacity:.8;font-size:clamp(1rem,1.5vw,2rem)}#apply .forms-form-wrapper,#apply .details{display:flex;flex-direction:column;justify-content:space-between;min-height:100%}#apply .forms-form-wrapper{background-color:#fff;box-shadow:0 0 29px 0 rgba(0,0,0,.09);border-radius:5px;padding:25px;max-width:1000px;margin:auto}#apply .forms-input{color:var(--bodyText);font-size:16px;margin-bottom:16px;opacity:.6;width:100%;border:1px solid #ccc;margin:0 0 15px;padding:15px;box-sizing:border-box;border-radius:5px}#apply .form-submit{display:flex;justify-content:end}#apply .input-row{flex-direction:column}#apply .input-row>div{margin-bottom:10px;margin-right:0}#apply .input-row>div:last-child{margin-bottom:0}#apply .sub-title{position:relative;margin-bottom:2rem}#apply .sub-title:after{content:"";border-bottom:1px solid #000;position:absolute;left:0px;right:0px;width:100%;bottom:-8px}#apply .input-file{margin-bottom:1rem}#apply .button-solid{border:none}@media only screen and (min-width: 1024px){#apply{padding-top:0}#apply .cs-container{flex-direction:row;justify-content:center}#apply .input-row{display:flex;flex-direction:row;justify-content:space-between}#apply .input-row>div{flex:1;margin-right:10px}#apply .input-row>div:last-child{margin-right:0}}/*# sourceMappingURL=careers.css.map */
