button{border:0;background-color:var(--color-special-1);color:#fff;font-weight:var(--font-weight-semi-bold);font-size:11px;padding:10px 20px;line-height:20px;margin-top:20px;text-transform:uppercase;cursor:pointer}button:hover{background-color:var(--color-special-1);color:#fff}button:disabled{cursor:not-allowed;opacity:.6}.btn-primary{color:#fff;line-height:42px;white-space:nowrap;border-radius:21px;padding:0 20px;font-weight:var(--font-weight-bold);overflow:hidden;background-color:var(--color-special-1);box-shadow:inset 0 42px 0 0 #000;transition:box-shadow .25s ease 0s;-moz-transition:box-shadow .25s ease 0s;-webkit-transition:box-shadow .25s ease 0s}.btn-primary:hover{color:#fff;box-shadow:none}.formatted-text{padding:50px 0 0}.formatted-text h1{font-size:24px;line-height:36px}.formatted-text h1+*:not(legend){margin-top:50px}.formatted-text h2{font-weight:var(--font-weight-semi-bold);font-size:16px;margin:30px 0 0}.formatted-text h2+*:not(legend){margin-top:20px}.formatted-text h3{text-decoration:underline;margin:30px 0 0}.formatted-text h3+*:not(legend){margin-top:15px}.formatted-text h4{font-weight:var(--font-weight-semi-bold);margin-top:20px}.formatted-text h4+*:not(legend){margin-top:10px}.formatted-text p+p,.formatted-text p+ul,.formatted-text p+ol,.formatted-text ul+p,.formatted-text ul+ul,.formatted-text ul+ol,.formatted-text ol+p,.formatted-text ol+ul,.formatted-text ol+ol{margin-top:15px}.formatted-text .legend{font-size:11px;color:var(--color-text-2)}.formatted-text a{color:var(--color-text-2)}.formatted-text a:hover{text-decoration:underline}.formatted-text ul,.formatted-text ol{margin-left:20px}.formatted-text ul li,.formatted-text ol li{padding-left:15px}.formatted-text ul li:not(:first-child),.formatted-text ol li:not(:first-child){margin-top:10px}.formatted-text ul li{list-style-type:disc}.formatted-text ol li{list-style-type:decimal}input[type=text],input[type=number],input[type=email],input[type=phone],input[type=password],textarea,select{width:100%;padding:10px;border:1px solid var(--color-shade-2);border-radius:6px;background:#fff;color:var(--color-text-1);font-family:var(--font-family);font-size:var(--font-size)}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=phone]:focus,input[type=password]:focus,textarea:focus,select:focus{outline:2px solid var(--color-text-1)}input[type=text]::placeholder,input[type=number]::placeholder,input[type=email]::placeholder,input[type=phone]::placeholder,input[type=password]::placeholder,textarea::placeholder,select::placeholder{color:var(--color-text-2);opacity:.7}input[type=text]:disabled,input[type=number]:disabled,input[type=email]:disabled,input[type=phone]:disabled,input[type=password]:disabled,textarea:disabled,select:disabled{background-color:var(--color-shade-1);cursor:not-allowed;opacity:.6}input[type=text].error,input[type=number].error,input[type=email].error,input[type=phone].error,input[type=password].error,textarea.error,select.error{border-color:var(--color-danger)}input[type=text].error:focus,input[type=number].error:focus,input[type=email].error:focus,input[type=phone].error:focus,input[type=password].error:focus,textarea.error:focus,select.error:focus{outline:2px solid var(--color-danger)}input[type=text],input[type=number],input[type=email],input[type=phone],input[type=password],select{height:40px;line-height:18px}textarea{min-height:120px}.input-container{width:100%}.input-container label{font-weight:var(--font-weight-semi-bold);font-size:12px;display:block}.input-container label+*{margin-top:3px}.input-container.required label:after{content:"*";color:var(--color-danger);margin-left:2px}.input-container+.input-container:not(.no-spacing){margin-top:20px}body{min-height:1500px}body.no-scroll{overflow:hidden;width:100%;height:100%}body:before{content:"";display:block;position:absolute;z-index:-1;top:100px;left:0;width:100%;height:600px;background:#fff;background:linear-gradient(180deg,#fff 0,#f8f4f1 100%)}@media screen and (max-width:1000px){body:before{top:60px}}h1.title{color:#000;font-weight:var(--font-weight-semi-bold);font-size:22px;text-transform:uppercase}h1.title+*{margin-top:75px}.view-container{max-width:1460px;margin:auto;padding:0 30px}.view-container.no-side{padding-left:0;padding-right:0}.view-container.no-left-side{padding-left:0}.view-container.no-right-side{padding-right:0}.view-container.extra-small{max-width:760px}.view-container.small{max-width:1060px}.view-container.wide{max-width:1600px}.view-container.full{max-width:100%}section.view-wrap{min-height:calc(100vh - 100px);padding-top:50px}.contact-wrap form .inputs{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between}.contact-wrap form .inputs .input-container.name,.contact-wrap form .inputs .input-container.company,.contact-wrap form .inputs .input-container.email,.contact-wrap form .inputs .input-container.phone{width:calc(50% - 10px)}.contact-wrap form .inputs textarea{height:200px}.faq-wrap{max-width:650px;margin:auto;padding-top:50px}.faq-wrap header h1{font-weight:var(--font-weight-semi-bold);font-size:18px}.faq-wrap details{border-bottom:1px solid var(--color-shade-2);padding:20px 0}.faq-wrap details:first-of-type{border-top:1px solid var(--color-shade-2);margin-top:30px}.faq-wrap details[open] summary{margin-bottom:15px}.faq-wrap details summary{font-weight:var(--font-weight-semi-bold);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-wrap details summary::-webkit-details-marker{display:none}.faq-wrap details summary::after{content:"+";font-size:18px;font-weight:var(--font-weight-bold);color:var(--color-text-2);flex-shrink:0;margin-left:15px}.faq-wrap details[open] summary::after{content:"-"}.faq-wrap details p{color:var(--color-text-2);line-height:var(--font-line-height)}.faq-wrap details p+p{margin-top:10px}.faq-wrap details a{color:var(--color-primary);text-decoration:underline}.faq-wrap details a:hover{color:var(--color-text-1)}footer.main{margin-top:100px;padding-top:50px;padding-bottom:30px;border-top:1px solid var(--color-shade-2)}@media screen and (max-width:1000px){footer.main{margin-top:60px;padding-top:30px}}footer.main .navigation{padding:30px 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}footer.main .navigation>*{width:calc((100% - 80px) / 3)}footer.main .navigation>*.no-title{padding-top:30px}footer.main .navigation h2{font-weight:var(--font-weight-bold);font-size:14px;text-transform:uppercase;line-height:20px}footer.main .navigation h2+*{margin-top:20px}footer.main .navigation .sitemap{font-size:13px}footer.main .navigation .sitemap ul.links>li:not(:first-child){margin-top:5px}footer.main .navigation .sitemap ul.links>li a{display:block;line-height:24px}footer.main .navigation .sitemap ul.links>li a:hover{color:#000;text-decoration:underline}footer.main .navigation .socials{text-align:center}footer.main .navigation .socials ul.channels{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;margin:10px 0 0}footer.main .navigation .socials ul.channels>li:not(:first-child){margin-left:15px}footer.main .navigation .socials ul.channels>li a{display:flex;align-items:center}footer.main .navigation .trust img{display:block;margin-left:auto}footer.main .navigation .trust img+img{margin-top:10px}footer.main .navigation .trust img.trustpilot{height:30px}footer.main .navigation .trust img.payment-methods{height:35px}@media screen and (max-width:700px){footer.main .navigation>*{width:100%}footer.main .navigation>*:not(:first-child){margin-top:30px}footer.main .navigation .socials{margin-top:40px}footer.main .navigation .trust img{margin-left:0}}footer.main .registered{margin:30px 0 0;padding:10px 0}footer.main .registered img{display:block;margin:auto;width:60px}footer.main .registered p{margin:20px 0 0;font-size:11px;line-height:16px;text-align:center}header.main{position:fixed;top:0;left:0;width:100%;height:100px;z-index:100;background-color:#fff;padding:20px 0}header.main+*{margin-top:100px}header.main .trigger{display:none;background:0;border:0;cursor:pointer;padding:8px;flex-direction:column;justify-content:center;gap:5px}header.main .trigger span{display:block;width:24px;height:2px;background-color:#000;transition:transform .3s ease,opacity .3s ease}header.main.open .trigger span:nth-child(1){transform:translateY(7px) rotate(45deg)}header.main.open .trigger span:nth-child(2){opacity:0}header.main.open .trigger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}header.main .mobile-nav{display:none}header.main .navigation{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center}header.main .navigation .logo img{display:block;height:40px}header.main nav{font-size:15px;font-weight:var(--font-weight-semi-bold);padding:10px 0}header.main nav ul{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center}header.main nav ul>li:not(:first-child){margin-left:30px}header.main nav a{display:block;line-height:42px;white-space:nowrap;position:relative}header.main nav a.primary{position:relative}header.main nav a:not(.primary):before{content:"";display:block;position:absolute;width:100%;height:0;left:0;bottom:12px;z-index:-1;background-color:var(--color-special-2);opacity:.7;transition:height .5s ease 0s;-moz-transition:height .5s ease 0s;-webkit-transition:height .5s ease 0s}header.main nav a:not(.primary).active:before,header.main nav a:not(.primary):hover:before{height:5px}@media screen and (max-width:1000px){header.main{height:60px;padding-top:10px;padding-bottom:10px}header.main+*{margin-top:60px}header.main .trigger{display:flex}header.main nav.main,header.main nav.calls{display:none}header.main .mobile-nav{position:fixed;top:60px;left:0;width:100%;height:calc(100vh - 60px);background-color:#fff;display:flex;flex-direction:column;padding:30px;transform:translateX(100%);transition:transform .3s ease}header.main .mobile-nav ul{list-style:none;display:flex;flex-direction:column}header.main .mobile-nav ul>li:not(:first-child){margin-left:0}header.main .mobile-nav a:not(.primary){display:block;padding:12px 0;font-size:16px;font-weight:var(--font-weight-semi-bold);line-height:normal}header.main .mobile-nav a:not(.primary):before{display:none}header.main .mobile-nav a.primary{display:inline-block;margin-top:10px}header.main.open .mobile-nav{transform:translateX(0)}}.customers-wrap h1{font-weight:var(--font-weight-semi-bold);font-size:34px;line-height:40px;text-align:center}.customers-wrap ul.reviews{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:stretch;margin:75px 0 0;row-gap:30px}.customers-wrap ul.reviews>li{background-color:#fff;border-radius:20px;box-shadow:var(--box-shadow);width:calc((100% - 90px) / 4);padding:20px;display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:space-between}.customers-wrap ul.reviews>li footer{height:50px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:45px}.customers-wrap ul.reviews>li footer .image{width:50px;height:50px;border-radius:50%;background-repeat:no-repeat;background-size:cover;background-position:center}.customers-wrap ul.reviews>li footer .text{margin-left:15px;max-width:calc(100% - 65px)}.customers-wrap ul.reviews>li footer .text strong,.customers-wrap ul.reviews>li footer .text em{display:block;line-height:100%}.customers-wrap ul.reviews>li footer .text em{color:var(--color-text-2);margin-top:5px;font-size:14px;font-style:normal}@media screen and (max-width:1000px){.customers-wrap ul.reviews>li{width:calc((100% - 30px) / 2)}}@media screen and (max-width:600px){.customers-wrap ul.reviews>li{width:100%}}.hero-wrap{position:relative}.hero-wrap .columns{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center}.hero-wrap header{width:500px;padding-bottom:150px}.hero-wrap header h1{font-size:50px;line-height:80px;font-weight:var(--font-weight-semi-bold)}.hero-wrap .images-container{width:calc(100% - 500px);margin-right:-15px}.hero-wrap .images-container ul.images{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;margin-left:-95px}.hero-wrap .images-container ul.images:not(:hover)>li:first-child{flex-grow:5}.hero-wrap .images-container ul.images>li{flex-grow:2;height:550px;padding:0 15px;transition:flex-grow .5s ease 0s;-moz-transition:flex-grow .5s ease 0s;-webkit-transition:flex-grow .5s ease 0s}.hero-wrap .images-container ul.images>li:hover{flex-grow:5}.hero-wrap .images-container ul.images>li a{display:block;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:20px}.hero-wrap .image-dots{display:none}.hero-wrap .call-to-action{height:90px;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:stretch;width:100%;max-width:500px;left:0;bottom:60px;position:absolute;z-index:10;box-shadow:var(--box-shadow)}.hero-wrap .call-to-action p{background-color:#fff;padding:30px;line-height:30px;width:calc(100% - 80px);font-size:20px}.hero-wrap .call-to-action a{width:100px;text-align:center;line-height:90px;font-size:36px;font-weight:var(--font-weight-semi-bold);background-color:var(--color-special-2);color:#fff;box-shadow:inset 0 100px 0 0 var(--color-special-1);transition:box-shadow .25s ease 0s;-moz-transition:box-shadow .25s ease 0s;-webkit-transition:box-shadow .25s ease 0s}.hero-wrap .call-to-action a:hover{box-shadow:none}@media screen and (max-width:1400px){.hero-wrap .columns{flex-wrap:wrap}.hero-wrap header{width:100%;padding-bottom:0}.hero-wrap .images-container{width:calc(100% + 30px);margin-top:50px;margin-right:0;margin-left:-15px}.hero-wrap .images-container ul.images{margin-left:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.hero-wrap .images-container ul.images::-webkit-scrollbar{display:none}.hero-wrap .images-container ul.images:not(:hover)>li:first-child{flex-grow:2}.hero-wrap .images-container ul.images>li{min-width:85%;height:350px;scroll-snap-align:center;flex-grow:0}.hero-wrap .images-container ul.images>li:hover{flex-grow:0}.hero-wrap .image-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.hero-wrap .image-dots .dot{width:10px;height:10px;border-radius:50%;background-color:rgba(0,0,0,0.2);cursor:pointer;transition:background-color .25s ease 0s}.hero-wrap .image-dots .dot.active{background-color:var(--color-special-1)}.hero-wrap .call-to-action{position:relative;left:auto;bottom:auto;margin-top:50px}}.home-wrap .last-projects-wrap,.home-wrap .skills-wrap,.home-wrap .customers-wrap{margin-top:150px}.last-projects-wrap h1{font-weight:var(--font-weight-semi-bold);font-size:34px;line-height:40px;text-align:center}.last-projects-wrap ul.projects{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:flex-end;margin:75px 0 0;row-gap:30px}.last-projects-wrap ul.projects>li{width:calc((100% - 90px) / 4)}.last-projects-wrap ul.projects>li:nth-child(2) .image{padding-top:120%}.last-projects-wrap ul.projects>li:nth-child(3) .image{padding-top:140%}.last-projects-wrap ul.projects>li .image{background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:20px;padding-top:100%;box-shadow:var(--box-shadow)}.last-projects-wrap ul.projects>li .image+*{margin-top:15px}.last-projects-wrap ul.projects>li h2{font-weight:var(--font-weight-bold);font-size:16px;line-height:22px;text-transform:uppercase}.last-projects-wrap ul.projects>li p{color:var(--color-text-2);font-size:13px;line-height:18px}.last-projects-wrap .image-dots{display:none}@media screen and (max-width:1000px){.last-projects-wrap ul.projects{margin-top:40px}.last-projects-wrap ul.projects>li{width:calc((100% - 30px) / 2)}.last-projects-wrap ul.projects>li:nth-child(2) .image,.last-projects-wrap ul.projects>li:nth-child(3) .image{padding-top:100%}}@media screen and (max-width:600px){.last-projects-wrap ul.projects>li{width:100%}}.skills-wrap header{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:flex-start}.skills-wrap header h1{font-weight:var(--font-weight-semi-bold);font-size:34px;line-height:44px;width:calc(50% - 100px)}.skills-wrap header .text{width:50%}.skills-wrap header .text p+p{margin-top:15px}.skills-wrap .content{margin:120px 0 0;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center}.skills-wrap .content ul.bullets{width:330px}.skills-wrap .content ul.bullets>li{position:relative;padding:0 0 0 80px;min-height:55px}.skills-wrap .content ul.bullets>li:not(:first-child){margin-top:40px}.skills-wrap .content ul.bullets>li:not(:last-child):before{content:"";display:block;position:absolute;top:75px;left:27px;width:0;height:calc(100% - 50px);border-left:2px dotted #ccc}.skills-wrap .content ul.bullets>li .icon{width:55px;height:55px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;top:0;left:0;box-shadow:var(--box-shadow)}.skills-wrap .content ul.bullets>li .icon-award{color:#bf8d5c}.skills-wrap .content ul.bullets>li .icon-lightning{color:#a969a9}.skills-wrap .content ul.bullets>li .icon-check-circle{color:#0fa403}.skills-wrap .content ul.bullets>li h2{font-weight:var(--font-weight-bold);font-size:18px}.skills-wrap .content ul.bullets>li h2+*{margin-top:10px}.skills-wrap .content ul.bullets>li p{font-size:14px;line-height:20px}.skills-wrap .content .image{position:relative;width:calc(100% - 360px);padding-top:35%;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:20px}.skills-wrap .content .image ul.statistics{position:absolute;top:0;right:50px;display:flex;padding:30px;flex-wrap:nowrap;flex-direction:row;align-items:center;transform:translateY(-50%);color:#fff;background-color:var(--color-special-1);box-shadow:var(--box-shadow)}.skills-wrap .content .image ul.statistics>li{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;flex-grow:1;text-transform:uppercase;font-weight:var(--font-weight-semi-bold);font-size:15px;line-height:20px}.skills-wrap .content .image ul.statistics>li:not(:first-child){padding-left:30px;border-left:1px solid #fff}.skills-wrap .content .image ul.statistics>li:not(:last-child){padding-right:30px}.skills-wrap .content .image ul.statistics>li strong{font-size:40px;line-height:40px;font-weight:var(--font-weight-semi-bold)}.skills-wrap .content .image ul.statistics>li strong+*{margin-left:20px}.skills-wrap .content .image ul.statistics>li p{max-width:120px}@media screen and (max-width:1000px){.skills-wrap header{flex-wrap:wrap}.skills-wrap header h1{width:100%}.skills-wrap header .text{width:100%;margin-top:30px}.skills-wrap .content{flex-wrap:wrap;margin-top:60px}.skills-wrap .content ul.bullets{width:100%}.skills-wrap .content .image{width:100%;margin-top:110px;padding-top:50%}.skills-wrap .content .image ul.statistics{right:20px;padding:20px;flex-direction:column}.skills-wrap .content .image ul.statistics>li:not(:first-child){padding-left:0;border-left:0;padding-top:15px;margin-top:15px;border-top:1px solid #fff}.skills-wrap .content .image ul.statistics>li:not(:last-child){padding-right:0}}.legal-wrap{max-width:650px;margin:auto;padding-top:50px}.legal-wrap header h1{font-weight:var(--font-weight-semi-bold);font-size:18px}.legal-wrap header .last-update{color:var(--color-text-2);font-size:11px}.request-create-wrap{text-align:center}.request-create-wrap h1.title{margin-top:40px}.request-create-wrap .subtitle{color:var(--color-text-2);font-size:13px;margin-top:8px}.request-create-wrap .wizard-steps{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto}.request-create-wrap .wizard-steps .wizard-step{height:6px;width:24px;border-radius:3px;background-color:var(--color-shade-2);transition:all .3s ease}.request-create-wrap .wizard-steps .wizard-step.active{width:48px;background-color:var(--color-primary)}.request-create-wrap .wizard-steps .wizard-step.completed{background-color:var(--color-primary)}.request-create-wrap .wizard-panel{max-width:500px;margin:40px auto 0;text-align:left}.request-create-wrap .wizard-panel form{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:flex-start}.request-create-wrap .wizard-panel form label{font-weight:var(--font-weight-bold)}.request-create-wrap .wizard-panel form .input-container.name,.request-create-wrap .wizard-panel form .input-container.phone{width:calc((100% - 20px) / 2)}.request-create-wrap .wizard-panel form .input-container.street-name{width:calc((100% - 20px) * .75)}.request-create-wrap .wizard-panel form .input-container.street-number{width:calc((100% - 20px) * .25)}.request-create-wrap .wizard-panel form .input-container.city,.request-create-wrap .wizard-panel form .input-container.zip-code,.request-create-wrap .wizard-panel form .input-container.country{width:calc((100% - 40px) / 3)}.request-create-wrap .wizard-panel textarea.description{height:200px}.request-create-wrap .wizard-nav{max-width:500px;margin:30px auto 0;display:flex;justify-content:space-between;align-items:center}.request-create-wrap .wizard-nav .btn-secondary{color:var(--color-text-2);line-height:42px;white-space:nowrap;padding:0 20px;font-weight:var(--font-weight-semi-bold);background:0;border:0;border-radius:21px;cursor:pointer;transition:all .2s ease}.request-create-wrap .wizard-nav .btn-secondary:hover{color:var(--color-text-1);background-color:var(--color-shade-1)}.request-create-wrap .wizard-nav .btn-secondary:disabled{cursor:not-allowed;opacity:.6}.request-create-wrap .wizard-success{padding:60px 0}.request-create-wrap .wizard-success .success-icon{width:64px;height:64px;border-radius:50%;background-color:var(--color-success);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.request-create-wrap .wizard-success p{color:var(--color-text-2);margin-top:15px;max-width:400px;margin-left:auto;margin-right:auto}.team-wrap ul.profiles>li{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:flex-start}.team-wrap ul.profiles>li:not(:first-child){margin-top:50px}.team-wrap ul.profiles>li .image{min-width:200px;width:200px;height:250px;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:15px;box-shadow:var(--box-shadow)}.team-wrap ul.profiles>li .text{max-width:500px;padding:20px 0 0 30px}.team-wrap ul.profiles>li .text header h2{font-weight:var(--font-weight-bold);font-size:17px;line-height:22px;text-transform:uppercase}.team-wrap ul.profiles>li .text header em{font-style:normal;color:var(--color-text-2);font-size:14px}.team-wrap ul.profiles>li .text header+*{margin-top:30px}.team-wrap ul.profiles>li .text p.description{font-size:13px;text-align:justify}@media screen and (max-width:600px){.team-wrap ul.profiles>li{flex-direction:column}.team-wrap ul.profiles>li .image{margin:0 auto}.team-wrap ul.profiles>li .text{max-width:100%;padding:30px 0 0 0}}.project-search-wrap header{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center}.project-search-wrap header .text{width:calc(40% - 15px)}.project-search-wrap header .text .tagline{color:var(--color-text-2);text-transform:uppercase;font-size:12px}.project-search-wrap header .text .tagline+*{margin-top:5px}.project-search-wrap header .text h1{font-weight:var(--font-weight-bold);font-size:26px;line-height:32px;color:#000}.project-search-wrap header .text h1+*{margin-top:20px}.project-search-wrap header .text p{color:var(--color-text-2)}.project-search-wrap header .text a{display:inline-block;margin-top:50px}.project-search-wrap header .image-container{width:calc(60% - 15px);position:relative}.project-search-wrap header .image-container .image,.project-search-wrap header .image-container .next-image{background-repeat:no-repeat;background-size:cover;background-position:center;height:400px}.project-search-wrap header .image-container .next-image{position:absolute;width:70%;height:70%;top:15%;left:calc(100% + 40px)}.project-search-wrap header .image-container .navigation{position:absolute;width:70px;bottom:0;left:-15px}.project-search-wrap header .image-container .navigation a{display:block;text-align:center;line-height:34px;font-size:24px;color:#484848;background-color:#272727;transition:color,background-color,0.5s ease 0s;-moz-transition:color,background-color,0.5s ease 0s;-webkit-transition:color,background-color,0.5s ease 0s}.project-search-wrap header .image-container .navigation a:hover{color:#fff;background-color:#474747}.project-search-wrap header .image-container .navigation a:first-child{padding-top:10px}.project-search-wrap header .image-container .navigation a:nth-child(2){color:#fff;padding-bottom:10px}.country-input-wrap-2{position:relative;width:100%}.country-input-wrap-2 .country-input-display{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:10px;border:1px solid var(--color-shade-2);border-radius:6px;background:#fff;cursor:pointer;font-family:var(--font-family);font-size:var(--font-size);color:var(--color-text-1)}.country-input-wrap-2 .country-input-display.open{outline:2px solid var(--color-text-1)}.country-input-wrap-2 .country-input-display .country-input-placeholder{color:var(--color-text-2);opacity:.7}.country-input-wrap-2 .country-input-display .country-input-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--color-text-2);margin-left:auto;flex-shrink:0}.country-input-wrap-2 .country-input-display .country-input-value{margin-right:10px}.country-input-wrap-2 .country-input-dropdown{position:absolute;z-index:10;left:0;top:calc(100% + 5px);width:100%;border:1px solid var(--color-shade-2);background-color:#fff;border-radius:6px;overflow:hidden;box-shadow:var(--box-shadow)}.country-input-wrap-2 .country-input-dropdown input[type=text]{border-radius:0;border-top:0;border-left:0;border-right:0;padding-left:10px}.country-input-wrap-2 .country-input-dropdown input[type=text]:focus{outline:0}.country-input-wrap-2 .country-input-dropdown ul{padding:5px 0;max-height:200px;overflow-y:auto;margin:0;list-style:none}.country-input-wrap-2 .country-input-dropdown ul li{padding:8px 10px;cursor:pointer;font-size:13px;line-height:22px}.country-input-wrap-2 .country-input-dropdown ul li:hover{background-color:var(--color-shade-1)}