@import"https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}body,h3,h5{margin:0;padding:0}body{font-family:Poppins,sans-serif;background:url(./background-logo-46cb4c5b.png) center center / contain no-repeat,linear-gradient(to bottom right,#f9fdfd,#41b9c0)}.container{margin:0 auto;padding:20px;height:102vh;max-width:100%;overflow:auto;text-align:center;box-sizing:border-box}.container-header{margin:20px auto 10px;width:50%;text-align:center}.container-content{margin:48px auto auto;max-width:80%}.container-form{margin:48px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}.logo img{width:200px}.language-selector{margin-top:20px;position:relative;display:inline-block;align-self:center}.language-selector select{padding:5px;border:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border-bottom:1px solid #165c7c;font-size:14px;font-family:Poppins,sans-serif;color:#474747;cursor:pointer;transition:border-bottom-color .3s ease;width:100%;max-width:200px;margin-left:10px}.language-selector select option{background-color:#41b9c0;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.language-selector select:hover,.language-selector select:focus{border-bottom-color:#fff0}.content-title,.content-summary{text-align:center;margin:20px}.content-title h3,.content-summary h5{font-weight:600;font-family:Cairo,sans-serif}.content-title h3{color:#165c7c;font-size:18px}.content-summary h5{color:#474747;font-size:16px}.form-div{background-color:#f0f8ff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;width:600px;border-radius:20px;box-shadow:#00000030 0 10px 20px,#0000003b 0 6px 6px}.form-inline{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:700px;border-radius:20px;text-align:left;background-color:#f0f8ff;position:relative;margin-top:40px;margin-bottom:20px}.form-inline label{font-size:16px;text-align:left;color:#165c7c;font-weight:600}.input-field{vertical-align:middle;float:right;margin:5px 0;padding:5px;border:none;background-color:#f5deb300;border-bottom:1px solid #41b9c0;border-radius:0;outline:none;width:100%;max-width:400px}.input-field::placeholder{font-size:12px}.phone-input{display:flex;align-items:center;margin-left:10px}.phone-input select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:2px 1px;border:none;border-radius:4px;font-size:14px;width:100px;outline:none;background-color:#f0f8ff;color:#333;cursor:pointer}.radios{position:relative;vertical-align:middle;text-align:center;display:flex;left:0%;float:left;width:200px;border-radius:5px;align-self:flex-start;margin-right:10px}.radio-inline{display:inline;margin:5px;float:left}.radio-inline label{font-size:12px;font-weight:600;color:#165c7c;cursor:pointer}.radio-inline input[type=radio]{margin-right:5px;cursor:pointer}.footer{position:fixed;bottom:0;width:100%;background-color:#165c7c;color:#fff;text-align:center;padding:15px 0;box-sizing:border-box}#name,#email,#phonenumber{margin:5px 0;padding:5px;border:none;background-color:#f5deb300;border-bottom:1px solid #41b9c0;border-radius:0;outline:none}#name::placeholder,#email::placeholder,#phonenumber::placeholder{font-size:12px}.radios{position:relative;vertical-align:middle;text-align:center;display:flex;float:left;border-radius:5px}.radios label{font-size:12px}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;width:20px;height:20px;border:2px solid #ccc}input[type=radio]:checked{background-color:#41b9c0}.submit-btn{grid-column:1 / -1;justify-self:center;padding:16px 30px;background-color:#04a0ab;border:#474747;cursor:pointer;margin:15px auto 5px;border-radius:20px;color:#fff}@media only screen and (max-width: 480px){.container{padding:10px}.container-header,.container-content{width:100%;max-width:100%}.logo img{width:150px}.form-div{width:100%;padding:20px 10px}.form-inline{grid-template-columns:1fr;gap:10px}.content-title h3,.content-summary h5{font-size:16px}.input-field,#name,#email,#phonenumber{max-width:100%}.phone-input select{width:80px}.radios{justify-content:center;margin:0 auto}}@media only screen and (max-width: 768px){.container{padding:15px}.container-header,.container-content,.form-div{width:90%}.form-inline{gap:15px}.content-title h3,.content-summary h5{font-size:17px}.input-field,#name,#email,#phonenumber{max-width:100%}}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{color:#fff;font-display:swap;font-family:Poppins;background-color:#0a1d4d}a{text-decoration:none;color:#fff}#root{position:fixed;top:0;left:0;height:100%;width:100%}img{max-width:100%}.header__background{position:absolute;width:100%;height:20vh;background:linear-gradient(rgba(0,0,38,.86),rgba(5,5,12,0));z-index:1;pointer-events:none}@media only screen and (max-width: 600px){#root{position:fixed;top:0;left:0;height:2000px;width:100%}}.header{position:fixed;display:flex;justify-content:space-between;align-items:flex-start;width:100%;pointer-events:none;z-index:99999}.header__logo{padding:1em;width:20%;height:100%;max-width:200px;cursor:pointer;pointer-events:all}.header__menu{width:75px;height:75px;background-color:#fff}.header__menu--toggle{width:100%;height:100%;background-color:none;outline:none;border:none;cursor:pointer;padding:1.75em;transition:all .5s;pointer-events:all}.header__menu--open{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.header__menu--close{background-color:#00008b}.header__menu--bar{display:inline-block;height:2px;width:100%;background-color:#000}.header__menu--bar--last{width:50%;align-self:flex-end}.header__menu--bar--close{display:inline-block;width:100%;height:100%;position:relative}.header__menu--bar--close:before{content:"";display:inline-block;position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#fff;transform:rotate(45deg)}.header__menu--bar--close:after{content:"";display:inline-block;position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#fff;transform:rotate(135deg)}.menu__content{position:absolute;visibility:hidden;opacity:0;left:0;top:0;width:100%;height:100vh;background-color:#00002680;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:1;transition:opacity .5s}.header__showup{visibility:visible;opacity:1}@media only screen and (max-width: 600px){.header__logo{padding:1em;width:50%;height:100%;margin-left:100px;max-width:200px;cursor:pointer;pointer-events:all}.header__showup{overflow:scroll}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:#fff;border-radius:20px}.nav__links{width:40%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.nav__content{position:absolute;top:22.5%;left:40%;width:40%;height:70vh;padding:0 20px;overflow-y:auto}.nav__links>a{width:40%;text-transform:uppercase;font-size:1.5rem;padding:1em 0;margin:.5em 0;border-bottom:2px solid white;white-space:nowrap}@media screen and (max-width: 768px){.nav__content{top:70%;width:80%;left:10%}.nav__links{width:40%;height:75%;display:flex;flex-direction:column;justify-content:center;align-items:center}.about__title h1{font-size:1.5rem;margin-bottom:1rem}.about__text{font-size:1rem}}.about__text{font-size:1.25rem;font-weight:300}.about__ceo{padding:2em 0;display:flex;align-items:center;gap:20px;font-size:1.1rem;font-weight:600}.about__ceo--name{font-weight:200}.about__ceo--image{width:150px;height:150px;border-radius:50%;border:5px solid white}.vision__text{font-size:1.5rem;line-height:1.75}.vision__text+.vision__text{margin-top:1em}.mission__text{font-size:1.5rem}.contact__flex{display:flex;justify-content:space-between;margin:1em 0}.contact__flex>*{width:47.5%}.contact__flex--gap{gap:10px;display:flex;align-items:center}form{margin-top:2em}.home-input{background-image:linear-gradient(to right,#0095A0,#00395F);padding:1em;border-radius:15px;border:none;outline:none;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.home-input::placeholder{color:#fff}textarea{background-image:linear-gradient(to right,#0095A0,#00395F);width:100%;height:300px;padding:1em;border-radius:15px;border:none;resize:none;font-family:inherit;outline:none;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}textarea::placeholder{color:#fff}.contact__submit{display:flex;background-image:linear-gradient(to right,#0095A0,#00395F);color:#fff;justify-content:space-between;align-items:center;width:175px;margin-left:auto;padding:.5em 1em;outline:none;text-align:left;cursor:pointer;border-radius:10px;border:none;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}svg path{fill:#fff}.cards{height:100vh;overflow:hidden}.cards__flex{display:flex;height:100%}@media only screen and (max-width: 778px){.cards{max-height:88vh;overflow:scroll;margin-top:100px;padding:20px}.cards__flex{display:grid;height:100%}}.card{position:relative;height:100%;width:33.3%;will-change:width;transition:width .5s}.card__project--image{width:100%;height:100%;object-fit:cover;-webkit-filter:grayscale(100%);filter:grayscale(100%);will-change:filter;transition:filter .5s}.card__showup{width:65%;width:100%}.card__hide{display:none}.card__background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(5,204,253,0) 40%,rgba(5,204,253,1) 90%);opacity:0;will-change:opacity;transition:opacity .5s}.card__content{position:absolute;top:0%;left:0%;width:100%;height:100%;padding:1em;display:flex;flex-direction:column;justify-content:flex-end}.card__content--first{display:flex;align-items:flex-end;gap:40px}.card__logo{width:150px;height:50px;will-change:filter;transition:filter .5s}.card:first-of-type .card__logo{width:67px}.card__text{color:#fff;max-width:500px;opacity:0;will-change:opacity;transition:opacity .25s}.card__content--second{display:flex;justify-content:space-between;align-items:center}.card__number{width:125px;font-size:1.5rem;border-bottom:2px solid white;margin:.5em 0}.card__title{white-space:nowrap;text-transform:uppercase;font-weight:400}.card__link{padding:.5em 1em;border-radius:25px;border:2px solid white;display:flex;align-items:center;gap:50px;opacity:0;will-change:opacity;transition:opacity .25s}.card__link--text{overflow:hidden;height:25px}.card__link--text>span{display:block;transform:translateY(0);transition:all .5s}.card__link:hover span{transform:translateY(-100%)}.card__link--designWrapper{position:relative;width:20px;align-self:stretch;overflow:hidden;border-radius:50%}.card__link--design{position:absolute;top:50%;left:0;width:20px;height:2px;background-color:#fff;transform:translate(0);transition:transform .5s}.card__link--design:first-child{transform:translate(-120%)}.card__link:hover .card__link--design{transform:translate(120%)}.card__link:hover .card__link--design:first-child{transform:translate(0)}.card__link--design:before{content:"";position:absolute;right:-5%;top:-150%;width:10px;height:2px;background-color:#fff;transform:rotate(45deg)}.card__link--design:after{content:"";position:absolute;right:-5%;top:150%;width:10px;height:2px;background-color:#fff;transform:rotate(135deg)}.card__image--showup{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.card__opacity--showup{opacity:1}@media only screen and (max-width: 778px){.card{position:relative;height:150px;width:100%;will-change:width;transition:width .5s;margin-bottom:3px;transition:.5s}.card__project--image{width:100%;height:100%;object-fit:cover;transition:filter .5s;border-radius:30px}.card__showup{height:250px}.card__background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(5,204,253,0) 40%,rgba(5,204,253,1) 90%);will-change:opacity;transition:opacity .5s;border-radius:30px}.card__content{position:absolute;top:0%;left:0%;width:100%;height:100%;padding:1em;display:flex;flex-direction:column;justify-content:flex-end}.card__content--first{display:flex;align-items:flex-end;gap:40px}.card__logo{max-width:120px;height:30px;will-change:filter;transition:filter .5s}.card__text{color:#fff;max-width:500px;max-height:130px;transition:opacity .25s}.card__text span{font-size:9px}.card__content--second{display:flex;justify-content:space-between;align-items:center}.card__number{width:125px;font-size:1.2rem;border-bottom:2px solid white;margin:.5em 0}.card__title{white-space:nowrap;text-transform:uppercase;font-size:10px;font-weight:400}.card__link{padding:.1em .5em;border-radius:25px;border:2px solid white;display:flex;align-items:center;gap:50px;transition:opacity .25s}.card__link--text{overflow:hidden;height:25px}.card__link--text>span{display:block;transform:translateY(0);transition:all .5s}.card__link:hover span{transform:translateY(-100%)}.card__link--designWrapper{position:relative;width:20px;align-self:stretch;overflow:hidden;border-radius:50%}}
