section.main{padding-top:0}section.main .components{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid var(--mint-light);border-radius:4px;overflow:hidden}@media (max-width:1023px){section.main .components{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(var(--vh, 1vh) * 100 - 80px);height:calc(100svh - 80px)}}section.main__mint .components{border-color:var(--mint-light)}section.main__blue .components{border-color:var(--blue-light)}section.main__purple .components{border-color:var(--purple-light)}section.main__green .components{border-color:var(--green-light)}section.main .headline{width:37%;height:calc(100svh - 200px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0;padding-right:20px;font-weight:100;font-size:52px;line-height:1.05}@media (max-width:1439px){section.main .headline{font-size:43px}}@media (max-width:1199px){section.main .headline{font-size:36px}}@media (max-width:1023px){section.main .headline{font-size:27px}}@media (max-width:1023px){section.main .headline{padding:16px 16px 12px;font-size:28px;line-height:120%;width:100%;height:auto;height:inital;-webkit-box-flex:1;-ms-flex:1;flex:1}}section.main .bg{position:relative;width:63%;height:calc(var(--vh, 1vh) * 100 - 200px);height:calc(100svh - 200px)}@media (max-width:1023px){section.main .bg{height:auto;height:inital;width:100%;-webkit-box-flex:100;-ms-flex:100;flex:100}}section.main .bg:after{content:"";display:block;position:absolute;background:-webkit-gradient(linear,left top,right top,color-stop(79.29%,rgba(250,250,250,0)),color-stop(99.04%,#FAFAFA));background:linear-gradient(90deg,rgba(250,250,250,0) 79.29%,#FAFAFA 99.04%);top:0;width:100%;height:100%;right:0}@media (max-width:1023px){section.main .bg:after{background:-webkit-gradient(linear,left top,left bottom,color-stop(85.1%,rgba(250,250,250,0)),to(#FAFAFA));background:linear-gradient(180deg,rgba(250,250,250,0) 85.1%,#FAFAFA 100%)}}section.main .bg video{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.main .headline__actions{padding-top:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}section.main .btn{font-size:12px;font-weight:500;padding:7px 9px;line-height:1.2;letter-spacing:0.2em;text-transform:uppercase;color:#2e3c4d}@media (max-width:767px){section.main .btn{font-size:10px}}section.main .btn-blue{border-color:var(--blue);color:#2e3c4d}section.main .btn-blue svg rect{fill:var(--blue)}section.main .btn-blue:hover{background:var(--blue-light)}section.main .btn-purple{border-color:var(--purple);color:#1c0d4c}section.main .btn-purple svg rect{fill:var(--purple)}section.main .btn-purple:hover{background:var(--purple-light)}section.main .btn-green{border-color:var(--green);color:#414d1f}section.main .btn-green svg rect{fill:var(--green)}section.main .btn-green:hover{background:var(--green-light)}