html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.main-navigation{display:flex;background-color:#fff;position:fixed;width:100%;top:0;margin:0;z-index:2}.main-navigation .nav-items-container{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px;position:relative;max-width:1200px;margin:0 auto;padding:25px;box-sizing:border-box}.main-navigation .nav-items-container .nav-items-left .nav-links-wrapper{display:flex;align-items:center;gap:30px}@media screen and (max-width: 767px){.main-navigation .nav-items-container .nav-items-left .nav-links-wrapper{display:none}}@media screen and (max-width: 767px){.main-navigation .nav-items-container .nav-items-left .nav-links-wrapper.exception-link{display:flex}}@media screen and (max-width: 767px){.main-navigation .nav-items-container .nav-items-left .nav-links-wrapper .nav-link.work-link{display:none}}@media screen and (max-width: 767px){.main-navigation .nav-items-container .nav-items-left .nav-links-wrapper .nav-link.about-link{display:flex}.main-navigation .nav-items-container .nav-items-left .nav-links-wrapper .nav-link.about-link a{font-size:18px;margin-left:30px}}.main-navigation .nav-items-container .nav-items-left,.main-navigation .nav-items-container .nav-items-center,.main-navigation .nav-items-container .nav-items-right{flex:1;display:flex}.main-navigation .nav-items-container .nav-items-left{justify-content:flex-start}.main-navigation .nav-items-container .nav-items-center{justify-content:center}.main-navigation .nav-items-container .nav-items-right{display:flex;align-items:center;justify-content:flex-end;gap:20px}.main-navigation .nav-items-container .brand-logo{font-family:"Poppins", sans-serif;font-size:18px;letter-spacing:0.35px;line-height:20px}.main-navigation .nav-items-container .brand-logo strong{font-weight:600;margin-right:3px}.main-navigation .nav-items-container .nav-links-wrapper .nav-link a{font-family:"Poppins", sans-serif;font-size:16px;font-weight:400}.main-navigation .nav-items-container .nav-links-wrapper .nav-link a.highlighted-link{font-weight:500}.custom-cursor{position:fixed;opacity:0;top:0;left:0;pointer-events:none;mix-blend-mode:difference;width:50px;margin-left:-25px;margin-top:-25px;aspect-ratio:1;border-radius:50%;background-color:white;transition-property:transform, scale, opacity;transition-duration:250ms;transition-timing-function:ease-in-out;scale:0.5;z-index:10}@media screen and (max-width: 1023px){.custom-cursor{display:none}}.custom-cursor--link{scale:1}.custom-cursor--init{opacity:1}.highlighted-text{color:#1f63d6}.highlighted-text.green-highlighted-text{color:#168039}.highlighted-text.yellow-highlighted-text{color:#ffa012}ul.has-unordered-list{list-style:disc;margin:25px auto;padding-left:30px}ul.has-unordered-list li{margin-bottom:16px}ul.has-unordered-list li:last-of-type{margin:0}ol{list-style:circle}strong{font-weight:600}.semi-bold{font-weight:600}.italic-text{font-style:italic}.highlighted-text-note{font-family:"Raleway", sans-serif;padding:20px;box-sizing:border-box;font-size:18px;line-height:28px;border-radius:8px;background-color:#fdf3a3}input[type="radio"]{appearance:none;-webkit-appearance:none;-moz-appearance:none;display:none;outline:none}.blinking-star{-webkit-animation:blink-animation 2.35s infinite, scale-animation 2.35s infinite;animation:blink-animation 2.35s infinite, scale-animation 2.35s infinite}.star-2{-webkit-animation-delay:0.3s;animation-delay:0.3s}.star-3{-webkit-animation-delay:0.7s;animation-delay:0.7s}@-webkit-keyframes blink-animation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes blink-animation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@-webkit-keyframes scale-animation{0%{transform:scale(0.5, 0.5)}50%{transform:scale(1, 1)}100%{transform:scale(0.5, 0.5)}}@keyframes scale-animation{0%{transform:scale(0.5, 0.5)}50%{transform:scale(1, 1)}100%{transform:scale(0.5, 0.5)}}@keyframes progress-forward{0%{width:0%}25%{width:50%}50%{width:75%}75%{width:85%}100%{width:100%}}@keyframes cards-animation{0%{transform:scale(0.75);z-index:0}9%{transform:scale(0.9) translateY(40px);z-index:2}33%{transform:scale(0.9) translateY(40px);z-index:2}42%{transform:translateY(80px);z-index:3}66%{transform:translateY(80px);z-index:3;opacity:1}75%{transform:translateY(130px);opacity:0}80%{transform:scale(0.75) translateY(40px);opacity:0;z-index:1}90%{transform:scale(0.75);opacity:1;z-index:1}}.more-projects-swipe-cards{overflow:hidden}.more-projects-swipe-cards ul{display:flex;align-items:center;gap:20px;justify-content:flex-start;padding:0 30px 30px;overflow-x:scroll}.more-projects-swipe-cards ul li{display:flex;flex-direction:column;flex:1}.more-projects-swipe-cards ul a{color:#000;text-decoration:none}.more-projects-swipe-cards ul figure img{width:300px;height:300px;min-width:300px;border-radius:8px}@media screen and (max-width: 1023px){.more-projects-swipe-cards ul figure img{width:250px;height:250px;min-width:250px}}.more-projects-swipe-cards ul h3,.more-projects-swipe-cards ul p{font-family:"Poppins", sans-serif}.more-projects-swipe-cards ul h3{font-size:18px;line-height:28px;font-weight:700;margin:16px 0 8px}.more-projects-swipe-cards ul p{font-size:16px;line-height:28px;font-weight:400;color:rgba(0,0,0,0.7)}.dark-mode .hero-section .hero-section-wrapper .scroll-down{border:2px solid rgba(255,255,255,0.65)}.dark-mode .hero-section .hero-section-wrapper .scroll-down::before{background-color:rgba(255,255,255,0.65)}.dark-mode .hero-section .hero-section-content .hero-section-title,.dark-mode .hero-section .hero-section-content .hero-section-description{color:#f1f1f1}.dark-mode .hero-section .hero-section-content .hero-section-description{opacity:0.8}.dark-mode .work-cards-section{background-color:#121212}.dark-mode .work-cards-section::before{filter:invert(100%) sepia(0%) saturate(7449%) hue-rotate(277deg) brightness(40%) contrast(90%);background-color:transparent}.dark-mode .work-cards-section-header h5{color:#ffa012}.dark-mode .work-cards-section-header h1{color:#f1f1f1}.dark-mode .work-card{border:1px solid #262626;background-color:#191919}.dark-mode .work-card:hover{border-color:transparent;box-shadow:0 10px 20px 5px #1c1c1c,0 -5px 10px 1px #1c1c1c}.dark-mode .work-card .work-card-content .work-card-title{color:#f1f1f1}.dark-mode .work-card .work-card-content .work-card-description{color:rgba(241,241,241,0.8)}.dark-mode .daily-ui-section{background-color:#121212}.dark-mode .daily-ui-section::before{filter:invert(100%) sepia(0%) saturate(7449%) hue-rotate(277deg) brightness(40%) contrast(90%);background-color:transparent}.dark-mode .daily-ui-section-header h5{color:#ffa012}.dark-mode .daily-ui-section-header h1{color:#f1f1f1}.dark-mode .daily-ui picture{border:2px solid rgba(255,255,255,0.15)}.dark-mode .daily-ui picture:hover{border-color:transparent;box-shadow:0 10px 20px 5px #1c1c1c,0 -5px 10px 1px #1c1c1c}.dark-mode .daily-ui figcaption{color:rgba(255,255,255,0.7)}.dark-mode .footer-container{background-color:#191919}.dark-mode .footer-container .footer-left{display:flex;flex-direction:column;gap:10px}.dark-mode .footer-container .footer-left a{color:#fff}.dark-mode .footer-container .footer-left p{color:rgba(255,255,255,0.6)}.dark-mode .footer-container .footer-links-container .footer-link{border:1px solid #262626;background-color:#191919}.dark-mode .footer-container .footer-links-container .footer-link:hover{background-color:#0f0f0f}.dark-mode .footer-container .footer-links-container .footer-link.linkedin-link:hover{background-color:rgba(10,102,194,0.1)}.dark-mode .footer-container .footer-links-container .footer-link.linkedin-link:hover i{color:#0a66c2}.dark-mode .footer-container .footer-links-container .footer-link.instagram-link:hover{background-color:rgba(225,48,108,0.1)}.dark-mode .footer-container .footer-links-container .footer-link.instagram-link:hover i{color:#e1306c}.dark-mode .footer-container .footer-links-container .footer-link i{font-size:14px;color:#fff}.dark-mode .selected-work.picto-work .ai-picto-customise-preview-container figure img{box-shadow:0 10px 10px 1px rgba(31,99,214,0.06)}.dark-mode .selected-work.picto-work .ai-picto-customise-options-container{background:#191919;border:1px solid #191919;box-shadow:0 10px 10px 1px rgba(31,99,214,0.1)}.dark-mode .selected-work.picto-work .ai-picto-customise-options-container .ai-picto-customise-title-input input{background-color:#0f0f0f;border:1px solid #0f0f0f;color:#f1f1f1}.dark-mode .selected-work.picto-work .ai-picto-customise-options-container .ai-picto-customise-text-alignment .nav-pills{background:#0f0f0f;border:1px solid #0f0f0f;box-shadow:0 10px 10px 1px rgba(31,99,214,0.06)}.dark-mode .selected-work.picto-work .ai-picto-customise-options-container .ai-picto-customise-text-alignment .nav-pills input[type="radio"]+label img{height:16px;filter:invert(100%) sepia(0%) saturate(7500%) hue-rotate(151deg) brightness(99%) contrast(99%)}.dark-mode .selected-work.picto-work .ai-picto-customise-options-container .ai-picto-customise-font-family .nav-pills input[type="radio"]+label{border:1px solid #363636}.dark-mode .selected-work.picto-work .ai-picto-customise-options-container .ai-picto-customise-font-family .nav-pills input[type="radio"]:checked+label,.dark-mode .selected-work.picto-work .ai-picto-customise-options-container .ai-picto-customise-font-family .nav-pills input[type="radio"].is-active+label{background:#0f0f0f;border-color:#1f63d6}.dark-mode .selected-work.custom-domain-work .user-mini-profile{background:#18181a;border:1.02px solid #18181a;box-shadow:0 10px 10px 1px rgba(48,45,55,0.1)}.dark-mode .selected-work.custom-domain-work .user-photo-container figure{box-shadow:0 0 0 3px #168039}.dark-mode .selected-work.custom-domain-work .user-photo-container figure img{border:3px solid #0e0e0f}.dark-mode .selected-work.custom-domain-work .user-photo-container .stck-pro-badge{background-color:#0e0e0f}.dark-mode .selected-work.custom-domain-work .user-photo-container .stck-pro-badge span{color:#168039}.dark-mode .selected-work.custom-domain-work .user-mini-profile-content .creator-name-wrapper h1{color:#f1f1f1}.dark-mode .selected-work.custom-domain-work .user-mini-profile-content h5{color:#f1f1f1}.dark-mode .selected-work.custom-domain-work .mini-profile-meta a{color:#f1f1f1}.dark-mode .selected-work.custom-domain-work .mini-profile-meta h4{color:#f1f1f1}.dark-mode .selected-work.custom-domain-work .mini-profile-meta h4 span{color:#f1f1f1}.dark-mode .selected-work.custom-domain-work .domain-toggle-container{background:linear-gradient(270deg, #152019, #14191f);border:1.02px solid rgba(28,28,28,0.25)}.dark-mode .selected-work.custom-domain-work .domain-toggle-container .toggle-switch input[type="checkbox"]+label{background:#2c2c2f}.dark-mode .selected-work.custom-domain-work .domain-toggle-container .toggle-switch input[type="checkbox"]+label::after{background:#168039}.dark-mode .selected-work.custom-domain-work .domain-toggle-container .toggle-switch input[type="checkbox"]:checked+label{background:#168039;box-shadow:0 10px 10px 1px rgba(142,120,231,0.2)}.dark-mode .selected-work.custom-domain-work .domain-toggle-container .toggle-switch input[type="checkbox"]:checked+label::after{background:#fff}.dark-mode .selected-work.custom-domain-work .domain-toggle-container .old-stack-name,.dark-mode .selected-work.custom-domain-work .domain-toggle-container .domain-address{color:#f1f1f1}.dark-mode .selected-work.custom-domain-work .floating-elements .placeholder-card.placeholder-card-1{opacity:0.5;background-image:linear-gradient(180deg, #121212 79%, #302d37 100%)}.dark-mode .selected-work.custom-domain-work .floating-elements .placeholder-card.placeholder-card-2{opacity:0.3;background-image:linear-gradient(180deg, #121212 79%, #302d37 100%)}.dark-mode .selected-work.custom-domain-work .floating-elements .globe-wrapper{background:rgba(28,28,28,0.8);box-shadow:0 10px 10px 1px rgba(14,14,15,0.9)}.dark-mode .selected-work.ai-work .writing-block{background:#1e1e1e;box-shadow:0 0 13px 2px rgba(28,28,28,0.09)}.dark-mode .selected-work.ai-work .writing-block .button{background-color:#447fe4}.dark-mode .selected-work.ai-work .writing-block .button img{box-shadow:0 10px 10px 1px rgba(31,99,214,0.06)}.dark-mode .selected-work.ai-work .writing-block p{color:#f1f1f1}.dark-mode .selected-work.ai-work .writing-block .dropcap-text{border:2px solid #f1f1f1}.dark-mode .selected-work.ai-work .generated-image-wrapper .generated-image{box-shadow:0 0 13px 2px rgba(255,255,255,0.06)}.dark-mode .selected-work.scrollstack-work .selected-work-preview{display:block}.dark-mode .selected-work.scrollstack-work .selected-work-preview .floating-elements .rings-wrapper img.oval-ring,.dark-mode .selected-work.scrollstack-work .selected-work-preview .floating-elements .rings-wrapper img.ring-1,.dark-mode .selected-work.scrollstack-work .selected-work-preview .floating-elements .rings-wrapper img.ring-2{filter:invert(100%) sepia(80%) saturate(0%) hue-rotate(207deg) brightness(40%) contrast(101%)}.dark-mode .selected-work.scrollstack-work .scrollstack-cards-container .scrollstack-cards .card{background:#18181a;border-color:#222224;box-shadow:0 10px 10px 1px rgba(48,45,55,0.1)}.dark-mode .selected-work.scrollstack-work .scrollstack-cards-container .scrollstack-cards .user-meta-content .user-name{color:#f1f1f1}.dark-mode .selected-work.scrollstack-work .scrollstack-cards-container .scrollstack-cards .user-meta-content .user-address{color:rgba(241,241,241,0.7)}.dark-mode .selected-work.scrollstack-work .scrollstack-cards-container .user-notification-message{color:#f1f1f1}.dark-mode .selected-work.scrollstack-work .scrollstack-cards-container .user-notification-time{color:rgba(241,241,241,0.7)}.dark-mode .selected-work.scrollstack-work .total-revenue-block .revenue-intend{color:rgba(241,241,241,0.7)}.dark-mode .selected-work.scrollstack-work .total-revenue-block .revenue{color:#f1f1f1}.dark-mode .selected-work-section.is-highlighted{background-color:#0e0e0f}.dark-mode .selected-work-section .selected-work-content .selected-work-title,.dark-mode .selected-work-section .selected-work-content .selected-work-description{color:#f1f1f1}.dark-mode .more-projects-swipe-cards ul a{color:#574ed2}.dark-mode .more-projects-swipe-cards ul h3{color:#f1f1f1}.dark-mode .more-projects-swipe-cards ul p{color:rgba(255,255,255,0.7)}.dark-mode article .article-header-content .article-header-title,.dark-mode article .article-header-content .article-header-description{color:#f1f1f1}.dark-mode article .article-header-content .article-header-description{color:#f1f1f1;opacity:0.9}.dark-mode article .article-header-content .article-header-mini-info-container li{border-right:1px solid #363636}.dark-mode article .article-header-content .article-header-mini-info-container li:last-of-type{border:none}@media screen and (max-width: 767px){.dark-mode article .article-header-content .article-header-mini-info-container li{gap:8px;border:none}}.dark-mode article .article-header-content .article-header-mini-info-container h3,.dark-mode article .article-header-content .article-header-mini-info-container p{color:#f1f1f1}.dark-mode article .article-header-image figure figcaption{color:rgba(255,255,255,0.7)}.dark-mode article .article-body h2,.dark-mode article .article-body p,.dark-mode article .article-body ul,.dark-mode article .article-body ol{color:#f1f1f1}.dark-mode article .article-body figure figcaption{color:rgba(255,255,255,0.7)}.dark-mode article .column-layout .col.col-info-block p.highlighted-text-note{color:#0e0e0f}body.dark-mode{background-color:#121212}body.dark-mode a{color:#fff}body.dark-mode a.highlighted-link{color:#d2934e}body.dark-mode .button{background-color:#1f63d6}body.dark-mode .button.outlined-button{background-color:transparent;border-color:#363636}body.dark-mode .button.outlined-button span{color:#f1f1f1}body.dark-mode .button span{color:#fff}body.dark-mode .main-navigation{background:#121212}body.dark-mode .highlighted-text{color:#1f63d6}body.dark-mode .highlighted-text.green-highlighted-text{color:#168039}body.dark-mode .highlighted-text.yellow-highlighted-text{color:#ffa012}body.dark-mode .highlighted-text-note{color:#0e0e0f}.button{display:flex;align-items:center;justify-content:center;background-color:#000;border:1px solid transparent;display:flex;flex-direction:row;align-items:center;cursor:pointer;z-index:-2;padding:18px 0;border-radius:12px;box-sizing:border-box}.button span{font-size:15px;line-height:16px;font-weight:600;color:#fff}.button.edge-to-edge-button{width:100%}.button.outlined-button{background-color:#fff;border:2px solid #000}.button.outlined-button span{color:#000}input[type="checkbox"].toggle-input{display:none}input[type="checkbox"].toggle-input:checked+label{transform:rotate(360deg);background-color:#121212;border-color:#fff}input[type="checkbox"].toggle-input:checked+label:before{transform:translateX(23px);background-color:#fff}label.toggle-label{display:flex;width:50px;height:26px;border:2px solid;border-radius:99em;position:relative;transition:transform 0.75s ease-in-out;transform-origin:50% 50%;cursor:pointer}label.toggle-label:before{transition:transform 0.75s ease;transition-delay:0.5s;content:"";display:block;position:absolute;width:20px;height:20px;background-color:#000;border-radius:50%;top:3px;left:3px}.work-cards-section{padding:150px 30px 50px;box-sizing:border-box;background-color:#fcf9f6;position:relative}@media screen and (max-width: 767px){.work-cards-section{padding:120px 30px 50px;margin-top:50px}}@media screen and (min-width: 1441px){.work-cards-section{padding-top:250px}}.work-cards-section::before{content:"";display:inline-block;background-image:url("../img/svg/seperator-lines.svg");background-color:#fcf9f6;background-repeat:no-repeat;background-position:center;background-size:cover;width:100dvw;height:185px;position:absolute;top:-70px;left:0}@media screen and (max-width: 767px){.work-cards-section::before{background-position:left}}@media screen and (min-width: 1441px){.work-cards-section::before{height:255px}}.work-cards-wrapper{max-width:1200px;margin:0 auto}.work-cards-container{padding:50px 30px;box-sizing:border-box;display:flex;align-items:stretch;justify-content:initial;gap:30px;overflow-x:scroll;flex-wrap:wrap}@media screen and (max-width: 1023px){.work-cards-container{justify-content:center;padding:50px 0;gap:20px}}@media screen and (max-width: 767px){.work-cards-container{padding:0}}.work-cards-section-header{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px}.work-cards-section-header h5{font-family:"Poppins", sans-serif;font-size:16px;line-height:22px;text-transform:uppercase;letter-spacing:1.14px;font-weight:600;color:#bf7641}@media screen and (max-width: 767px){.work-cards-section-header h5{font-size:14px;line-height:22px}}.work-cards-section-header h1{font-family:"DM Serif Display", serif;font-size:32px;line-height:46px;max-width:550px}@media screen and (max-width: 767px){.work-cards-section-header h1{font-size:24px;line-height:36px}}.work-card-info-container{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:25px}.work-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:30px;flex-basis:31%;padding:20px;box-sizing:border-box;border-radius:28px;border:1px solid #f5ede3;background-color:#fff;transition:all 0.25s ease-in-out}.work-card:hover{padding:20px;border-color:transparent;box-shadow:0 10px 20px 5px #faf2ea, 0 -5px 10px 1px #faf2ea}@media screen and (max-width: 1023px){.work-card{margin:0;flex-basis:48%}}@media screen and (max-width: 767px){.work-card{flex-basis:initial;margin:0}}.work-card .work-card-preview img{border-radius:22px;max-height:250px;width:100%}.work-card .work-card-content{font-family:"Poppins", sans-serif;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media screen and (max-width: 767px){.work-card .work-card-content{align-items:initial}}.work-card .work-card-content .work-card-title{font-size:22px;font-weight:600;line-height:34px}@media screen and (max-width: 767px){.work-card .work-card-content .work-card-title{font-size:20px;font-weight:600;line-height:32px}}.work-card .work-card-content .work-card-description{font-size:16px;line-height:26px;font-weight:300;color:rgba(0,0,0,0.6);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}@media screen and (max-width: 767px){.work-card .work-card-content .work-card-description{font-size:15px;line-height:23px}}.work-card-buttons-holder{display:flex;align-items:center;gap:20px;width:100%}@media screen and (max-width: 767px){.work-card-buttons-holder{flex-direction:column}}.work-card-buttons-holder a{width:100%}.button{min-width:270px;width:100%}.toggle-switch input[type="checkbox"]{height:0;width:0;visibility:hidden}.toggle-switch input[type="checkbox"]:checked+label{background:linear-gradient(134.72deg, #ff5f2c 0%, #ff2d4e 50.24%, #ea009e 101.15%)}.toggle-switch input[type="checkbox"]:checked+label::after{left:calc(100% - 2px);transform:translateX(-100%)}.toggle-switch label{position:relative;text-indent:-9999px;width:50px;height:25px;background:#ececec;display:block;border-radius:999px;cursor:pointer}.toggle-switch label::after{content:"";position:absolute;top:2px;left:2px;width:21px;height:21px;background:#fff;border-radius:999px;transition:0.3s}.toggle-switch label:active::after{width:25px}.progress{height:3px;width:100%;background-color:rgba(0,0,0,0.1);border-radius:999px}.progress .progress-bar{height:100%;text-align:center;background-color:#fff;-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;border-radius:999px}.modal{display:none;position:fixed;z-index:2;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.9);animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal-content{margin:auto;display:flex;justify-content:center;align-items:center;width:auto;max-height:75dvh;animation:zoomIn 0.3s ease;position:absolute;left:0;right:0;top:0;bottom:0;border-radius:16px}@keyframes zoomIn{from{transform:scale(0)}to{transform:scale(1)}}.modal-content img{width:100%;height:auto}.close{color:#fff;position:absolute;top:35px;left:35px;transition:0.3s}.close:hover,.close:focus{color:#999;text-decoration:none;cursor:pointer}.footer-container{display:flex;background-color:#fff;width:100%;margin:0;overflow:hidden}.footer-container .footer-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px;position:relative;max-width:1200px;margin:0 auto;padding:25px}@media screen and (max-width: 767px){.footer-container .footer-wrapper{flex-direction:column;padding:30px}}.footer-container .footer-left{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 767px){.footer-container .footer-left{text-align:center}}.footer-container .footer-left a{font-family:"Poppins", sans-serif;font-size:18px;letter-spacing:0.35px;line-height:20px;color:#000;text-decoration:none}.footer-container .footer-left a strong{font-weight:600;margin-right:3px}.footer-container .footer-left p{font-family:"Poppins", sans-serif;font-size:13px;line-height:19px;font-weight:300;color:rgba(0,0,0,0.6)}.footer-container .footer-links-container{display:flex;gap:20px;align-items:center;justify-content:center}.footer-container .footer-links-container .footer-link{display:flex;align-items:center;justify-content:center;height:45px;width:45px;border:1px solid #ececec;background-color:#fff;border-radius:999px}.footer-container .footer-links-container .footer-link:hover{background-color:#ececec}.footer-container .footer-links-container .footer-link.linkedin-link:hover{background-color:rgba(10,102,194,0.1)}.footer-container .footer-links-container .footer-link.linkedin-link:hover i{color:#0a66c2}.footer-container .footer-links-container .footer-link.instagram-link:hover{background-color:rgba(225,48,108,0.1)}.footer-container .footer-links-container .footer-link.instagram-link:hover i{color:#e1306c}.footer-container .footer-links-container .footer-link i{font-size:14px;color:#000}html{cursor:none;user-select:none}body{font-family:"Poppins", sans-serif;height:100dvh;font-family:"Lato", sans-serif;background-color:#fff;margin:0 auto;scrollbar-width:thin;scrollbar-color:transparent transparent}body::-webkit-scrollbar-thumb{background-color:transparent}body::-webkit-scrollbar-track{background-color:transparent}img.zoom-image{cursor:pointer}a{color:#000;cursor:none;transition:0.3s;text-decoration:none}a.highlighted-link{font-weight:500;color:#574ed2}.section-wrapper{max-width:1280px;margin:0 auto}.hide-on-desktop{display:none}@media screen and (max-width: 767px){.hide-on-desktop{display:flex}}.hide-on-mobile{display:flex}@media screen and (max-width: 767px){.hide-on-mobile{display:none}}
