@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";:root{--font-family: "Manrope", sans-serif;--gradient-text: linear-gradient(89.97deg, #AE67FA 1.84%, #F49867 102.67%);--gradient-bar: linear-gradient(103.22deg, #AE67FA -13.86%, #F49867 99.55%);--color-bg: #040C18;--color-footer: #031B34;--color-blog: #042c54;--color-text: #81AFDD;--color-subtext: #FF8A71}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}body{background:var(--color-bg)}a{color:unset;text-decoration:none}.gradient__bg{background:-moz-radial-gradient(circle at 3% 25%,rgba(0,40,83,1) 0%,rgba(4,12,24,1) 25%);background:-webkit-radial-gradient(circle at 3% 25%,rgba(0,40,83,1) 0%,rgba(4,12,24,1) 25%);background:-o-radial-gradient(circle at 3% 25%,rgba(0,40,83,1) 0%,rgba(4,12,24,1) 25%);background:-ms-radial-gradient(circle at 3% 25%,rgba(0,40,83,1) 0%,rgba(4,12,24,se1) 25%);background:radial-gradient(circle at 3% 25%,rgba(0,40,83,1) 0%,rgba(4,12,24,1) 75%)}.gradient__text{background:var(--gradient-text);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@media screen and (max-width: 700px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width: 550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}.gpt3__blog-container_article{width:100%;height:100%;display:flex;flex-direction:column;background:var(--color-footer)}.gpt3__blog-container_article-image{width:100%;height:100%;background:var(--color-bg)}.gpt3__blog-container_article-image img{width:100%;height:100%}.gpt3__blog-container_article-content{display:flex;flex-direction:column;justify-content:space-between;padding:1rem 1.5rem;height:100%}.gpt3__blog-container_article-content p{font-family:var(--font-family);font-size:11.65px;font-weight:700;line-height:35px;color:#fff}.gpt3__blog-container_article-content h3{font-family:var(--font-family);font-size:25.11px;font-weight:800;line-height:30.3px;color:#fff;margin-bottom:5rem;cursor:pointer}.gpt3__blog-container_article-content p:last-child{cursor:pointer}@media screen and (max-width: 550px){.gpt3__blog-container_article-content h3{font-size:18px;line-height:25p}}.Card{position:relative;border-radius:20px;box-shadow:0 20px 40px #00000040;transition:.8s cubic-bezier(.2,.8,.2,1);background:var(--color-footer);background:-moz-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-webkit-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-o-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-ms-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.Card:hover{transform:scale(1.1);box-shadow:0 30px 60px #00000080}.Card:hover img{transform:translateY(-20px);transition:.8s cubic-bezier(.2,.8,.2,1)}.gpt3__card-ui-title div{width:50px;height:7px;background:var(--gradient-bar);box-shadow:0 4px 4px #00000040;margin-bottom:.25rem}.Card h1{font-family:var(--font-family);font-weight:800;font-size:18px;line-height:24px;letter-spacing:-.04em;color:#fff}.Card p{font-family:var(--font-family);font-weight:500;font-size:14px;line-height:24px;color:var(--color-text)}.Card img{border:5px solid white;border-radius:5px}.gpt3__brand{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.gpt3__brand div{flex:1;margin:1rem;display:flex;justify-content:center;align-items:center}.gpt3__brand img{height:60px;background-color:#fff}.gpt3__cta{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:2rem;margin:4rem;border-radius:1rem;background:var(--gradient-bar)}.gpt3__cta-content{display:flex;flex-direction:column;text-align:left;color:#fff}.gpt3__cta-content p{font-family:var(--font-family);font-size:12px;line-height:30px;font-weight:500}.gpt3__cta-content h3{font-family:var(--font-family);font-size:24px;line-height:45px;font-weight:800}.gpt3__cta-btn{display:flex;justify-content:center;align-items:center;margin-left:2rem}.gpt3__cta-btn button{background:#000;color:#fff;font-family:var(--font-family);font-weight:700;font-size:18px;line-height:30px;padding:.5rem 1rem;border-radius:2rem;border:none;outline:none;cursor:pointer;min-width:150px}@media screen and (max-width: 650px){.gpt3__cta{flex-direction:column}.gpt3__cta-btn{margin:2rem 0 0}}@media screen and (max-width: 550px){.gpt3__cta{flex-direction:column;margin:4rem 2rem}.gpt3__cta-content h3{font-size:18px;line-height:32px}.gpt3__cta-btn button{font-size:14px;line-height:28px}}.gpt3__features-container__feature{width:100%;display:flex;justify-content:space-around;align-items:flex-start;flex-direction:row;flex-grow:inherit;margin:1rem;overflow:hidden;justify-content:center}.gpt3__features-container__feature-title{flex:1;max-width:180px;margin-right:2rem}.gpt3__features-container__feature-title h1{font-family:var(--font-family);font-weight:800;font-size:18px;line-height:24px;letter-spacing:-.04em;color:#fff;word-spacing:7px}.gpt3__features-container__feature-title div{width:38px;height:3px;background:var(--gradient-bar);box-shadow:0 4px 4px #00000040;margin-bottom:.25rem}.gpt3__features-container_feature-text{flex:2;max-width:750px;display:flex}.gpt3__features-container_feature-text p{font-family:var(--font-family);font-weight:500;font-size:14px;line-height:24px;color:var(--color-text)}.gpt3__features-container__feature img{margin-top:1rem;margin-bottom:1rem;width:550px;height:218px;background-repeat:no-repeat;background-size:cover}@media screen and (max-width: 550px){.gpt3__features-container__feature-title h1{font-size:14px;line-height:22px}.gpt3__features-container_feature-text p{font-size:12px;line-height:20px}.gpt3__features-container__feature img{margin-top:2rem;margin-bottom:2rem;width:225px;height:100%;background-repeat:no-repeat;background-size:cover}.gpt3__features-container__feature{margin:1rem 0}}.gpt3__navbar{display:flex;justify-content:space-between;align-items:center;padding:2rem 6rem}.gpt3__navbar-links{flex:1;display:flex;justify-content:flex-start;align-items:center}.gpt3__navbar-links_logo{margin-right:2rem}.gpt3__navbar-links_logo img{border:5px solid white;background-color:#fff;border-radius:5px;width:130.56px;height:42.02px}.gpt3__navbar-links_container{display:flex;flex-direction:row}.gpt3__navbar-sign{display:flex;justify-content:flex-end;align-items:center}.gpt3__navbar-links_container p,.gpt3__navbar-sign p,.gpt3__navbar-menu_container p{color:#fff;font-family:var(--font-family);font-weight:500;font-size:18px;line-height:49px;text-transform:capitalize;margin:0 1rem;cursor:pointer}.gpt3__navbar-sign button,.gpt3__navbar-menu_container button{padding:.5rem 1rem;color:#fff;background:#FF4820;font-family:var(--font-family);font-weight:500;font-size:18px;line-height:25px;border:none;outline:none;cursor:pointer;border-radius:5px}.gpt3__navbar-menu{margin-left:1rem;display:none;position:relative}.gpt3__navbar-menu svg{cursor:pointer}.gpt3__navbar-menu_container{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;text-align:end;background:var(--color-footer);padding:2rem;position:absolute;right:0;top:40px;margin-top:1rem;min-width:210px;border-radius:5px;box-shadow:0 0 5px #0003}.gpt3__navbar-menu_container p{margin:1rem 0}.gpt3__navbar-menu_container-links-sign{display:none}@media screen and (max-width: 1050px){.gpt3__navbar-links_container{display:none;z-index:999}.gpt3__navbar-menu{display:flex;z-index:10000}}@media screen and (max-width: 700px){.gpt3__navbar{padding:2rem 4rem;z-index:10000}}@media screen and (max-width: 550px){.gpt3__navbar{padding:2rem;transform:scale(.75);position:relative;z-index:10000}.gpt3__navbar-sign{display:none;z-index:10000}.gpt3__navbar-menu_container{top:40px;z-index:10000;right:-60px}.gpt3__navbar-menu_container-links-sign{display:block;z-index:999}}.nav-area{display:flex;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;height:58px}.logo{text-decoration:none;font-size:25px;color:inherit;margin-right:20px}.menus{display:flex;list-style:none}.menu-items{position:relative;font-size:16px}.menu-items a{display:grid;grid-template-columns:1fr 1fr;font-size:inherit;color:inherit;text-decoration:none;color:#fff;font-family:var(--font-family);font-weight:500;font-size:18px;line-height:25px;text-transform:capitalize;margin:0 1rem;cursor:pointer}.menu-items button{color:inherit;font-size:inherit;border:none;background-color:transparent;width:100%;color:#fff;font-family:var(--font-family);font-weight:500;font-size:18px;line-height:25px;text-transform:capitalize;margin:0 1rem;cursor:pointer}.menu-items a,.menu-items button{text-align:left;padding:.7rem 1rem}.menu-items a:hover,.menu-items button:hover{background-color:#8f7272;border-radius:5px}.arrow:after{content:"";display:inline-block;margin-left:.28em;vertical-align:.09em;border-top:.42em solid;border-right:.32em solid transparent;border-left:.32em solid transparent}.dropdown{position:absolute;right:0;left:auto;box-shadow:0 10px 15px -3px #2e293314,0 4px 6px -2px #473f4f29;font-size:.875rem;z-index:9999;min-width:10rem;padding:.5rem 0;list-style:none;background-color:#002853;border-radius:.5rem;display:none}.dropdown.show{display:block}.dropdown .dropdown-submenu{position:absolute;left:100%;top:-7px}.gpt3__blog{display:flex;flex-direction:column}.gpt3__blog-heading{width:100%;text-align:left;margin-bottom:5rem}.gpt3__blog-heading h1{font-size:62px;line-height:75px;font-family:var(--font-family);font-weight:800;transform:scale(.95)}.gpt3__blog-container{display:flex;flex-direction:row;transform:scale(.95)}.gpt3__blog-container_groupA{flex:.75;margin-right:2rem}.gpt3__blog-container_groupB{flex:1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}@media screen and (max-width: 990px){.gpt3__blog-container{flex-direction:column-reverse}.gpt3__blog-container_groupA{margin:2rem 0}.gpt3__blog-container_groupA .gpt3__blog-container_article{width:48%}.gpt3__blog-container_groupA .gpt3__blog-container_article-image{height:250px}}@media screen and (max-width: 700px){.gpt3__blog-container_groupB{grid-template-columns:repeat(1,1fr)}.gpt3__blog-container_groupA .gpt3__blog-container_article{width:100%}.gpt3__blog-heading h1{font-size:46px;line-height:52px}}@media screen and (max-width: 550px){.gpt3__blog-heading h1{font-size:34px;line-height:42px}}.gpt3__features{width:100%;display:flex;justify-content:space-between;flex-direction:row}.gpt3__features-heading{flex:1;display:flex;justify-content:flex-start;align-content:flex-start;flex-direction:column;text-align:left;margin-right:5rem}.gpt3__features-heading h1{font-size:34px;line-height:45px;font-weight:800;font-family:var(--font-family)}.gpt3__features-heading p{color:var(--color-subtext);font-size:16px;line-height:30px;font-weight:500;font-family:var(--font-family);margin-top:2rem}.gpt3__features-container{flex:1.5;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}@media screen and (max-width: 990px){.gpt3__features{flex-direction:column}.gpt3__features-heading{margin:0 0 2rem}}@media screen and (max-width: 550px){.gpt3__features-heading h1{font-size:28px;line-height:38px}}.gpt3__footer-links_logo img{border:5px solid white;background-color:#fff;border-radius:5px;width:130.56px;height:42.02px}.gpt3__footer{display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--color-footer)}.gpt3__footer-heading{width:100%;text-align:center;margin-bottom:3rem}.gpt3__footer-heading h1{font-family:var(--font-family);font-weight:800;font-size:64px;line-height:75px}.gpt3__footer-heading p{font-family:var(--font-family);font-weight:400;font-size:20px;line-height:28px;color:var(--color-text);margin-top:1.5rem}.gpt3__footer-btn{display:flex;justify-content:center;align-items:center;padding:1rem;border:1px solid #fff;text-align:center;margin-bottom:10rem;cursor:pointer}.gpt3__footer-btn p{font-size:18px;font-family:var(--font-family);line-height:21px;color:#fff;word-spacing:2px}.gpt3__footer-links{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;flex-wrap:wrap;width:100%;text-align:left}.gpt3__footer-links div{width:250px;margin:1rem}.gpt3__footer-links_logo{display:flex;flex-direction:column}.gpt3__footer-links_logo img{width:118px;height:30px;margin-bottom:1rem}.gpt3__footer-links_logo p{font-family:var(--font-family);font-size:12px;line-height:15px;color:#fff}.gpt3__footer-links_div{display:flex;justify-content:flex-start;flex-direction:column}.gpt3__footer-links_div h4{font-size:14px;line-height:17px;font-family:var(--font-family);color:#fff;margin-bottom:.9rem}.gpt3__footer-links_div p{font-size:12px;line-height:15px;font-family:var(--font-family);color:#fff;margin:.5rem 0;cursor:pointer}.gpt3__footer-copyright{margin-top:2rem;text-align:center;width:100%}.gpt3__footer-copyright p{font-size:12px;font-family:var(--font-family);line-height:15px;color:#fff}@media screen and (max-width: 850px){.gpt3__footer-heading h1{font-size:44px;line-height:50px}}@media screen and (max-width: 550px){.gpt3__footer-heading h1{font-size:34px;line-height:42px}.gpt3__footer-links div{margin:1rem 0}.gpt3__footer-btn p{font-size:14px;line-height:20px}}@media screen and (max-width: 400px){.gpt3__footer-heading h1{font-size:27px;line-height:38px}}.gpt3__header{display:flex;flex-direction:row}.gpt3__header-content{flex:1;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;margin-right:5rem}.gpt3__header-content h1{font-family:var(--font-family);font-weight:800;font-size:62px;line-height:75px;letter-spacing:-.04em}.gpt3__header-content p{font-family:var(--font-family);font-weight:400;font-size:20px;line-height:28px;color:var(--color-text);margin-top:1.5rem}.gpt3__header-content__input{width:100%;margin:2rem 0 1rem;display:flex;flex-direction:row}.gpt3__header-content__input input{flex:2;width:100%;min-height:50px;font-family:var(--font-family);font-weight:400;font-size:20px;line-height:28px;background:var(--color-footer);border:2px solid var(--color-footer);padding:0 1rem;outline:none;color:#fff;border-top-left-radius:5px;border-bottom-left-radius:5px}.gpt3__header-content__input button{flex:.6;width:100%;min-height:50px;font-family:var(--font-family);font-weight:400;font-size:20px;line-height:28px;background:#FF4820;border:2px solid #FF4820;padding:0 1rem;color:#fff;cursor:pointer;outline:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.gpt3__header-image{flex:1;display:flex;justify-content:center;align-items:center}.slider,.gpt3__header-image img{width:100%;height:100%}@media screen and (max-width: 1050px){.gpt3__header{flex-direction:column}.gpt3__header-content{margin:0 0 3rem}}@media screen and (max-width: 650px){.gpt3__header-content h1{font-size:48px;line-height:60px}.gpt3__header-content p{font-size:16px;line-height:24px}.gpt3__header-content__people{flex-direction:column}.gpt3__header-content__people p{margin:0}.gpt3__header-content__input input,.gpt3__header-content__input button{font-size:16px;line-height:24px}.slider{width:100%;height:100%;transform:scale(.75)}}@media screen and (max-width: 490px){.gpt3__header-content h1{font-size:36px;line-height:48px}.gpt3__header-content p{font-size:14px;line-height:24px}.gpt3__header-content__input input,.gpt3__header-content__input button{font-size:12px;line-height:16px}.slider{width:100%;height:100%;transform:scaleY(.65)}}.slideshow{width:500px;overflow:hidden;z-index:1}.slideshowSlider{white-space:nowrap;transition:ease 1s}.slide{display:inline-block;height:400px;width:100%;border-radius:40px}.slideshowDots{text-align:center}.slideshowDot{display:inline-block;height:20px;width:20px;border-radius:50%;cursor:pointer;margin:15px 7px 0;background-color:#c4c4c4}.slideshowDot.active{background-color:#6a0dad}.gpt3__whatgpt3{display:flex;flex-direction:column;padding:2rem;background:var(--color-footer);background:-moz-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-webkit-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-o-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:-ms-radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);background:radial-gradient(circle at 30% -100%,#042c54 25%,rgba(4,44,84,1) 85%,rgba(27,120,222,1) 100%);filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.gpt3__whatgpt3-feature{display:flex}.gpt3__whatgpt3-feature .gpt3__whatgpt3-container__feature{margin:0}.gpt3__whatgpt3-feature .gpt3__whatgpt3-container__feature-text{margin:0;max-width:700px}.gpt3__whatgpt3-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:4rem 0 2rem}.gpt3__whatgpt3-heading h1{font-size:34px;line-height:45px;font-weight:800;font-family:var(--font-family);max-width:700px}.gpt3__whatgpt3-heading p{font-family:var(--font-family);font-weight:500;font-size:16px;line-height:30px;color:var(--color-subtext);cursor:pointer}.gpt3__whatgpt3-container{display:flex;flex-wrap:wrap;flex-direction:row;margin-top:2rem;justify-content:center}.gpt3__whatgpt3-container .gpt3__features-container__feature{flex:1;margin:1rem;min-width:210px;display:unset;flex-direction:column}.gpt3__whatgpt3-container .gpt3__features-container_feature-text{margin-top:.5rem}@media screen and (max-width: 850px){.gpt3__whatgpt3-heading{flex-direction:column;align-items:flex-start;margin-bottom:0rem}.gpt3__whatgpt3-heading p{margin-top:1rem}}@media screen and (max-width: 650px){.gpt3__whatgpt3-feature .gpt3__features-container__feature{flex-direction:column}.gpt3__whatgpt3-feature .gpt3__features-container_feature-text{margin-top:.5rem}.gpt3__whatgpt3-heading h1{font-size:28px;line-height:40px}}@media screen and (max-width: 350px){.gpt3__whatgpt3-container .gpt3__features-container__feature{margin:1rem 0;min-width:100%}}.lecture-card{height:fit-content;margin:2.5rem;display:flex;flex-direction:row;justify-content:space-between;width:80%;align-items:center;transition:.5s ease-in-out;background:rgba(77,75,75,.2);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;font-family:Gilroy-Light}@media screen and (max-width: 768px){.lecture-card{display:flex;justify-content:flex-start;flex-direction:column-reverse;align-items:center}}.lecture-card:nth-child(odd){flex-direction:row-reverse;justify-content:flex-end}@media screen and (max-width: 768px){.lecture-card:nth-child(odd){display:flex;justify-content:flex-start;flex-direction:column-reverse;align-items:center}}.lecture-card:hover{box-shadow:0 0 5px 5px #007aff;background:linear-gradient(to right,#0c0c31,#04041d,#080836,rgba(1,1,66,.3882352941));transform:scale(1.02);transition:.3s}.lecture-card img{padding:0;border-radius:10px;width:25%}@media screen and (max-width: 990px){.lecture-card img{margin:.5rem;width:40%;height:100%}}.lecture-card .card-contents{display:flex;flex-direction:column;height:fit-content;margin:1rem auto;text-align:justify;margin:1rem 2rem;min-width:40%}@media screen and (max-width: 768px){.lecture-card .card-contents{justify-content:center;align-items:center}}.lecture-card .card-contents .title{font-size:1.5rem;font-weight:900;color:#5ac8fa;text-align:left}@media screen and (max-width: 430px){.lecture-card .card-contents .title{text-align:center}}.lecture-card .card-contents .date{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:.5rem 0}.lecture-card .card-contents .date .date-icon{margin:.3rem;font-size:1.2rem}.lecture-card .card-contents .date .date-date{display:flex;justify-content:center;align-items:center}.lecture-card .card-contents .date .date-date .time{color:#aaa;padding:0}.lecture-card .card-contents .date .date-date .start{color:#a6ffcb;margin:0 1rem}.lecture-card .card-contents .date .date-date .start time{display:flex;align-items:center;justify-content:center;flex-direction:column}.lecture-card .card-contents .date .date-date .to{display:inline-block}.lecture-card .card-contents .date .date-date .end{color:#ed4264;margin:0 0 0 1rem}.lecture-card .card-contents .date .date-date .end time{display:flex;align-items:center;justify-content:center;flex-direction:column}.lecture-card .card-contents .registration-button{background-color:#0050ae;border:none;color:#fff;padding:.5rem 1rem;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;margin:1rem 0rem;cursor:pointer;-webkit-transition-duration:.2s;transition-duration:.2s}.lecture-card .card-contents .registration-button:hover{letter-spacing:2px}.sections__padding{padding:4rem 4rem 0rem 6rem}.gpt3__features_sponsors{width:100%;display:flex;flex:1;justify-content:space-between;flex-direction:row;background:var(--color-footer)}.gpt3__features_sponsors_row{width:100%;display:flex;flex:0;justify-content:flex-end;flex-direction:row;background:var(--color-footer)}.gpt3__features-heading_sponsors{flex:0;display:flex;justify-content:flex-start;align-content:flex-start;flex-direction:column;text-align:left;margin-right:5rem}.gpt3__features-heading_sponsors h1{font-size:34px;line-height:45px;font-weight:800;font-family:var(--font-family)}.gpt3__features-heading_sponsors p{color:var(--color-subtext);font-size:16px;line-height:30px;font-weight:500;font-family:var(--font-family);margin-top:2rem}.gpt3__features-container_sponsors{flex:1;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.row{width:60%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding-right:10rem;padding-top:0}@media screen and (max-width: 990px){.gpt3__features_sponsors{flex-direction:column}.row{width:100%;flex-direction:column}.gpt3__features_sponsors_row{justify-content:center;flex-direction:column}.gpt3__features-heading_sponsors{margin:0 0 2rem}}@media screen and (max-width: 550px){.gpt3__features-heading h1{font-size:28px;line-height:38px}}.about__country{background-color:#182342;display:flex;flex-direction:column;height:auto;overflow:hidden;color:#fff}.about__country--title{display:flex;color:#fff;margin-left:165px;margin-top:140px;align-items:center;font-family:LibreBaskerville-Regular,serif;font-style:normal;font-weight:400;font-size:48px;line-height:111%;letter-spacing:-.055em}@media screen and (max-width: 599px){.about__country--title{width:70%;margin-left:48px;margin-top:80px;font-family:LibreBaskerville-Regular,serif;font-style:normal;font-weight:400;font-size:32px}}.about__country--container{display:flex;flex-direction:row;margin-left:165px;margin-top:80px;margin-bottom:10px}@media screen and (max-width: 599px){.about__country--container{margin-left:0;flex-direction:column}}.about__country--symbol{height:200px}@media screen and (max-width: 599px){.about__country--symbol{object-fit:contain}.country__description{text-align:left;width:100%}}.about__country--right{margin-left:80px}@media screen and (max-width: 599px){.about__country--right{margin-left:0}}.country__description{display:flex;width:80%;margin-left:50px;padding:0 80px 80px 0;font-family:GothicA1-Regular,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:22px;color:#fff}@media screen and (max-width: 599px){.country__description{width:auto;margin-left:40px;margin-top:60px;font-style:normal;font-size:16px;line-height:28px}}.about__country--row{display:flex;flex-direction:row;font-family:GothicA1-Regular,sans-serif;margin-left:50px}@media screen and (max-width: 599px){.about__country--row{flex-direction:column}}.about__country--item{display:flex;width:200px;flex-direction:column;margin:50px 100px 0 0}.country__flag{position:absolute;max-height:72px;width:100%;margin-left:165px;margin-top:250px}@media screen and (max-width: 599px){.country__flag{margin-left:48px;margin-top:150px}}.about__country--item-title{font-weight:200px;font-size:18px;line-height:28px}.about__country--item-subtitle{font-size:18px;line-height:28px;font-weight:700;margin-top:25px}.country__cta{background-color:#182342;height:343px;overflow:hidden}@media screen and (max-width: 599px){.country__cta{display:flex;object-fit:cover;margin-bottom:200px}}.country__cta__container{position:absolute;display:flex;flex-direction:row;margin:120px 1% 10% 160px;align-items:center}@media screen and (max-width: 599px){.country__cta__container{flex-direction:column;margin:0;align-items:flex-start}}.country__cta__title{font-family:LibreBaskerville-Regular,serif;font-style:normal;font-weight:400;font-size:40px;letter-spacing:-.055em;color:#fff;margin-right:120px;user-select:none}@media screen and (max-width: 599px){.country__cta__title{z-index:2;font-size:32px;margin:120px 0 0 40px;width:85%}}.country__cta__title--long{font-family:LibreBaskerville-Regular,serif;font-style:normal;font-weight:400;font-size:48px;letter-spacing:-.055em;color:#fff;margin-right:320px;user-select:none;width:40%}@media screen and (max-width: 599px){.country__cta__title--long{z-index:2;font-size:36px;margin:120px 0 0 40px;width:85%}}.country__cta__title--short{font-family:LibreBaskerville-Regular,serif;font-style:normal;font-weight:400;font-size:48px;letter-spacing:-.055em;color:#fff;margin-right:240px;user-select:none}@media screen and (max-width: 599px){.country__cta__title--short{z-index:2;font-size:36px;margin:120px 0 0 40px;width:85%}}.country__background{display:flex;width:100%;object-fit:cover}@media screen and (max-width: 599px){.country__background{position:absolute;height:500px}}.country__cta__button{display:flex;font-family:GothicA1-Regular,sans-serif;font-weight:600;border:1px solid #FFFFFF;background:#182342;color:#fff;font-size:18px;height:56px;border-radius:2px;padding:16px 64px;align-items:center;width:auto;min-width:250px}.country__cta__button:hover{cursor:pointer;background:#162f72;color:#fff;font-weight:900;box-shadow:2px 5px 5px #000;transition:all ease .2s;border:none}@media screen and (max-width: 599px){.country__cta__button{position:absolute;z-index:2;margin:80px 0 0 40px}}@media screen and (max-width: 599px){.space__blank--mobile{height:80px;overflow:hidden}}.country__perks{background-color:#fff;padding-bottom:50px;overflow:hidden}.perks__title{width:875px;height:63px;margin-left:165px;margin-top:140px;font-family:LibreBaskerville-Regular,serif;font-style:normal;font-weight:400;font-size:48px;line-height:111%;letter-spacing:-.055em;color:#182342}.perks__group{width:70%;margin-right:80px;padding:32px 16px;background-color:#182342;border-radius:5px;color:#fff}.section__title__dark{font-size:60px;text-align:center}@media screen and (max-width: 599px){.perks__group{width:80%;padding:10px;margin-bottom:24px}.section__title__dark{font-size:35px}}.perks__group:hover{transition:all ease-in .1s;background-color:#162f72}.benefit__title{font-family:GothicA1-Regular,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:22px}.benefit__description{font-family:GothicA1-Regular,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:22px;margin-top:16px}.perks__row{display:flex;flex-direction:row;margin-left:160px;margin-top:60px}@media screen and (max-width: 599px){.perks__row{flex-direction:column;margin-left:40px}.section__title__dark{font-size:35px}}.benefit__icon{margin-bottom:32px;height:60px;background-color:#162f72;padding:10px;border-radius:50%;color:#fff}.country__hero{background-color:#182342;height:600px;display:flex;object-fit:cover;background-image:url(https://ibb.co/YTCCy3g);background-repeat:no-repeat;background-size:cover;overflow:hidden}.country__hero__agriculture{background-color:#182342;height:400px;display:flex;overflow:hidden;object-fit:cover;background-image:url(https://images.unsplash.com/photo-1499529112087-3cb3b73cec95?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8YWdyaWN1bHR1cmV8ZW58MHx8MHx8&auto=format&fit=crop&w=500&q=60);background-repeat:no-repeat;background-size:cover;overflow-x:hidden}.videoContainer video{border:10px solid white;border-radius:5px;height:240px}.videoContainer{position:absolute;transform:scale(1.25);right:80px;top:200px;z-index:10000}.country-title{position:absolute;width:1105.21px;height:119px;left:116px;top:258px;font-family:LibreBaskerville-Regular,serif;font-style:normal;font-weight:400;font-size:60px;line-height:125%;display:flex;align-items:center;letter-spacing:-.055em;color:#182342;z-index:1;background-color:#fff;border-radius:5px;padding:.5rem}@media screen and (max-width: 599px){.country-title{width:240px;left:48px;top:245px;font-size:28px}.videoContainer{position:static;transform:scale(.75);margin-left:20px;border:none;z-index:1000}}.country-title--small{position:absolute;width:1105.21px;height:119px;left:116px;top:258px;font-family:LibreBaskerville-Regular,serif;font-style:normal;font-weight:400;font-size:100px;line-height:125%;display:flex;align-items:center;letter-spacing:-.055em;color:#182342;z-index:1}@media screen and (max-width: 599px){.country-title--small{width:240px;left:48px;top:245px;font-size:50px}}.category{position:absolute;height:27px;left:125px;top:145px;font-family:GothicA1-Regular,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:22px;display:flex;align-items:center;letter-spacing:.63em;color:#000;z-index:1}@media screen and (max-width: 599px){.category{width:70%;left:52px;top:140px;font-size:14px;display:flex;letter-spacing:.2em}}.journey__button{font-family:GothicA1-Regular,sans-serif;font-weight:600;border:1px solid #162f72;background:#182342;color:#fff;font-size:18px;height:56px;border-radius:2px;padding:16px 64px;align-items:center;position:absolute;margin-left:120px;margin-top:40%;z-index:1}@media screen and (max-width: 599px){.journey__button{font-weight:400;background:#182342;color:#fff;font-size:16px;height:56px;margin-left:56px;margin-top:120%;z-index:1}}.journey__button:hover{cursor:pointer;transition:all ease-in .1s;border:1px solid #162f72;background:#162f72}.scrolling__nav{display:flex;flex-direction:column;margin-right:5%;margin-top:399px;margin-left:auto;background:#182342;width:339px;height:40%;padding-top:20px;border-radius:5px}@media screen and (max-width: 599px){.scrolling__nav{margin-left:8%;margin-top:650px;height:32%}}.scrolling__nav--small{display:flex;flex-direction:column;margin-right:5%;margin-top:399px;margin-left:auto;background:#182342;width:339px;height:34%;padding-top:20px;border-radius:5px}@media screen and (max-width: 599px){.scrolling__nav--small{margin-left:10%;margin-top:700px;height:25%}}.scrolling__link{font-family:GothicA1-Regular,sans-serif;padding:20px 10px 20px 50px;display:flex;align-items:center;text-decoration:none;cursor:pointer;color:#fff}.scrolling__link:hover{background-color:#162f72;font-weight:bolder}.agricultureList{display:flex;align-items:center;justify-content:center;border-radius:1px white;background-color:#182342}.h3{position:relative;z-index:1;padding:30px 100px 30px 400px;width:"80%";font-family:GothicA1-Regular;font-style:"normal";font-weight:"300";font-size:"18px";line-height:"22px";color:#fff}.contact-page{display:flex;overflow:hidden;padding-top:2rem;padding-bottom:5rem}.contact-page .text-zone{flex:1;padding-left:7rem;padding-right:4rem;padding-top:4rem}.contact-page .text-zone h1{font-size:53px;font-family:Coolvetica;color:gold;font-weight:400;margin-top:0;position:relative;margin-bottom:40px;left:-10px}.contact-page .text-zone h1:before{content:"";font-family:La Belle Aurore,cursive;color:gold;font-size:18px;position:absolute;margin-top:-10px;left:-10px;opacity:.6;line-height:18px}.contact-page .text-zone h1:after{content:"";font-family:La Belle Aurore,cursive;color:gold;font-size:18px;line-height:18px;position:absolute;left:-30px;bottom:-20px;margin-left:20px;opacity:.6}.contact-page .text-zone p{font-size:13px;color:#fff;font-family:sans-serif;font-weight:300;max-width:fit-content;animation:pulse 1s}.contact-page .text-zone p:nth-of-type(1){animation-delay:1.1s}.contact-page .text-zone p:nth-of-type(2){animation-delay:1.2s}.contact-page .text-zone p:nth-of-type(3){animation-delay:1.3s}.contact-page .text-animate-hover:hover{color:#fff}.contact-form{width:100%;margin-top:20px}.contact-form ul{padding:0;margin:0}.contact-form ul li{padding:0;margin:0 0 10px;list-style:none;opacity:1;overflow:hidden;display:block;clear:both;position:relative;animation:fadeInUp 2s 2s;animation-fill-mode:forwards}.contact-form ul li.half{width:49%;margin-left:2%;float:left;clear:none}.contact-form ul li.half:first-child{margin-left:0}.contact-form input[type=text],.contact-form input[type=email]{width:100%;border:0;background:hsla(201deg,74%,26%,.1);height:50px;font-size:16px;color:#fff;padding:0 20px;box-sizing:border-box}.contact-form textarea{width:100%;border:0;background:hsla(201deg,74%,26%,.1);height:50px;font-size:16px;color:#fff;padding:20px;box-sizing:border-box;min-height:150px}.contact-form .flat-button{color:gold;font-size:11px;letter-spacing:3px;text-decoration:none;padding:8px 10px;border:1px solid #ffd700;float:left;border-radius:4px;background:0 0;text-transform:uppercase;float:right;text-align:center;margin-right:10px}.map-wrap{flex:1;background:hsla(201deg,74%,26%,.1)}.leaflet-container{position:realtive;width:100%;height:100%;opacity:1;animation:backInRight 1s 1.2s}.info-map{z-index:-1;position:absolute;background:#000;top:150px;right:0;z-index:9;width:267px;padding:20px;color:#fff;font-family:Helvetica;font-size:17px;font-weight:300;opacity:1;animation:fadeIn 1s 1.5s;animation-fill-mode:forwards}.info-map span{font-size:16px}.info-map span span{color:gold}@media screen and (max-width: 850px){.info-map,.map-wrap{opacity:0}.text-zone{padding:0}}@media screen and (max-width: 650px){.info-map,.map-wrap{opacity:0}.text-zone{padding:0}}@media screen and (max-width: 350px){.info-map,.map-wrap{opacity:0}.text-zone{padding:0}}.products-container{padding:4rem 2rem;text-align:center}.products-heading{margin-bottom:3rem}.products-heading h1{font-size:2.5rem;color:#5ac8fa;font-weight:900}.products-heading p{color:#aaa;font-size:1.2rem;line-height:1.8rem;margin-top:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{background:rgba(77,75,75,.2);border-radius:10px;padding:2rem;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;box-shadow:0 0 15px #0000001a}.product-card:hover{background:linear-gradient(to right,#0c0c31,#04041d,#080836,rgba(1,1,66,.3882352941));transform:scale(1.05);box-shadow:0 0 20px 10px #007aff}.product-card h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.product-card .product-link{background-color:#2471a3;padding:.5rem 1rem;border:none;border-radius:40px;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;font-family:sans-serif;text-transform:none;letter-spacing:1px;transition:letter-spacing .2s ease}.product-card .product-link:hover{letter-spacing:2px}@media screen and (max-width: 768px){.products-container{padding:2rem}.products-heading h1{font-size:2rem}.products-heading p{font-size:.9rem}}@media screen and (max-width: 550px){.products-heading h1{font-size:1.5rem}.products-heading p{font-size:.8rem}}.custom-product-description .custom-container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto}:root{--primary-color: #5ac8fa;--secondary-color: #333;--background-color: #f4f4f4;--cta-color: #007aff;--hover-color: #005c8a;--transition-speed: .3s;--font-family: "Arial", sans-serif}body{margin:0;font-family:var(--font-family)}.custom-product-description{display:flex;flex-direction:row;padding:4rem 2rem;background-color:var(--background-color)}.custom-container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto}.custom-image img{max-width:400px;border-radius:10px}.custom-text{max-width:600px;margin-left:2rem}.custom-text h2{font-size:2.5rem;margin-bottom:1rem}.custom-text p{font-size:1.1rem;line-height:1.8}.custom-text ul{list-style-type:none;padding:0;margin-top:1.5rem}.custom-text li{font-size:1.1rem;margin-bottom:.5rem}.custom-text li:before{content:"\2714";margin-right:.5rem;color:var(--primary-color)}.action-section{padding:5rem 2rem;text-align:center;background-color:#5ac8fa;color:#f4f4f4}.action-description h2{font-size:2.5rem;margin-bottom:1rem}.action-description p{font-size:1.2rem;margin-bottom:2rem}.logo-button{display:inline-block;text-align:center;position:relative;max-width:300px;width:100%}.action-button{display:inline-block;padding:0;background-color:transparent;border:2px solid var(--primary-color);border-radius:4px;width:100%;height:100%;position:relative;transition:all .3s ease;box-shadow:0 4px 8px #fff6,0 0 15px #ffffff4d}.action-button img{width:100%;height:100%;object-fit:cover;border-radius:4px}.action-button:hover{background-color:var(--primary-color);color:#fff;box-shadow:0 8px 16px #fff9,0 0 25px #fff6}.action-link{margin-top:2rem;font-size:1rem}.action-des{font-size:1.1rem;margin-bottom:1rem}.action-list{list-style-type:none;padding:0;display:flex;justify-content:center;gap:1.5rem}.action-list li{font-size:1rem}.action-list li a{color:#34495e;text-decoration:none;transition:color var(--transition-speed) ease}.action-list li a:hover{color:var(--cta-color);cursor:pointer}@media (max-width: 768px){.custom-hero{min-height:50vh;padding:4rem 2rem}.action-list{flex-direction:column;align-items:center;gap:1rem}}@media (max-width: 480px){.custom-hero{padding:4rem 1rem;min-height:45vh}.custom-hero-content h1{font-size:2rem}.custom-hero-content p{font-size:.9rem;line-height:1.6;padding:0 1rem}.custom-product-description{flex-direction:column;text-align:center}.custom-container{flex-direction:column;align-items:center}.custom-text{margin-left:0;text-align:center}.custom-image img{max-width:100%}.action-section{padding:3rem 2rem}.action-list{flex-direction:column;align-items:center;gap:1rem}}@charset "UTF-8";body{margin:0;font-family:Arial,sans-serif;line-height:1.6}h1,h2{font-weight:700}a{text-decoration:none}.category{position:absolute;height:27px;left:125px;top:145px;font-family:GothicA1-Regular,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:22px;display:flex;align-items:center;letter-spacing:.63em;color:#bdc3c7;z-index:1}.custom-hero{background-size:cover;background-position:center;padding:8rem 2rem;text-align:center;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:60vh}@media (max-width: 768px){.custom-hero{height:auto;padding:5rem 1.5rem;min-height:50vh}}@media (max-width: 480px){.custom-hero{padding:4rem 1rem;min-height:45vh}}.custom-hero-content h1{font-size:3rem;margin-bottom:1rem}@media (max-width: 768px){.custom-hero-content h1{font-size:2.5rem;margin-bottom:1rem}}@media (max-width: 480px){.custom-hero-content h1{font-size:2rem}}.custom-hero-content p{font-size:1.2rem;line-height:1.8;margin-left:auto;margin-right:auto;text-align:justify;padding:0 2rem;max-width:900px}@media (max-width: 768px){.custom-hero-content p{font-size:1rem;padding:0 1.5rem;margin-bottom:5%;max-width:100%}}@media (max-width: 480px){.custom-hero-content p{font-size:.9rem;line-height:1.6;padding:0 1rem;margin-bottom:5%;max-width:100%}}.custom-product-description{display:flex;flex-direction:row;padding:4rem 2rem;background-color:#f4f4f4}.custom-product-description .custom-container{display:flex;align-items:center;justify-content:space-between;gap:50px;max-width:1400px;margin:0 auto}.custom-product-description .custom-image img{max-width:400px;border-radius:10px}.custom-product-description .custom-text{max-width:600px;margin-left:2rem}.custom-product-description .custom-text h2{font-size:2.5rem;margin-bottom:1rem}.custom-product-description .custom-text p{font-size:1.1rem;line-height:1.8}.custom-product-description .custom-text ul{list-style-type:none;padding:0;margin-top:1.5rem}.custom-product-description .custom-text ul li{font-size:1.1rem;margin-bottom:.5rem}.custom-product-description .custom-text ul li:before{content:"\2714";margin-right:.5rem;color:#5ac8fa}@media (max-width: 768px){.custom-product-description{flex-direction:column;text-align:center}.custom-product-description .custom-container{flex-direction:column;align-items:center}.custom-product-description .custom-text{margin-left:0;text-align:center}.custom-product-description .custom-image img{max-width:100%}}.custom-cta{background-color:#5ac8fa;color:#fff;padding:4rem 2rem;text-align:center}.custom-cta h2{font-size:2.5rem;margin-bottom:1rem}.custom-cta p{font-size:1.2rem;margin-bottom:2rem}.custom-cta .custom-cta-button{background-color:#007aff;padding:1rem 2rem;color:#fff;font-size:1.2rem;text-transform:none;border-radius:50px;transition:background-color .3s ease,transform .3s ease;display:inline-block}.custom-cta .custom-cta-button:hover{background-color:#005c8a;transform:scale(1.1)}@media (max-width: 768px){.custom-cta{padding:3rem 2rem}}@media (max-width: 768px){.category{position:absolute;height:20px;left:90px;top:100px;font-family:GothicA1-Regular,sans-serif;font-style:normal;font-weight:200;font-size:16px;line-height:20px;display:flex;align-items:center;letter-spacing:.6em;color:#bdc3c7;z-index:1}.custom-hero{min-height:50vh;padding:4rem 2rem}footer{font-size:.9rem}}
