@keyframes first-seg-text{0%{transform:translateY(60px);opacity:0%}to{transform:translateY(0);opacity:100%}}@keyframes second-seg-img{0%{transform:translate(300px);opacity:0%}to{transform:translate(0);opacity:100%}}@keyframes second-seg-img-reverse{0%{transform:translate(-300px);opacity:0%}to{transform:translate(0);opacity:100%}}@keyframes forth-seg-box{0%{transform:translateY(300px);opacity:0%}to{transform:translateY(0);opacity:100%}}@keyframes footer{0%{transform:translateY(200px)}to{transform:translateY(0)}}*{margin:0;padding:0;font-family:Roboto,sans-serif}.header{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000}@media (min-width: 250px){.header{height:150px}}@media (min-width: 568px){.header{height:80px}}@media (min-width: 992px){.header{height:80px}}.header .header-flex{display:flex;align-items:center;justify-content:space-between;text-align:center;font-weight:600;width:40%;height:fit-content}@media (min-width: 250px){.header .header-flex{flex-direction:column;font-size:22px;width:90%}}@media (min-width: 568px){.header .header-flex{flex-direction:row;width:80%;font-size:20px}}@media (min-width: 992px){.header .header-flex{flex-direction:row;font-size:25px;width:70%}}.header .header-flex .header-button{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:16px;cursor:pointer;text-decoration:none;width:130px;height:40px;border:1px solid black;border-radius:7px;background-color:#25d366;color:#ffffffd9}@media (min-width: 250px){.header .header-flex .header-button{margin-top:20px}}@media (min-width: 568px){.header .header-flex .header-button{margin-top:0}}@media (min-width: 992px){.header .header-flex .header-button{margin-top:0}}.header .header-flex .header-button:hover{background-color:#1eac52;color:#ffffffd9;border:1px solid #25d366}.first-seg{height:fit-content;background-color:#120d3d;display:flex;flex-direction:column;align-items:center;justify-content:center}.first-seg .first-seg-text{padding:60px 0;color:#fff;font-weight:200}@media (min-width: 250px){.first-seg .first-seg-text{width:85%}}@media (min-width: 568px){.first-seg .first-seg-text{width:65%}}@media (min-width: 992px){.first-seg .first-seg-text{width:50%}}.first-seg .first-seg-text h1{font-size:28px;margin-bottom:20px;font-weight:200;animation:first-seg-text .4s ease-in}.first-seg .first-seg-text #p1{margin-top:20px;font-size:16px;animation:first-seg-text .5s ease-in}.first-seg .first-seg-text #p2{margin-top:20px;font-size:16px;animation:first-seg-text .6s ease-in}.first-seg .first-seg-text .first-seg-button{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;cursor:pointer;text-decoration:none;width:fit-content;height:40px;border:1px solid black;border-radius:7px;margin-top:30px;background-color:#25d366;color:#ffffffd9;animation:first-seg-text .7s ease-in}.first-seg .first-seg-text .first-seg-button:hover{background-color:#1eac52;color:#ffffffd9;border:1px solid #25d366}.second-seg{height:fit-content;background-color:#ecebda4d;padding:40px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.second-seg .second-seg-text{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:300}@media (min-width: 250px){.second-seg .second-seg-text{width:85%}}@media (min-width: 568px){.second-seg .second-seg-text{width:65%}}@media (min-width: 992px){.second-seg .second-seg-text{width:50%}}.second-seg .second-seg-text span{text-align:center;font-size:25px;border-bottom:1px solid;padding-bottom:40px}.second-seg .second-seg-text p{font-size:17px;margin-top:40px}@media (min-width: 250px){.second-seg .second-seg-bi{width:85%}}@media (min-width: 568px){.second-seg .second-seg-bi{width:65%}}@media (min-width: 992px){.second-seg .second-seg-bi{width:50%}}@media (min-width: 250px){.second-seg .second-seg-bi img{width:100%;height:auto}}@media (min-width: 568px){.second-seg .second-seg-bi img{width:370px;height:200px}}@media (min-width: 992px){.second-seg .second-seg-bi img{width:270px;height:160px}}.second-seg .second-seg-bi .second-seg-img{display:flex;column-gap:30px;margin-top:70px;animation:second-seg-img 1s ease-in;animation-timeline:view();animation-range-start:0px;animation-range-end:200px}@media (min-width: 250px){.second-seg .second-seg-bi .second-seg-img{flex-direction:column;align-items:center;justify-content:center}}@media (min-width: 568px){.second-seg .second-seg-bi .second-seg-img{flex-direction:column;align-items:center;justify-content:center}}@media (min-width: 992px){.second-seg .second-seg-bi .second-seg-img{flex-direction:row}}.second-seg .second-seg-bi .second-seg-img .second-seg-img-text{font-size:17px;font-weight:300}.second-seg .second-seg-bi .second-seg-img .second-seg-img-text p{margin-top:15px}.second-seg .second-seg-bi .second-seg-img-reverse{display:flex;column-gap:30px;margin-top:30px;animation:second-seg-img-reverse 1s ease-in;animation-timeline:view();animation-range-start:0px;animation-range-end:200px}@media (min-width: 250px){.second-seg .second-seg-bi .second-seg-img-reverse{flex-direction:column-reverse;align-items:center;justify-content:center}}@media (min-width: 568px){.second-seg .second-seg-bi .second-seg-img-reverse{flex-direction:column-reverse;align-items:center;justify-content:center}}@media (min-width: 992px){.second-seg .second-seg-bi .second-seg-img-reverse{flex-direction:row}}.second-seg .second-seg-bi .second-seg-img-reverse .second-seg-img-text{font-size:17px;font-weight:300}.second-seg .second-seg-bi .second-seg-img-reverse .second-seg-img-text p{margin-top:15px}.third-seg{height:fit-content;background-color:#120d3d;display:flex;flex-direction:column;align-items:center;justify-content:center}.third-seg .third-seg-text{padding:60px 0;color:#fff;font-weight:300}@media (min-width: 250px){.third-seg .third-seg-text{width:85%}}@media (min-width: 568px){.third-seg .third-seg-text{width:65%}}@media (min-width: 992px){.third-seg .third-seg-text{width:50%}}.third-seg .third-seg-text .third-seg-text-title{font-size:28px;margin-bottom:20px}.third-seg .third-seg-text p{margin-top:20px;font-size:16px}.forth-seg{display:flex;align-items:center;justify-content:center;margin:auto;height:600px;width:100%;background-color:#ecebda33}.forth-seg .forth-seg-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:370px;max-width:600px;border-radius:20px;background-color:#120d3d;color:#fff;animation:forth-seg-box 1s ease-in;animation-timeline:view();animation-range-start:0px;animation-range-end:300px}@media (min-width: 250px){.forth-seg .forth-seg-box{width:85%}}@media (min-width: 568px){.forth-seg .forth-seg-box{width:70%}}@media (min-width: 992px){.forth-seg .forth-seg-box{width:50%}}.forth-seg .forth-seg-box p{width:75%;font-weight:500;padding-bottom:20px}@media (min-width: 250px){.forth-seg .forth-seg-box p{font-size:25px}}@media (min-width: 568px){.forth-seg .forth-seg-box p{font-size:30px}}@media (min-width: 992px){.forth-seg .forth-seg-box p{font-size:34px}}.forth-seg .forth-seg-box .forth-seg-button{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:17px;cursor:pointer;text-decoration:none;width:fit-content;height:40px;border:1px solid black;border-radius:7px;margin-top:30px;background-color:#25d366;color:#ffffffd9}.forth-seg .forth-seg-box .forth-seg-button:hover{background-color:#1eac52;color:#ffffffd9;border:1px solid #25d366}.fifth-seg{display:flex;align-items:center;justify-content:center;margin:auto;height:500px;width:100%;padding-bottom:50px;background-color:#ecebda33}.fifth-seg .fifth-seg-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:370px;max-width:600px}@media (min-width: 250px){.fifth-seg .fifth-seg-box{width:85%}}@media (min-width: 568px){.fifth-seg .fifth-seg-box{width:70%}}@media (min-width: 992px){.fifth-seg .fifth-seg-box{width:50%}}.fifth-seg .fifth-seg-box span{padding-bottom:40px;font-size:30px;font-weight:300}.fifth-seg .fifth-seg-box p{font-size:19px;font-weight:300}.bottom{background-color:#120d3d}.bottom .sixth-seg{display:flex;align-items:center;justify-content:center;flex-direction:column;height:fit-content;padding:50px 0;width:100%}@media (min-width: 250px){.bottom .sixth-seg img{width:80%;height:auto;margin-bottom:20px}}@media (min-width: 568px){.bottom .sixth-seg img{width:320px;height:280px;margin-bottom:20px}}@media (min-width: 992px){.bottom .sixth-seg img{width:320px;height:280px}}.bottom .sixth-seg .sixth-seg-title{font-size:30px;font-weight:200;color:#fff;margin-bottom:30px}.bottom .sixth-seg .sixth-seg-box{display:flex;align-items:center;justify-content:space-between}@media (min-width: 250px){.bottom .sixth-seg .sixth-seg-box{flex-direction:column}}@media (min-width: 568px){.bottom .sixth-seg .sixth-seg-box{flex-direction:column}}@media (min-width: 992px){.bottom .sixth-seg .sixth-seg-box{flex-direction:row;width:fit-content;min-width:800px}}.bottom .sixth-seg .sixth-seg-box .sixth-seg-box-card{display:flex;align-items:center;justify-content:center;flex-direction:column}.bottom .footer{display:flex;align-items:center;justify-content:center;width:100%;height:400px;background-color:#120d3d}.bottom .footer .footer-box{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:280px}.bottom .footer .footer-box .footer-box-title{font-weight:400;color:#fff;animation:forth-seg-box 1.7s ease-in;animation-timeline:view();animation-range-start:0px;animation-range-end:100px}@media (min-width: 250px){.bottom .footer .footer-box .footer-box-title{font-size:30px}}@media (min-width: 568px){.bottom .footer .footer-box .footer-box-title{font-size:38px}}@media (min-width: 992px){.bottom .footer .footer-box .footer-box-title{font-size:44px}}.bottom .footer .footer-box .footer-box-text{font-weight:300;color:#fff;animation:forth-seg-box 2s ease-in;animation-timeline:view();animation-range-start:0px;animation-range-end:100px}@media (min-width: 250px){.bottom .footer .footer-box .footer-box-text{font-size:20px}}@media (min-width: 568px){.bottom .footer .footer-box .footer-box-text{font-size:24px}}@media (min-width: 992px){.bottom .footer .footer-box .footer-box-text{font-size:34px}}.bottom .footer .footer-box .footer-button{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:20px;cursor:pointer;text-decoration:none;animation:forth-seg-box 2.3s ease-in;animation-timeline:view();animation-range-start:0px;animation-range-end:100px;width:fit-content;height:50px;border:1px solid black;border-radius:7px;margin-top:30px;background-color:#25d366;color:#ffffffd9}.bottom .footer .footer-box .footer-button:hover{background-color:#1eac52;color:#ffffffd9;border:1px solid #25d366}.card-box{display:flex;align-items:center;justify-items:center;margin-bottom:10px;cursor:pointer;color:#f3b13f;border:2px solid #f3b13f;border-radius:5px}@media (min-width: 250px){.card-box{width:300px}}@media (min-width: 568px){.card-box{width:350px}}@media (min-width: 992px){.card-box{width:350px}}.card-box .card-box-icon{padding-left:10px;padding-right:10px}.card-box p{display:flex;align-items:center;justify-content:left;height:50px;width:350px;font-size:15px;font-weight:100;color:#fff}@media (min-width: 250px){.card-box p{width:300px}}@media (min-width: 568px){.card-box p{width:350px}}@media (min-width: 992px){.card-box p{width:350px}}.card-text{font-size:15px;font-weight:100;color:#fff;margin-bottom:10px;text-align:left}@media (min-width: 250px){.card-text{width:300px}}@media (min-width: 568px){.card-text{width:350px}}@media (min-width: 992px){.card-text{width:350px}}
