@charset "UTF-8";@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-3px)}}*,*:before,*:after{box-sizing:border-box}body,html{margin:0;text-align:left;font-family:sans-serif;font-size:1.2rem;border:0}.accordion{width:100%;color:#fff;overflow:hidden;border-radius:.2rem}.accordion .tab{width:100%;color:#fff;overflow:hidden}.accordion .tab input{position:absolute;opacity:0;z-index:-1}.accordion .tab-label{display:flex;justify-content:space-between;padding:1em;background:#8492a6;font-weight:700;cursor:pointer}.accordion .tab-label:hover{background:#68788f}.accordion .tab-label:after{content:"+";width:1em;height:1em;text-align:center;transition:all .24s ease-in-out}.accordion .tab-content{max-height:0;padding:0 1em;color:#8492a6;background:#fff;transition:all .35s}@media(max-width:576px){.accordion .tab-content ul{padding-left:1rem}}.accordion .tab-close{display:flex;justify-content:flex-end;padding:1em;font-size:.75em;background:#8492a6;cursor:pointer}.accordion .tab-close:hover{background:#68788f}.accordion input:checked+.tab-label{background:#68788f}.accordion input:checked+.tab-label:after{content:"−"}.accordion input:checked~.tab-content{max-height:300vh;padding:1em}.border-radius-1{border-radius:.2rem}.border-radius-2{border-radius:.4rem}.btn{position:relative;background-color:#000;border-radius:.2rem;border:none;color:#fff;line-height:1;font-size:1rem;letter-spacing:.05rem;padding:.4rem .75rem;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block;transition:all .2s cubic-bezier(.17,.67,.83,.67);-webkit-appearance:none}.btn-sm{padding:.35rem .55rem .2rem;font-size:.85rem}.btn-lg{padding:.8rem 1.25rem;font-size:1.2rem}.container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media(min-width:1200px){.container{max-width:1140px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:576px){.container{max-width:540px}}.container-sm{max-width:480px!important;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.container-md{max-width:768px!important;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.container-lg{max-width:976px!important;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.container-xl{max-width:1440px!important;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.d-flex{display:flex}.d-none{display:none}.d-block{display:block}.d-inline-block{display:inline}.visibility-visible{visibility:visible}.visibility-hidden{visibility:hidden}[hidden]{display:none!important}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-items-start{align-items:flex-start}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.justify-content-start{justify-content:start}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-end{justify-content:end}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:0 0 100%}.flex-2{flex:0 0 50%}.flex-3{flex:0 0 32%}.flex-4{flex:0 0 25%}.form-group .form-control{border:1px solid #8492a6;border-radius:3px;display:block;font-family:inherit;font-size:inherit;line-height:inherit;padding:.4rem .5rem;transition:all .2s ease-in-out;width:100%}.form-group .form-control:focus,.form-group .form-control:active{box-shadow:0 0 0 .2rem #8492a633;border:1px solid #8492a6;outline:0}.form-group .invalid-feedback{font-size:small;color:red;margin-top:2px}.custom-checkbox,.custom-radio{display:block;position:relative;padding-left:2rem;cursor:pointer;font-size:inherit;-webkit-user-select:none;user-select:none;line-height:1}.custom-checkbox a,.custom-radio a{color:#8492a6}.custom-checkbox input,.custom-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox input:checked~.checkmark,.custom-radio input:checked~.checkmark{background-color:#8492a6}.custom-checkbox input:checked~.checkmark:after,.custom-radio input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark,.custom-radio .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#000;border:1px solid transparent;border-radius:3px}.custom-checkbox .checkmark:after,.custom-radio .checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.custom-radio .checkmark{border-radius:12px}.custom-radio .checkmark:after{top:8px;left:8px;width:8px;height:8px;border-radius:50%;background:#fff}.list-style-none{list-style:none}.list-reset{margin:0;padding:0}#menu{top:0;left:0;background-color:#000;color:#fff;z-index:98;display:none}.menu-open #menu{display:block}#menu ul{list-style:none;margin:0;padding:0}#menu ul li{display:block;-webkit-user-select:none;user-select:none}#menu ul li a{display:block;color:#fff;text-decoration:none;transition:all .24s ease-in-out}#menu ul li a:hover{transform:scale(1.05)}.modal{position:fixed;z-index:99;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center}.modal.modal-hidden{display:none}.modal.modal-center{align-items:center}.modal .modal-backdrop{background-color:#000c;position:fixed;top:0;left:0;width:100%;height:100%}.modal .modal-content{position:relative;width:100%;margin:1rem;max-height:60vh;overflow:auto;background-color:#fff;border-radius:.2rem;padding:2rem}@media(max-width:768px){.modal .modal-content{padding:1rem}}@media(max-width:576px){.modal .modal-content{max-height:95vh}}.modal .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center}.modal .modal-content .modal-header .modal-close{cursor:pointer}.modal .modal-content .modal-body{padding:1rem 0}.modal-open{height:100%;max-height:100%;overflow:hidden}nav#main{top:0;z-index:100}nav#main .branding{position:relative;z-index:100}nav#main .branding .logo{width:170px;height:40px}nav#main .menu-toggle{position:relative;cursor:pointer;width:30px;height:30px;background-color:transparent;z-index:99}nav#main .menu-toggle span{position:relative;display:block;height:4px;width:100%;border-radius:2px;background-color:#fff;transition:all .1s ease-in-out}.menu-open nav#main .menu-toggle span:nth-child(1){display:none}nav#main .menu-toggle span:nth-child(2){top:8px}.menu-open nav#main .menu-toggle span:nth-child(2){top:11px;transform:rotate(-45deg)}nav#main .menu-toggle span:nth-child(3){top:16px}.menu-open nav#main .menu-toggle span:nth-child(3){top:6px;transform:rotate(45deg)}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-auto{overflow:auto}.overflow-unset{overflow:unset}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-relative{position:relative}.position-sticky{position:sticky}.preloader{display:inline-block;width:40px;height:40px;border:8px solid rgba(0,0,0,.3);border-radius:50%;border-top-color:#000;animation:spin 1s ease-in-out infinite;top:40%;left:50%;position:absolute;margin:-20px 0 0 -20px}.mb-0,.my-0{margin-bottom:0!important}.mt-0,.my-0{margin-top:0!important}.ms-0,.mx-0{margin-left:0!important}.me-0,.mx-0{margin-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pt-0,.py-0{padding-top:0!important}.ps-0,.px-0{padding-left:0!important}.pe-0,.px-0{padding-right:0!important}.mb-1,.my-1{margin-bottom:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.ms-1,.mx-1{margin-left:.25rem!important}.me-1,.mx-1{margin-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.ps-1,.px-1{padding-left:.25rem!important}.pe-1,.px-1{padding-right:.25rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.ms-2,.mx-2{margin-left:.5rem!important}.me-2,.mx-2{margin-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.ps-2,.px-2{padding-left:.5rem!important}.pe-2,.px-2{padding-right:.5rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.ms-3,.mx-3{margin-left:1rem!important}.me-3,.mx-3{margin-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.ps-3,.px-3{padding-left:1rem!important}.pe-3,.px-3{padding-right:1rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.ms-4,.mx-4{margin-left:1.5rem!important}.me-4,.mx-4{margin-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.ps-4,.px-4{padding-left:1.5rem!important}.pe-4,.px-4{padding-right:1.5rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.ms-5,.mx-5{margin-left:3rem!important}.me-5,.mx-5{margin-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.ps-5,.px-5{padding-left:3rem!important}.pe-5,.px-5{padding-right:3rem!important}.mt-auto,.my-auto{margin-top:auto!important}.mx-auto{margin:0 auto}.h-100{height:100%!important}.w-100{width:100%!important}.text-center{text-align:center}.text-start{text-align:left}.text-end{text-align:right}.text-sm{font-size:.8rem}.text-lg{font-size:1.4rem}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-bold{font-weight:700}.text-regular{font-weight:300}.text-decoration-none{text-decoration:none}@font-face{font-family:Omnes;src:url(/build/assets/Omnes-Bold-CHA6nBRV.woff2) format("woff2"),url(/build/assets/Omnes-Bold-yr0jeoR-.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Omnes Hairline;src:url(/build/assets/Omnes-Hairline-dY1JUDlf.woff2) format("woff2"),url(/build/assets/Omnes-Hairline-CbkMFngv.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Omnes;src:url(/build/assets/Omnes-Thin-AJHXM8IT.woff2) format("woff2"),url(/build/assets/Omnes-Thin-cdj35Qks.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Omnes;src:url(/build/assets/Omnes-Light-CfJhkwV2.woff2) format("woff2"),url(/build/assets/Omnes-Light-BTtI4evW.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Omnes;src:url(/build/assets/Omnes-Regular-CCXtyDS6.woff2) format("woff2"),url(/build/assets/Omnes-Regular-BofhCaVL.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ratsilola;src:url(/build/assets/af1bad7c288cd21973e8155dea8d7cbe-JgAzXcuF.woff2) format("woff2"),url(/build/assets/af1bad7c288cd21973e8155dea8d7cbe-DAUdxooo.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@keyframes bounce{0%{transform:scale(1) translate(0)}10%{transform:scaleY(.8) translateY(10px)}25%{transform:scaleY(1.1) translateY(-25px)}33%,to{transform:scale(1) translate(0)}}@keyframes toUp{to{transform:translate3d(0,-100%,0) scale3d(1,3,1);opacity:0}}@keyframes fromDown{0%{transform:translate3d(0,40%,0) scale3d(1,3,1);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes toBig{to{transform:scale3d(1.2,1,1)}}@keyframes fromSmall{0%{transform:scale3d(1.2,1.2,1)}to{transform:translateZ(0)}}@keyframes toBigFlip{to{transform:scale3d(-1.2,1,1)}}@keyframes fromSmallFlip{0%{transform:scale3d(-1.2,1.2,1)}to{transform:translateZ(0) scaleX(-1)}}@keyframes pulse{0%{box-shadow:0 0 #fa367d66}70%{box-shadow:0 0 0 10px #fa367d00}to{box-shadow:0 0 #fa367d00}}.accordion .tab{margin-bottom:.3rem}.accordion .tab-label{position:relative;background:#210056}.accordion .tab-label:hover{background:#594080}.accordion .tab-label .tab-price{position:absolute;right:3rem;top:50%;transform:translateY(-50%)}.accordion .tab-label .tab-title{display:flex}.accordion .tab-label .tab-title .icon{width:34px;height:34px;border-radius:17px;background-color:#fff;overflow:hidden;margin-right:1rem;border:4px solid white}.accordion .tab-label .tab-title .icon img{width:40px;height:40px;margin-left:-7px;margin-top:-7px}.accordion .tab-content{color:#210056;background:#feefdd}.accordion .tab-content ul{margin:0}.accordion .tab-close{background:#210056}.accordion .tab-close:hover{background:#c7bfd5}.accordion input:checked+.tab-label{background:#1f0051}.card .accordion .tab-label{position:relative;background:#f7065d}.card .accordion .tab-label:hover{background:#f7065d}.card .accordion .tab-content{color:#fff;background:#f7065d}.card .accordion .tab input:checked+.tab-label{background:#f7065d}.bg-primary{background-color:#210056}.bg-primary-25{background-color:#c7bfd5}.bg-secondary{background-color:#f7065d}.bg-yellow{background-color:#f9b406}.bg-yellow-25{background-color:#fbedcf}.bg-yellow-50{background-color:#f8da9f}.bg-transparent{background-color:transparent}.bg-white{background-color:#fff}.bg-creme{background-color:#feefdd}.bg-creme-75{background-color:#fdf3e7}.billboard{position:relative;background-color:#f9b406}.billboard .video-holder{top:0;left:0;width:100%;height:100%}.billboard .video-holder video{top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.billboard.billboard-case-video{height:60vh;width:100%;background-color:#210056;opacity:.8;background-image:radial-gradient(#444cf7 .5px,transparent .5px),radial-gradient(#444cf7 .5px,#210056 .5px);background-size:20px 20px;background-position:0 0,10px 10px}.billboard.billboard-case-video .video-holder{opacity:.2}.billboard.billboard-case-video .video-grow{right:1rem;bottom:4rem;cursor:pointer;width:20px;height:20px;transition:all .24s ease-in-out}.billboard.billboard-case-video .video-grow:hover{transform:scale(1.2)}.billboard.billboard-case-video .video-grow img{width:20px;height:20px}.billboard.billboard-case-video .video-grow img.video-implode{display:none}.billboard.billboard-case-video .video-title{position:absolute;color:#fff;left:50%;font-size:2rem;top:50%;transform:translate(-50%,-50%);width:100%;max-width:650px;-webkit-user-select:none;user-select:none;text-shadow:4px 4px 0 rgba(33,0,86,.7)}@media(max-width:576px){.billboard.billboard-case-video .video-title{width:90%;font-size:1.4rem}}@media(max-width:576px){.billboard.billboard-case-video{margin-bottom:-40px}}.billboard:after{content:"";position:absolute;background-color:#feefdd;bottom:-1.4rem;left:0;width:100%;height:3.5rem;transform:rotate(-1deg) skew(-1deg);z-index:2}.billboard .board{position:relative;width:100%;height:auto;max-width:420px;margin:0 auto;z-index:3;-webkit-user-select:none;user-select:none}@media(max-width:576px){.billboard .board{width:70%}}.billboard .board .board-bg{width:100%;height:100%;aspect-ratio:1.45/1}.billboard .board .board-logo{top:32%;left:50%;width:80%;transform:translate(-50%)}@media(max-width:576px){.billboard .board .board-logo{top:37%}}.billboard .board .board-tag{font-family:Omnes,sans-serif;top:55%;left:0;padding:0 2rem;text-align:center;font-size:1.43rem;line-height:1;letter-spacing:1px;width:100%}@media(max-width:576px){.billboard .board .board-tag{font-size:.9rem;top:57%;padding:0 1rem}}.billboard .board .board-game-icon{top:5%;left:50%;width:230px;height:230px;transform:translate(-50%)}@media(max-width:576px){.billboard .board .board-game-icon{top:10%;height:150px;width:150px}}.billboard .board .board-game-title{font-family:Omnes,sans-serif;top:58%;left:0;padding:0 2rem;text-align:center;font-size:1.8rem;letter-spacing:1px;width:100%}@media(max-width:576px){.billboard .board .board-game-title{top:58%;padding:0;font-size:1.2rem}}.billboard .board.board-no-subtitle .board-logo{top:40%}.btn{position:relative;background-color:#fff;border-radius:.2rem;border:none;color:#210056;line-height:1;font-family:Ratsilola,sans-serif;font-size:inherit;letter-spacing:.05rem;padding:.4rem .75rem;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block;transition:all .2s cubic-bezier(.17,.67,.83,.67);-webkit-appearance:none}.btn:before{content:"";position:absolute;background-color:#fff;bottom:-.3rem;left:0;width:100%;height:1.8rem;transform:rotate(-3deg) skew(-3deg);border-radius:0 0 .2rem .2rem;z-index:2;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.btn:after{content:"";position:absolute;background-color:#21005680;bottom:-.45rem;left:.15rem;width:100%;height:1.8rem;transform:rotate(-3deg) skew(-3deg);border-radius:0 .2rem .2rem;z-index:1;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.btn:hover{transform:scale(1.05)}.btn:hover .icon{animation:toBig .15s forwards,fromSmall .15s forwards .15s}.btn:hover .icon.flip-x{animation:toBigFlip .15s forwards,fromSmallFlip .15s forwards .15s}.btn:hover:after{bottom:-.65rem;left:.25rem;background-color:#2100561a}.btn:hover span{animation:toUp .15s forwards,fromDown .15s forwards .15s}.btn-inverse:before{transform:rotate(3deg) skew(3deg)}.btn-inverse:after{transform:rotate(3deg) skew(3deg);left:-.15rem}.btn-inverse:hover:after{bottom:-.65rem;left:-.25rem}.btn span{position:relative;display:inline-block;z-index:2}.btn .icon{position:relative;z-index:2;width:31px;height:18px;vertical-align:middle;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.btn-primary{background-color:#210056;color:#fff}.btn-primary:before{background-color:#210056}.btn-primary:hover{background-color:#f7065d}.btn-primary:hover:before{background-color:#f7065d}.btn-secondary{background-color:#f7065d;color:#fff}.btn-secondary:before{background-color:#f7065d}.btn-overview{background-color:#210056;width:50px;height:50px;border-radius:.2rem;display:flex;justify-content:center;align-items:center;padding:0 2px 2px 0;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.btn-overview img{position:relative;z-index:2;width:26px;height:26px;vertical-align:middle;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.btn-overview:hover{background-color:#f7065d;transform:scale(1.05)}.btn-overview:hover img{animation:toBig .15s forwards,fromSmall .15s forwards .15s}.btn:disabled{opacity:.3}.calendar .calendar-holder .calendar-days{display:flex;flex:0 0 5;flex-wrap:wrap}@media(max-width:992px){.calendar .calendar-holder .calendar-days{flex:0 0 4}}@media(max-width:768px){.calendar .calendar-holder .calendar-days{flex:0 0 3}}@media(max-width:576px){.calendar .calendar-holder .calendar-days{flex:0 0 2}}.calendar .calendar-holder .calendar-days .calendar-day{width:20%;padding:15px;min-height:180px;background-color:#fff;border:1px solid #FEEFDD;overflow:hidden}@media(max-width:992px){.calendar .calendar-holder .calendar-days .calendar-day{width:25%}}@media(max-width:768px){.calendar .calendar-holder .calendar-days .calendar-day{width:33%}}@media(max-width:576px){.calendar .calendar-holder .calendar-days .calendar-day{width:50%}}.calendar .calendar-holder .calendar-days .calendar-day.now{background-color:#f9b406;color:#fff;border:1px solid #F9B406}.calendar .calendar-holder .calendar-days .calendar-day ul{margin:0;list-style:none;padding:0}.calendar .calendar-holder .calendar-days .calendar-day ul li{position:relative;padding-left:15px}.calendar .calendar-holder .calendar-days .calendar-day ul li:before{content:"";position:absolute;width:10px;height:10px;top:7px;left:0;border-radius:50%;background-color:#f7065d}.calendar .calendar-holder .calendar-days .calendar-day ul li.game:before{content:"🕹️";font-size:10px;background-color:transparent;width:auto;height:auto;border-radius:0;top:5px;left:-1px}.card{border-radius:.4rem .4rem 0 0;background-color:#f7065d;position:relative}.card .tacos{top:-50px;right:-30px;width:100px;height:100px}@media(max-width:576px){.card .tacos{right:-.9rem;width:70px;height:70px;top:-37px}}.card .arrow{bottom:-100px;left:50%;width:63px;height:100px;z-index:2;transform:translate(-50%)}.card .card-body{position:relative;z-index:3}.card:before{content:"";position:absolute;background-color:#f7065d;bottom:-1.5rem;left:0;width:100%;height:3.5rem;transform:rotate(3deg) skew(3deg);border-radius:0 0 .4rem .4rem;z-index:2}.card.inverse:before{transform:rotate(-3deg) skew(-3deg)}.carousel-holder{width:100%;height:100%;border-radius:.4rem;overflow:hidden}.carousel-holder:after{content:"";position:absolute;background-color:#feefdd;bottom:-2.8rem;left:0;width:100%;height:3.5rem;transform:rotate(-2deg) skew(-2deg);z-index:2}.carousel-holder .carousel{line-height:.1}.carousel-holder .carousel img{width:100%;height:auto}.carousel-holder .nav{position:absolute;top:50%;cursor:pointer;transform:translateY(-50%)}.carousel-holder .nav.prev{left:0}.carousel-holder .nav.next{right:0}.carousel-holder .nav img{transition:all .2s cubic-bezier(.17,.67,.83,.67)}body:not(.touch) .carousel-holder .nav img:hover{transform:scale(1.25)}@media(max-width:576px){.cases{display:block!important}}.cases .case{transition:all .2s cubic-bezier(.17,.67,.83,.67)}@media(max-width:576px){.cases .case{margin-bottom:2.6rem}}.cases .case .case-cover{background-color:#210056;border-radius:.4rem;color:#fff;position:relative;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.cases .case .case-cover .cover{position:absolute;top:0;left:0;width:100%;height:100%;background-position:top center;background-size:cover;background-repeat:no-repeat;opacity:.2;transition:opacity .2s cubic-bezier(.17,.67,.83,.67)}.cases .case .case-cover .cover:after{content:"";position:absolute;bottom:14px;left:0;width:100%;height:20%;background:transparent;background:linear-gradient(0deg,#210056,#21005600);transform:rotate(3deg) skew(3deg)}.cases .case .case-cover .case-type{width:80px;height:80px;border-radius:40px;left:-12px;top:-16px;transition:all .2s cubic-bezier(.17,.67,.83,.67);box-shadow:3px 3px #21005680}.cases .case .case-cover .case-title{height:260px;transition:all .2s cubic-bezier(.17,.67,.83,.67)}@media(max-width:992px){.cases .case .case-cover .case-title{height:220px;line-height:1.2}}@media(max-width:768px){.cases .case .case-cover .case-title{height:190px;font-size:85%}}@media(max-width:768px){.cases .case .case-cover .case-title{height:190px;font-size:100%}}.cases .case .case-cover:before{content:"";position:absolute;background-color:#210056;bottom:-1.2rem;left:0;width:100%;height:2rem;transform:rotate(3deg) skew(3deg);border-radius:0 0 .4rem .4rem;z-index:2;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.cases .case:hover{transform:scale(1.05)}.cases .case:hover .case-cover{background-color:#f7065d}.cases .case:hover .case-cover:before{background-color:#f7065d}.cases .case:hover .case-cover .cover{opacity:0}.cases .case:hover .case-type{transform:rotate(-10deg) scale(1.1)}.cases .case:hover .case-title .title{animation:toBig .15s forwards,fromSmall .15s forwards .15s}.cases .case.alt .case-cover:before{transform:rotate(-3deg) skew(-3deg)}.cases .case.alt .case-cover .cover:after{transform:rotate(-3deg) skew(-3deg)}.case-stats .stat{flex:0 0 30%;margin:1.4%}@media(max-width:576px){.case-stats .stat{font-size:.9rem}}.case-stats .stat .icon-stat{width:80px;height:80px}.case-slider{margin-top:-4ra 0rem}.case-slider .slide{display:flex;justify-content:center}.case-slider .slide .kpn-in-app-flip-win{max-width:280px;margin:0 auto}.clients .client{flex:0 0 14%;width:100px;height:auto;padding:10px;-webkit-user-select:none;user-select:none;pointer-events:none}@media(max-width:768px){.contact-block .contact-items{display:block}}.contact-block .contact-items .office:after{content:"";position:absolute;background-color:#210056;width:100%;height:100%;left:0;top:0;opacity:.4}footer .about{background-color:#fabb1f;position:relative}footer .about:after{position:absolute;content:"";width:100%;height:50px;transform:rotate(1deg);background:#fabb1f;top:-5px;left:0}@media(max-width:576px){footer .about .d-flex{display:block!important}}footer .about .d-flex .text{width:80%}@media(max-width:576px){footer .about .d-flex .text{width:100%}}footer .about .d-flex .text h3{font-size:1.8rem}@media(max-width:576px){footer .about .d-flex .text h3{font-size:1.4rem}}footer .about .d-flex .text p{font-size:1rem}footer .about .d-flex .social{width:15%;text-align:right;display:flex;justify-content:end}@media(max-width:576px){footer .about .d-flex .social{justify-content:center;text-align:center;width:100%}}footer .about .d-flex .social a{text-decoration:none;background-color:#210056;width:44px;height:44px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background-color .24s ease-in-out}footer .about .d-flex .social a:hover{background-color:#f7065d}footer .about .d-flex .social a svg{width:30px;height:30px;vertical-align:middle}footer .about .d-flex .social a svg path{fill:#fff}footer .top{position:relative;background-color:#f9b406}@media(max-width:576px){footer .top{padding:2.2rem 0 0!important}}footer .top:after{content:"";position:absolute;background-color:#feefdd;top:-1.4rem;left:0;width:100%;height:3.5rem;transform:rotate(-1deg) skew(-1deg);z-index:2}@media(max-width:576px){footer .middle .footer-items{display:block}}footer .middle .footer-items .logo{cursor:pointer;display:block;transition:transform .2s ease-in-out,left .2s ease-in-out,top .2s ease-in-out;animation:bounce 2.75s infinite;z-index:97}@media(max-width:576px){footer .middle .footer-items .logo{text-align:center;margin-bottom:1rem}}footer .middle .footer-items .logo:hover{transform:scale(1.05) rotate(1deg)}footer .middle .footer-items .logo img{width:120px;height:120px}@media(max-width:576px){footer .middle .footer-items .logo img{width:90px;height:90px}}@media(max-width:576px){footer .middle .footer-items .links{text-align:center}}footer .middle .footer-items .links .website a{color:#210056;text-decoration:none;margin-left:1rem;font-weight:700;transition:all .2s ease-in-out}footer .middle .footer-items .links .website a:hover{color:#f7065d}@media(max-width:576px){footer .middle .footer-items .links .website a{display:block;padding:.5rem 0;margin-left:0}}footer .middle .footer-items .links .website .lang-select{margin:0 0 1rem}@media(max-width:576px){footer .middle .footer-items .links .website .lang-select{margin:2rem 0 1rem}}footer .middle .footer-items .links .website .lang-select a{font-size:.8rem;background:#210056;color:#fff;width:40px;height:40px;line-height:1;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin-left:.4rem;transition:all .2s ease-in-out}footer .middle .footer-items .links .website .lang-select a:hover{background:#f7065d;color:#fff}footer .middle .footer-items .links .disclaimer{font-size:1rem}footer .middle .footer-items .links .disclaimer a{font-weight:300;margin-left:.5rem;text-decoration:none}@media(max-width:576px){footer .middle .footer-items .links .disclaimer{display:block;text-align:center;margin-left:0}footer .middle .footer-items .links .disclaimer a{display:block;padding:.5rem 0}}@media(max-width:576px){footer .bottom .d-flex{display:block!important}footer .bottom .d-flex div{padding:.3rem}}.games{flex-wrap:wrap}.games .game{color:#210056;margin:1%}@media(max-width:768px){.games .game{width:48%;flex:0 0 48%}}.games .game .game-icon{width:200px;height:200px;aspect-ratio:1/1;transition:all .2s cubic-bezier(.17,.67,.83,.67)}@media(max-width:768px){.games .game .game-icon{width:100%;height:auto}}.games .game .game-icon.game-icon-smaller{width:160px;height:160px}.games .game .game-title{font-family:Ratsilola,sans-serif;letter-spacing:.1rem;margin-top:-30px;margin-bottom:30px;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.games .game:hover .game-title{color:#f7065d}.games .game:hover .game-icon{transform:scale(1.08)}#game-pdf-form .btn:hover{background-color:#fff;color:#210056}#game-pdf-form .btn:hover:before{background-color:#fff}.add-ons-games{position:relative}.add-ons-games:before{position:absolute;content:"";left:50%;transform:translate(-50%);top:-3px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #fbedcf;border-radius:5px}.add-ons-games:after{position:absolute;content:"";left:50%;transform:translate(-50%);bottom:-17px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid white;border-radius:5px}@media(max-width:576px){.addons{display:block}}.addons .addon{color:#210056}@media(max-width:768px){.addons .addon{flex:0 0 50%!important}}.addons .addon .addon-title{letter-spacing:.1rem}@media(max-width:576px){.addons .addon .addon-title{margin-top:-20px}}@media(max-width:576px){.addons.addons-sm{display:flex}}.addons.addons-sm .addon{transition:transform .24s cubic-bezier(.17,.67,.83,.67)}.addons.addons-sm .addon:hover{transform:scale(1.1)}.addons.addons-sm .addon img{width:90px;height:90px}.addons.addons-sm .addon .addon-title{font-size:.8rem}@media(max-width:576px){.game-flow{display:block}}.game-flow .flow-item{padding:1rem;margin:.5rem;text-align:center;position:relative;background-color:#f8da9f;border-radius:.4rem}@media(max-width:576px){.game-flow .flow-item{margin:0 0 1.4rem}}.game-flow .flow-item:after{content:"";position:absolute;right:-10px;top:50%;margin-top:-16px;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:20px solid #f8da9f}@media(max-width:576px){.game-flow .flow-item:after{top:auto;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #f8da9f;border-bottom:none;bottom:-.8rem;left:50%;right:auto;margin-top:0;transform:translate(-50%)}}.game-flow .flow-item:last-child:after{display:none}.demo-holder{position:relative;background-color:#fff;border-radius:.4rem;margin-top:1.4rem;overflow:hidden}.demo-holder:before{content:"";position:absolute;left:0;top:0;width:200%;height:auto;aspect-ratio:1.1/1;background:repeating-linear-gradient(#feefdd,#feefdd 7.5px,#f7065d 7.5px,#f7065d 15px,#feefdd 15px,#feefdd 22.5px,#f7065d 22.5px,#f7065d 30px);transform:translate(-20%) translateY(-20%) rotate(-45deg);animation:animate 30s linear infinite}@media(max-width:576px){.demo-holder:before{aspect-ratio:1/1.5}}.demo-holder .demo-content{margin:1rem;padding:1rem;background-color:#fff;position:relative;border-radius:.2rem}@media(max-width:576px){.demo-holder .demo-content{margin:.5rem;padding:.5rem}}@keyframes animate{0%{background-position:0}to{background-position:0 450px}}html{scroll-behavior:smooth}@media screen and (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:Omnes,sans-serif;font-weight:400;font-size:1.2rem;line-height:1.5;background-color:#feefdd;color:#210056;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body ::selection{color:#fff;background:#f9b406}body.menu-open{height:100%;position:relative;overflow:hidden}a{color:inherit}h1{font-family:Ratsilola,sans-serif;font-weight:600;line-height:1.2;letter-spacing:.1rem}h2,h3,h4{font-weight:700;line-height:1.2;letter-spacing:.2px}@media(max-width:576px){h2{font-size:1.6rem}}blockquote{position:relative;font-family:Ratsilola,sans-serif;font-weight:600;font-size:2.2rem;line-height:1.2;letter-spacing:.1rem;color:#f7065d;display:inline-block}blockquote:before{content:'"';position:absolute;top:1rem;left:-2rem;line-height:0;font-size:4.2rem}blockquote:after{content:'"';position:absolute;bottom:-.5rem;right:-2rem;line-height:0;font-size:4.2rem}.z-10{z-index:10}.flip-x{transform:scaleX(-1)}.invert{filter:invert(100%)}.pointer-default{cursor:default}.contact-partial-header{margin-top:-20px}.icon-image{width:150px;height:150px;margin:0 auto}.border-radius{border-radius:.4rem;overflow:hidden}.overflow-hidden{overflow:hidden}.line-height-0{line-height:0}.text-balance{text-wrap:balance}.intro-stats .arrow{width:70px;height:auto;bottom:-80px}@media(max-width:576px){.intro-stats .arrow{width:50px;height:auto;bottom:-50px}}.intro-flow{position:relative;margin-top:-30px;text-align:center}@media(max-width:576px){.intro-flow{text-align:left}}.intro-flow:before{content:"";position:absolute;background-color:#f9b406;top:-1.5rem;left:0;width:100%;height:2.5rem;transform:rotate(-1deg) skew(-1deg);z-index:1}.intro-flow .flex-4{flex:0 0 23%}.intro-prices{margin-top:-200px}@media(max-width:576px){.intro-prices{margin-top:-140px}}.add-ons{position:relative}.add-ons:before{position:absolute;content:"";left:50%;transform:translate(-50%);top:-3px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #F9B406;border-radius:5px}.add-ons:after{position:absolute;content:"";left:50%;transform:translate(-50%);bottom:-17px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid white;border-radius:5px}.info{align-items:stretch}@media(max-width:768px){.info{display:block}}@media(max-width:768px){.info .info-block{margin-bottom:.5rem}}.info .info-block .info-block-content{color:#fff;border-radius:.4rem;padding:1rem;position:relative}.info .info-block .info-block-content .info-title{top:15px;left:50%;transform:translate(-50%)}.info .info-block.info-type img{width:150px;height:150px}.info .info-block.info-type .type{margin-top:-2rem}.form-input{border:3px solid transparent;border-radius:.4rem;display:block;font-family:inherit;font-size:1rem;line-height:inherit;padding:.2rem .4rem;transition:all .2s ease-in-out}.form-input:focus,.form-input:active{box-shadow:0 0 0 .2rem #f7065d33;border:3px solid #F7065D;outline:0}.form-input-error{font-size:small;color:#f7065d;margin-top:2px}.custom-checkbox{display:block;position:relative;padding-left:2rem;cursor:pointer;font-size:inherit;-webkit-user-select:none;user-select:none}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox input:checked~.checkmark{background-color:#210056}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#fff;border:3px solid transparent;border-radius:.4rem}.custom-checkbox .checkmark:after{content:"";position:absolute;display:none;left:7px;top:4px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.list .icon-image{width:150px;height:150px;margin:0 auto}@media(max-width:576px){.list .icon-image{width:80px;height:80px;margin:1rem 0 0}}.list .icon-number{width:150px;font-family:Ratsilola,sans-serif;padding:0 40px;text-align:center;font-size:3rem;color:#fff;text-shadow:2px 2px #210056}@media(max-width:576px){.list .icon-number{width:auto;font-size:2rem;padding:0 10px 0 0}}#menu{background-color:#210056;z-index:490}#menu ul li#langSelect{display:flex}#menu ul li#langSelect a{font-size:1.1rem;background:#fff;color:#210056;width:40px;height:40px;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:.5rem}#menu ul li#langSelect a:hover{color:#fff;background:#f7065d}#menu ul li#langSelect span{display:block;padding:0 17px;font-size:1rem;line-height:4.3rem;font-weight:900}#menu ul li a{font-size:2rem;font-weight:700;color:#fff;line-height:3.6rem}@media(max-width:576px){#menu ul li a{font-size:1.7rem;line-height:3.2rem}}#menu ul li a:hover{color:#f7065d}nav#main{z-index:491}nav#main .menu-toggle{background-color:#fff;border-radius:.2rem;box-shadow:3px 3px #21005680;padding:.3rem;width:2rem;height:2rem;transition:all .24s ease-in-out}nav#main .menu-toggle:hover{transform:rotate(2deg) scale(1.05)}nav#main .menu-toggle span{background-color:#210056;height:5px}nav#main .menu-toggle span:nth-child(1){transform:rotate(2deg)}nav#main .menu-toggle span:nth-child(2){transform:rotate(-2deg);top:6px}nav#main .menu-toggle span:nth-child(3){transform:rotate(2deg);top:12px}nav#main .branding{position:relative;background-color:#fff;border-radius:.2rem;height:36px;transition:transform .24s ease-in-out}.menu-open nav#main .branding{visibility:visible!important}nav#main .branding:before{content:"";position:absolute;background-color:#fff;bottom:-.2rem;left:0;width:100%;height:.5rem;transform:rotate(3deg) skew(3deg);border-radius:.2rem 0 .2rem .2rem;z-index:2}nav#main .branding:after{content:"";position:absolute;background-color:#21005680;bottom:-.4rem;left:.2rem;width:100%;height:2rem;transform:rotate(3deg) skew(3deg);border-radius:.2rem;z-index:0}nav#main .branding .logo{width:135px;height:36px;z-index:3;padding:.3rem .4rem 0;background-color:#fff;border-radius:.2rem;overflow:hidden}nav#main .branding .xmas-hat{z-index:4;width:40px;height:20px;right:-18px;transform:rotate(25deg);top:-9px}nav#main .branding .xmas-hat-shadow{z-index:4;width:27px;height:10px;right:-6px;transform:rotate(25deg);top:3px;background-color:#21005633;border-radius:50%}nav#main .branding:hover{transform:rotate(-2deg) scale(1.05)}.single-nav{flex-direction:row-reverse}@media(max-width:576px){.single-nav{display:block;text-align:center}.single-nav .btn-overview{display:block;margin:1rem auto .5rem;line-height:2.2rem}}@media(max-width:576px){#game-nav{margin-top:0rem!important}}#process .process-inner{position:relative}#process .process-inner .process-item{padding:1rem;margin:0 0 4rem 120px;position:relative;background-color:#f8da9f;border-radius:.4rem}@media(max-width:768px){#process .process-inner .process-item{margin:0 0 4rem 52px}}#process .process-inner .process-item:nth-child(1){background-color:#fae8c1}#process .process-inner .process-item:nth-child(1):before{background-color:#fae8c1;transform:rotate(-3deg) skew(-3deg)}#process .process-inner .process-item:nth-child(1):after{border-right:20px solid rgb(97.9698340875%,90.8642533937%,75.6380090498%)}#process .process-inner .process-item:nth-child(2){background-color:#f9e2b3}#process .process-inner .process-item:nth-child(2):before{background-color:#f9e2b3}#process .process-inner .process-item:nth-child(2):after{border-right:20px solid rgb(97.5082956259%,88.7873303167%,70.0995475113%)}#process .process-inner .process-item:nth-child(3){background-color:#f7dda5}#process .process-inner .process-item:nth-child(3):before{background-color:#f7dda5;transform:rotate(-3deg) skew(-3deg)}#process .process-inner .process-item:nth-child(3):after{border-right:20px solid rgb(97.0467571644%,86.7104072398%,64.5610859729%)}#process .process-inner .process-item:nth-child(4){background-color:#f6d897}#process .process-inner .process-item:nth-child(4):before{background-color:#f6d897}#process .process-inner .process-item:nth-child(4):after{border-right:20px solid rgb(96.5852187029%,84.6334841629%,59.0226244344%)}#process .process-inner .process-item:before{content:"";position:absolute;background-color:#f7065d;bottom:-1.5rem;left:0;width:100%;height:2.5rem;transform:rotate(3deg) skew(3deg);border-radius:0 0 .4rem .4rem;z-index:2}#process .process-inner .process-item:after{content:"";position:absolute;left:-10px;top:50%;margin-top:-16px;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #f8da9f}#process .process-inner .process-item .process-item-content{position:relative;z-index:2}#process .process-inner .process-item .process-number{font-weight:700;font-family:Ratsilola,sans-serif;position:absolute;left:-120px;top:50%;margin-top:-50px;width:100px;height:100px;background-color:#f9b406;border-radius:50px;display:flex;justify-content:center;align-items:center;font-size:2rem;color:#fff}@media(max-width:768px){#process .process-inner .process-item .process-number{left:-50px;width:40px;height:40px;margin-top:-20px;border-radius:20px;font-size:1rem}}#promotion{position:relative}#promotion .top-image{position:relative;z-index:2;margin-top:-60px;margin-bottom:-70px}#promotion .banner-holder{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}@media(max-width:576px){#promotion .banner-holder{display:block}}#promotion .banner-holder .banner{width:31%;margin:1% 1% 0;max-width:300px}@media(max-width:576px){#promotion .banner-holder .banner{width:100%;margin:0 auto 10px}}#promotion .banner-holder .banner .banner-header{position:relative;width:100%;aspect-ratio:300/250;line-height:0;border-radius:.4rem;overflow:hidden;cursor:pointer}#promotion .banner-holder .banner .banner-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#210056;opacity:.4;transition:opacity .24s ease-in-out;z-index:2;border-radius:.4rem;overflow:hidden}#promotion .banner-holder .banner .banner-header img.backup{width:100%;height:auto;transition:all .24s ease-in-out;border-radius:.4rem;overflow:hidden}#promotion .banner-holder .banner .banner-header .border{border-radius:.4rem;overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #210056;z-index:10}#promotion .banner-holder .banner .banner-header img.play{position:absolute;width:20%;height:auto;filter:invert(100%);top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .24s ease-in-out;z-index:4}#promotion .banner-holder .banner .banner-header:hover:before{opacity:0}#promotion .banner-holder .banner .banner-header:hover img.backup{transform:scale(1.1);filter:blur(2px);opacity:.7}#promotion .banner-holder .banner .banner-header:hover img.play{transform:translate(-50%,-50%) scale(.9)}#promotion .banner-holder .banner .banner-header video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;aspect-ratio:300/250;object-fit:cover}.share-dialog{position:fixed;top:0;left:0;width:100%;height:100%;display:none}.share-dialog.is-open{display:block;z-index:999}.share-dialog .backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#210056b3}.share-dialog .dialog{position:absolute;top:35%;left:50%;transform:translate(-50%);width:95%;max-width:500px;box-shadow:0 8px 16px #2100568c;padding:20px;border-radius:.2rem;background-color:#fff;z-index:2}.share-dialog .dialog header .btn-close{font-family:Omnes,sans-serif;font-weight:700;cursor:pointer;transition:color .2s ease-out;line-height:1}.share-dialog .dialog header .btn-close:hover{color:#f7065d}.share-dialog .dialog .channels a{text-decoration:none;display:block;margin:.5rem;transition:all .24s ease-in-out}.share-dialog .dialog .channels a:hover{transform:scale(1.1);opacity:.8}.share-dialog .dialog .channels a img{width:30px;height:30px}.share-dialog .dialog .link{display:flex;justify-content:center;align-items:center;padding:10px;border-radius:4px;background-color:#eee}.share-dialog .dialog .link .url{font-size:1rem;margin-right:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-dialog .dialog .link .btn-copy-link{border:1px solid #c7bfd5;background-color:#fff;color:#210056;width:120px;height:30px;font-size:.5rem;cursor:pointer;border-radius:4px;transition:all .24s ease-in-out}@media(max-width:576px){.share-dialog .dialog .link .btn-copy-link{width:40%;font-size:.5rem}}.share-dialog .dialog .link .btn-copy-link:hover{background-color:#f7065d;border:1px solid #F7065D;color:#fff}.showreel{position:relative}.showreel video{border-radius:1rem 1rem 0;overflow:hidden;background-color:#fabb03;border:8px solid #fabb03}@media(max-width:576px){.showreel video{border:4px solid #fabb03}}.showreel .video-panel:after{content:"";position:absolute;bottom:-3%;left:0;width:100%;height:20%;border-radius:0 0 1rem 1rem;border:8px solid #fabb03;background:#fabb03;transform:rotate(3deg) skew(3deg)}.showreel .video-audio{z-index:2;right:40px;bottom:7px;cursor:pointer}@media(max-width:576px){.showreel .video-audio{bottom:10px;right:35px}}.showreel .video-audio img{width:25px;height:25px;position:absolute;top:0;left:0}@media(max-width:576px){.showreel .video-audio img{width:20px;height:20px}}.showreel-arrow{margin-top:-20px;margin-bottom:40px;margin-left:-40px;position:relative;z-index:2}@media(max-width:576px){.showreel-arrow{margin-top:0;margin-bottom:0}}@media(max-width:576px){.showreel-arrow img{width:90px;height:109px}}.text-blue,.text-dark,.text-primary{color:#210056}.text-red,.text-secondary{color:#f7065d}.text-yellow{color:#f9b406}.text-white{color:#fff}.text-ratsilola{font-family:Ratsilola,sans-serif;letter-spacing:2px}.text-omnes{font-family:Omnes,sans-serif;letter-spacing:normal}.timeline .timeline-container{position:relative;margin:0 8%;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem 0}@media(max-width:576px){.timeline .timeline-container{display:block;margin-top:-3.5rem}}.timeline .timeline-container .timeline-bg{width:6px;height:calc(100% - 230px);background-color:#f4c870;position:absolute;top:155px;left:50%;transform:translate(-50%);border-radius:.2rem}@media(max-width:576px){.timeline .timeline-container .timeline-bg{left:-28px;transform:none}}.timeline .timeline-container .year{grid-column:1/3}.timeline .timeline-container .timeline-item{grid-row:span 2;position:relative;transition:all .2s cubic-bezier(.17,.67,.83,.67)}@media(max-width:576px){.timeline .timeline-container .timeline-item{margin-top:2.4rem!important}}.timeline .timeline-container .timeline-item .item{background-color:#210056;color:#fff;border-radius:.4rem;position:relative}.timeline .timeline-container .timeline-item .item:before{content:"";position:absolute;background-color:#210056;bottom:-1rem;left:0;width:100%;height:2rem;transform:rotate(3deg) skew(3deg);border-radius:0 0 .4rem .4rem;z-index:2;transition:all .2s cubic-bezier(.17,.67,.83,.67)}.timeline .timeline-container .timeline-item .item .cover{width:100%;height:180px;position:relative;background-size:cover;background-position:top center;background-repeat:no-repeat;border-radius:.4rem .4rem 0 0}@media(max-width:992px){.timeline .timeline-container .timeline-item .item .cover{height:150px}}@media(max-width:768px){.timeline .timeline-container .timeline-item .item .cover{height:120px}}.timeline .timeline-container .timeline-item .item .cover:before{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:20%;background:transparent;background:linear-gradient(0deg,#210056,#21005600)}.timeline .timeline-container .timeline-item .item .cover:after{content:"";position:absolute;height:100%;width:100%;left:0;top:0;background-color:#210056;opacity:.8;border-radius:.4rem .4rem 0 0}.timeline .timeline-container .timeline-item .item .icon-type{position:absolute;top:10%;left:50%;transform:translate(-50%)}.timeline .timeline-container .timeline-item .item .icon-type .icon{width:100px;height:100px;background-color:#fff;border-radius:50px}@media(max-width:992px){.timeline .timeline-container .timeline-item .item .icon-type .icon{width:60px;height:60px;border-radius:30px}}.timeline .timeline-container .timeline-item .item .icon-type p{color:#fff;font-weight:600;font-family:Omnes,sans-serif;margin-top:-5px;font-size:1rem}.timeline .timeline-container .timeline-item .timeline-shadow{background-color:#210056;color:#fff;border-radius:.4rem;position:absolute;width:calc(100% - 26px);height:100%;transform-origin:right bottom;transition:all .2s cubic-bezier(.17,.67,.83,.67);opacity:0}.timeline .timeline-container .timeline-item .timeline-shadow:before{content:"";position:absolute;background-color:#210056;bottom:-1.2rem;left:0;width:100%;height:2rem;transform:rotate(3deg) skew(3deg);border-radius:0 0 .4rem .4rem;z-index:2}.timeline .timeline-container .timeline-item:before{content:"";position:absolute;top:60%;margin-top:15px;width:10px;height:10px;background-color:#f4c870;border-radius:5px}.timeline .timeline-container .timeline-item:after{content:"";position:absolute;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;top:60%}.timeline .timeline-container .timeline-item.item-left{padding-right:26px;transform-origin:right 68%}@media(max-width:576px){.timeline .timeline-container .timeline-item.item-left{padding-right:0}}.timeline .timeline-container .timeline-item.item-left:before{right:-5px}@media(max-width:576px){.timeline .timeline-container .timeline-item.item-left:before{left:-30px}}.timeline .timeline-container .timeline-item.item-left:after{right:7px;border-left:20px solid #210056}@media(max-width:576px){.timeline .timeline-container .timeline-item.item-left:after{left:-20px;border-right:20px solid #210056;border-left:0}}.timeline .timeline-container .timeline-item.item-left .icon{left:4%}.timeline .timeline-container .timeline-item.item-right{padding-left:26px;transform-origin:left 68%}@media(max-width:576px){.timeline .timeline-container .timeline-item.item-right{padding-left:0}}.timeline .timeline-container .timeline-item.item-right:before{left:-5px}@media(max-width:576px){.timeline .timeline-container .timeline-item.item-right:before{left:-30px}}.timeline .timeline-container .timeline-item.item-right:after{left:7px;border-right:20px solid #210056}@media(max-width:576px){.timeline .timeline-container .timeline-item.item-right:after{left:-20px;border-right:20px solid #210056;border-left:0}}.timeline .timeline-container .timeline-item.item-right .item:before{transform:rotate(-3deg) skew(-3deg)}.timeline .timeline-container .timeline-item.item-right .icon{right:4%}.timeline .timeline-container .timeline-item.item-right .timeline-shadow{transform-origin:left bottom}.timeline .timeline-container .timeline-item.item-right .timeline-shadow:before{transform:rotate(-3deg) skew(-3deg)}.timeline .timeline-container .timeline-item.item-offset{grid-row:span 3;margin-top:154px}body:not(.touch) .timeline .timeline-container .timeline-item:hover{transform:rotate(3deg) scale(1.05)}body:not(.touch) .timeline .timeline-container .timeline-item:hover.item-right{transform:rotate(-3deg) scale(1.05)}body:not(.touch) .timeline .timeline-container .timeline-item:hover.item-right .timeline-shadow{transform:rotate(3deg) skew(0) scale(.96)}body:not(.touch) .timeline .timeline-container .timeline-item:hover .timeline-shadow{opacity:.2;transform:rotate(-3deg) skew(0) scale(.96)}body:not(.touch) .timeline .timeline-container .timeline-item:hover p{animation:toBig .15s forwards,fromSmall .15s forwards .15s}.timeline .timeline-container.timeline-vacature .timeline-item .item .cover{height:120px}@media(max-width:576px){.timeline .timeline-container.timeline-vacature .timeline-item .item .cover{height:100px}}.vacancy-list .item{display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:1rem}.vacancy-list .item .icon{width:20px;height:20px;background-color:#f7065d;border-radius:10px;margin-top:8px;position:relative}.vacancy-list .item .text{flex:1;padding-left:12px}
