@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,500&display=swap");:root{--blue: #5552D0;--lblue: #4CC9F0;--dblue: #110F71;--pink: #F72585;--purple: #7209B7;--yellow: #F8C102;--grey: #757474}*{outline:none !important}body{padding-top:100px;font-family:'Roboto', sans-serif}section{padding:0 !important}#info{position:absolute;display:flex;justify-content:center;align-items:center;top:0;width:100%;height:20px;z-index:1031;color:white;font-size:10px;background-color:var(--blue)}#info a{color:white;font-size:10px;font-weight:400}.navbar{padding:0;top:20px;background-color:white;-webkit-transition:top 0.1s ease-out;transition:top 0.1s ease-out}.navbar .navbar-brand{margin-top:5px;margin-bottom:5px;margin-left:3%}.navbar .navbar-toggler{margin-right:3%}.navbar .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar .social{margin-right:3%}.navbar .navbar-nav .nav-link.active{color:var(--yellow);font-weight:700}.navbar .navbar-nav .nav-link{margin-right:10px;margin-left:10px;color:#9C9898;font-size:14px;font-weight:400}.navbar .navbar-nav .nav-link:hover{color:var(--yellow)}.navbar .dropdown-menu{padding:0;border:none;border-radius:0;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,0.25);box-shadow:0px 1px 4px rgba(0,0,0,0.25)}.navbar .dropdown-item:not(:last-child){border-bottom:1px solid #C4C4C4}.navbar .dropdown-item{color:var(--grey);-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.navbar .dropdown-item:hover{color:white;background-color:var(--yellow)}.navbar .social a{display:block;margin-right:10px;margin-left:10px;height:24px;width:24px}.navbar .social .fb{background-image:url("../images/header/fb.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}.navbar .social .fb:hover{background-image:url("../images/header/fb-h.png")}.navbar .social .tw{background-image:url("../images/header/tw.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}.navbar .social .tw:hover{background-image:url("../images/header/tw-h.png")}.navbar .social .ig{background-image:url("../images/header/ig.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}.navbar .social .ig:hover{background-image:url("../images/header/ig-h.png")}.navbar .apply{margin-right:3%}.navbar .apply .btn-primary{width:217px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--yellow);border-color:var(--yellow);font-size:18px;-webkit-box-shadow:inset 0px 4px 4px rgba(0,0,0,0.25);box-shadow:inset 0px 4px 4px rgba(0,0,0,0.25);border-radius:27.5px;-webkit-transition:background-color 0.5s ease-out, border-color 0.5s ease-out;transition:background-color 0.5s ease-out, border-color 0.5s ease-out}.navbar .apply .btn-primary:hover{background-color:var(--blue);border-color:var(--blue)}#typeForm iframe{width:100%;height:90vh}#apply .modal-dialog{margin-top:0;min-width:990px}#apply .modal-content{background-size:cover;background-position:center top;background-repeat:no-repeat;-webkit-box-shadow:inset 0px 4px 8px rgba(0,0,0,0.25);box-shadow:inset 0px 4px 8px rgba(0,0,0,0.25);border-radius:17px}.webp #apply .modal-content{background-image:url("../images/home/form-bg.webp")}.no-webp #apply .modal-content{background-image:url("../images/home/form-bg.jpg")}#apply .modal-header{padding:2%;border-bottom:0}#apply .modal-form{padding-right:15px;padding-left:15px;padding-bottom:50px;width:100%;max-width:535px}#apply .modal-form .form-title{display:flex;justify-content:center;align-items:center;height:38px;margin-bottom:10px;color:white;font-family:var(--roboto);font-size:18px;background-color:var(--yellow);border-radius:10px}#apply .modal-form input,#apply .modal-form select,#apply .modal-form textarea{color:var(--grey);border-color:var(--blue)}#apply .modal-form input::-webkit-input-placeholder{color:var(--grey)}#apply .modal-form input::-moz-placeholder{color:var(--grey)}#apply .modal-form input:-ms-input-placeholder{color:var(--grey)}#apply .modal-form input::-ms-input-placeholder{color:var(--grey)}#apply .modal-form input::placeholder{color:var(--grey)}#apply .modal-form p{text-align:center;color:var(--grey);font-family:var(--roboto);font-size:14px;font-weight:300}#apply .modal-form .btn-secondary{width:300px;height:35px;display:block;margin:auto;color:var(--blue);font-family:var(--roboto);font-size:16px;font-weight:700;background-color:transparent;border-color:var(--blue);border-radius:10px;-webkit-transition:background-color 0.5s ease-out, border-color 0.5s ease-out;transition:background-color 0.5s ease-out, border-color 0.5s ease-out}#apply .modal-form .btn-secondary:hover{color:white;background-color:var(--yellow);border-color:var(--yellow)}footer{padding-top:40px;padding-bottom:30px;background-color:var(--blue)}footer p,footer a{color:#f9f9f9;font-size:14px;font-weight:400}footer a:hover{color:white}footer .social{display:flex;justify-content:flex-end}footer .social a{display:block;margin-right:10px;margin-left:10px;height:24px;width:24px}footer .social .fb{background-image:url("../images/footer/fb.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}footer .social .fb:hover{background-image:url("../images/footer/fb-h.png")}footer .social .tw{background-image:url("../images/footer/tw.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}footer .social .tw:hover{background-image:url("../images/footer/tw-h.png")}footer .social .ig{background-image:url("../images/footer/ig.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}footer .social .ig:hover{background-image:url("../images/footer/ig-h.png")}@media only screen and (max-width: 1199px){.navbar .navbar-nav .nav-link{text-align:center}.navbar .navbar-nav .nav-link:not(:last-child){border-bottom:1px solid #dee2e6}.navbar .dropdown-menu{margin-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar .dropdown-item{color:#9C9898;text-align:center}.navbar .dropdown-item:not(:last-child){border-bottom:1px solid #dee2e6}.navbar .dropdown-item{border-bottom:1px solid #dee2e6}footer .row{justify-content:center}footer .f-c1{order:2}footer .f-c2{order:1}footer .social{justify-content:center}footer p,footer a{text-align:center}#apply .modal-header{padding:4% 3%}#apply .modal-dialog{min-width:90%}#apply .modal-form .btn-secondary{width:100%}}@media only screen and (max-width: 767px){.navbar .navbar-toggler{width:auto}.navbar .apply .btn-primary{width:190px;height:35px}}@media only screen and (max-width: 575px){.g-recaptcha{-webkit-transform:scale(0.9);transform:scale(0.9)}.modal-content{margin-top:25px}.navbar .apply .btn-primary{width:150px;height:30px;font-size:16px}.modal-vid .modal-dialog{margin-right:auto;margin-left:auto}}#s1 .row{padding-top:50px;padding-bottom:50px;min-height:calc(100vh - 100px);background-size:cover;background-position:center;background-repeat:no-repeat}#s1 .btn.focus,#s1 .btn:focus{-webkit-box-shadow:none;box-shadow:none}#s1 .s1-c1{display:flex;flex-direction:column;justify-content:center}#s1 .s1-c1 h1 span{line-height:105%;font-size:calc(80px + (170 - 80) * ((100vw - 768px) / (1920 - 768)))}#s1 .s1-c1 h1{margin-bottom:38px;color:white;line-height:95.2%;font-size:calc(37px + (90 - 37) * ((100vw - 768px) / (1920 - 768)));font-weight:700}#s1 .s1-c1 .btn{height:58px;width:310px;display:flex;align-items:center;justify-content:center;color:white;background-color:var(--pink);border-color:white;font-size:26px;font-weight:700;-webkit-box-shadow:inset 0px 4px 4px rgba(0,0,0,0.25);box-shadow:inset 0px 4px 4px rgba(0,0,0,0.25);border-radius:32.5px;-webkit-transition:background-color 0.5s ease-out, border-color 0.5s ease-out;transition:background-color 0.5s ease-out, border-color 0.5s ease-out}#s1 .s1-c1 .btn:hover{background-color:var(--blue);border-color:white}#s1 .s1-c1 h2{margin-bottom:25px;max-width:600px;color:white;font-size:calc(20px + (42 - 20) * ((100vw - 768px) / (1920 - 768)))}#s1 .s1-c1 p{margin-bottom:30px;max-width:600px;color:white;line-height:150%;font-size:calc(18px + (24 - 18) * ((100vw - 768px) / (1920 - 768)))}#s1 form{padding:50px 30px;max-width:450px;background-size:cover;background-position:center top;background-repeat:no-repeat;-webkit-box-shadow:inset 0px 4px 8px rgba(0,0,0,0.25);box-shadow:inset 0px 4px 8px rgba(0,0,0,0.25);border-radius:17px;background-image:url("../images/home/form-bg-s1.png")}#s1 form .form-title{display:flex;justify-content:center;align-items:center;height:38px;margin-bottom:10px;color:white;font-family:var(--roboto);font-size:18px;background-color:var(--yellow);border-radius:10px}#s1 form input,#s1 form select,#s1 form textarea{color:var(--grey);border-color:var(--blue)}#s1 form input::-webkit-input-placeholder{color:var(--grey)}#s1 form input::-moz-placeholder{color:var(--grey)}#s1 form input:-ms-input-placeholder{color:var(--grey)}#s1 form input::-ms-input-placeholder{color:var(--grey)}#s1 form input::placeholder{color:var(--grey)}#s1 form p{text-align:center;color:var(--dblue);font-family:var(--roboto);font-size:14px;font-weight:300}#s1 form .btn-secondary{width:300px;height:35px;display:block;margin:auto;color:var(--dblue);font-family:var(--roboto);font-size:16px;font-weight:700;background-color:transparent;border-color:var(--dblue);border-radius:10px;-webkit-transition:background-color 0.5s ease-out, border-color 0.5s ease-out;transition:background-color 0.5s ease-out, border-color 0.5s ease-out}#s1 form .btn-secondary:hover{color:white;background-color:var(--yellow);border-color:var(--yellow)}#s2 .s2-r1{margin-top:10vw;margin-bottom:7vw}#s2 .s2-bg1{background-position:top left;background-size:contain;background-repeat:no-repeat;background-image:url("../images/home/s2-bg1.jpg")}#s2 .s2-bg2{background-position:bottom right;background-size:contain;background-repeat:no-repeat;background-image:url("../images/home/s2-bg2.jpg")}#s2 .s2-c1 h2{margin-bottom:75px;color:var(--dblue);font-size:calc(37px + (90 - 37) * ((100vw - 768px) / (1920 - 768)));font-weight:700}#s2 .s2-c1 p{max-width:900px;margin-bottom:0;color:var(--dblue);line-height:170%;letter-spacing:1.5%;font-size:calc(18px + (24 - 18) * ((100vw - 768px) / (1920 - 768)))}#s2 .s2-r2 picture{width:100%}#s3 .s3-r1{padding-top:4vw;padding-bottom:4vw;-webkit-box-shadow:-14px 10px 27px rgba(0,0,0,0.25);box-shadow:-14px 10px 27px rgba(0,0,0,0.25)}#s3 .s3-bg1{background-position:top left;background-size:auto;background-repeat:no-repeat;background-image:url("../images/home/s3-bg1.jpg")}#s3 .s3-bg2{background-position:bottom right;background-size:contain;background-repeat:no-repeat;background-image:url("../images/home/s3-bg2.jpg")}#s3 .s3-c1 h2{margin-bottom:75px;color:var(--dblue);font-size:calc(37px + (90 - 37) * ((100vw - 768px) / (1920 - 768)));font-weight:700}#s3 ul{margin-bottom:0}#s3 li{padding-bottom:10px;color:var(--dblue);line-height:170%;letter-spacing:1.5%;font-weight:700;font-size:calc(18px + (24 - 18) * ((100vw - 768px) / (1920 - 768)))}#s4 .s4-r1{padding-top:5vw;padding-bottom:2vw}#s4 h2{margin-bottom:60px;color:var(--dblue);font-size:36px;font-weight:700}#s4 .s4-r2-c{display:flex;flex-direction:column;align-items:center}#s4 .s4-r2-c img{margin-bottom:75px;width:100%}#s4 .s4-r2-c>div{display:flex;flex-direction:column;align-items:center;width:75%}#s4 .s4-r2-c h3{margin-bottom:30px;text-align:center;color:#797878;font-size:24px;font-weight:700}#s4 .s4-r2-c .divider{margin-bottom:20px;width:85%;border-bottom:1px solid #C4C4C4}#s4 .s4-r2-c p{text-align:center;color:var(--grey);font-size:16px}#s5 .s5-r1{padding-top:7vw}#s5 .s5-c1-c{-webkit-box-shadow:-14px 10px 27px rgba(0,0,0,0.25);box-shadow:-14px 10px 27px rgba(0,0,0,0.25)}#s5 .s5-c1{padding-top:5vw;padding-bottom:4vw}#s5 .s5-c1 h2{margin-bottom:40px;color:var(--dblue);font-weight:700;font-size:calc(34px + (86 - 34) * ((100vw - 768px) / (1920 - 768)))}#s5 .s5-c1 p{max-width:665px;color:var(--dblue);line-height:170%;letter-spacing:1.5%;font-size:calc(18px + (24 - 18) * ((100vw - 768px) / (1920 - 768)))}#s5 .s5-c2-c{background-color:var(--yellow)}#s5 .s5-c2{padding-top:4vw;padding-bottom:6vw}#s5 .s5-c2 h2{margin-bottom:20px;color:white;font-weight:700;font-size:calc(30px + (72 - 30) * ((100vw - 768px) / (1920 - 768)))}#s5 .s5-c2 .btn{height:58px;width:310px;display:flex;align-items:center;justify-content:center;color:white;background-color:var(--purple);border-color:white;font-size:26px;font-weight:700;-webkit-box-shadow:9px 18px 27px rgba(0,0,0,0.25);box-shadow:9px 18px 27px rgba(0,0,0,0.25);border-radius:32.5px;-webkit-transition:background-color 0.5s ease-out, border-color 0.5s ease-out;transition:background-color 0.5s ease-out, border-color 0.5s ease-out}#s5 .s5-c2 .btn:hover{background-color:var(--blue);border-color:white}#s5 .s5-c2-img img{position:absolute;bottom:0}@media only screen and (max-width: 1199px){#s1 .row{min-height:calc(75vh - 100px);background-position:70%;background-color:#EBEBEB}#s1 .s1-c1{display:flex;flex-direction:column;justify-content:center;align-items:center}#s1 .s1-c1 h1{font-size:64px;text-align:center;padding-top:0}#s1 .s1-c1 h2{font-size:34px;text-align:center}#s1 .s1-c1 p{font-size:20px;text-align:center;max-width:370px;margin-bottom:35px}#s1 form .btn-secondary{width:100%}#s3 .s3-bg1{background-size:75%}#s3 .s3-bg2{background-size:90%}#s5 .s5-c2 .btn{height:42px;width:218px;font-size:18px}}@media only screen and (max-width: 575px){#s1 .s1-c1 h1{font-size:32px}#s1 .s1-c1 h2{font-size:20px}#s1 .s1-c1 p{max-width:100%;font-size:18px}#s1 .s1-c1 .btn{display:block;margin-right:auto;margin-left:auto;height:42px;width:218px;font-size:18px}#s1 .s1-c2 img{margin-top:25px}#s2 .s2-c1 h2{text-align:center;margin-bottom:35px;font-size:32px}#s3 .s3-c1 h2{margin-bottom:35px;font-size:32px}#s2 .s2-c1 p{text-align:center}#s4 .s4-r1{padding-top:50px;padding-bottom:50px}#s4 .s4-r2{display:none}#s4 h2{font-size:32px}#s4 .carousel-indicators{bottom:-50px}#s4 .carousel-indicators li{background-color:var(--yellow)}#s4 .carousel-control-next-icon,#s4 .carousel-control-prev-icon{height:35px;width:25px;background-color:var(--yellow);border-radius:12px}.carousel-control-prev{left:-8vw;display:none}.carousel-control-next{right:-8vw;display:none}#s5 .s5-c1 h2{margin-bottom:35px;font-size:32px}#s5 .s5-c2 h2{margin-bottom:15px;font-size:22px}#s5 .s5-c2 .btn{height:38px;width:170px}}@media only screen and (max-height: 575px) and (orientation: landscape){#s1 .row{min-height:calc(160vh)}}@media only screen and (max-width: 400px){#s1 .s1-c1 h2{font-size:18px}#s1 .s1-c1 p{font-size:16px}}@media only screen and (max-height: 650px){#s1 .row{min-height:100vh}}