@charset "utf-8";.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
.collapse{-webkit-transition:height 0s ease;transition:height 0s ease}.collapse:not(.show){opacity:0}.collapse.show{opacity:1}.collapsing{-webkit-transition:height 0s ease;transition:height 0s ease;overflow:hidden}@media (min-width:1200px) and (max-width:1399.98px){.homepage-founder-portrait-container{height:507px}}@media (min-width:1400px){.homepage-founder-container{padding-right:100px}}.homepage-awards-line-section{height:50px}.awards-line-item{width:422px;height:50px}.awards-line-item p{margin-bottom:0;font-size:16px;padding-left:39px}.section-header{margin-bottom:30px;padding-left:0}h2,h3{font-size:48px;line-height:48px}.industries-services-border{height:97px;width:277px;border:solid white 2px;border-radius:49px;align-items:center;justify-content:center;display:flex;background-color:#00000065}@media (max-width:1199.98px){.industries-services-border{height:67px;width:200px}}@media (min-width:1200px) and (max-width:1399.98px){.industries-services-border{height:87px;width:247px;border:solid white 2px;border-radius:49px;align-items:center;justify-content:center;display:flex}}.industries-services-border p{color:white;font-size:1.2rem;line-height:1.4rem;margin-bottom:0;text-align:center}@media (max-width:575.98px){.industries-services-border{height:50px;width:160px}.industries-services-border p{font-size:1rem;line-height:1rem}}@media (min-width:400px) and (max-width:575.98px){.industries-services-border{margin-bottom:10px}}.homepage-services-section a{text-decoration:none;display:block}.homepage-services-section{max-height:720px;width:100%;background-image:url('https://www.timothyloh.com/images/homepage/tloh-poster.jpg');background-size:cover;background-position:50%;position:relative;aspect-ratio:8 / 3}#services-video{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;object-fit:cover}.services-menu-button-container{z-index:2;align-self:flex-end!important}@media (max-width:991.98px){.homepage-services-section{max-height:90vh;background-image:url('https://www.timothyloh.com/images/homepage/tloh-poster-mobile.jpg');background-size:cover;background-position:50%;position:relative;aspect-ratio:4 / 5}#services-video{}}@media (max-width:575.98px){.homepage-services-section{max-height:864px;background-image:url('https://www.timothyloh.com/images/homepage/tloh-poster-mobile.jpg');background-size:cover;background-position:50%;position:relative;aspect-ratio:4 / 5}}@media (min-width:576px){.services-menu-button-container{align-self:end!important}}.homepage-services-collapse-menu{padding-top:40px;padding-bottom:50px}.homepage-services-collapse-menu ul{padding-left:0;width:100%}.homepage-services-collapse-section ul{list-style-type:none}.homepage-services-collapse-section li{margin-bottom:20px}#industriesCollapse ul li{margin-bottom:0}@media (max-width:992px){.homepage-services-collapse-menu ul{padding-left:0;width:auto}#industriesCollapse ul li{margin-bottom:20px}}#servicesCollapse a{text-decoration:none;color:white;font-family:'Futura Book BT';font-size:1rem;}#servicesCollapse a h4{line-height:1;color:#97999B;font-size:36px;line-height:48px;font-family:'DM Serif Display',serif;margin-bottom:0}@media (min-width:1400px){#servicesCollapse a h4{line-height:1;color:#97999B;font-size:1.7rem;line-height:48px;font-family:'DM Serif Display',serif;margin-bottom:0}}#industriesCollapse a{text-decoration:none;color:#97999B;font-family:'DM Serif Display',serif;font-size:1.2rem;line-height:32px}#industriesCollapse a:hover{color:white}#industriesCollapse p{font-size:20px}#industriesCollapse ul{display:flex;flex-direction:column;justify-content:space-around}#industriesCollapse .img-container{width:fit-content;padding-right:50px}#industries-carousel{width:316px;height:357px;overflow:hidden}#industries-carousel .carousel-item{width:316px;height:357px}.homepage-services-image{width:316px;height:357px;box-shadow:30px 0 14px -2px #00000030}.homepage-section-3{height:70px}.homepage-values-section{min-height:90vh;background-image:linear-gradient(90deg,rgba(0,0,0,0.7866817869726015) 0%,rgba(0,0,0,0.31609355167848385) 48%,rgba(0,0,0,0) 100%),url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/homepage-values.jpg');background-size:cover;background-position:50%;align-items:center;display:flex}@media (max-width:576px){.homepage-values-section{min-height:90vh;background-image:linear-gradient(180deg,rgba(0,0,0,0.7866817869726015) 0%,rgba(0,0,0,0.31609355167848385) 20%,rgba(0,0,0,0) 100%),url(https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/homepage-values.jpg);background-size:cover;background-position:50%;align-items:center;display:flex}.homepage-services-header-container h2{font-size:1.6rem!important}.homepage-services-header-container h3{font-size:1.6rem!important}}.homepage-section-padding{padding-top:30px;padding-bottom:30px}.homepage-news-insight-section,.homepage-career-section,.homepage-awards-section{min-height:80vh;align-items:center}.homepage-section p{margin-bottom:1.2rem;font-size:1rem;line-height:1.2rem}.homepage-values-section a{color:#f2f2f2;font-family:'Futura Book BT';font-size:1rem;line-height:29px;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:4px}.homepage-founder-section{background-repeat:repeat;background-image:url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/background/pattern.jpg');min-height:90vh;align-items:center;display:flex}.homepage-founder-section a{color:#f2f2f2;font-family:'Futura Book BT';font-size:1rem;;line-height:29px;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:4px}.meet-leadership{padding-top:20px;display:block}.award-logo{margin-top:10px;margin-bottom:33px;width:166px;height:88px;padding:0}.homepage-awards-section{min-height:1000px;background:rgb(255,255,255);background:linear-gradient(180deg,#F2F2F2 30.5%,rgba(34,42,53) 30.5%,rgba(34,42,53) 81.5%,#F2F2F2 81.5%)}@media (min-width:1400px){.homepage-awards-section{min-height:1000px;background:rgb(255,255,255);background:linear-gradient(180deg,#F2F2F2 26.7%,rgba(34,42,53) 26.7%,rgba(34,42,53) 83.5%,#F2F2F2 83.5%)}}@media (max-width:1199.98px){.homepage-awards-section{min-height:1000px;background:rgb(255,255,255);background:linear-gradient(180deg,#F2F2F2 27.5%,rgba(34,42,53) 27.5%,rgba(34,42,53) 84%,#F2F2F2 84%)}}@media (min-width:1200px) and (max-width:1399.98px){.homepage-awards-section{min-height:1000px;background:rgb(255,255,255);background:linear-gradient(180deg,#F2F2F2 26.5%,rgba(34,42,53) 26.5%,rgba(34,42,53) 83.3%,#F2F2F2 83.3%)}}@media (max-width:766.98px){.homepage-awards-section{min-height:1000px;background:rgb(255,255,255);background:linear-gradient(180deg,#F2F2F2 28.5%,rgba(34,42,53) 28.5%,rgba(34,42,53) 85.2%,#F2F2F2 85.2%)}}.homepage-awards-section p{margin-bottom:1rem}.homepage-awards-section a{font-size:1.2rem;font-family:'Futura Book BT';color:rgb(34,42,53);text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:2px}.awards-box .shadow-box{top:0;height:100%;width:100%;position:absolute;box-shadow:20px 0 21px -7px #00000030,-20px 0 21px -7px #00000030;z-index:1;background-color:rgb(74,93,118)}.awards-box{margin-top:20px;background-color:rgb(74,93,118);min-height:636px;width:100%;position:relative}.awards-box .top-bar{position:absolute;width:100%;height:3px;background-color:#E9E4CC;left:0;top:30.5px;z-index:3}.awards-box .bottom-bar{position:absolute;width:100%;height:3px;background-color:#E9E4CC;left:0;bottom:30px;z-index:3}.awards-box .awards{position:inherit;background-color:rgb(74,93,118);z-index:2;height:100%;position:absolute;left:0;top:0;width:100%;padding-left:10px;padding-right:40px}@media (max-width:991.98px){.awards-box .awards{position:inherit;background-color:rgb(74,93,118);z-index:2;height:100%;position:absolute;left:0;top:0;width:100%;padding-left:10px;padding-right:10px}}@media (min-width:1399.98px ){.awards-box .awards{position:inherit;background-color:rgb(74,93,118);z-index:2;height:100%;position:absolute;left:0;top:0;width:100%;padding-left:0px;padding-right:20px}}.awards .row:first-of-type{margin-bottom:70px}.individual-awards{flex-direction:column;display:flex;align-items:center;justify-content:end;height:160px;width:210px;position:relative}#lg-carousel .carousel-control-prev{left:-40px!important;padding-bottom:50px!important}#lg-carousel .carousel-control-next{right:-60px!important;padding-bottom:50px!important}#lg-carousel .carousel-indicators button{width:14px!important;height:14px!important;border-radius:50%;box-shadow:0 0 0 1.5px #f2f2f2;border:none!important;margin-right:10px!important;opacity:1;background-color:#4a5d76}#lg-carousel .carousel-indicators button.active{background-color:#f2f2f2!important}#lg-carousel .carousel-indicators{bottom:-20px!important}#md-carousel .carousel-control-prev{left:-30px!important;padding-bottom:50px!important}#md-carousel .carousel-item{height:437px}#md-carousel .carousel-control-next{right:-30px!important;padding-bottom:50px!important}#md-carousel .carousel-indicators button{width:14px!important;height:14px!important;border-radius:50%;box-shadow:0 0 0 1.5px #f2f2f2;border:none!important;margin-right:10px!important;opacity:1;background-color:#4a5d76}#md-carousel .carousel-indicators button.active{background-color:#f2f2f2!important}#md-carousel .carousel-indicators{bottom:-20px!important}#sm-carousel .carousel-item{height:485px}#sm-carousel .carousel-control-prev{left:0!important;padding-bottom:50px!important}#sm-carousel .carousel-control-next{right:0px!important;padding-bottom:50px!important}#sm-carousel .carousel-indicators button{width:14px!important;height:14px!important;border-radius:50%;box-shadow:0 0 0 1.5px #f2f2f2;border:none!important;margin-right:10px!important;opacity:1;background-color:#4a5d76}#sm-carousel .carousel-indicators button.active{background-color:#f2f2f2!important}#sm-carousel .carousel-indicators{bottom:-20px!important;margin-left:auto!important;margin-right:auto!important}@media (max-width:1399.98px ){.individual-awards{flex-direction:column;display:flex;align-items:center;justify-content:end;height:160px;width:210px;position:relative}}.individual-awards .image-placeholder{height:95px;width:160px;background:url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/award-1.png')}.award-iflr1000{position:absolute;width:128px;height:29px;bottom:85px;background-size:contain!important;background-repeat:no-repeat!important;background:url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/IFLR1000.png')}.award-asialaw{position:absolute;width:130px;height:50px;bottom:85px;background-size:contain!important;background-repeat:no-repeat!important;background:url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/asialaw.png')}.award-legal500{position:absolute;width:69px;height:71px;bottom:85px;background-size:contain!important;background-repeat:no-repeat!important;background:url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/legal500.png')}.award-chambers{position:absolute;width:122px;height:37px;bottom:85px;background-size:contain!important;background-repeat:no-repeat!important;background:url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/chambers.png')}.award-wwl{position:absolute;width:130px;height:30px;bottom:85px;background-size:contain!important;background-repeat:no-repeat!important;background:url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/wwl.png')}.award-lawyernetwork{position:absolute;width:157px;height:27px;bottom:85px;background-size:contain!important;background-repeat:no-repeat!important;background:url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/lawyernetwork.png')}.individual-awards p{color:white;font-size:16px;text-align:center;margin-bottom:0;line-height:21px;height:42px}.white-spacer{height:40px;background-color:white}.founder-awards-container{margin-top:30px;align-items:center}.whos-who-homepage-logo img{height:88px;width:166px}.founder-awards-link a{text-decoration:none;height:110px;align-items:center}.founder-awards-link i{font-size:1.3rem;padding-left:20px;padding-top:3px}.founder-awards-link p{margin-bottom:0;font-size:1rem;line-height:1rem;text-align:center;padding-left:20px}.founder-row{}.career-images-container{padding:0;margin-top:30px}.career-images-container a{text-decoration:none}.career-images-container .img-container{width:468px;height:418px;max-width:100%;display:flex;align-items:end}@media (max-width:470px){.career-images-container .img-container{width:90%!important;height:418px}}.img-container{position:relative}.img-container.professional-career{background:linear-gradient(0deg,rgba(0,0,0,0.66) 0%,rgba(0,0,0,0) 63%),url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/professional.jpg');background-size:cover;background-position:50%}.img-container.legal-team{background:linear-gradient(0deg,rgba(0,0,0,0.66) 0%,rgba(0,0,0,0) 63%),url('https://www.timothyloh.com/media/templates/site/tlohllp2023/images/homepage/legal.jpg');background-size:cover;background-position:50%}.homepage-career-section .img-container{clip-path:polygon( 0% 10%,10% 0%,100% 0%,100% 100%,0% 100%,0% 100% )}@media (max-width:1400px){.img-container{padding-left:20px;padding-right:20px}}@media (max-width:1200px){.img-container{margin-bottom:30px}}@media (max-width:575.98px){.img-container{padding-left:0;padding-right:0}}.career-image-header{padding-bottom:20px;padding-left:20px}.career-image-header h4{color:#97999B;font-size:2rem;font-family:'DM Serif Display',serif;margin-bottom:0}.career-image-header h5{color:#f2f2f2;font-size:2rem;font-family:'DM Serif Display',serif;margin-bottom:0}.homepage-insights-filters{margin-left:0;list-style-type:none;padding-left:0;margin-bottom:30px;height:55px;width:1200px}.homepage-insights-filters .filter{background-color:transparent;border:none;padding-left:0;font-size:1rem;;font-family:'Futura Book BT';margin-bottom:0;padding-right:5px;border-top:1px solid #CECAB7;border-bottom:1px solid #CECAB7;height:55px;flex-grow:1;display:flex;align-items:center;justify-content:center}.see-more-insights{font-size:1.2rem;font-family:'Futura Book BT';color:rgb(34,42,53);text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:2px}.homepage-insights-filters .filter:hover{background-color:#222A35;color:#f2f2f2}.homepage-slide{clip-path:polygon( 0% 10%,15% 0%,100% 0%,100% 100%,0% 100%,0% 100% );width:378px;height:484px;position:relative;background:rgb(0,0,0);margin-left:auto;margin-right:auto}@media (min-width:1400px){.homepage-slide{width:412px;height:622px}}@media (max-width:425px){.homepage-slide{width:auto}}.homepage-slide .gradient-overlay{background:linear-gradient(0deg,rgba(0,0,0,0.7866817869726015) 24%,rgba(0,0,0,0.31609355167848385) 78%,rgba(0,0,0,0.20965097464767157) 100%);position:absolute;top:0;left:0;height:100%;width:100%}.homepage-slide-img{width:100%;height:100%;top:0}.homepage-slide-text-container{position:absolute;padding-left:40px;bottom:0;padding-bottom:30px;padding-right:40px}.homepage-slide-text-container h4{color:#F2F2F2;font-size:1.2rem;line-height:1.3rem;font-family:'DM Serif Display',serif;margin-bottom:32px;width:85%}.homepage-slide-text-container p{font-family:'Futura Book BT';font-size:1rem;color:#F2F2F2;line-height:1.3rem;width:85%}@media (max-width:992px){.homepage-slide-text-container h4{color:#F2F2F2;font-size:1.16rem;line-height:1.3rem;font-family:'DM Serif Display',serif;margin-bottom:32px;width:90%}.homepage-slide-text-container p{font-family:'Futura Book BT';font-size:1rem;color:#F2F2F2;line-height:1.3rem;width:90%}}.homepage-slide-text-container a{text-decoration:none}.homepage-slide-text-container .btn{margin-top:35px;height:60px;border:2px solid #f2f2f2;border-radius:30px;font-size:20px;font-family:'Futura Book BT';color:#f2f2f2;text-decoration:none;display:flex;align-items:center;justify-content:center;width:162px}.homepage-founder-portrait-container{position:relative;z-index:1}.homepage-tim-portrait-mobile{width:600px;max-height:620px}.homepage-tim-portrait-mobile.left-corner-clip{clip-path:polygon( 0% 76px,76px 0%,100% 0%,100% 100%,0% 100%,0% 100% )!important;-webkit-clip-path:polygon( 0% 76px,76px 0%,100% 0%,100% 100%,0% 100%,0% 100% )!important}.homepage-tim-portrait.left-corner-clip{clip-path:polygon( 0% 100px,80px 0%,100% 0%,100% 100%,0% 100%,0% 100% );-webkit-clip-path:polygon( 0% 100px,80px 0%,100% 0%,100% 100%,0% 100%,0% 100% )}.name-container{background:linear-gradient(90deg,rgba(0,0,0,0.2460655404740021) 0%,rgba(242,242,242,0) 40%);position:absolute;left:0;bottom:0;background-color:#526682;height:168px;width:307px;z-index:2}.name-badge{position:absolute;bottom:10px;height:158px;width:307px;border-bottom:1px solid #E9E4CC;padding-left:45px;padding-top:25px}@media (max-width:1399.98px){.homepage-founder-portrait-container{position:relative;z-index:1;padding-left:30px}.name-container{background:linear-gradient(90deg,rgba(0,0,0,0.2460655404740021) 0%,rgba(242,242,242,0) 40%);position:absolute;left:30px;bottom:0;background-color:#526682;height:168px;width:307px;z-index:2}.name-badge{position:absolute;bottom:10px;height:158px;width:307px;border-bottom:1px solid #E9E4CC;padding-left:45px;padding-top:25px}}@media (max-width:1199.98px){.homepage-founder-portrait-container{position:relative;z-index:1;padding-left:0;padding-top:50px}}.name-badge h5{font-family:'DM Serif Display',serif;font-size:2rem;color:#222A35;margin-bottom:15px}.name-badge p{font-family:'Futura Book BT';font-size:1rem;line-height:1rem;color:#f2f2f2}@media (max-width:1199.98px){.name-container{background:linear-gradient(90deg,rgba(0,0,0,0.2460655404740021) 0%,rgba(242,242,242,0) 40%);position:absolute;left:0;bottom:10px;background-color:#526682;height:160px;width:307px;z-index:2}}@media (max-width:991.98px){.homepage-founder-portrait-container{position:relative;z-index:1;padding-left:0;padding-top:30px}.name-container{background:linear-gradient(90deg,rgba(0,0,0,0.2460655404740021) 0%,rgba(242,242,242,0) 40%);position:absolute;left:0;bottom:10px;background-color:#526682;height:108px;width:169px;z-index:2}.name-badge{position:absolute;bottom:10px;height:98px;width:169px;border-bottom:1px solid #E9E4CC;padding-left:15px;padding-top:15px}.name-badge h5{font-family:'DM Serif Display',serif;font-size:1.2rem;color:#222A35;margin-bottom:5px}}.carousel-indicators{bottom:-60px!important}.carousel-indicators button{width:16px!important;height:16px!important;border-radius:100%;border:1px solid #222A35!important;margin-right:10px!important;background-color:#f2f2f2}.carousel-indicators [data-bs-target]{background-color:#f2f2f2}.carousel-indicators button.active{background-color:#222A35!important}.filter-select{background-color:transparent;border:none;padding-left:0;font-size:1.2rem;font-family:'Futura Book BT';margin-bottom:20px;padding-right:10px;padding-left:5px;margin-top:-20px;height:55px;color:#222A35}.filter-select img{margin-left:15px}.dropdown-menu{font-family:'Futura Book BT';font-size:1.2rem;border-color:#222a35;border-radius:0}.homepage-services-collapse-menu ul:hover h4{color:#E9E4CC!important}.homepage-services-collapse-menu li:hover a{color:#E9E4CC!important}
