.hero__container{display:flex;flex-direction:column;justify-content:flex-start;position:relative;height:fit-content}.btn{display:inline-block;padding:12px 45px;background-color:#fdaf03;color:#1a1a1a;font-weight:600;line-height:135%;text-decoration:none;width:fit-content;position:relative;border:none;text-transform:uppercase;transition:background .3s,transform .3s}.btn:before{left:-15px;transform:skewX(-18deg)}.btn:after{right:-15px;transform:skewX(-18deg)}.btn span{position:relative;z-index:1}.btn:hover{background-color:#fdae03c4;transform:translateY(-2px)}.hero__right{width:60%;left:0;right:0;overflow:hidden;background-size:cover;background-position:right 80%;background-repeat:no-repeat}.hero__left{width:40%;padding:80px 25px 100px;z-index:20;color:#fff;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.hero_title{font-size:65px;font-weight:600;margin:0}.hero_desc{font-size:32px;font-weight:400;line-height:normal;margin:0}.hero_divider{position:absolute;top:0;width:120px;height:100%;right:-119px;clip-path:polygon(0 0,0% 100%,100% 0);z-index:20}.hero__left--light,.hero__left--light .hero_divider{background-color:#3578b5}.hero__left--dark,.hero__left--dark .hero_divider{background-color:#193855}.hero__left:has(.btn),.hero__right:has(.btn){justify-content:end;gap:2.5rem}.hero__container .btn:before,.hero__container .btn:after{content:'';position:absolute;top:-2px;width:30px;height:calc(100% + 4px);background-color:#3578b5;z-index:0}.hero sup{top:-1em;font-size:50%}@media (min-width:1200px){.hero_title{font-size:65px}.hero__container{flex-direction:row}.hero_desc{font-size:24px}.hero__right{background-size:cover}.hero__left{padding-bottom:110px;padding-left:50px;padding-right:25px;gap:1rem;min-height:31.25rem}}@media (min-width:1550px){.hero__left{padding-inline:50px 170px}}@media(max-width:1200px){.hero__left{width:100%;padding:25px}.hero__right{min-height:24rem;width:100%;background-position:center}}@media (max-width:480px){.hero_title{font-size:52px}}@media (max-width:360px){.hero_title{font-size:44px}}