@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";body{margin:0;display:flex;min-height:100vh;justify-content:stretch;background-color:var(--bg-color);color:#fff;max-width:100%}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{border-radius:8px;background-color:#111827;border:1px solid rgb(17,24,39)}body::-webkit-scrollbar-thumb{border-radius:8px;background:#111827;background:var(--color-primary)}body div::-webkit-scrollbar{width:8px;height:8px}body div::-webkit-scrollbar-track{border-radius:8px;background-color:#111827;border:1px solid rgb(17,24,39)}body div::-webkit-scrollbar-thumb{border-radius:8px;background:#111827;background:var(--color-primary)}#root{flex-grow:1;display:flex;justify-content:stretch;flex-direction:column;overflow-x:hidden}#root .bottom-page{flex-grow:1}#root .top-page{flex-grow:0;flex-shrink:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.page-header{position:relative}.page-header img{width:100%;height:100px;object-fit:cover;object-position:left bottom}.page-header:after{content:"";z-index:2;position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#0d0f1800 70%,#0d0f18e6 95%,#0d0f18)}.detail-content img{max-width:100%}.detail-content .page-title{color:#fff;position:relative;display:inline-block;padding-bottom:10px;margin-bottom:10px}.detail-content .page-title:after{position:absolute;bottom:0;content:"";background-color:var(--color-primary);height:3px;display:block;width:120px;max-width:100%;left:0}.breadcrumb{margin-bottom:30px;display:flex;flex-wrap:wrap;align-items:center}.breadcrumb a{display:inline-flex;color:#fff;margin-right:10px;text-decoration:none;font-weight:600}.breadcrumb a:hover,.breadcrumb a:focus{text-decoration:underline}.breadcrumb svg{margin-right:10px}.title-container{display:flex;align-items:center;justify-content:space-between}@media (max-width: 62rem){.title-container{flex-direction:column;align-items:flex-start}}.table-container{overflow-x:auto}.rank-table{min-width:100%;font-size:20px;font-weight:600}@media (max-width: 62rem){.rank-table{font-size:14px}}.rank-table tr{position:relative}.rank-table tr:after{display:block;position:absolute;bottom:0;left:0;right:0;content:"";height:1px;background:linear-gradient(to right,#fff,#121822)}.rank-table th{color:var(--color-primary)}.rank-table td,.rank-table th{text-align:center;padding:15px 5px}@media (max-width: 62rem){.rank-table td,.rank-table th{padding:10px 5px}}.rank-table td.name,.rank-table th.name{text-align:left}.rank-table .points,.rank-table .position,.rank-table .green{color:var(--color-primary)}@media (max-width: 62rem){.team-data-action{margin:30px 0}}.team-data-action button{background-color:transparent;border-radius:25px 0 0 25px;border:2px solid var(--color-primary)}.team-data-action button.active{background-color:var(--color-primary);color:#000}.team-data-action button:active,.team-data-action button:focus{outline:none}.team-data-action button+button{border-radius:0 25px 25px 0}.event-table th{text-align:left;padding:5px 15px 5px 0;color:var(--color-primary)}.section{padding:120px 0}@media (max-width: 48rem){.section{padding:60px 0}}.section.home{padding-top:60px}.section.section-small{padding:120px 0 30px}@media (max-width: 48rem){.section.section-small{padding:60px 0 30px}}.section-alt{background-color:var(--bg-color-alt)}.section-title{font-size:48px;font-weight:700;margin-bottom:60px;text-transform:uppercase}@media (max-width: 48rem){.section-title{font-size:25px;margin-bottom:30px}}.section-title:after{content:"";background-color:var(--color-primary);display:block;height:3px;width:110px}.news-card{background-color:var(--bg-color-alt);padding:60px;overflow:hidden;position:relative;margin-bottom:30px}@media (max-width: 48rem){.news-card{padding:30px}}.news-card:after{content:"";display:block;width:100%;background-color:var(--bg-color);transform:rotate(-45deg);transform-origin:left top;height:120px;position:absolute;left:calc(100% - 60px);top:100%}.news-card-title{font-size:20px;font-weight:700;margin-bottom:5px;color:#fff}.news-card-date{font-size:15px;font-weight:700;color:var(--color-primary);text-transform:uppercase;margin-bottom:30px}.event-card-date{font-size:15px;font-weight:700;color:var(--color-primary);margin-bottom:30px}.news-card-description{font-size:18px;font-weight:400;color:#fff}.news-card-more a{margin-top:30px;height:53px;line-height:53px;font-size:16px;font-weight:500;text-transform:uppercase;color:#000;padding:0 30px;background-color:var(--color-primary);display:inline-block;width:auto;text-decoration:none;transition:.3s background-color ease}.news-card-more a:hover,.news-card-more a:focus{text-decoration:none;background-color:var(--color-primary-hover)}.btn{margin:10px;height:auto;line-height:18px;font-size:16px;font-weight:500;padding:15px 30px;display:inline-block;width:auto;text-decoration:none;transition:.3s background-color ease;border:1px solid var(--color-primary)}.btn-primary{color:#000;background-color:var(--color-primary)}.btn-primary:hover,.btn-primary:focus{text-decoration:none;background-color:var(--color-primary-hover)}.btn-secondary{background-color:transparent;color:var(--color-primary)}.btn-container{margin-top:40px;text-align:center}@media (max-width: 36rem){.btn-container .btn{width:100%}}.game-item{display:flex;justify-content:space-between;align-items:center;position:relative;padding-bottom:15px;margin-bottom:30px}@media (max-width: 48rem){.game-item{flex-direction:column;text-align:center}}.game-item:after{display:block;position:absolute;bottom:0;left:0;right:0;content:"";height:1px;background:linear-gradient(to right,#fff,#121822)}.game-item .left-game{display:flex;align-items:center}@media (max-width: 48rem){.game-item .left-game{flex-direction:column}}.game-item .left-game .date{color:var(--color-primary);font-size:60px;font-family:Bebas Neue,sans-serif;font-weight:400;font-style:normal;padding-right:10px;font-variant-numeric:tabular-nums}@media (max-width: 48rem){.game-item .left-game .date{order:2}}@media (max-width: 48rem){.game-item .left-game .match-extra-info{order:1}}.game-item .left-game .hour{font-size:20px;color:#ccc;font-weight:500}.game-item .left-game .team-type{color:#fff;font-size:20px;font-weight:700}.game-item .team-infos{font-size:24px;color:#fff;text-transform:uppercase}@media (max-width: 48rem){.game-item .team-infos{text-align:center;width:100%}}.game-item .team-infos .vs{font-family:Squada One,sans-serif;font-weight:400;font-size:26px;font-style:normal;color:var(--color-primary);margin:0 10px}@media (max-width: 48rem){.game-item .team-infos .vs{display:block}}.game-item .game-info{display:flex;align-items:flex-end;justify-content:center;text-align:right;flex-direction:column}@media (max-width: 48rem){.game-item .game-info{flex-direction:column;text-align:center}}.game-item .right-game{display:flex;flex-direction:row;align-items:center}@media (max-width: 48rem){.game-item .right-game{flex-direction:column;text-align:center}}.game-item .score{margin-left:15px;background-color:var(--color-primary);color:#000;padding:10px 30px;font-weight:700;border-radius:25px}@media (max-width: 48rem){.game-item .score{margin-top:15px}}@media (max-width: 48rem){.game-item .serie-info{text-align:center;width:100%;margin-top:5px}}.img-wrapper{position:relative}.img-wrapper:after{content:"";display:block;width:100%;background-color:var(--bg-color);transform:rotate(-45deg);transform-origin:left top;height:120px;position:absolute;left:calc(100% - 60px);top:100%}.img-wrapper img{max-width:100%;width:100%}@media (max-width: 36rem){.img-wrapper{margin-top:30px}}.sponsor-image img{width:100%}.flex-row{display:flex;align-items:center;flex-wrap:wrap}.flex-row .sponsor-image{padding:15px;flex-basis:33.3333333333%}.flex-row .sponsor-image img{width:100%}.navbar{min-height:100px;height:100px;width:100%;background-color:var(--nav-bg-color)}.navbar.mobile-open{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999;height:100%}.navbar.mobile-open .container,.navbar.mobile-open .navbar-container{height:100%}.navbar.mobile-open .navbar-logo{display:none}.navbar.mobile-open .navbar-container{flex-direction:column-reverse;align-items:center;text-align:center;justify-content:center}.navbar.mobile-open .navbar-left{height:auto}.navbar.mobile-open .menu-nav{display:flex!important;flex-direction:column;height:auto}.navbar.mobile-open .mobile-icon{margin-bottom:30px}.navbar .navbar-container{width:100%;display:flex;justify-content:space-between;align-items:stretch}.navbar .navbar-left{display:flex;height:100%;max-height:100%;align-items:stretch}.navbar .navbar-logo{display:flex;height:100px;max-height:100px;flex-grow:1;align-items:center;padding-right:20px}.navbar .navbar-logo img{max-height:70px}.navbar .mobile-icon{color:#fff;align-items:center;display:flex}@media (min-width: 62rem){.navbar .mobile-icon{display:none}}.navbar .mobile-icon svg{height:40px;width:40px}.navbar .menu-nav{height:100px;display:flex;align-items:center}@media (max-width: 62rem){.navbar .menu-nav{display:none}}.navbar .menu-nav .menu-item{padding:10px}.navbar .menu-nav .menu-item a{color:#fff;display:block;padding:5px 10px;text-decoration:none;font-weight:600;position:relative}.navbar .menu-nav .menu-item a:after{position:absolute;left:10px;bottom:2px;height:3px;right:100%;background-color:var(--color-primary);content:"";transition:right .3s ease}.navbar .menu-nav .menu-item a:hover:after,.navbar .menu-nav .menu-item a:focus:after{right:10px}.home-header{width:100%;position:relative}.home-header .container,.home-header .container .row,.home-header .container .row .md-12{position:relative;height:100%}.home-header img{width:100%}@media (max-width: 48rem){.home-header img{height:300px;width:100%;object-fit:cover}}.home-header .home-header-content{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#0d0f1800 70%,#0d0f18e6 90%,#0d0f18)}.home-header .home-title{position:absolute;bottom:40px;left:10px;font-weight:bolder;font-size:96px;color:#fff;text-shadow:1px 2px 2px rgba(0,0,0,.4);margin:0!important}.home-header .home-title:after{position:relative;content:"";background-color:var(--color-primary);height:5px;display:block;width:120px;left:8px}@media (max-width: 62rem){.home-header .home-title{font-size:30px}.home-header .home-title:after{left:0}}.footer{position:relative;background-color:var(--bg-color-alt);padding:90px 0}.footer:before{position:absolute;top:0;left:0;background-color:var(--color-primary);content:"";height:5px;width:100px}.col-footer{flex-direction:column;justify-content:flex-end}@media (max-width: 48rem){.col-footer{margin-top:30px}}.footer-title{margin-bottom:30px;display:flex;align-items:flex-end;font-weight:600;text-transform:uppercase}.footer-title .main{margin-right:10px;font-size:36px;line-height:30px}.footer-title .extra{font-size:16px;line-height:16px}.address-line{font-weight:500;font-size:20px}.menu-footer{width:100%;display:flex;flex-wrap:wrap}.menu-footer .menu-item{flex-basis:50%}@media (max-width: 48rem){.menu-footer .menu-item{flex-basis:100%}}.menu-footer .menu-item a{color:#fff;font-size:20px;font-weight:600;text-decoration:none;display:block;padding:5px 0;margin-bottom:10px;position:relative}.menu-footer .menu-item a:hover,.menu-footer .menu-item a:focus{text-decoration:none;color:var(--color-primary)}.menu-footer .menu-item a:after{position:absolute;bottom:0;left:0;background-color:var(--color-primary);content:"";height:2px;width:15%}.social-menu{text-align:right;display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 48rem){.social-menu{align-items:flex-start}}.social-menu .social-item{color:#fff;text-decoration:none;display:flex;align-items:center;font-weight:600;margin-bottom:5px}.social-menu .social-item:hover,.social-menu .social-item:focus{color:var(--color-primary);text-decoration:none}.social-menu .social-item span{font-size:20px}.social-menu .social-item svg{margin-left:10px;height:36px}.iframe-container{display:flex;justify-content:stretch;position:relative;margin-bottom:30px}.iframe-container iframe{flex-grow:1;border:0;min-height:300px}.iframe-container:after{content:"";display:block;width:100%;background-color:var(--bg-color);transform:rotate(-45deg);transform-origin:left top;height:120px;position:absolute;left:calc(100% - 60px);top:100%}.menu-card{background-color:var(--bg-color-alt);overflow:hidden;position:relative;margin-bottom:30px;display:flex;justify-content:space-between}.menu-card:after{content:"";display:block;width:100%;background-color:var(--bg-color);transform:rotate(-45deg);transform-origin:left top;height:120px;position:absolute;left:calc(100% - 60px);top:100%}.menu-card-title{font-size:20px;font-weight:700;margin-bottom:5px;color:#fff;padding:15px 15px 15px 30px}.menu-card-more a{height:100%;display:flex;align-items:center;width:120px;padding-left:30px;font-size:16px;font-weight:500;text-transform:uppercase;color:#000;background-color:var(--color-primary);text-decoration:none;transition:.3s background-color ease}.menu-card-more a:hover,.menu-card-more a:focus{text-decoration:none;background-color:var(--color-primary-hover)}.data-list{display:flex;flex-wrap:wrap}.data-list .data-left{flex-basis:50%;font-weight:600;margin-bottom:15px}.data-list .data-right{flex-basis:50%;margin-bottom:15px;text-align:right}.content-card{background-color:var(--bg-color-alt);padding:30px;overflow:hidden;position:relative;font-size:20px;margin-bottom:30px}.content-card:after{content:"";display:block;width:100%;background-color:var(--bg-color);transform:rotate(-45deg);transform-origin:left top;height:120px;position:absolute;left:calc(100% - 60px);top:100%}.content-card h2{font-weight:700;font-size:48px;text-transform:uppercase;margin-bottom:30px;margin-top:0}.content-card p{margin-bottom:30px}.stretch-col{display:flex;align-items:stretch}.stretch-col>div{width:100%;flex-basis:100%}.green-card{background-color:var(--bg-color-alt);overflow:hidden;position:relative;margin-bottom:30px;display:flex;flex-direction:column;justify-content:stretch;flex-grow:0}.green-card:after{content:"";display:block;width:100%;background-color:var(--bg-color);transform:rotate(-45deg);transform-origin:left top;height:120px;position:absolute;left:calc(100% - 60px);top:100%}.green-card-title{font-size:20px;font-weight:700;color:#000;padding:15px 30px;background-color:var(--color-primary)}.green-card-content{flex-grow:1;padding:30px}.green-card-content .intro{font-weight:500;font-size:15px;color:var(--color-primary);margin-bottom:5px}.green-card-content .name{font-size:26px;margin-bottom:5px}.green-card-content .mail{font-size:16px}.ploeg-sub-title{text-align:center;margin-top:60px;margin-bottom:30px}.doc{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center;position:relative}.doc:after{display:block;position:absolute;bottom:0;left:0;right:0;content:"";height:1px;background:linear-gradient(to right,#fff,#121822)}@media (max-width: 48rem){.doc{flex-direction:column;justify-content:flex-start;align-items:flex-start}.doc .btn{margin:15px 0}}:root{font-family:Montserrat,sans-serif;--nav-bg-color: #121822;--bg-color: #0D0F18;--bg-color-alt: #121822;--color-primary: #00FF47;--color-primary-hover: #009328;color-scheme:light dark;color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}/*!
 * Flexgrid v3.0.4 (https://flexgrid.io)
 * Copyright 2015-present Morten Sørensen (morten@moso.io)
 * Licensed under MIT (https://github.com/moso/flexgrid/blob/master/LICENSE)
 */*,*:before,*:after{box-sizing:border-box}html{font-size:16px}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 36rem){.container{width:34rem}}@media (min-width: 48rem){.container{width:45rem}}@media (min-width: 62rem){.container{width:60rem}}@media (min-width: 75rem){.container{width:72rem}}.container-fluid{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.xl,.xl-auto,.xl-12,.xl-11,.xl-10,.xl-9,.xl-8,.xl-7,.xl-6,.xl-5,.xl-4,.xl-3,.xl-2,.xl-1,.lg,.lg-auto,.lg-12,.lg-11,.lg-10,.lg-9,.lg-8,.lg-7,.lg-6,.lg-5,.lg-4,.lg-3,.lg-2,.lg-1,.md,.md-auto,.md-12,.md-11,.md-10,.md-9,.md-8,.md-7,.md-6,.md-5,.md-4,.md-3,.md-2,.md-1,.sm,.sm-auto,.sm-12,.sm-11,.sm-10,.sm-9,.sm-8,.sm-7,.sm-6,.sm-5,.sm-4,.sm-3,.sm-2,.sm-1,.xs,.xs-auto,.xs-12,.xs-11,.xs-10,.xs-9,.xs-8,.xs-7,.xs-6,.xs-5,.xs-4,.xs-3,.xs-2,.xs-1{position:relative;min-height:1px;width:100%;padding-left:1rem;padding-right:1rem}.xs{flex-basis:0;flex-grow:1;max-width:100%}.xs-auto{flex-basis:0;flex-grow:0;max-width:none}.xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;flex-basis:8.3333333333%}.xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;flex-basis:16.6666666667%}.xs-3{flex:0 0 25%;max-width:25%;flex-basis:25%}.xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;flex-basis:33.3333333333%}.xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;flex-basis:41.6666666667%}.xs-6{flex:0 0 50%;max-width:50%;flex-basis:50%}.xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;flex-basis:58.3333333333%}.xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;flex-basis:66.6666666667%}.xs-9{flex:0 0 75%;max-width:75%;flex-basis:75%}.xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;flex-basis:83.3333333333%}.xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;flex-basis:91.6666666667%}.xs-12{flex:0 0 100%;max-width:100%;flex-basis:100%}.xs-pull-1{right:8.3333333333%}.xs-pull-2{right:16.6666666667%}.xs-pull-3{right:25%}.xs-pull-4{right:33.3333333333%}.xs-pull-5{right:41.6666666667%}.xs-pull-6{right:50%}.xs-pull-7{right:58.3333333333%}.xs-pull-8{right:66.6666666667%}.xs-pull-9{right:75%}.xs-pull-10{right:83.3333333333%}.xs-pull-11{right:91.6666666667%}.xs-pull-12{right:100%}.xs-push-1{left:8.3333333333%}.xs-push-2{left:16.6666666667%}.xs-push-3{left:25%}.xs-push-4{left:33.3333333333%}.xs-push-5{left:41.6666666667%}.xs-push-6{left:50%}.xs-push-7{left:58.3333333333%}.xs-push-8{left:66.6666666667%}.xs-push-9{left:75%}.xs-push-10{left:83.3333333333%}.xs-push-11{left:91.6666666667%}.xs-push-12{left:100%}.xs-offset-0{margin-left:0%}.xs-offset-1{margin-left:8.3333333333%}.xs-offset-2{margin-left:16.6666666667%}.xs-offset-3{margin-left:25%}.xs-offset-4{margin-left:33.3333333333%}.xs-offset-5{margin-left:41.6666666667%}.xs-offset-6{margin-left:50%}.xs-offset-7{margin-left:58.3333333333%}.xs-offset-8{margin-left:66.6666666667%}.xs-offset-9{margin-left:75%}.xs-offset-10{margin-left:83.3333333333%}.xs-offset-11{margin-left:91.6666666667%}@media (min-width: 36rem){.sm{flex-basis:0;flex-grow:1;max-width:100%}.sm-auto{flex-basis:0;flex-grow:0;max-width:none}.sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;flex-basis:8.3333333333%}.sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;flex-basis:16.6666666667%}.sm-3{flex:0 0 25%;max-width:25%;flex-basis:25%}.sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;flex-basis:33.3333333333%}.sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;flex-basis:41.6666666667%}.sm-6{flex:0 0 50%;max-width:50%;flex-basis:50%}.sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;flex-basis:58.3333333333%}.sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;flex-basis:66.6666666667%}.sm-9{flex:0 0 75%;max-width:75%;flex-basis:75%}.sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;flex-basis:83.3333333333%}.sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;flex-basis:91.6666666667%}.sm-12{flex:0 0 100%;max-width:100%;flex-basis:100%}.sm-pull-1{right:8.3333333333%}.sm-pull-2{right:16.6666666667%}.sm-pull-3{right:25%}.sm-pull-4{right:33.3333333333%}.sm-pull-5{right:41.6666666667%}.sm-pull-6{right:50%}.sm-pull-7{right:58.3333333333%}.sm-pull-8{right:66.6666666667%}.sm-pull-9{right:75%}.sm-pull-10{right:83.3333333333%}.sm-pull-11{right:91.6666666667%}.sm-pull-12{right:100%}.sm-push-1{left:8.3333333333%}.sm-push-2{left:16.6666666667%}.sm-push-3{left:25%}.sm-push-4{left:33.3333333333%}.sm-push-5{left:41.6666666667%}.sm-push-6{left:50%}.sm-push-7{left:58.3333333333%}.sm-push-8{left:66.6666666667%}.sm-push-9{left:75%}.sm-push-10{left:83.3333333333%}.sm-push-11{left:91.6666666667%}.sm-push-12{left:100%}.sm-offset-0{margin-left:0%}.sm-offset-1{margin-left:8.3333333333%}.sm-offset-2{margin-left:16.6666666667%}.sm-offset-3{margin-left:25%}.sm-offset-4{margin-left:33.3333333333%}.sm-offset-5{margin-left:41.6666666667%}.sm-offset-6{margin-left:50%}.sm-offset-7{margin-left:58.3333333333%}.sm-offset-8{margin-left:66.6666666667%}.sm-offset-9{margin-left:75%}.sm-offset-10{margin-left:83.3333333333%}.sm-offset-11{margin-left:91.6666666667%}}@media (min-width: 48rem){.md{flex-basis:0;flex-grow:1;max-width:100%}.md-auto{flex-basis:0;flex-grow:0;max-width:none}.md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;flex-basis:8.3333333333%}.md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;flex-basis:16.6666666667%}.md-3{flex:0 0 25%;max-width:25%;flex-basis:25%}.md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;flex-basis:33.3333333333%}.md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;flex-basis:41.6666666667%}.md-6{flex:0 0 50%;max-width:50%;flex-basis:50%}.md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;flex-basis:58.3333333333%}.md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;flex-basis:66.6666666667%}.md-9{flex:0 0 75%;max-width:75%;flex-basis:75%}.md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;flex-basis:83.3333333333%}.md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;flex-basis:91.6666666667%}.md-12{flex:0 0 100%;max-width:100%;flex-basis:100%}.md-pull-1{right:8.3333333333%}.md-pull-2{right:16.6666666667%}.md-pull-3{right:25%}.md-pull-4{right:33.3333333333%}.md-pull-5{right:41.6666666667%}.md-pull-6{right:50%}.md-pull-7{right:58.3333333333%}.md-pull-8{right:66.6666666667%}.md-pull-9{right:75%}.md-pull-10{right:83.3333333333%}.md-pull-11{right:91.6666666667%}.md-pull-12{right:100%}.md-push-1{left:8.3333333333%}.md-push-2{left:16.6666666667%}.md-push-3{left:25%}.md-push-4{left:33.3333333333%}.md-push-5{left:41.6666666667%}.md-push-6{left:50%}.md-push-7{left:58.3333333333%}.md-push-8{left:66.6666666667%}.md-push-9{left:75%}.md-push-10{left:83.3333333333%}.md-push-11{left:91.6666666667%}.md-push-12{left:100%}.md-offset-0{margin-left:0%}.md-offset-1{margin-left:8.3333333333%}.md-offset-2{margin-left:16.6666666667%}.md-offset-3{margin-left:25%}.md-offset-4{margin-left:33.3333333333%}.md-offset-5{margin-left:41.6666666667%}.md-offset-6{margin-left:50%}.md-offset-7{margin-left:58.3333333333%}.md-offset-8{margin-left:66.6666666667%}.md-offset-9{margin-left:75%}.md-offset-10{margin-left:83.3333333333%}.md-offset-11{margin-left:91.6666666667%}}@media (min-width: 62rem){.lg{flex-basis:0;flex-grow:1;max-width:100%}.lg-auto{flex-basis:0;flex-grow:0;max-width:none}.lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;flex-basis:8.3333333333%}.lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;flex-basis:16.6666666667%}.lg-3{flex:0 0 25%;max-width:25%;flex-basis:25%}.lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;flex-basis:33.3333333333%}.lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;flex-basis:41.6666666667%}.lg-6{flex:0 0 50%;max-width:50%;flex-basis:50%}.lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;flex-basis:58.3333333333%}.lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;flex-basis:66.6666666667%}.lg-9{flex:0 0 75%;max-width:75%;flex-basis:75%}.lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;flex-basis:83.3333333333%}.lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;flex-basis:91.6666666667%}.lg-12{flex:0 0 100%;max-width:100%;flex-basis:100%}.lg-pull-1{right:8.3333333333%}.lg-pull-2{right:16.6666666667%}.lg-pull-3{right:25%}.lg-pull-4{right:33.3333333333%}.lg-pull-5{right:41.6666666667%}.lg-pull-6{right:50%}.lg-pull-7{right:58.3333333333%}.lg-pull-8{right:66.6666666667%}.lg-pull-9{right:75%}.lg-pull-10{right:83.3333333333%}.lg-pull-11{right:91.6666666667%}.lg-pull-12{right:100%}.lg-push-1{left:8.3333333333%}.lg-push-2{left:16.6666666667%}.lg-push-3{left:25%}.lg-push-4{left:33.3333333333%}.lg-push-5{left:41.6666666667%}.lg-push-6{left:50%}.lg-push-7{left:58.3333333333%}.lg-push-8{left:66.6666666667%}.lg-push-9{left:75%}.lg-push-10{left:83.3333333333%}.lg-push-11{left:91.6666666667%}.lg-push-12{left:100%}.lg-offset-0{margin-left:0%}.lg-offset-1{margin-left:8.3333333333%}.lg-offset-2{margin-left:16.6666666667%}.lg-offset-3{margin-left:25%}.lg-offset-4{margin-left:33.3333333333%}.lg-offset-5{margin-left:41.6666666667%}.lg-offset-6{margin-left:50%}.lg-offset-7{margin-left:58.3333333333%}.lg-offset-8{margin-left:66.6666666667%}.lg-offset-9{margin-left:75%}.lg-offset-10{margin-left:83.3333333333%}.lg-offset-11{margin-left:91.6666666667%}}@media (min-width: 75rem){.xl{flex-basis:0;flex-grow:1;max-width:100%}.xl-auto{flex-basis:0;flex-grow:0;max-width:none}.xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;flex-basis:8.3333333333%}.xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;flex-basis:16.6666666667%}.xl-3{flex:0 0 25%;max-width:25%;flex-basis:25%}.xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;flex-basis:33.3333333333%}.xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;flex-basis:41.6666666667%}.xl-6{flex:0 0 50%;max-width:50%;flex-basis:50%}.xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;flex-basis:58.3333333333%}.xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;flex-basis:66.6666666667%}.xl-9{flex:0 0 75%;max-width:75%;flex-basis:75%}.xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;flex-basis:83.3333333333%}.xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;flex-basis:91.6666666667%}.xl-12{flex:0 0 100%;max-width:100%;flex-basis:100%}.xl-pull-1{right:8.3333333333%}.xl-pull-2{right:16.6666666667%}.xl-pull-3{right:25%}.xl-pull-4{right:33.3333333333%}.xl-pull-5{right:41.6666666667%}.xl-pull-6{right:50%}.xl-pull-7{right:58.3333333333%}.xl-pull-8{right:66.6666666667%}.xl-pull-9{right:75%}.xl-pull-10{right:83.3333333333%}.xl-pull-11{right:91.6666666667%}.xl-pull-12{right:100%}.xl-push-1{left:8.3333333333%}.xl-push-2{left:16.6666666667%}.xl-push-3{left:25%}.xl-push-4{left:33.3333333333%}.xl-push-5{left:41.6666666667%}.xl-push-6{left:50%}.xl-push-7{left:58.3333333333%}.xl-push-8{left:66.6666666667%}.xl-push-9{left:75%}.xl-push-10{left:83.3333333333%}.xl-push-11{left:91.6666666667%}.xl-push-12{left:100%}.xl-offset-0{margin-left:0%}.xl-offset-1{margin-left:8.3333333333%}.xl-offset-2{margin-left:16.6666666667%}.xl-offset-3{margin-left:25%}.xl-offset-4{margin-left:33.3333333333%}.xl-offset-5{margin-left:41.6666666667%}.xl-offset-6{margin-left:50%}.xl-offset-7{margin-left:58.3333333333%}.xl-offset-8{margin-left:66.6666666667%}.xl-offset-9{margin-left:75%}.xl-offset-10{margin-left:83.3333333333%}.xl-offset-11{margin-left:91.6666666667%}}.xs-first{order:-1}.xs-last{order:1}.xs-content-start{align-content:flex-start}.xs-content-center{align-content:center}.xs-content-end{align-content:flex-end}.xs-content-around{align-content:space-around}.xs-content-between{align-content:space-between}.xs-content-evenly{align-content:space-evenly;align-content:space-between}.xs-items-stretch{align-items:stretch}.xs-items-start{align-items:flex-start}.xs-items-center{align-items:center}.xs-items-end{align-items:flex-end}.xs-items-baseline{align-items:baseline}.xs-self-auto{align-self:auto}.xs-self-start{align-self:flex-start}.xs-self-center{align-self:center}.xs-self-end{align-self:flex-end}.xs-self-stretch{align-self:stretch}.xs-justify-start{justify-content:flex-start}.xs-justify-center{justify-content:center}.xs-justify-end{justify-content:flex-end}.xs-justify-around{justify-content:space-around}.xs-justify-between{justify-content:space-between}.xs-justify-evenly{justify-content:space-between;justify-content:space-evenly}@media (min-width: 36rem){.sm-first{order:-1}.sm-last{order:1}.sm-content-start{align-content:flex-start}.sm-content-center{align-content:center}.sm-content-end{align-content:flex-end}.sm-content-around{align-content:space-around}.sm-content-between{align-content:space-between}.sm-content-evenly{align-content:space-evenly;align-content:space-between}.sm-items-stretch{align-items:stretch}.sm-items-start{align-items:flex-start}.sm-items-center{align-items:center}.sm-items-end{align-items:flex-end}.sm-items-baseline{align-items:baseline}.sm-self-auto{align-self:auto}.sm-self-start{align-self:flex-start}.sm-self-center{align-self:center}.sm-self-end{align-self:flex-end}.sm-self-stretch{align-self:stretch}.sm-justify-start{justify-content:flex-start}.sm-justify-center{justify-content:center}.sm-justify-end{justify-content:flex-end}.sm-justify-around{justify-content:space-around}.sm-justify-between{justify-content:space-between}.sm-justify-evenly{justify-content:space-between;justify-content:space-evenly}}@media (min-width: 48rem){.md-first{order:-1}.md-last{order:1}.md-content-start{align-content:flex-start}.md-content-center{align-content:center}.md-content-end{align-content:flex-end}.md-content-around{align-content:space-around}.md-content-between{align-content:space-between}.md-content-evenly{align-content:space-evenly;align-content:space-between}.md-items-stretch{align-items:stretch}.md-items-start{align-items:flex-start}.md-items-center{align-items:center}.md-items-end{align-items:flex-end}.md-items-baseline{align-items:baseline}.md-self-auto{align-self:auto}.md-self-start{align-self:flex-start}.md-self-center{align-self:center}.md-self-end{align-self:flex-end}.md-self-stretch{align-self:stretch}.md-justify-start{justify-content:flex-start}.md-justify-center{justify-content:center}.md-justify-end{justify-content:flex-end}.md-justify-around{justify-content:space-around}.md-justify-between{justify-content:space-between}.md-justify-evenly{justify-content:space-between;justify-content:space-evenly}}@media (min-width: 62rem){.lg-first{order:-1}.lg-last{order:1}.lg-content-start{align-content:flex-start}.lg-content-center{align-content:center}.lg-content-end{align-content:flex-end}.lg-content-around{align-content:space-around}.lg-content-between{align-content:space-between}.lg-content-evenly{align-content:space-evenly;align-content:space-between}.lg-items-stretch{align-items:stretch}.lg-items-start{align-items:flex-start}.lg-items-center{align-items:center}.lg-items-end{align-items:flex-end}.lg-items-baseline{align-items:baseline}.lg-self-auto{align-self:auto}.lg-self-start{align-self:flex-start}.lg-self-center{align-self:center}.lg-self-end{align-self:flex-end}.lg-self-stretch{align-self:stretch}.lg-justify-start{justify-content:flex-start}.lg-justify-center{justify-content:center}.lg-justify-end{justify-content:flex-end}.lg-justify-around{justify-content:space-around}.lg-justify-between{justify-content:space-between}.lg-justify-evenly{justify-content:space-between;justify-content:space-evenly}}@media (min-width: 75rem){.xl-first{order:-1}.xl-last{order:1}.xl-content-start{align-content:flex-start}.xl-content-center{align-content:center}.xl-content-end{align-content:flex-end}.xl-content-around{align-content:space-around}.xl-content-between{align-content:space-between}.xl-content-evenly{align-content:space-evenly;align-content:space-between}.xl-items-stretch{align-items:stretch}.xl-items-start{align-items:flex-start}.xl-items-center{align-items:center}.xl-items-end{align-items:flex-end}.xl-items-baseline{align-items:baseline}.xl-self-auto{align-self:auto}.xl-self-start{align-self:flex-start}.xl-self-center{align-self:center}.xl-self-end{align-self:flex-end}.xl-self-stretch{align-self:stretch}.xl-justify-start{justify-content:flex-start}.xl-justify-center{justify-content:center}.xl-justify-end{justify-content:flex-end}.xl-justify-around{justify-content:space-around}.xl-justify-between{justify-content:space-between}.xl-justify-evenly{justify-content:space-between;justify-content:space-evenly}}
