 :root{--BORDER_COLOR:#dfe4ec;--BORDER_HOVER_COLOR:#313338;--BORDER_FOCUS_COLOR:#4285F4;--BODY_COLOR:#313338;--COLOR_BLUE:#4285F4;}*{vertical-align:middle;margin:0;padding:0;outline:none;border:none;box-sizing:border-box;font-family:"Roboto",serif;letter-spacing:0.2px;font-weight:400;font-style:normal;font-size:25px;line-height:36px;color:var(--BODY_COLOR);cursor:default;}body{background-color:#fff;background-size:80px;background-image:url(../svg/pattern.svg);zoom:1.2;}a,a:link,a:visited{color:#6746ee;}div.container{margin:0px auto;}h1{color:#42454d;text-transform:uppercase;}h2{text-align:center;font-size:30px;font-weight:700;}p{}strong{font-weight:700;}span.underline{text-decoration:underline;}div.section{}div.section > div{padding:100px 20px;}div.section-t1 > div > ::content{background-size:30px;background-image:url(../svg/pattern.svg);}div.section-t3 > div{padding:50px 20px;}div.section-t4 > div:first-child{padding:30px;background-color:#313338;}div.section-t4 > div:first-child > h1{color:#fff;}div.section > div > div.content{max-width:1200px;margin:0 auto;padding:5px 10px;text-align:center;}div.section > div:first-child{margin-top:-30px;box-shadow:3px 0px 2px rgba(0,0,0,0.2) inset;}div.section > div:first-child > h1{text-align:center;font-size:50px;font-weight:400;}div.section > div:last-child{color:#313338;margin-top:-30px;}div.section-t1 > div:first-child{clip-path:polygon(0 0,100% 30px,100% 100%,0% calc(100% - 30px));}div.section-t1 > div:last-child{clip-path:polygon(0 0,100% calc(0% + 30px),100% calc(100% - 20px),0% 100%);}div.section-t2 > div:first-child{clip-path:polygon(0 30px,100% 0%,100% 100%,0% 100%);}div.section-t2 > div:last-child{clip-path:polygon(0 calc(0% + 30px),100% 0,100% 100%,0% 100%);}div.section-t2 > div:first-child{background-color:#ee4665;background-color:#1f2c37;}div.section-t4 > div:first-child > h1,div.section-t2 > div:first-child > h1{color:#fff;font-size:70px;line-height:100px;font-weight:600;}div.section-t2 > div:first-child > h1 > span{color:#6746ee;font-size:70px;font-weight:600;}div.section-t3 > div:last-child{background-color:#fff;}div.crew-section > div:first-child{position:relative;left:0;top:0;width:100%;height:100%;background-image:url(../../media/R1uES.jpg);background-size:cover;background-position:center;}div.crew-section > div:first-child::before{z-index:-1;content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(250,250,250,0.3);}div.crew-section > div{padding:200px 0px;}@media screen and (max-width:600px){body{zoom:1;;}div.section > div > div.content{font-size:20px;line-height:27px;}}div.header{background-color:rgb(250,251,252);border-bottom:1px solid var(--BORDER_COLOR);display:flex;justify-content:space-around;align-items:center;height:90px;}div.header > ul{list-style:none;display:flex;justify-content:left;align-items:center;}div.header > ul > li{margin:0px 10px;}div.header > div.logo > img{height:60px;}label.input-field{display:table;margin:10px 5px;}label.input-field > span{margin-left:20px;font-size:18px;font-weight:500;}label.input-field > div{transition:all 0.1s linear;cursor:text;display:flex;align-items:center;border:2px solid var(--BORDER_COLOR);padding:10px;gap:10px;border-radius:5px;}label.input-field > div > svg{max-width:20px;max-height:20px;min-width:20px;min-height:20px;}label.input-field > div > input{font-size:23px;font-weight:500;}label.input-field:hover div{border-color:var(--BORDER_HOVER_COLOR);}label.input-field:focus-within div{border-color:var(--BORDER_FOCUS_COLOR);}