@charset "UTF-8";
/*! VARIABLES -------------------------------------------------------------------------- */
/*!------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/*! MIXINS ----------------------------------------------------------------------------- */
/*! Converts px to rems. Via David Ensinger: http://davidensinger.com/2013/03/using-rems-with-sass/
  Usage: @include rem(font-size, 12px);
 */
/*! Stop float
  Usage: @include tableclearfix;
*/
/*! give colors to all svg icons depending on set icon class */.icon-black path,.icon-black svg,svg.icon-black path,svg.icon-black svg{fill:#000}.icon-grey-dark path,.icon-grey-dark svg,svg.icon-grey-dark path,svg.icon-grey-dark svg{fill:#4c5356}.icon-grey-light path,.icon-grey-light svg,svg.icon-grey-light path,svg.icon-grey-light svg{fill:#a8adb3}.icon-blue-light path,.icon-blue-light svg,svg.icon-blue-light path,svg.icon-blue-light svg{fill:#80b0c8}.icon-white path,.icon-white svg,svg.icon-white path,svg.icon-white svg{fill:#fff}

/*! usage

.selector-1 {
  @include linear-gradient(#31B7D7, #EDAC7D);
}

.selector-2 {
  @include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
}

.selector-3 {
  @include linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
}

*/
/*!------------------------------------*\
    $HELPERS
\*------------------------------------*/
/*!------------------------------------*\
    $RESET
\*------------------------------------*/
/*! Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */*{box-sizing:border-box}blockquote,body,div,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,iframe,label,legend,li,nav,object,ol,p,section,table,ul{margin:0;padding:0}article,figure,footer,header,hgroup,nav,section{display:block}.row{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.row.reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col,.col-onefifth{box-sizing:border-box}.col-onefifth{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:20%;flex-basis:20%;max-width:20%}.col-1{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-1,.col-1-half{box-sizing:border-box}.col-1-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:12.5%;flex-basis:12.5%;max-width:12.5%}.col-2{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-2,.col-2-half{box-sizing:border-box}.col-2-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:20.83333%;flex-basis:20.83333%;max-width:20.83333%}.col-3{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-3,.col-3-half{box-sizing:border-box}.col-3-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:29.16667%;flex-basis:29.16667%;max-width:29.16667%}.col-4{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-4,.col-4-half{box-sizing:border-box}.col-4-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:37.5%;flex-basis:37.5%;max-width:37.5%}.col-5{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-5,.col-5-half{box-sizing:border-box}.col-5-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:45.83333%;flex-basis:45.83333%;max-width:45.83333%}.col-6{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-6,.col-6-half{box-sizing:border-box}.col-6-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:54.16667%;flex-basis:54.16667%;max-width:54.16667%}.col-7{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-7,.col-7-half{box-sizing:border-box}.col-7-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:62.5%;flex-basis:62.5%;max-width:62.5%}.col-8{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-8,.col-8-half{box-sizing:border-box}.col-8-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:70.83333%;flex-basis:70.83333%;max-width:70.83333%}.col-9{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-9,.col-9-half{box-sizing:border-box}.col-9-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:79.16667%;flex-basis:79.16667%;max-width:79.16667%}.col-10{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-10,.col-10-half{box-sizing:border-box}.col-10-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:87.5%;flex-basis:87.5%;max-width:87.5%}.col-11{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-11,.col-12{box-sizing:border-box}.col-12{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-offset-0,.col-offset-0-half{margin-left:0}.col-offset-1{margin-left:8.33333%}.col-offset-1-half{margin-left:12.5%}.col-offset-2{margin-left:16.66667%}.col-offset-2-half{margin-left:20.83333%}.col-offset-3{margin-left:25%}.col-offset-3-half{margin-left:29.16667%}.col-offset-4{margin-left:33.33333%}.col-offset-4-half{margin-left:37.5%}.col-offset-5{margin-left:41.66667%}.col-offset-5-half{margin-left:45.83333%}.col-offset-6{margin-left:50%}.col-offset-6-half{margin-left:54.16667%}.col-offset-7{margin-left:58.33333%}.col-offset-7-half{margin-left:62.5%}.col-offset-8{margin-left:66.66667%}.col-offset-8-half{margin-left:70.83333%}.col-offset-9{margin-left:75%}.col-offset-9-half{margin-left:79.16667%}.col-offset-10{margin-left:83.33333%}.col-offset-10-half{margin-left:87.5%}.col-offset-11{margin-left:91.66667%}.col-offset-12{margin-left:100%}.flex-column{-ms-flex-direction:column;flex-direction:column}.flex-column [class*=" col-"]{-ms-flex-preferred-size:auto;flex-basis:auto}.flex-start{-ms-flex-pack:start;justify-content:flex-start}.flex-center{-ms-flex-pack:center;justify-content:center}.flex-end{-ms-flex-pack:end;justify-content:flex-end}.flex-top{-ms-flex-align:start;align-items:flex-start}.flex-middle{-ms-flex-align:center;align-items:center}.flex-bottom{-ms-flex-align:end;align-items:flex-end}.flex-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-between{-ms-flex-pack:justify;justify-content:space-between}.order-first{-ms-flex-order:-1;order:-1}.order-second{-ms-flex-order:2;order:2}.order-third{-ms-flex-order:3;order:3}.order-fourth{-ms-flex-order:4;order:4}.order-fifth{-ms-flex-order:5;order:5}.order-sixth{-ms-flex-order:6;order:6}.order-seventh{-ms-flex-order:7;order:7}.order-eighth{-ms-flex-order:8;order:8}.order-ninth{-ms-flex-order:9;order:9}.order-tenth{-ms-flex-order:10;order:10}.order-eleventh{-ms-flex-order:11;order:11}.order-last,.order-twelfth{-ms-flex-order:12;order:12}@media only screen and (max-width:1439px){.col-l{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-l-onefifth{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:20%;flex-basis:20%;max-width:20%}.col-l-1{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-l-1-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:12.5%;flex-basis:12.5%;max-width:12.5%}.col-l-2{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-l-2-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:20.83333%;flex-basis:20.83333%;max-width:20.83333%}.col-l-3{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-l-3-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:29.16667%;flex-basis:29.16667%;max-width:29.16667%}.col-l-4{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-l-4-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:37.5%;flex-basis:37.5%;max-width:37.5%}.col-l-5{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-l-5-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:45.83333%;flex-basis:45.83333%;max-width:45.83333%}.col-l-6{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-l-6-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:54.16667%;flex-basis:54.16667%;max-width:54.16667%}.col-l-7{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-l-7-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:62.5%;flex-basis:62.5%;max-width:62.5%}.col-l-8{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-l-8-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:70.83333%;flex-basis:70.83333%;max-width:70.83333%}.col-l-9{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-l-9-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:79.16667%;flex-basis:79.16667%;max-width:79.16667%}.col-l-10{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-l-10-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:87.5%;flex-basis:87.5%;max-width:87.5%}.col-l-11{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-l-11,.col-l-12{box-sizing:border-box}.col-l-12{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-l-offset-0,.col-l-offset-0-half{margin-left:0}.col-l-offset-1{margin-left:8.33333%}.col-l-offset-1-half{margin-left:12.5%}.col-l-offset-2{margin-left:16.66667%}.col-l-offset-2-half{margin-left:20.83333%}.col-l-offset-3{margin-left:25%}.col-l-offset-3-half{margin-left:29.16667%}.col-l-offset-4{margin-left:33.33333%}.col-l-offset-4-half{margin-left:37.5%}.col-l-offset-5{margin-left:41.66667%}.col-l-offset-5-half{margin-left:45.83333%}.col-l-offset-6{margin-left:50%}.col-l-offset-6-half{margin-left:54.16667%}.col-l-offset-7{margin-left:58.33333%}.col-l-offset-7-half{margin-left:62.5%}.col-l-offset-8{margin-left:66.66667%}.col-l-offset-8-half{margin-left:70.83333%}.col-l-offset-9{margin-left:75%}.col-l-offset-9-half{margin-left:79.16667%}.col-l-offset-10{margin-left:83.33333%}.col-l-offset-10-half{margin-left:87.5%}.col-l-offset-11{margin-left:91.66667%}.col-l-offset-12{margin-left:100%}.flex-column-l{-ms-flex-direction:column;flex-direction:column}.flex-column-l [class*=" col-"]{-ms-flex-preferred-size:auto;flex-basis:auto}.flex-start-l{-ms-flex-pack:start;justify-content:flex-start}.flex-center-l{-ms-flex-pack:center;justify-content:center}.flex-end-l{-ms-flex-pack:end;justify-content:flex-end}.flex-top-l{-ms-flex-align:start;align-items:flex-start}.flex-middle-l{-ms-flex-align:center;align-items:center}.flex-bottom-l{-ms-flex-align:end;align-items:flex-end}.flex-around-l{-ms-flex-pack:distribute;justify-content:space-around}.flex-between-l{-ms-flex-pack:justify;justify-content:space-between}.order-l-first{-ms-flex-order:-1;order:-1}.order-l-second{-ms-flex-order:2;order:2}.order-l-third{-ms-flex-order:3;order:3}.order-l-fourth{-ms-flex-order:4;order:4}.order-l-fifth{-ms-flex-order:5;order:5}.order-l-sixth{-ms-flex-order:6;order:6}.order-l-seventh{-ms-flex-order:7;order:7}.order-l-eighth{-ms-flex-order:8;order:8}.order-l-ninth{-ms-flex-order:9;order:9}.order-l-tenth{-ms-flex-order:10;order:10}.order-l-eleventh{-ms-flex-order:11;order:11}.order-l-last,.order-l-twelfth{-ms-flex-order:12;order:12}}@media only screen and (max-width:1023px){.col-m{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-m-onefifth{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:20%;flex-basis:20%;max-width:20%}.col-m-1{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-m-1-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:12.5%;flex-basis:12.5%;max-width:12.5%}.col-m-2{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-m-2-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:20.83333%;flex-basis:20.83333%;max-width:20.83333%}.col-m-3{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-m-3-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:29.16667%;flex-basis:29.16667%;max-width:29.16667%}.col-m-4{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-m-4-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:37.5%;flex-basis:37.5%;max-width:37.5%}.col-m-5{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-m-5-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:45.83333%;flex-basis:45.83333%;max-width:45.83333%}.col-m-6{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-m-6-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:54.16667%;flex-basis:54.16667%;max-width:54.16667%}.col-m-7{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-m-7-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:62.5%;flex-basis:62.5%;max-width:62.5%}.col-m-8{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-m-8-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:70.83333%;flex-basis:70.83333%;max-width:70.83333%}.col-m-9{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-m-9-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:79.16667%;flex-basis:79.16667%;max-width:79.16667%}.col-m-10{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-m-10-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:87.5%;flex-basis:87.5%;max-width:87.5%}.col-m-11{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-m-11,.col-m-12{box-sizing:border-box}.col-m-12{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-m-offset-0,.col-m-offset-0-half{margin-left:0}.col-m-offset-1{margin-left:8.33333%}.col-m-offset-1-half{margin-left:12.5%}.col-m-offset-2{margin-left:16.66667%}.col-m-offset-2-half{margin-left:20.83333%}.col-m-offset-3{margin-left:25%}.col-m-offset-3-half{margin-left:29.16667%}.col-m-offset-4{margin-left:33.33333%}.col-m-offset-4-half{margin-left:37.5%}.col-m-offset-5{margin-left:41.66667%}.col-m-offset-5-half{margin-left:45.83333%}.col-m-offset-6{margin-left:50%}.col-m-offset-6-half{margin-left:54.16667%}.col-m-offset-7{margin-left:58.33333%}.col-m-offset-7-half{margin-left:62.5%}.col-m-offset-8{margin-left:66.66667%}.col-m-offset-8-half{margin-left:70.83333%}.col-m-offset-9{margin-left:75%}.col-m-offset-9-half{margin-left:79.16667%}.col-m-offset-10{margin-left:83.33333%}.col-m-offset-10-half{margin-left:87.5%}.col-m-offset-11{margin-left:91.66667%}.col-m-offset-12{margin-left:100%}.flex-column-m{-ms-flex-direction:column;flex-direction:column}.flex-column-m [class*=" col-"]{-ms-flex-preferred-size:auto;flex-basis:auto}.flex-start-m{-ms-flex-pack:start;justify-content:flex-start}.flex-center-m{-ms-flex-pack:center;justify-content:center}.flex-end-m{-ms-flex-pack:end;justify-content:flex-end}.flex-top-m{-ms-flex-align:start;align-items:flex-start}.flex-middle-m{-ms-flex-align:center;align-items:center}.flex-bottom-m{-ms-flex-align:end;align-items:flex-end}.flex-around-m{-ms-flex-pack:distribute;justify-content:space-around}.flex-between-m{-ms-flex-pack:justify;justify-content:space-between}.order-m-first{-ms-flex-order:-1;order:-1}.order-m-second{-ms-flex-order:2;order:2}.order-m-third{-ms-flex-order:3;order:3}.order-m-fourth{-ms-flex-order:4;order:4}.order-m-fifth{-ms-flex-order:5;order:5}.order-m-sixth{-ms-flex-order:6;order:6}.order-m-seventh{-ms-flex-order:7;order:7}.order-m-eighth{-ms-flex-order:8;order:8}.order-m-ninth{-ms-flex-order:9;order:9}.order-m-tenth{-ms-flex-order:10;order:10}.order-m-eleventh{-ms-flex-order:11;order:11}.order-m-last,.order-m-twelfth{-ms-flex-order:12;order:12}}@media only screen and (max-width:767px){.col-s{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-s-onefifth{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:20%;flex-basis:20%;max-width:20%}.col-s-1{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-s-1-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:12.5%;flex-basis:12.5%;max-width:12.5%}.col-s-2{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-s-2-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:20.83333%;flex-basis:20.83333%;max-width:20.83333%}.col-s-3{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-s-3-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:29.16667%;flex-basis:29.16667%;max-width:29.16667%}.col-s-4{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-s-4-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:37.5%;flex-basis:37.5%;max-width:37.5%}.col-s-5{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-s-5-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:45.83333%;flex-basis:45.83333%;max-width:45.83333%}.col-s-6{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-s-6-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:54.16667%;flex-basis:54.16667%;max-width:54.16667%}.col-s-7{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-s-7-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:62.5%;flex-basis:62.5%;max-width:62.5%}.col-s-8{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-s-8-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:70.83333%;flex-basis:70.83333%;max-width:70.83333%}.col-s-9{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-s-9-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:79.16667%;flex-basis:79.16667%;max-width:79.16667%}.col-s-10{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-s-10-half{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-ms-flex-preferred-size:87.5%;flex-basis:87.5%;max-width:87.5%}.col-s-11{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-s-11,.col-s-12{box-sizing:border-box}.col-s-12{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-s-offset-0,.col-s-offset-0-half{margin-left:0}.col-s-offset-1{margin-left:8.33333%}.col-s-offset-1-half{margin-left:12.5%}.col-s-offset-2{margin-left:16.66667%}.col-s-offset-2-half{margin-left:20.83333%}.col-s-offset-3{margin-left:25%}.col-s-offset-3-half{margin-left:29.16667%}.col-s-offset-4{margin-left:33.33333%}.col-s-offset-4-half{margin-left:37.5%}.col-s-offset-5{margin-left:41.66667%}.col-s-offset-5-half{margin-left:45.83333%}.col-s-offset-6{margin-left:50%}.col-s-offset-6-half{margin-left:54.16667%}.col-s-offset-7{margin-left:58.33333%}.col-s-offset-7-half{margin-left:62.5%}.col-s-offset-8{margin-left:66.66667%}.col-s-offset-8-half{margin-left:70.83333%}.col-s-offset-9{margin-left:75%}.col-s-offset-9-half{margin-left:79.16667%}.col-s-offset-10{margin-left:83.33333%}.col-s-offset-10-half{margin-left:87.5%}.col-s-offset-11{margin-left:91.66667%}.col-s-offset-12{margin-left:100%}.flex-column-s{-ms-flex-direction:column;flex-direction:column}.flex-column-s [class*=" col-"]{-ms-flex-preferred-size:auto;flex-basis:auto}.flex-start-s{-ms-flex-pack:start;justify-content:flex-start}.flex-center-s{-ms-flex-pack:center;justify-content:center}.flex-end-s{-ms-flex-pack:end;justify-content:flex-end}.flex-top-s{-ms-flex-align:start;align-items:flex-start}.flex-middle-s{-ms-flex-align:center;align-items:center}.flex-bottom-s{-ms-flex-align:end;align-items:flex-end}.flex-around-s{-ms-flex-pack:distribute;justify-content:space-around}.flex-between-s{-ms-flex-pack:justify;justify-content:space-between}.order-s-first{-ms-flex-order:-1;order:-1}.order-s-second{-ms-flex-order:2;order:2}.order-s-third{-ms-flex-order:3;order:3}.order-s-fourth{-ms-flex-order:4;order:4}.order-s-fifth{-ms-flex-order:5;order:5}.order-s-sixth{-ms-flex-order:6;order:6}.order-s-seventh{-ms-flex-order:7;order:7}.order-s-eighth{-ms-flex-order:8;order:8}.order-s-ninth{-ms-flex-order:9;order:9}.order-s-tenth{-ms-flex-order:10;order:10}.order-s-eleventh{-ms-flex-order:11;order:11}.order-s-last,.order-s-twelfth{-ms-flex-order:12;order:12}}.col,.col-onefifth{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col,.col-onefifth{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col,.col-onefifth{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col,.col-onefifth{padding-left:5px;padding-right:5px}}.col-1,.col-1-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-1,.col-1-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-1,.col-1-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-1,.col-1-half{padding-left:5px;padding-right:5px}}.col-2,.col-2-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-2,.col-2-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-2,.col-2-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-2,.col-2-half{padding-left:5px;padding-right:5px}}.col-3,.col-3-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-3,.col-3-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-3,.col-3-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-3,.col-3-half{padding-left:5px;padding-right:5px}}.col-4,.col-4-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-4,.col-4-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-4,.col-4-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-4,.col-4-half{padding-left:5px;padding-right:5px}}.col-5,.col-5-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-5,.col-5-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-5,.col-5-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-5,.col-5-half{padding-left:5px;padding-right:5px}}.col-6,.col-6-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-6,.col-6-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-6,.col-6-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-6,.col-6-half{padding-left:5px;padding-right:5px}}.col-7,.col-7-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-7,.col-7-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-7,.col-7-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-7,.col-7-half{padding-left:5px;padding-right:5px}}.col-8,.col-8-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-8,.col-8-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-8,.col-8-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-8,.col-8-half{padding-left:5px;padding-right:5px}}.col-9,.col-9-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-9,.col-9-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-9,.col-9-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-9,.col-9-half{padding-left:5px;padding-right:5px}}.col-10,.col-10-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-10,.col-10-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-10,.col-10-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-10,.col-10-half{padding-left:5px;padding-right:5px}}.col-11,.col-11-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-11,.col-11-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-11,.col-11-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-11,.col-11-half{padding-left:5px;padding-right:5px}}.col-12,.col-12-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-12,.col-12-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-12,.col-12-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-12,.col-12-half{padding-left:5px;padding-right:5px}}.col-l,.col-l-onefifth{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l,.col-l-onefifth{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l,.col-l-onefifth{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l,.col-l-onefifth{padding-left:5px;padding-right:5px}}.col-l-1,.col-l-1-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-1,.col-l-1-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-1,.col-l-1-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-1,.col-l-1-half{padding-left:5px;padding-right:5px}}.col-l-2,.col-l-2-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-2,.col-l-2-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-2,.col-l-2-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-2,.col-l-2-half{padding-left:5px;padding-right:5px}}.col-l-3,.col-l-3-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-3,.col-l-3-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-3,.col-l-3-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-3,.col-l-3-half{padding-left:5px;padding-right:5px}}.col-l-4,.col-l-4-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-4,.col-l-4-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-4,.col-l-4-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-4,.col-l-4-half{padding-left:5px;padding-right:5px}}.col-l-5,.col-l-5-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-5,.col-l-5-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-5,.col-l-5-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-5,.col-l-5-half{padding-left:5px;padding-right:5px}}.col-l-6,.col-l-6-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-6,.col-l-6-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-6,.col-l-6-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-6,.col-l-6-half{padding-left:5px;padding-right:5px}}.col-l-7,.col-l-7-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-7,.col-l-7-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-7,.col-l-7-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-7,.col-l-7-half{padding-left:5px;padding-right:5px}}.col-l-8,.col-l-8-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-8,.col-l-8-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-8,.col-l-8-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-8,.col-l-8-half{padding-left:5px;padding-right:5px}}.col-l-9,.col-l-9-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-9,.col-l-9-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-9,.col-l-9-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-9,.col-l-9-half{padding-left:5px;padding-right:5px}}.col-l-10,.col-l-10-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-10,.col-l-10-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-10,.col-l-10-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-10,.col-l-10-half{padding-left:5px;padding-right:5px}}.col-l-11,.col-l-11-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-11,.col-l-11-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-11,.col-l-11-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-11,.col-l-11-half{padding-left:5px;padding-right:5px}}.col-l-12,.col-l-12-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-l-12,.col-l-12-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-l-12,.col-l-12-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-l-12,.col-l-12-half{padding-left:5px;padding-right:5px}}.col-m,.col-m-onefifth{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m,.col-m-onefifth{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m,.col-m-onefifth{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m,.col-m-onefifth{padding-left:5px;padding-right:5px}}.col-m-1,.col-m-1-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-1,.col-m-1-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-1,.col-m-1-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-1,.col-m-1-half{padding-left:5px;padding-right:5px}}.col-m-2,.col-m-2-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-2,.col-m-2-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-2,.col-m-2-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-2,.col-m-2-half{padding-left:5px;padding-right:5px}}.col-m-3,.col-m-3-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-3,.col-m-3-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-3,.col-m-3-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-3,.col-m-3-half{padding-left:5px;padding-right:5px}}.col-m-4,.col-m-4-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-4,.col-m-4-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-4,.col-m-4-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-4,.col-m-4-half{padding-left:5px;padding-right:5px}}.col-m-5,.col-m-5-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-5,.col-m-5-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-5,.col-m-5-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-5,.col-m-5-half{padding-left:5px;padding-right:5px}}.col-m-6,.col-m-6-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-6,.col-m-6-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-6,.col-m-6-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-6,.col-m-6-half{padding-left:5px;padding-right:5px}}.col-m-7,.col-m-7-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-7,.col-m-7-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-7,.col-m-7-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-7,.col-m-7-half{padding-left:5px;padding-right:5px}}.col-m-8,.col-m-8-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-8,.col-m-8-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-8,.col-m-8-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-8,.col-m-8-half{padding-left:5px;padding-right:5px}}.col-m-9,.col-m-9-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-9,.col-m-9-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-9,.col-m-9-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-9,.col-m-9-half{padding-left:5px;padding-right:5px}}.col-m-10,.col-m-10-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-10,.col-m-10-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-10,.col-m-10-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-10,.col-m-10-half{padding-left:5px;padding-right:5px}}.col-m-11,.col-m-11-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-11,.col-m-11-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-11,.col-m-11-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-11,.col-m-11-half{padding-left:5px;padding-right:5px}}.col-m-12,.col-m-12-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-m-12,.col-m-12-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-m-12,.col-m-12-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-m-12,.col-m-12-half{padding-left:5px;padding-right:5px}}.col-s,.col-s-onefifth{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s,.col-s-onefifth{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s,.col-s-onefifth{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s,.col-s-onefifth{padding-left:5px;padding-right:5px}}.col-s-1,.col-s-1-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-1,.col-s-1-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-1,.col-s-1-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-1,.col-s-1-half{padding-left:5px;padding-right:5px}}.col-s-2,.col-s-2-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-2,.col-s-2-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-2,.col-s-2-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-2,.col-s-2-half{padding-left:5px;padding-right:5px}}.col-s-3,.col-s-3-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-3,.col-s-3-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-3,.col-s-3-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-3,.col-s-3-half{padding-left:5px;padding-right:5px}}.col-s-4,.col-s-4-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-4,.col-s-4-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-4,.col-s-4-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-4,.col-s-4-half{padding-left:5px;padding-right:5px}}.col-s-5,.col-s-5-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-5,.col-s-5-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-5,.col-s-5-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-5,.col-s-5-half{padding-left:5px;padding-right:5px}}.col-s-6,.col-s-6-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-6,.col-s-6-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-6,.col-s-6-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-6,.col-s-6-half{padding-left:5px;padding-right:5px}}.col-s-7,.col-s-7-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-7,.col-s-7-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-7,.col-s-7-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-7,.col-s-7-half{padding-left:5px;padding-right:5px}}.col-s-8,.col-s-8-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-8,.col-s-8-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-8,.col-s-8-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-8,.col-s-8-half{padding-left:5px;padding-right:5px}}.col-s-9,.col-s-9-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-9,.col-s-9-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-9,.col-s-9-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-9,.col-s-9-half{padding-left:5px;padding-right:5px}}.col-s-10,.col-s-10-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-10,.col-s-10-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-10,.col-s-10-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-10,.col-s-10-half{padding-left:5px;padding-right:5px}}.col-s-11,.col-s-11-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-11,.col-s-11-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-11,.col-s-11-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-11,.col-s-11-half{padding-left:5px;padding-right:5px}}.col-s-12,.col-s-12-half{padding-left:12.5px;padding-right:12.5px}@media only screen and (max-width:1439px){.col-s-12,.col-s-12-half{padding-left:12.5px;padding-right:12.5px}}@media only screen and (max-width:1023px){.col-s-12,.col-s-12-half{padding-left:5px;padding-right:5px}}@media only screen and (max-width:767px){.col-s-12,.col-s-12-half{padding-left:5px;padding-right:5px}}.container .row,.row .row{max-width:none;margin-right:-12.5px;margin-left:-12.5px}@media only screen and (max-width:1439px){.container .row,.row .row{margin-right:-12.5px;margin-left:-12.5px}}@media only screen and (max-width:1023px){.container .row,.row .row{margin-right:-5px;margin-left:-5px}}@media only screen and (max-width:767px){.container .row,.row .row{margin-right:-5px;margin-left:-5px}}@keyframes a{0%{transform:scaleX(1)}50%{transform:scaleX(0)}to{width:100%;transform:scaleX(1)}}

/*!------------------------------------*\
    $PATTERN LAB-SPECIFIC STYLES
\*!------------------------------------*/
/*!
 * This stylesheet is for styles you want to include only when the interface is being viewed within Pattern Lab.
 * This is helpful for displaying demo styles for grids, animations, color swatches, etc
 * It's also helpful for overriding context-specific styles like fixed or absolutely positioned elements
 * These styles will not be your production CSS.
 */
/*! Style Guide Interface Colors */
/*! Typography */
/*! Defaults */
/*! Dimensions */
/*! Breakpoints */.demo .col-wrapper,.demo .demo-block{background:#ddd;color:gray;text-align:center;margin-bottom:.5em}.demo .col-wrapper:nth-of-type(2n),.demo .demo-block:nth-of-type(2n){color:#ddd;background:gray}.demo .col-wrapper [class*=col-],.demo .demo-block [class*=col-]{background:rgba(0,0,0,.1);color:#ddd}.demo .col-wrapper [class*=col-]:nth-of-type(2n),.demo .demo-block [class*=col-]:nth-of-type(2n){background:rgba(0,0,0,.3)}

/*! Demo box for animation */.demo-animate{background:#ddd;padding:1em;margin-bottom:1em;text-align:center}

/*! Style Guide color swatches */.sg-buttons,.sg-colors{list-style:none;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}@media (min-width:22em){.sg-buttons,.sg-colors{-ms-flex-direction:row;flex-direction:row}}.sg-buttons li,.sg-colors li{border:1px solid #ddd;padding:.3em;margin:0 .2em .2em 0}@media (min-width:22em){.sg-buttons li,.sg-colors li{float:left;width:calc(50% - .2em)}}@media (min-width:46em){.sg-buttons li,.sg-colors li{width:calc(25% - .3em)}}.sg-buttons a{position:relative}.sg-buttons a:after{content:attr(class);bottom:100%;left:50%;padding:.3611rem .7222rem;position:absolute;transform:translateX(-50%) rotate(3deg);width:auto;z-index:2;font:83.333%/1.5333 Source Code Pro,Monaco,monospace;background-color:rgba(71,82,93,.8);border-radius:.25em;color:#fff;opacity:0;transition:.3s cubic-bezier(.905,-.25,.52,1.41);pointer-events:none}.sg-buttons a:hover:after{margin-bottom:1em;opacity:1;transform:translateX(-50%)}.sg-swatch{display:block;height:3.5em;width:50%}@media (max-width:22em){.sg-swatch{float:left;margin-right:.3em}}@media (min-width:22em){.sg-swatch{width:100%;height:4em;margin-bottom:.2em}}.sg-buttons .sg-swatch{height:auto}@media (max-width:22em){.sg-buttons .sg-swatch{width:70%}}.sg-label{line-height:1}.sg-section{margin:0;padding:0}.sg-pattern-body .cta-contact{position:relative}

/*! TYPOGRAPHY ------------------------------------------------------------------------- */@font-face{font-family:VWHeadWeb;src:url(../fonts/VWHeadWeb/VWHeadWeb-ExtraBold.eot?#iefix);src:url(../fonts/VWHeadWeb/VWHeadWeb-ExtraBold.eot) format("eot"),url(../fonts/VWHeadWeb/VWHeadWeb-ExtraBold.woff) format("woff"),url(../fonts/VWHeadWeb/VWHeadWeb-ExtraBold.woff2) format("woff2"),url(../fonts/VWHeadWeb/VWHeadWeb-ExtraBold.ttf) format("truetype"),url(../fonts/VWHeadWeb/VWHeadWeb-ExtraBold.svg) format("svg");font-weight:900;font-style:normal}@font-face{font-family:VWHeadWeb;src:url(../fonts/VWHeadWeb/VWHeadWeb-Light.eot?#iefix);src:url(../fonts/VWHeadWeb/VWHeadWeb-Light.eot) format("eot"),url(../fonts/VWHeadWeb/VWHeadWeb-Light.woff) format("woff"),url(../fonts/VWHeadWeb/VWHeadWeb-Light.woff2) format("woff2"),url(../fonts/VWHeadWeb/VWHeadWeb-Light.ttf) format("truetype"),url(../fonts/VWHeadWeb/VWHeadWeb-Light.svg) format("svg");font-weight:300;font-style:normal}@font-face{font-family:VWHeadWeb;src:url(../fonts/VWHeadWeb/VWHeadWeb-Bold.eot?#iefix);src:url(../fonts/VWHeadWeb/VWHeadWeb-Bold.eot) format("eot"),url(../fonts/VWHeadWeb/VWHeadWeb-Bold.woff) format("woff"),url(../fonts/VWHeadWeb/VWHeadWeb-Bold.woff2) format("woff2"),url(../fonts/VWHeadWeb/VWHeadWeb-Bold.ttf) format("truetype"),url(../fonts/VWHeadWeb/VWHeadWeb-Bold.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:VWHeadWeb;src:url(../fonts/VWHeadWeb/VWHeadWeb-BoldItalic.eot?#iefix);src:url(../fonts/VWHeadWeb/VWHeadWeb-BoldItalic.eot) format("eot"),url(../fonts/VWHeadWeb/VWHeadWeb-BoldItalic.woff) format("woff"),url(../fonts/VWHeadWeb/VWHeadWeb-BoldItalic.woff2) format("woff2"),url(../fonts/VWHeadWeb/VWHeadWeb-BoldItalic.ttf) format("truetype"),url(../fonts/VWHeadWeb/VWHeadWeb-BoldItalic.svg) format("svg");font-weight:700;font-style:italic}@font-face{font-family:VWHeadWeb;src:url(../fonts/VWHeadWeb/VWHeadWeb-Regular.eot?#iefix);src:url(../fonts/VWHeadWeb/VWHeadWeb-Regular.eot) format("eot"),url(../fonts/VWHeadWeb/VWHeadWeb-Regular.woff) format("woff"),url(../fonts/VWHeadWeb/VWHeadWeb-Regular.woff2) format("woff2"),url(../fonts/VWHeadWeb/VWHeadWeb-Regular.ttf) format("truetype"),url(../fonts/VWHeadWeb/VWHeadWeb-Regular.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:VWHeadWeb;src:url(../fonts/VWHeadWeb/VWHeadWeb-RegularItalic.eot?#iefix);src:url(../fonts/VWHeadWeb/VWHeadWeb-RegularItalic.eot) format("eot"),url(../fonts/VWHeadWeb/VWHeadWeb-RegularItalic.woff) format("woff"),url(../fonts/VWHeadWeb/VWHeadWeb-RegularItalic.woff2) format("woff2"),url(../fonts/VWHeadWeb/VWHeadWeb-RegularItalic.ttf) format("truetype"),url(../fonts/VWHeadWeb/VWHeadWeb-RegularItalic.svg) format("svg");font-weight:400;font-style:italic}@font-face{font-family:VWTextWeb;src:url(../fonts/VWTextWeb/VWTextWeb-Bold.eot?#iefix);src:url(../fonts/VWTextWeb/VWTextWeb-Bold.eot) format("eot"),url(../fonts/VWTextWeb/VWTextWeb-Bold.ttf) format("truetype"),url(../fonts/VWTextWeb/VWTextWeb-Bold.woff) format("woff"),url(../fonts/VWTextWeb/VWTextWeb-Bold.woff2) format("woff2"),url(../fonts/VWTextWeb/VWTextWeb-Bold.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:VWTextWeb;src:url(../fonts/VWTextWeb/VWTextWeb-Light.eot?#iefix);src:url(../fonts/VWTextWeb/VWTextWeb-Light.eot) format("eot"),url(../fonts/VWTextWeb/VWTextWeb-Light.ttf) format("truetype"),url(../fonts/VWTextWeb/VWTextWeb-Light.woff) format("woff"),url(../fonts/VWTextWeb/VWTextWeb-Light.woff2) format("woff2"),url(../fonts/VWTextWeb/VWTextWeb-Light.svg) format("svg");font-weight:300;font-style:normal}@font-face{font-family:VWTextWeb;src:url(../fonts/VWTextWeb/VWTextWeb-BoldItalic.eot?#iefix);src:url(../fonts/VWTextWeb/VWTextWeb-BoldItalic.eot) format("eot"),url(../fonts/VWTextWeb/VWTextWeb-BoldItalic.ttf) format("truetype"),url(../fonts/VWTextWeb/VWTextWeb-BoldItalic.woff) format("woff"),url(../fonts/VWTextWeb/VWTextWeb-BoldItalic.woff2) format("woff2"),url(../fonts/VWTextWeb/VWTextWeb-BoldItalic.svg) format("svg");font-weight:700;font-style:italic}@font-face{font-family:VWTextWeb;src:url(../fonts/VWTextWeb/VWTextWeb-Regular.eot?#iefix);src:url(../fonts/VWTextWeb/VWTextWeb-Regular.eot) format("eot"),url(../fonts/VWTextWeb/VWTextWeb-Regular.ttf) format("truetype"),url(../fonts/VWTextWeb/VWTextWeb-Regular.woff) format("woff"),url(../fonts/VWTextWeb/VWTextWeb-Regular.woff2) format("woff2"),url(../fonts/VWTextWeb/VWTextWeb-Regular.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:VWTextWeb;src:url(../fonts/VWTextWeb/VWTextWeb-RegularItalic.eot?#iefix);src:url(../fonts/VWTextWeb/VWTextWeb-RegularItalic.eot) format("eot"),url(../fonts/VWTextWeb/VWTextWeb-RegularItalic.ttf) format("truetype"),url(../fonts/VWTextWeb/VWTextWeb-RegularItalic.woff) format("woff"),url(../fonts/VWTextWeb/VWTextWeb-RegularItalic.woff2) format("woff2"),url(../fonts/VWTextWeb/VWTextWeb-RegularItalic.svg) format("svg");font-weight:400;font-style:italic}.b1,.b2,.b3,.b4,.b5,.b6,.b7,.f-sans,.section-title,body{font-style:normal}.b1,.b2,.b3,.b4,.b5,.b6,.b7,.f-sans,.f-sans-italic,.section-title,body,em,i{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:400}.f-sans-italic,em,i{font-style:italic}.article-title,.b2-1,.b3-1,.b4-1,.b5-1,.b6-1,.b7-1,.f-sans-bold,.fs-article-title,.fs-hero-title,.initial-bold,.subcomponent-breadcrumb ul li a,.subcomponent-share ul li,.textblock-list ol>li:before,b,strong,table thead th{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal}.f-sans-bold-italic{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:italic}.f-sans-light,.subcomponent-article-teaser .item a .text-wrap .date .text .date-subline,.subcomponent-event-teaser .item-wide a .text-wrap .date .text .date-subline,.subcomponent-event-teaser .item a .text-wrap .date .text .date-subline,.subcomponent-overview-intro .overview-intro p,.subheadline{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:300;font-style:normal}.f-sans-light-italic{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:300;font-style:italic}.f-head{font-style:normal}.f-head,.f-head-italic{font-family:VWHeadWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:400}.f-head-italic{font-style:italic}.f-head-bold,.fs-logo-title,.h5.heading,.h5.heading strong,.h10,.header .header-brand .logo-title,.subcomponent-search-header .search-header-sub .h4,.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .h9,.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .title em,.subcomponent-tag-header .tag-header-sub .h4{font-family:VWHeadWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal}.f-head-bold-italic{font-family:VWHeadWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:italic}.f-head-extrabold,.f-head-extrabold strong>*,.h1,.h1 strong>*,.h2,.h2 strong>*,.h3,.h3 strong>*,.h4,.h4 strong>*,.h5,.h5 strong>*,.h6,.h6 strong>*,.h7,.h7 strong>*,.h8,.h8 strong>*,.h9,.h9 strong>*,.subcomponent-text-indent .text .title,.subcomponent-text-indent .text .title strong>*,table caption,table caption strong>*{font-family:VWHeadWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:900;font-style:normal}.f-head-extrabold-italic{font-family:VWHeadWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:900;font-style:italic}.fs-copy-text,body{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}@media (min-width:48em){.fs-page-title{font-size:60px;font-size:3.75rem;line-height:1.25}}.component-hero-slider .hero-title,.fs-stage-hero-slider-title{font-size:25px;font-size:1.5625rem;line-height:1}@media (min-width:48em){.component-hero-slider .hero-title,.fs-stage-hero-slider-title{font-size:40px;font-size:2.5rem}}@media (min-width:64em){.component-hero-slider .hero-title,.fs-stage-hero-slider-title{font-size:50px;font-size:3.125rem}}@media (min-width:90em){.component-hero-slider .hero-title,.fs-stage-hero-slider-title{font-size:70px;font-size:4.375rem}}.fs-teaser-title{font-size:20px;font-size:1.25rem;line-height:1.25}@media (min-width:48em){.fs-teaser-title{font-size:20px;font-size:1.25rem;line-height:1.25}}.section-title{font-size:50px;font-size:3.125rem;line-height:1;text-transform:uppercase;color:#80b0c8;margin-bottom:30px}@media (min-width:48em) and (max-width:63.9375em){.section-title{font-size:40px;font-size:2.5rem;margin-bottom:30px}}@media (min-width:48em){.section-title{font-size:26px;font-size:1.625rem;margin-bottom:15px}}[class*=bg-blue] .section-title{color:#fff}.article-title,.fs-article-title{font-size:50px;font-size:3.125rem;line-height:1;margin-bottom:30px}@media (min-width:48em) and (max-width:63.9375em){.article-title,.fs-article-title{font-size:40px;font-size:2.5rem;margin-bottom:30px}}@media (max-width:47.9375em){.article-title,.fs-article-title{font-size:26px;font-size:1.625rem;margin-bottom:15px}}.fs-intro-text{font-size:22px;font-size:1.375rem;line-height:1}@media (min-width:48em){.fs-intro-text{font-size:18px;font-size:1.125rem}}.btn,.fs-button-text,.fs-caption,.fs-link,button[type=submit]{font-size:14px;font-size:.875rem;line-height:1.286;padding:0 10px;color:#2f3538}@media (max-width:47.9375em){.btn,.fs-button-text,.fs-caption,.fs-link,button[type=submit]{padding:0}}.btn>a,.fs-button-text>a,.fs-caption>a,.fs-link>a,button[type=submit]>a{font-weight:700}.fs-navigation,.fs-teaser-text{font-size:16px;font-size:1rem;line-height:1.37}.fs-logo-title,.header .header-brand .logo-title{font-size:15px;font-size:.9375rem;line-height:1;letter-spacing:.2px}@media (min-width:48em){.fs-logo-title,.header .header-brand .logo-title{font-size:28px;font-size:1.75rem}}.fs-hero-title{font-size:48px;font-size:3rem;line-height:52px;line-height:3.25rem}@media (min-width:48em){.fs-hero-title{font-size:40px;font-size:2.5rem;line-height:32px;line-height:2rem}}.fs-meta{font-size:12px;font-size:.75rem;line-height:1.37}.fs-date-large{font-size:70px;font-size:4.375rem;line-height:1.125}.fs-date-medium{line-height:1.125}.fs-date-medium,.fs-facts{font-size:35px;font-size:2.1875rem}.fs-facts{line-height:1.2}.fs-timeline-num{font-size:60px;font-size:3.75rem;line-height:1.125}.regular{font-weight:400}.bold{font-weight:700}.light{font-weight:300}.initial-bold{font-size:106px;font-size:6.625rem;letter-spacing:0;letter-spacing:-.01562rem;line-height:1;color:#0099da}.b1{font-size:30px;font-size:1.875rem;line-height:1.17}@media (max-width:47.9375em){.b1{font-size:20px;font-size:1.25rem;line-height:1.25;margin-bottom:30px}}.b2{font-weight:300}.b2,.b2-1{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem}.b3,.b3-1{font-size:20px;font-size:1.25rem;line-height:30px;line-height:1.875rem}.b4,.b4-1{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}.b5,.b5-1{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}.b6,.b6-1{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem}.b7,.b7-1{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem}.b7-1{font-weight:700}time{display:block}.h1{font-size:150px;font-size:9.375rem;line-height:150px;line-height:9.375rem
  /*! margin bottom missing, need to add later */}@media (max-width:63.9375em){.h1{font-size:100px;font-size:6.25rem;line-height:100px;line-height:6.25rem}}@media (max-width:47.9375em){.h1{font-size:80px;font-size:5rem;line-height:80px;line-height:5rem}}.h2,table caption{font-size:100px;font-size:6.25rem;line-height:100px;line-height:6.25rem}@media (max-width:63.9375em){.h2,table caption{font-size:80px;font-size:5rem;line-height:80px;line-height:5rem}}@media (max-width:47.9375em){.h2,table caption{font-size:60px;font-size:3.75rem;line-height:65px;line-height:4.0625rem}}.h3{font-size:80px;font-size:5rem;line-height:80px;line-height:5rem}@media (max-width:63.9375em){.h3{font-size:60px;font-size:3.75rem;line-height:65px;line-height:4.0625rem}}@media (max-width:47.9375em){.h3{font-size:50px;font-size:3.125rem;line-height:55px;line-height:3.4375rem}}.h4{font-size:60px;font-size:3.75rem;line-height:65px;line-height:4.0625rem}@media (max-width:63.9375em){.h4{font-size:50px;font-size:3.125rem;line-height:55px;line-height:3.4375rem}}@media (max-width:47.9375em){.h4{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}}.h5{font-size:50px;font-size:3.125rem;line-height:55px;line-height:3.4375rem}@media (max-width:47.9375em){.h5{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}.h6{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}@media (max-width:63.9375em){.h6{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:47.9375em){.h6{font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem}}.h7{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}@media (max-width:47.9375em){.h7{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.h8{font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem}.h9{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}.h10{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}.subheadline{letter-spacing:-.25px;text-align:center;font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}@media (min-width:48em){.subheadline{font-size:40px;font-size:2.5rem;line-height:38px;line-height:2.375rem}}@media (min-width:90em){.subheadline{font-size:50px;font-size:3.125rem;line-height:50px;line-height:3.125rem}}.h5.heading{letter-spacing:-.25px}.h5.heading strong{display:block}

/*! Clearfix */.cf:after,.cf:before,.clearfix:after,.clearfix:before,.container:after,.container:before,.header-panel .container:after,.header-panel .container:before,.subcomponent-quote:after,.subcomponent-quote:before,.subcomponent-text-image-teaser .tit-items .tit-right .tit-item:after,.subcomponent-text-image-teaser .tit-items .tit-right .tit-item:before,.subcomponent-text-indent:after,.subcomponent-text-indent:before{content:" ";
  /*! 1 */display:table
  /*! 2 */}.cf:after,.clear,.clearfix:after,.container:after,.header-panel .container:after,.subcomponent-quote:after,.subcomponent-text-image-teaser .tit-items .tit-right .tit-item:after,.subcomponent-text-indent:after{clear:both}.float-r{float:right}@media (max-width:47.9375em){.float-r-s{float:right}}@media (min-width:48em) and (max-width:63.9375em){.float-r-m{float:right}}@media (min-width:64em) and (max-width:89.9375em){.float-r-l{float:right}}@media (min-width:90em){.float-r-xl{float:right}}.float-l{float:left}@media (max-width:47.9375em){.float-l-s{float:left}}@media (min-width:48em) and (max-width:63.9375em){.float-l-m{float:left}}@media (min-width:64em) and (max-width:89.9375em){.float-l-l{float:left}}@media (max-width:47.9375em){.ta-l-s{text-align:left}}@media (min-width:48em) and (max-width:63.9375em){.ta-l-m{text-align:left}}@media (min-width:64em) and (max-width:89.9375em){.ta-l-l{text-align:left}}@media (max-width:47.9375em){.ta-c-s{text-align:center}}@media (min-width:48em) and (max-width:63.9375em){.ta-c-m{text-align:center}}@media (min-width:64em) and (max-width:89.9375em){.ta-c-l{text-align:center}}@media (max-width:47.9375em){.ta-r-s{text-align:right}}@media (min-width:48em) and (max-width:63.9375em){.ta-r-m{text-align:right}}@media (min-width:64em) and (max-width:89.9375em){.ta-r-l{text-align:right}}.ta-l{text-align:left}.ta-r{text-align:right}.ta-c{text-align:center}.block{display:block}.inline-block{display:inline-block}.absolute{position:absolute}.has-flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}#state-indicator{position:relative;z-index:1}@media (min-width:48em){#state-indicator{z-index:2}}@media (min-width:64em){#state-indicator{z-index:3}}@media (min-width:90em){#state-indicator{z-index:4}}.full-width{width:100%;display:block}@media (max-width:47.9375em){.full-width-mobile.full-width-mobile{width:100%;max-width:100%}}@media (max-width:47.9375em){.full-width-s{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)}}@media (min-width:48em) and (max-width:63.9375em){.full-width-m{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)}}@media (min-width:64em) and (max-width:89.9375em){.full-width-l{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)}}@media (min-width:90em){.full-width-xl{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)}}.bg-white,.bg-whitee{background:#fff}.bg-dark{background:#34393c}.bg-grey-light-01{background:#a8adb3}.bg-grey-light-02{background:#edf0f2}.bg-grey-light-03,.bg-grey-light-05{background:#f0f0f0}.bg-blue-light-01{background:#80b0c8}.bg-blue-light-02{background:#c6dfe7}.bg-blue-light-01-op{background:rgba(128,176,200,.2)}.bg-blue-dim{background:#e6eff3}.bg-blue-dim-op{background:rgba(131,176,197,.2)}.bg-blue-medium{background:#3a5e7b}.bg-blue-darkest{background:#34393c}.bg-blue-gradient-trans,.has-gradient-blue:before{background:linear-gradient(45deg,rgba(103,135,157,.5),rgba(128,176,200,.5) 52%,rgba(170,203,218,.5))}.bg-special-gradient-trans,.has-gradient-special:before{background:linear-gradient(45deg,rgba(128,176,200,.7),rgba(0,70,102,.7))}.bg-blue-gradient{background:linear-gradient(45deg,#b3c3ce,#c0d8e4 52%,#d5e5ed)}.bg-blue-gradient-horizontal{background:linear-gradient(90deg,#6d889d,#a9c6d5)}.has-dim-highest-dark:before{content:"";height:100%;width:100%;position:absolute;display:block;top:0;left:0;background:#34393c;opacity:.95}.has-arrow-right-center:after{height:0;width:0;border-bottom:20px solid transparent;border-left:20px solid #fff;border-top:20px solid transparent;content:"";position:absolute;right:-20px;z-index:150}.has-gradient-blue:before,.has-gradient-special:before{content:"";height:100%;width:100%;position:absolute;display:block;top:0;left:0}.bo-b{border-bottom:1px solid #a8adb3}@media (max-width:47.9375em){.bo-b-s{border-bottom:1px solid #a8adb3}}.bo-t{border-top:1px solid #a8adb3}.has-border-blue-light{border:1px solid #80b0c8}.has-border-grey{border:1px solid #4c5356}.absolute-centered,.btn,.button-icon-large,.button-icon-medium,.button-icon-small,.component-fact-teaser-home-page .facts-content .swiper-container .icon-swiper,.form-search .form-submit,.form-search .search-reset,.header-panel .caret,.icon-base,.icon-large,.icon-medium,.icon-small,.icon-smallest,.icon-xlarge,.icon-xsmallest,.media-slider .icon-swiper,.search-field-wrapper .form-submit,.search-field-wrapper .search-reset,.subcomponent-facts-teaser .facts-content .swiper-container .icon-swiper,.subcomponent-search-header .search-header-content .form-search .form-search .form-submit,.subcomponent-search-header .search-header-content .form-search .form-search .search-reset,.swiper-container [class*=swiper-button],button[type=submit].btn-search svg{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width:47.9375em){.absolute-centered-s{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}.default-box-shadow,.header.has-shadow .header-controls:before{box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.searchbar-box-shadow{box-shadow:0 2px 7px 0 rgba(0,0,0,.16)}.text-blue-light.text-blue-light{color:#80b0c8}.text-blue-primary span{color:#00b4eb}.text-white.text-white{color:#fff}.text-grey-dark.text-grey-dark{color:#4c5356}.text-grey.text-grey{color:#808890}.is-round{border-radius:50%}.is-rectangle,.swiper-pagination-bullet{border-radius:4px}@media (max-width:47.9375em){.is-rectangle,.swiper-pagination-bullet{border-radius:2px}}.default-border-radius{border-radius:5px}.aspect-100{position:relative;overflow:hidden;height:100%;width:100%}.aspect-100 iframe,.aspect-100>*{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.aspect-100:before{content:"";display:block;position:relative;height:0;width:100%;padding-bottom:100%}.aspect-16-9{position:relative;overflow:hidden}.aspect-16-9 iframe,.aspect-16-9>*{position:absolute;top:0;left:0;width:100%;height:100%}.aspect-16-9:before{content:"";display:block;position:relative;height:0;width:100%;padding-bottom:56.25%}.aspect-3-2{position:relative}.aspect-3-2 iframe,.aspect-3-2>*{position:absolute;top:0;left:0;width:100%;height:100%}.aspect-3-2:before{content:"";display:block;position:relative;height:0;width:100%;padding-bottom:66.66%}.aspect-3-2.is-portrait img{width:auto;height:100%;position:relative;left:50%;transform:translateX(-50%)}.aspect-11-5{position:relative;overflow:hidden}.aspect-11-5 iframe,.aspect-11-5>*{position:absolute;top:0;left:0;width:100%;height:100%}.aspect-11-5:before{content:"";display:block;position:relative;height:0;width:100%;padding-bottom:45.4545%}.bg-layer{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.bg-layer,.bg-layer:after{height:100%;position:absolute;top:0;left:0}.bg-layer:after{content:"";width:50%}@media (max-width:47.9375em){.bg-layer:after{width:100%}}.right-gradient .bg-layer:after{top:0;right:0;left:auto;transform:rotate(180deg)}.left-gradient .bg-layer:after{top:0;left:0;right:auto}.bottom-gradient .bg-layer:after{bottom:0;right:0;left:0;top:auto;width:100%;height:60%}.white-gradient .bg-layer:after{background:hsla(0,0%,100%,.75);background:linear-gradient(90deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,0))}@media (max-width:47.9375em){.white-gradient .bg-layer:after{background:none}}.black-gradient .bg-layer:after{background:rgba(0,0,0,.61);background:linear-gradient(90deg,rgba(0,0,0,.61),rgba(84,84,84,0))}@media (max-width:47.9375em){.black-gradient .bg-layer:after{background:none}}.center-gradient .bg-layer:after{width:100%;top:0;left:0;bottom:0;right:0}.center-gradient.black-gradient .bg-layer:after{background:none;background-color:rgba(0,0,0,.35)}@media (max-width:47.9375em){.center-gradient.black-gradient .bg-layer:after{background:none}}.center-gradient.white-gradient .bg-layer:after{background:none;background-color:hsla(0,0%,100%,.35)}@media (max-width:47.9375em){.center-gradient.white-gradient .bg-layer:after{background:none}}.bottom-gradient.black-gradient .bg-layer:after{background-image:linear-gradient(0deg,rgba(0,0,0,.75),rgba(84,84,84,0))}@media (max-width:47.9375em){.bottom-gradient.black-gradient .bg-layer:after{background:none}}.bottom-gradient.white-gradient .bg-layer:after{background-image:linear-gradient(0deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,0))}@media (max-width:47.9375em){.bottom-gradient.white-gradient .bg-layer:after{background:none}}

/*! Links */.link,a{color:inherit;cursor:pointer;text-decoration:none}.link:active,.link:hover,a:active,a:hover{color:#00b4eb}.link:focus,.link:hover,a:focus,a:hover{text-decoration:underline}.link:disabled,a:disabled{border:1px solid #bdc3c6;color:#bdc3c6}p a{color:#00b4eb}

/*!-- BODY --------------------------------------*/body{overflow-x:hidden;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#1d1f20}body ::selection{background:#0099da;color:#fff}

/*!-- PAGE CONTAINER ----------------------------*/.page{width:100%;margin:0 auto}.header+.page{margin-top:50px}@media (min-width:48em){.header+.page{margin-top:80px}}@media (min-width:64em){.header+.page{margin-top:100px}}

/*!-- SECTION CONTAINER --------------------------*/section{position:relative}.has-overflow{z-index:1}

/*!-- MAX WIDTH CONTAINER ------------------------*/.container{display:block;max-width:1440px;margin:0 auto;padding-left:120px;padding-right:120px}@media (max-width:89.9375em){.container{max-width:1260px;padding-left:30px;padding-right:30px}}@media (max-width:63.9375em){.container{max-width:1250px;padding-left:25px;padding-right:25px}}@media (max-width:47.9375em){.container{max-width:1230px;padding-left:15px;padding-right:15px}}.container.vertical-padding-s{padding-top:15px;padding-bottom:15px}.container.vertical-padding-m{padding-top:30px;padding-bottom:30px}@media (max-width:47.9375em){.container.vertical-padding-m{padding-top:15px;padding-bottom:15px}}.container.vertical-padding-l{padding-top:60px;padding-bottom:60px}@media (max-width:63.9375em){.container.vertical-padding-l{padding-top:30px;padding-bottom:30px}}@media (max-width:47.9375em){.container.vertical-padding-l{padding-top:15px;padding-bottom:15px}}.container.vertical-padding-l-variant{padding-top:35px;padding-bottom:25px}@media (min-width:48em){.container.vertical-padding-l-variant{padding-top:40px;padding-bottom:30px}}@media (min-width:90em){.container.vertical-padding-l-variant{padding-top:60px;padding-bottom:60px}}.container.vertical-padding-xl{padding-top:80px;padding-bottom:80px}@media (max-width:89.9375em){.container.vertical-padding-xl{padding-top:60px;padding-bottom:60px}}@media (max-width:63.9375em){.container.vertical-padding-xl{padding-top:30px;padding-bottom:30px}}@media (max-width:47.9375em){.container.vertical-padding-xl{padding-top:15px;padding-bottom:15px}}.content{display:block;width:100%;padding-left:240px;padding-right:240px}@media (min-width:64em) and (max-width:89.9375em){.content{padding-left:120px;padding-right:120px}}@media (min-width:48em) and (max-width:63.9375em){.content{padding-left:70px;padding-right:70px}}@media (max-width:47.9375em){.content{padding-left:0;padding-right:0}}.content.wide{padding-left:120px;padding-right:120px}@media (min-width:64em) and (max-width:89.9375em){.content.wide{padding-left:45px;padding-right:45px}}@media (min-width:48em) and (max-width:63.9375em){.content.wide{padding-left:0;padding-right:0}}@media (max-width:47.9375em){.content.wide{padding-left:0;padding-right:0}}.content.xl-120-padding{padding-left:120px;padding-right:120px}@media (min-width:48em) and (max-width:63.9375em){.content.xl-120-padding{padding-left:70px;padding-right:70px}}@media (max-width:47.9375em){.content.xl-120-padding{padding-left:0;padding-right:0}}.pull-left{margin-left:-120px}@media (max-width:89.9375em){.pull-left{margin-left:-70px}}@media (max-width:47.9375em){.pull-left{margin-left:0}}.pull-right{margin-right:-120px}@media (max-width:89.9375em){.pull-right{margin-right:-70px}}@media (max-width:47.9375em){.pull-right{margin-right:0}}.pull-heading{margin-left:-30px}@media (max-width:47.9375em){.pull-heading{margin-left:0}}.sidebar-layout{-ms-flex-align:start;align-items:flex-start;display:-ms-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-moz-flex;display:-ms-flexbox;display:flex}@media (max-width:63.9375em){.sidebar-layout.sidebar-layout-m.pull-left{margin-left:0}}@media (max-width:63.9375em){.sidebar-layout.sidebar-layout-m.pull-right{margin-right:0}}@media (max-width:63.9375em){.sidebar-layout.sidebar-layout-m .sl-main,.sidebar-layout.sidebar-layout-m .sl-sidebar{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:100%}.sidebar-layout.sidebar-layout-m .sl-main{margin-left:0;margin-right:0}}@media (max-width:63.9375em){.sidebar-layout.sidebar-layout-m.inverse.pull-left{margin-left:0}}@media (max-width:63.9375em){.sidebar-layout.sidebar-layout-m.inverse.pull-right{margin-right:0}}@media (max-width:63.9375em){.sidebar-layout.sidebar-layout-m.inverse .sl-sidebar{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-order:1;order:1;max-width:100%}}@media (max-width:63.9375em){.sidebar-layout.sidebar-layout-m.inverse .sl-main{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-order:2;order:2;max-width:100%;margin-left:0;margin-right:0}}.sidebar-layout .sl-sidebar{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:330px;flex-basis:330px;-ms-flex-order:1;order:1;max-width:100%}@media (max-width:63.9375em){.sidebar-layout .sl-sidebar{-ms-flex-preferred-size:240px;flex-basis:240px}}@media (max-width:47.9375em){.sidebar-layout .sl-sidebar{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:100%}}.sidebar-layout .sl-main{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-order:2;order:2;margin-left:50px;height:100%;max-width:100%}@media (min-width:64em) and (max-width:89.9375em){.sidebar-layout .sl-main{margin-left:60px}}@media (max-width:63.9375em){.sidebar-layout .sl-main{margin-left:60px}}@media (max-width:47.9375em){.sidebar-layout .sl-main{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;max-width:100%;margin-left:0}}.sidebar-layout.inverse{-ms-flex-pack:end;justify-content:flex-end}.sidebar-layout.inverse .sl-sidebar{-ms-flex-order:2;order:2}@media (max-width:47.9375em){.sidebar-layout.inverse .sl-sidebar{-ms-flex-order:1;order:1}}.sidebar-layout.inverse .sl-main{-ms-flex-order:1;order:1;margin-left:0;margin-right:50px}@media (min-width:64em) and (max-width:89.9375em){.sidebar-layout.inverse .sl-main{margin-right:60px}}@media (max-width:63.9375em){.sidebar-layout.inverse .sl-main{margin-right:60px}}@media (max-width:47.9375em){.sidebar-layout.inverse .sl-main{-ms-flex-order:2;order:2;margin-right:0}}.col-wrapper{display:inline-block;width:100%;padding:0}.col-wrapper:after,.col-wrapper:before{content:"";display:table}.col-wrapper:after{clear:both}

/*!------------------------------------*\
    $LAYOUT
\*!------------------------------------*/@media (min-width:48em){.row-flex-center{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media (max-width:47.9375em){.center-vertical-mobile{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}@media (min-width:48em){.equal-columns-vertical{display:-ms-flexbox;display:flex;-ms-flex-align:top;align-items:top}}@media (min-width:48em){.equal-columns-center-vertical{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}@media (min-width:48em){.equal-height{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}}@media (min-width:48em){.inset{margin-left:12.5%;margin-right:12.5%}}.parallax{position:fixed;width:100%;bottom:0;z-index:0}.parallax.parallax-hidden{opacity:0}.flat{list-style:none;padding-left:0}.list-item-arrow{margin-bottom:15px}.list-item-arrow li{position:relative;padding-left:25px}.list-item-arrow li:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226px%22%20height%3D%2211px%22%20viewBox%3D%220%200%206%2011%22%3E%3Cpath%20fill%3D%22%231d1f20%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%20.9c0%20.1%200%20.2.1.3l4.1%204.3L.1%209.8c-.1.1-.1.2-.1.3%200%20.1%200%20.2.1.3l.5.6h.3c.1%200%20.1%200%20.2-.1l4.8-5.1c.1-.1.1-.2.1-.3s0-.2-.1-.3L1.1.1C1%200%20.9%200%20.9%200%20.8%200%20.7%200%20.6.1L.1.7C0%20.7%200%20.8%200%20.9z%22%2F%3E%3C%2Fsvg%3E");content:"";position:absolute;left:0;top:8px;width:10px;height:10px;display:inline-block}.dividor-list>li:not(.subcomponent-asset-information){border-top:1px solid #edf0f2;padding:30px 0}.dividor-list>li:not(.subcomponent-asset-information):first-child{border-top:0;padding-top:0}.dividor-list.dividor-grey-1>li{border-top:1px solid #a8adb3}.dividor-list.dividor-grey-1>li:first-child{border-top:0}.textblock-list ol,.textblock-list ul{margin:20px 0;padding-left:25px}@media (min-width:64em){.textblock-list ol,.textblock-list ul{margin:30px}}.textblock-list ol ol,.textblock-list ol ul,.textblock-list ul ol,.textblock-list ul ul{margin:15px 0}@media (min-width:64em){.textblock-list ol ol,.textblock-list ol ul,.textblock-list ul ol,.textblock-list ul ul{margin:25px 0}}.textblock-list ol li+li,.textblock-list ul li+li{margin-top:10px}.textblock-list ul{list-style-type:disc}.textblock-list ol{list-style:none;counter-reset:a}.textblock-list ol>li{position:relative;counter-increment:a}.textblock-list ol>li:before{content:counters(a,".") ".";position:absolute;right:calc(100% + 10px)}svg{display:block;margin:auto;width:100%;max-height:100%}

/*! MEDIA ELEMENTS --------------------------------------------------------------------- */
/*! Flexible Media */img,object,video{max-width:100%;height:auto}video{width:100%}a img{vertical-align:bottom;border:0}figure{position:relative}figure,picture{display:block}figure img,picture img{width:100%;max-width:100%;display:block}picture:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}iframe{border:0}

/*! FORMS ------------------------------------------------------------------------------ */fieldset.url{display:none}.subcomponent-forms{margin-bottom:80px}@media (max-width:47.9375em){.subcomponent-forms{margin-bottom:60px}}.fieldset,.form-section,fieldset{display:block;margin:0 0 20px;padding:0;border:0}.fieldset:last-child,.form-section:last-child,fieldset:last-child{margin-bottom:0}.fieldset .pull-heading,.form-section .pull-heading,fieldset .pull-heading{padding-bottom:10px}.fieldset .text p strong,.form-section .text p strong,fieldset .text p strong{font-weight:700;color:#000}.global-error{margin-top:20px;display:none}.global-error p{color:#d0021b;font-weight:700}.global-error.show,form{display:block}input[type=email],input[type=password],input[type=text],input[type=time],select,textarea{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;display:block;width:calc(100% - 2px);margin:0;padding:12px 15px;box-sizing:border-box;outline:none;background-color:#fff;color:#1d1f20;border:1px solid #bdc3c6;border-radius:0}textarea{resize:vertical}input[type=email],input[type=password],input[type=text]{min-height:42px}.datepicker-input{background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2049%2050%22%20%20fill%3D%22%23bdc3c6%22%3E%3Cpath%20d%3D%22M32.363%2C29.012%20L41.241%2C29.012%20L41.241%2C19.954%20L32.363%2C19.954%20L32.363%2C29.012%20Z%20M32.363%2C41.07%20L41.241%2C41.07%20L41.241%2C32.012%20L32.363%2C32.012%20L32.363%2C41.07%20Z%20M20.486%2C29.012%20L29.363%2C29.012%20L29.363%2C19.954%20L20.486%2C19.954%20L20.486%2C29.012%20Z%20M20.486%2C41.07%20L29.363%2C41.07%20L29.363%2C32.012%20L20.486%2C32.012%20L20.486%2C41.07%20Z%20M8.608%2C29.012%20L17.486%2C29.012%20L17.486%2C19.954%20L8.608%2C19.954%20L8.608%2C29.012%20Z%20M8.608%2C41.07%20L17.486%2C41.07%20L17.486%2C32.012%20L8.608%2C32.012%20L8.608%2C41.07%20Z%20M43.35%2C8.213%20L49.234%2C8.213%20L49.234%2C47.2%20L0.615%2C47.2%20L0.615%2C8.213%20L6.498%2C8.213%20L6.498%2C8.911%20C6.498%2C11.721%208.784%2C14.007%2011.594%2C14.007%20C14.405%2C14.007%2016.691%2C11.721%2016.691%2C8.911%20L16.691%2C8.213%20L19.827%2C8.213%20L19.827%2C8.911%20C19.827%2C11.721%2022.113%2C14.007%2024.924%2C14.007%20C27.735%2C14.007%2030.021%2C11.721%2030.021%2C8.911%20L30.021%2C8.213%20L33.157%2C8.213%20L33.157%2C8.911%20C33.157%2C11.721%2035.443%2C14.007%2038.254%2C14.007%20C41.064%2C14.007%2043.35%2C11.721%2043.35%2C8.911%20L43.35%2C8.213%20Z%20M11.5944%2C11.0072%20C10.4944%2C11.0072%209.5944%2C10.0642%209.5944%2C8.9112%20L9.5944%2C2.5972%20C9.5944%2C1.4442%2010.4944%2C0.5012%2011.5944%2C0.5012%20C12.6944%2C0.5012%2013.5944%2C1.4442%2013.5944%2C2.5972%20L13.5944%2C8.9112%20C13.5944%2C10.0642%2012.6944%2C11.0072%2011.5944%2C11.0072%20Z%20M24.924%2C11.0072%20C23.824%2C11.0072%2022.924%2C10.0642%2022.924%2C8.9112%20L22.924%2C2.5972%20C22.924%2C1.4442%2023.824%2C0.5012%2024.924%2C0.5012%20C26.024%2C0.5012%2026.924%2C1.4442%2026.924%2C2.5972%20L26.924%2C8.9112%20C26.924%2C10.0642%2026.024%2C11.0072%2024.924%2C11.0072%20Z%20M38.2536%2C11.0072%20C37.1536%2C11.0072%2036.2536%2C10.0642%2036.2536%2C8.9112%20L36.2536%2C2.5972%20C36.2536%2C1.4442%2037.1536%2C0.5012%2038.2536%2C0.5012%20C39.3536%2C0.5012%2040.2536%2C1.4442%2040.2536%2C2.5972%20L40.2536%2C8.9112%20C40.2536%2C10.0642%2039.3536%2C11.0072%2038.2536%2C11.0072%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23bdc3c6%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.datepicker-input,.datepicker-input.active,.datepicker-input:hover{background-repeat:no-repeat;background-position:50%;background-size:contain;background-position:calc(100% - 12px) 50%;background-size:20px 20px}.datepicker-input.active,.datepicker-input:hover{background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2049%2050%22%20%20fill%3D%22%2300b4eb%22%3E%3Cpath%20d%3D%22M32.363%2C29.012%20L41.241%2C29.012%20L41.241%2C19.954%20L32.363%2C19.954%20L32.363%2C29.012%20Z%20M32.363%2C41.07%20L41.241%2C41.07%20L41.241%2C32.012%20L32.363%2C32.012%20L32.363%2C41.07%20Z%20M20.486%2C29.012%20L29.363%2C29.012%20L29.363%2C19.954%20L20.486%2C19.954%20L20.486%2C29.012%20Z%20M20.486%2C41.07%20L29.363%2C41.07%20L29.363%2C32.012%20L20.486%2C32.012%20L20.486%2C41.07%20Z%20M8.608%2C29.012%20L17.486%2C29.012%20L17.486%2C19.954%20L8.608%2C19.954%20L8.608%2C29.012%20Z%20M8.608%2C41.07%20L17.486%2C41.07%20L17.486%2C32.012%20L8.608%2C32.012%20L8.608%2C41.07%20Z%20M43.35%2C8.213%20L49.234%2C8.213%20L49.234%2C47.2%20L0.615%2C47.2%20L0.615%2C8.213%20L6.498%2C8.213%20L6.498%2C8.911%20C6.498%2C11.721%208.784%2C14.007%2011.594%2C14.007%20C14.405%2C14.007%2016.691%2C11.721%2016.691%2C8.911%20L16.691%2C8.213%20L19.827%2C8.213%20L19.827%2C8.911%20C19.827%2C11.721%2022.113%2C14.007%2024.924%2C14.007%20C27.735%2C14.007%2030.021%2C11.721%2030.021%2C8.911%20L30.021%2C8.213%20L33.157%2C8.213%20L33.157%2C8.911%20C33.157%2C11.721%2035.443%2C14.007%2038.254%2C14.007%20C41.064%2C14.007%2043.35%2C11.721%2043.35%2C8.911%20L43.35%2C8.213%20Z%20M11.5944%2C11.0072%20C10.4944%2C11.0072%209.5944%2C10.0642%209.5944%2C8.9112%20L9.5944%2C2.5972%20C9.5944%2C1.4442%2010.4944%2C0.5012%2011.5944%2C0.5012%20C12.6944%2C0.5012%2013.5944%2C1.4442%2013.5944%2C2.5972%20L13.5944%2C8.9112%20C13.5944%2C10.0642%2012.6944%2C11.0072%2011.5944%2C11.0072%20Z%20M24.924%2C11.0072%20C23.824%2C11.0072%2022.924%2C10.0642%2022.924%2C8.9112%20L22.924%2C2.5972%20C22.924%2C1.4442%2023.824%2C0.5012%2024.924%2C0.5012%20C26.024%2C0.5012%2026.924%2C1.4442%2026.924%2C2.5972%20L26.924%2C8.9112%20C26.924%2C10.0642%2026.024%2C11.0072%2024.924%2C11.0072%20Z%20M38.2536%2C11.0072%20C37.1536%2C11.0072%2036.2536%2C10.0642%2036.2536%2C8.9112%20L36.2536%2C2.5972%20C36.2536%2C1.4442%2037.1536%2C0.5012%2038.2536%2C0.5012%20C39.3536%2C0.5012%2040.2536%2C1.4442%2040.2536%2C2.5972%20L40.2536%2C8.9112%20C40.2536%2C10.0642%2039.3536%2C11.0072%2038.2536%2C11.0072%20Z%22%20stroke%3D%22none%22%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}select{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211px%22%20height%3D%226px%22%20viewBox%3D%220%200%2011%206%22%3E%3Cpath%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.1%200c-.1%200-.2%200-.3.1L5.5%204.2%201.2.1C1.1%200%201%200%20.9%200%20.8%200%20.7%200%20.7.1L.1.6C0%20.7%200%20.8%200%20.9c0%20.1%200%20.1.1.2l5.1%204.8c.1.1.2.1.3.1s.2%200%20.3-.1l5.1-4.8c.1-.1.1-.2.1-.2%200-.1%200-.2-.1-.2l-.6-.5c0-.2-.1-.2-.2-.2z%22%2F%3E%3C%2Fsvg%3E");-moz-appearance:none;appearance:none;background-position:calc(100% - 12px) 50%;background-size:14px}select.error{border:1px solid red}select::-ms-expand{display:none}.checkbox,.radio{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:left;justify-content:left;min-height:44px;height:100%}.checkbox input,.radio input{display:none}.checkbox .label,.checkbox label,.radio .label,.radio label{-ms-flex-positive:1;flex-grow:1;margin-bottom:0;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:44px}.checkbox .label:before,.checkbox label:before,.radio .label:before,.radio label:before{display:block;content:"";position:absolute;left:0;top:auto}.checkbox .label.large,.checkbox label.large,.radio .label.large,.radio label.large{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}.checkbox .label.large:before,.checkbox label.large:before,.radio .label.large:before,.radio label.large:before{top:0}.form-item .checkbox .label,.form-item .checkbox label,.form-item .radio .label,.form-item .radio label{margin-bottom:0}.checkbox .checkbox-figure,.checkbox .radio-figure,.radio .checkbox-figure,.radio .radio-figure{-ms-flex-preferred-size:65px;flex-basis:65px;max-width:65px;padding-right:15px}.checkbox input:checked+label:before{width:28px;height:28px;border-width:1px;border-color:#00b4eb;background-color:#00b4eb}.checkbox .label,.checkbox label{padding-left:45px}.checkbox .label:before,.checkbox label:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20%20viewBox%3D%220%200%2030%2030%22%20%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M22.793811%2C7.08030885%20C22.6416721%2C6.95867032%2022.419818%2C6.97718843%2022.2901912%2C7.12242846%20L12.5358709%2C18.0633599%20L7.52908396%2C14.9672055%20C7.37512953%2C14.8720733%207.17397209%2C14.9029368%207.05632766%2C15.0398256%20L6.08721357%2C16.1694299%20C5.95359274%2C16.3251998%205.97610495%2C16.5593994%206.13695828%2C16.6875737%20L12.6981766%2C21.9198457%20C12.855762%2C22.0454784%2013.0863306%2C22.0207876%2013.2126894%2C21.8642914%20L24.0218155%2C8.52617334%20C24.1485374%2C8.36967721%2024.1234835%2C8.14128726%2023.9658981%2C8.01565464%20L22.793811%2C7.08030885%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");width:28px;height:28px;border:1px solid #bdc3c6}.radio input:checked+label:before{width:12px;height:12px;border-width:9px;border-color:#00b4eb}.radio .label,.radio label{padding-left:45px}.radio .label:before,.radio label:before{width:28px;height:28px;border:1px solid #bdc3c6;border-radius:100%}.form-item{display:block;margin-bottom:20px}.form-item .label,.form-item label{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;display:-ms-flexbox;display:flex;margin-bottom:5px;font-weight:400}.form-item-split{display:table;width:100%}.form-item-split>div{display:table-cell;vertical-align:middle}.form-item-split>.splitter{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;width:1%;padding:0 20px;margin-bottom:5px;font-weight:400;text-align:center}.form-title{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:left;justify-content:left;font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem;font-weight:900;margin-bottom:15px}.form-title .form-title-info,.form-title .form-title-text{-ms-flex-positive:1;flex-grow:1;display:block}.form-title .form-title-text{-ms-flex-positive:3;flex-grow:3}.form-title .form-title-info{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;font-weight:400;text-align:right}@media (max-width:47.9375em){.form-title{display:block}.form-title .form-title-info{margin-top:5px;text-align:left}.form-title .form-title-info.ta-r-s{text-align:right}}.form-actions .btn{margin:20px 20px 0 0}button[type=submit]{background:transparent;border:0;outline:0;width:240px;height:40px;color:#80b0c8;background-color:#fff;overflow:hidden;transition:background-color .4s;cursor:pointer;border-radius:0}@media (max-width:47.9375em){button[type=submit]{width:100%}}@media (min-width:48em){button[type=submit]{height:60px}}button[type=submit].btn-search{padding:0;width:40px;height:40px;background-color:#80b0c8}@media (min-width:48em){button[type=submit].btn-search{width:60px;height:60px}}button[type=submit].btn-search svg{fill:#fff}button[type=submit]:hover{background-color:#4c5356}button[type=submit]:hover .button-wrapper{margin-left:0}button[type=submit]:active{background-color:#000}button[type=submit] .button-wrapper{display:table;width:200%;margin-left:-100%;transition:margin-left .4s}.form-search button[type=submit] .button-wrapper .search-reset,.search-field-wrapper button[type=submit] .button-wrapper .search-reset,.subcomponent-search-header .search-header-content .form-search .form-search button[type=submit] .button-wrapper .search-reset,button[type=submit] .button-wrapper .button-icon-medium,button[type=submit] .button-wrapper .form-search .search-reset,button[type=submit] .button-wrapper .icon-medium,button[type=submit] .button-wrapper .search-field-wrapper .search-reset,button[type=submit] .button-wrapper .subcomponent-search-header .search-header-content .form-search .form-search .search-reset{margin:0 auto}button[type=submit] .button-wrapper>span{display:table-cell;vertical-align:middle;width:50%}::-webkit-input-placeholder{
  /*! WebKit, Blink, Edge */color:#a8adb3;opacity:1;font-weight:400}:-moz-placeholder{
  /*! Mozilla Firefox 4 to 18 */}:-moz-placeholder,::-moz-placeholder{color:#a8adb3;opacity:1;font-weight:400}::-moz-placeholder{
  /*! Mozilla Firefox 19+ */}:-ms-input-placeholder{
  /*! Internet Explorer 10-11 */color:#a8adb3;opacity:1;font-weight:400}::-ms-input-placeholder{
  /*! Microsoft Edge */color:#a8adb3;opacity:1;font-weight:400}.subcomponent-forms .style-select{z-index:500;width:100%}.subcomponent-forms .style-select:focus{outline:none}.subcomponent-forms .style-select .ss-selected-option{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211px%22%20height%3D%226px%22%20viewBox%3D%220%200%2011%206%22%3E%3Cpath%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.1%200c-.1%200-.2%200-.3.1L5.5%204.2%201.2.1C1.1%200%201%200%20.9%200%20.8%200%20.7%200%20.7.1L.1.6C0%20.7%200%20.8%200%20.9c0%20.1%200%20.1.1.2l5.1%204.8c.1.1.2.1.3.1s.2%200%20.3-.1l5.1-4.8c.1-.1.1-.2.1-.2%200-.1%200-.2-.1-.2l-.6-.5c0-.2-.1-.2-.2-.2z%22%2F%3E%3C%2Fsvg%3E");font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;height:44px;font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;-moz-appearance:none;appearance:none;background-position:calc(100% - 12px) 50%;background-size:14px;border:1px solid #bdc3c6;border-radius:0;padding:12px 15px;margin:0;box-sizing:border-box}.subcomponent-forms .style-select .ss-selected-option:focus{outline:none}.subcomponent-forms .style-select .ss-selected-option::-ms-expand{display:none}.subcomponent-forms .style-select .ss-selected-option:after,.subcomponent-forms .style-select .ss-selected-option:before{content:none}.subcomponent-forms .style-select .ss-dropdown{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;z-index:500;padding:12px 15px;margin:0;padding-top:0;box-sizing:border-box;background:#fff;border-left:1px solid #bdc3c6;border-right:1px solid #bdc3c6;border-bottom:1px solid #bdc3c6}.subcomponent-forms .style-select .ss-dropdown .ss-option:first-child{border-top:1px solid #bdc3c6;padding-top:12px}.subcomponent-forms .style-select .ss-dropdown .ss-option:active,.subcomponent-forms .style-select .ss-dropdown .ss-option:hover{color:#00b4eb}.subcomponent-forms .style-select .ss-dropdown .ss-option.highlighted{background:none}.subcomponent-forms .style-select .ss-dropdown .ss-option.ticked:before{content:none}.subcomponent-forms .style-select.open{z-index:501}.subcomponent-forms .style-select.open .ss-selected-option{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211px%22%20height%3D%226px%22%20viewBox%3D%220%200%2011%206%22%3E%3Cpath%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.9%206c.1%200%20.2%200%20.3-.1l4.3-4.1%204.3%204.1c.1.1.2.1.3.1.1%200%20.2%200%20.3-.1l.6-.5v-.3c0-.1%200-.1-.1-.2L5.8.1C5.7%200%205.6%200%205.5%200s-.2%200-.3.1L.1%204.9c-.1.1-.1.2-.1.2%200%20.1%200%20.2.1.2l.6.5c0%20.2.1.2.2.2z%22%2F%3E%3C%2Fsvg%3E");background-position:calc(100% - 12px) 50%;background-size:14px;border-bottom:0 none;color:#bdc3c6}.subcomponent-forms .style-select.open .ss-selected-option:after,.subcomponent-forms .style-select.open .ss-selected-option:before{content:none}.subcomponent-forms .style-select.open .ss-dropdown{z-index:501}@media (max-width:47.9375em){.flatpickr-calendar{max-width:calc(100% - 30px)}}.flatpickr-calendar.open{border:1px solid #00b4eb;box-shadow:none;border-radius:0}.flatpickr-calendar.open:after,.flatpickr-calendar.open:before{left:50%}.flatpickr-calendar.open:after{border-width:8px;margin:0 -8px}.flatpickr-calendar.open:before{border-width:9px;margin:0 -9px}.flatpickr-calendar.open.arrowTop{margin-top:-3px}.flatpickr-calendar.open.arrowTop:before{border-bottom-color:#00b4eb}.flatpickr-calendar.open.arrowBottom{margin-top:0}.flatpickr-calendar.open.arrowBottom:before{border-top-color:#00b4eb}.flatpickr-calendar .flatpickr-months{padding-top:15px;padding-bottom:12px}.flatpickr-calendar .flatpickr-months .flatpickr-next-month,.flatpickr-calendar .flatpickr-months .flatpickr-prev-month{padding:0;top:15px;height:auto}.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg{fill:#00b4eb}.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%3E%3Cpath%20fill%3D%22%23bdc3c6%22%20d%3D%22M0.393966667%2C5.67764571%20C0.2993%2C5.77501714%200.252633333%2C5.90187429%200.249966667%2C6.02907429%20C0.252633333%2C6.16416%200.2993%2C6.29101714%200.393966667%2C6.38838857%20L5.62963333%2C11.7736457%20C5.82496667%2C11.97456%206.14163333%2C11.97456%206.33663333%2C11.7736457%20L7.52363333%2C10.5527314%20C7.71896667%2C10.3518171%207.71896667%2C10.0261029%207.52363333%2C9.82553143%20L3.83663333%2C6.03284571%20L7.52363333%2C2.24050286%20C7.71896667%2C2.03958857%207.71896667%2C1.71421714%207.52363333%2C1.51330286%20L6.33663333%2C0.292388571%20C6.14163333%2C0.0914742857%205.82496667%2C0.0914742857%205.62963333%2C0.292388571%20L0.393966667%2C5.67764571%20Z%22%20fill-rule%3D%22evenodd%22%20%2F%3E%3C%2Fsvg%3E");transform:scaleX(-1);width:10px;height:15px;right:13px}.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month svg{display:none}.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month:hover{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%3E%3Cpath%20fill%3D%22%2300b4eb%22%20d%3D%22M0.393966667%2C5.67764571%20C0.2993%2C5.77501714%200.252633333%2C5.90187429%200.249966667%2C6.02907429%20C0.252633333%2C6.16416%200.2993%2C6.29101714%200.393966667%2C6.38838857%20L5.62963333%2C11.7736457%20C5.82496667%2C11.97456%206.14163333%2C11.97456%206.33663333%2C11.7736457%20L7.52363333%2C10.5527314%20C7.71896667%2C10.3518171%207.71896667%2C10.0261029%207.52363333%2C9.82553143%20L3.83663333%2C6.03284571%20L7.52363333%2C2.24050286%20C7.71896667%2C2.03958857%207.71896667%2C1.71421714%207.52363333%2C1.51330286%20L6.33663333%2C0.292388571%20C6.14163333%2C0.0914742857%205.82496667%2C0.0914742857%205.62963333%2C0.292388571%20L0.393966667%2C5.67764571%20Z%22%20fill-rule%3D%22evenodd%22%20%2F%3E%3C%2Fsvg%3E");transform:scaleX(-1)}.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%3E%3Cpath%20fill%3D%22%23bdc3c6%22%20d%3D%22M0.393966667%2C5.67764571%20C0.2993%2C5.77501714%200.252633333%2C5.90187429%200.249966667%2C6.02907429%20C0.252633333%2C6.16416%200.2993%2C6.29101714%200.393966667%2C6.38838857%20L5.62963333%2C11.7736457%20C5.82496667%2C11.97456%206.14163333%2C11.97456%206.33663333%2C11.7736457%20L7.52363333%2C10.5527314%20C7.71896667%2C10.3518171%207.71896667%2C10.0261029%207.52363333%2C9.82553143%20L3.83663333%2C6.03284571%20L7.52363333%2C2.24050286%20C7.71896667%2C2.03958857%207.71896667%2C1.71421714%207.52363333%2C1.51330286%20L6.33663333%2C0.292388571%20C6.14163333%2C0.0914742857%205.82496667%2C0.0914742857%205.62963333%2C0.292388571%20L0.393966667%2C5.67764571%20Z%22%20fill-rule%3D%22evenodd%22%20%2F%3E%3C%2Fsvg%3E");width:10px;height:15px;left:13px}.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month svg{display:none}.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month:hover{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%3E%3Cpath%20fill%3D%22%2300b4eb%22%20d%3D%22M0.393966667%2C5.67764571%20C0.2993%2C5.77501714%200.252633333%2C5.90187429%200.249966667%2C6.02907429%20C0.252633333%2C6.16416%200.2993%2C6.29101714%200.393966667%2C6.38838857%20L5.62963333%2C11.7736457%20C5.82496667%2C11.97456%206.14163333%2C11.97456%206.33663333%2C11.7736457%20L7.52363333%2C10.5527314%20C7.71896667%2C10.3518171%207.71896667%2C10.0261029%207.52363333%2C9.82553143%20L3.83663333%2C6.03284571%20L7.52363333%2C2.24050286%20C7.71896667%2C2.03958857%207.71896667%2C1.71421714%207.52363333%2C1.51330286%20L6.33663333%2C0.292388571%20C6.14163333%2C0.0914742857%205.82496667%2C0.0914742857%205.62963333%2C0.292388571%20L0.393966667%2C5.67764571%20Z%22%20fill-rule%3D%22evenodd%22%20%2F%3E%3C%2Fsvg%3E")}.flatpickr-calendar .flatpickr-months .flatpickr-month{height:17px}.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;font-weight:700;padding:0;height:auto}.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown,.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp{display:none}.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .cur-year{min-height:inherit;padding:0 0 0 5px;color:#1d1f20;font-weight:700}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer{max-width:100%;min-width:100%}@media (max-width:47.9375em){.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer{width:100%}}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days{width:inherit}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer{max-width:inherit;min-width:inherit;width:100%}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day{color:#1d1f20;font-weight:700}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.selected{background:none;color:#00b4eb;border-color:transparent;border:zero}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today{color:#00b4eb;border-color:transparent;border:zero}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:focus:not(.disabled),.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:hover:not(.disabled){background:none;border-radius:0;color:#00b4eb;border-color:transparent;border:zero}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.disabled{color:#bdc3c6}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .nextMonthDay:not(.disabled),.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .prevMonthDay:not(.disabled){color:#808890}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer{padding-left:3px;padding-right:3px}.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer span.flatpickr-weekday{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;font-weight:400;color:#1d1f20}input[type=email].error,input[type=text].error{border:1px solid red}input[type=checkbox]+label.error:before,input[type=radio]+label.error:before{color:red;border:1px solid red}.styled-select.error+.style-select{border:1px solid red}.styled-select.error+.style-select .ss-selected-option{border:none}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:b .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}.flatpickr-months .flatpickr-next-month.disabled,.flatpickr-months .flatpickr-prev-month.disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0;line-height:1;height:28px;display:inline-block;text-align:center;transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-around;transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-ms-flexbox;display:flex;box-sizing:border-box;overflow:hidden;-ms-flex-pack:center;justify-content:center}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#f3f3f3}.flatpickr-input[readonly]{cursor:pointer}.flatpickr-disabled{color:#808890!important;cursor:default!important}.flatpickr-monthDropdown-months{padding:0!important}@keyframes b{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}select[data-ss-uuid]{display:none;pointer-events:none}.style-select{display:block;position:relative;width:140px}.style-select,.style-select *{padding:0;margin:0;box-sizing:border-box;text-align:left;line-height:19px;color:#000;font-weight:300;cursor:pointer}.style-select .ss-selected-option{width:100%;background-image:linear-gradient(180deg,#fefefe,#f2f2f2);border-radius:2px;padding:6px;border:1px solid #d0d0d0}.style-select .ss-selected-option:after{content:"▾";position:absolute;top:6px;right:12px;display:block}.style-select .ss-dropdown{top:43px;left:0;position:absolute;float:left;width:100%;display:none;border-top:0 none}.style-select .ss-dropdown .ss-option{width:100%;padding-bottom:12px;background-color:#fff}.style-select .ss-dropdown .ss-option.highlighted{background-color:#f2f4f8}.style-select .ss-dropdown .ss-option.disabled{color:#d0d0d0}.style-select .ss-dropdown .ss-option.ticked:before{content:"✓";padding-right:3px}.style-select.open .ss-dropdown{display:block}.style-select.open .ss-selected-option:after{content:"▴"}.swiper-container{margin:0 auto;position:relative;display:block;z-index:1;overflow:hidden}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-wrapper.block{display:block}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;display:-ms-flexbox;display:flex;-webkit-transform:translateZ(0)}.swiper-slide .selector{width:100%;text-align:center}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;z-index:10;margin:-20px 0 0;padding:0;border:0;width:20px;height:40px;cursor:pointer;text-indent:-999em}.swiper-button-next:focus,.swiper-button-prev:focus{outline:none;box-shadow:none;border:0}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.2;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{right:20px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:20px;left:auto}.swiper-pagination{transition:.3s;z-index:10}.swiper-pagination.swiper-pagination-bullets{margin:0 auto;display:-ms-flexbox;display:flex;max-width:100%}.swiper-pagination.swiper-pagination-hidden{opacity:0}button.swiper-pagination-bullet{border:0;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide,.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;transform-origin:0 0;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-container{position:static;width:100%}.swiper-container .swiper-slide.no-flex{display:block}.swiper-container .swiper-slide.inline-flex{display:-ms-inline-flexbox;display:inline-flex;height:auto}.swiper-container.controls-inside{position:relative}@media (min-width:48em){.swiper-container.controls-inside .slider-controls{position:absolute;left:0;right:0;bottom:0;display:-ms-flexbox;display:flex}}.swiper-container [class*=swiper-button]{width:40px;text-indent:0}.swiper-container [class*=swiper-button] svg{width:10px;height:10px}.swiper-container [class*=swiper-button] svg path{fill:#fff}.swiper-container [class*=col]{margin-left:0;margin-right:0}.swiper-container.swiper-grouped-opacity .swiper-slide{opacity:1;transition:opacity .6s}.swiper-container.swiper-grouped-opacity .swiper-slide.inactive-slide,.swiper-container.swiper-grouped-opacity .swiper-slide.swiper-slide-next,.swiper-container.swiper-grouped-opacity .swiper-slide.swiper-slide-prev{opacity:.3}.swiper-container.has-opacity-items .swiper-slide{opacity:.3;transition:opacity .6s}.swiper-container.has-opacity-items .swiper-slide.swiper-slide-active,.swiper-container.has-opacity-items .swiper-slide:last-of-type{opacity:1}@media (min-width:64em){.swiper-container.has-opacity-items .swiper-slide.swiper-slide-active+.swiper-slide{opacity:1}}.swiper-container [class*=swiper-button].filled{background-color:#0099da}.swiper-container .button-navigation{border-radius:0}.swiper-container .swiper-button-prev.outside{left:-60px}.swiper-container .swiper-button-next.outer{right:0}.swiper-container .swiper-button-next.outside{right:-60px}.swiper-container .slider-controls{display:table;margin-left:auto;margin-right:auto;padding-top:0;padding-bottom:0}.swiper-container .slider-controls:after,.swiper-container .slider-controls:before{content:"";display:table}.swiper-container .slider-controls:after{clear:both}.swiper-container .slider-controls.white .swiper-pagination-bullet{background-color:#fff;opacity:.5}.swiper-container .slider-controls.white .swiper-pagination-bullet-active{background-color:#0099da;opacity:1}@media (min-width:48em){.swiper-container .slider-controls.white-m .swiper-pagination-bullet{background-color:#fff}.swiper-container .slider-controls.white-m .swiper-pagination-bullet-active{background-color:#80b0c8}}.swiper-container .slider-controls [class*=swiper-button]{position:relative;left:auto;right:auto;float:left;margin-left:10px;margin-right:10px}.swiper-container .slider-controls [class*=swiper-button] path{fill:#80b0c8}.swiper-container .slider-controls .swiper-pagination{margin-top:-5px;float:left;position:relative;width:auto}.swiper-container .slider-controls .swiper-pagination:after,.swiper-container .slider-controls .swiper-pagination:before{content:"";display:table}.swiper-container .slider-controls .swiper-pagination:after{clear:both}.swiper-pagination-bullet{display:inline-block;width:8px;height:8px;border-radius:2px;margin:0 5px;background-color:#a8adb3}.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#0099da}.swiper-wrapper.columns-equal-height .swiper-slide{height:auto}@media (min-width:48em){.swiper-wrapper.fixed-width .swiper-slide{width:330px}}.swiper-wrapper.fixed-width .btn{width:calc(100% - 30px)}.swiper-wrapper.fixed-width .btn svg{position:static}@media (min-width:48em){.swiper-wrapper.fixed-width-wide .swiper-slide{width:500px}}.table-wrap{margin-left:-30px;margin-right:-30px;margin-bottom:80px;overflow:auto}@media (max-width:47.9375em){.table-wrap{margin-bottom:60px;margin-left:0;margin-right:0}}table{border-spacing:0;width:100%;border:0;border-collapse:collapse;margin:30px 0}@media (max-width:47.9375em){table{margin-top:0;margin-bottom:0}}table caption{text-align:left}table td,table th{padding:10px;text-align:right;border:0}@media (max-width:63.9375em){table td,table th{display:table-cell}}table thead{width:100%;vertical-align:bottom;border-bottom:2px solid #0099da}table thead th{line-height:24px;line-height:1.5rem}table tr td:first-child,table tr th:first-child{text-align:left}table td{border-bottom:1px solid #d8d8d8;display:table-cell}table td:first-child:before{content:"";width:0}.button-icon-large,.button-icon-medium,.button-icon-small,.form-search .form-submit,.form-search .search-reset,.search-field-wrapper .form-submit,.search-field-wrapper .search-reset,.subcomponent-search-header .search-header-content .form-search .form-search .form-submit,.subcomponent-search-header .search-header-content .form-search .form-search .search-reset{background:none;border:0}.btn{position:relative;display:-ms-inline-flexbox;display:inline-flex;background:transparent;color:#1d1f20;border:1px solid #1d1f20;padding:5px 35px;height:42px;min-width:120px;text-decoration:none;cursor:pointer;border-radius:0}.btn .icon-arrow-long-right{transition:margin-left padding-right;transition-duration:.3s;transform-style:ease-out;margin-left:5px;padding-right:10px;display:inline}@media (min-width:64em){.btn .icon-arrow-long-right{display:inline-block}}.btn:hover .icon-arrow-long-right{margin-left:10px;width:12px;padding-right:0}.btn.full-height{height:100%}.btn:before{content:"";position:absolute;display:block;top:0;left:50px;right:50px;bottom:0;opacity:0}.btn:hover{text-decoration:none;color:#00b4eb;border-color:#00b4eb}.btn:hover:before{left:0;right:0;opacity:.3}.btn:disabled{border:1px solid #bdc3c6;color:#bdc3c6}.btn svg{position:absolute;top:13px;right:10px;padding-top:2px;width:12px;height:12px;margin-left:5px}.btn.filled{color:#fff;background-color:#80b0c8}.btn.filled:hover{background-color:#34393c;border-color:#34393c}.btn.filled:active{background-color:#000;border-color:#000}.btn.filled:before{display:none}.btn.btn-filled{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:0 20px;color:#fff;background-color:#003058;border-color:#003058}.btn.btn-filled:hover{background-color:#00b0f0;border-color:#00b0f0;text-decoration:none}.btn.is-disabled{opacity:.5;cursor:default;pointer-events:none}.btn.white{color:#fff;border:1px solid #fff}.btn.white:before{background-color:#fff}.btn.filter{color:#80b0c8;border:0;background-color:rgba(131,176,197,.2);transition:background-color 1s,color .5s}.btn.filter:hover:before{transition:height .2s .6s;height:100%}.btn.filter:hover:after{transition:width .2s .6s;width:100%}.btn.filter:hover .outer:after{transition:width .5s;width:100%}.btn.filter:hover .outer:before{transition:height .5s;height:100%}.btn.filter .outer:after,.btn.filter .outer:before,.btn.filter:after,.btn.filter:before{content:"";position:absolute;display:block;background-color:#1d1f20}.btn.filter .outer:before,.btn.filter:before{height:0;width:2px;bottom:0}.btn.filter .outer:after,.btn.filter:after{left:0;height:2px}.btn.filter:before{transition:height .1s;opacity:1;right:0;left:auto;top:auto}.btn.filter:after{top:0;width:0}.btn.filter .outer:before{left:0;transition:height .1s}.btn.filter .outer:after{width:0;transform-origin:center;transform:scaleX(1);bottom:0}.btn.filter.dropdown:hover .outer:after,.btn.filter.dropdown:hover .outer:before,.btn.filter.dropdown:hover:after,.btn.filter.dropdown:hover:before{display:none}.btn.filter:hover{color:#fff;background-color:rgba(131,176,197,.5)}.btn.line-animation{border:0;padding-left:0;padding-right:0;min-width:auto;-ms-flex-pack:start;justify-content:flex-start;transition:padding-left .5s ease}.btn.line-animation:hover:before{transition:height .2s .6s;height:100%}.btn.line-animation:hover:after{transition:width .2s .6s;width:100%}.btn.line-animation:hover .outer:after{animation:a .5s;width:100%}.btn.line-animation:hover .outer:before{transition:height .1s .5s;height:100%}.btn.line-animation .outer:after,.btn.line-animation .outer:before,.btn.line-animation:after,.btn.line-animation:before{content:"";position:absolute;display:block;background-color:#fff}.btn.line-animation .outer:before,.btn.line-animation:before{height:0;width:1px;bottom:0}.btn.line-animation .outer:after,.btn.line-animation:after{left:0;height:1px}.btn.line-animation:before{transition:height .1s;opacity:1;right:0;left:auto;top:auto}.btn.line-animation:after{top:0;width:0}.btn.line-animation .outer:before{left:0;transition:height .1s}.btn.line-animation .outer:after{width:calc(100% - 10px);transform-origin:center;transform:scaleX(1);bottom:0}.btn.line-animation:hover{padding-left:10px}.btn.line-animation:hover svg{width:22px;margin-left:5px;padding-right:10px}.btn.line-animation .inner{position:relative;padding-right:40px;display:inline-block}.btn.line-animation .inner svg{top:3px;transition:none}.btn-download{position:relative;cursor:pointer;z-index:1}.btn-top{line-height:50px;line-height:3.125rem;display:block;width:50px;height:50px;background-color:#bdc3c6;color:#fff;border-radius:4px;text-align:center;text-decoration:none;position:relative;float:right;margin-top:-50px}@media (max-width:63.9375em){.btn-top{line-height:30px;line-height:1.875rem;width:30px;height:30px;margin-top:-30px}}.btn-top:active,.btn-top:hover{background:#00b4eb}.btn-top svg{display:block;width:auto;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.button-icon-large,.button-icon-medium,.button-icon-small,.component-fact-teaser-home-page .facts-content .swiper-container .icon-swiper,.form-search .form-submit,.form-search .search-reset,.header-panel .caret,.icon-base,.icon-large,.icon-medium,.icon-small,.icon-smallest,.icon-xlarge,.icon-xsmallest,.media-slider .icon-swiper,.search-field-wrapper .form-submit,.search-field-wrapper .search-reset,.subcomponent-facts-teaser .facts-content .swiper-container .icon-swiper,.subcomponent-search-header .search-header-content .form-search .form-search .form-submit,.subcomponent-search-header .search-header-content .form-search .form-search .search-reset,button[type=submit].btn-search svg{content:"";background-repeat:no-repeat;background-position:50%;white-space:nowrap;text-indent:-9999px}.icon-xsmallest{background-size:10px}.icon-xsmallest,.icon-xsmallest svg{width:10px;height:10px}.icon-smallest{background-size:16px}.icon-smallest,.icon-smallest svg{width:16px;height:16px}.button-icon-small,.form-search .form-submit,.icon-small,.search-field-wrapper .form-submit,.subcomponent-search-header .search-header-content .form-search .form-search .form-submit,button[type=submit].btn-search svg{width:20px;height:20px;background-size:20px}.button-icon-medium,.form-search .search-reset,.icon-medium,.search-field-wrapper .search-reset,.subcomponent-search-header .search-header-content .form-search .form-search .search-reset{width:30px;height:30px;background-size:30px}.button-icon-large,.icon-large{width:40px;height:40px;background-size:40px}.icon-xlarge{width:60px;height:60px;background-size:60px}

/*! icon fill & outline classes */.icon-filled-white *{fill:#fff}.icon-filled-lightblue *{fill:#80b0c8}.icon-filled-dark *{fill:#1d1f20}.icon-filled-greylight *{fill:#a8adb3}.icon-outline-white *{fill:transparent;stroke:#fff}.icon-outline-lightblue *{fill:transparent;stroke:#80b0c8}.icon-outline-lightblue-2 *{fill:#c6dfe7}.icon-outline-dark *{fill:transparent;stroke:#1d1f20}.cta{
  /*! cta */padding:40px 30px;text-align:center;position:relative}@media (max-width:63.9375em){.cta{padding-left:30px;padding-right:30px}}@media (max-width:47.9375em){.cta{padding-left:15px;padding-right:15px}}.cta .title{margin-top:0}.cta .subtitle{margin-top:10px}.black-text .cta{color:#000}@media (max-width:47.9375em){.black-text.orchid .cta,.black-text.orchid .cta .btn-cta{color:#fff;border-color:#fff}}@media (max-width:47.9375em){.white-text.cyan .cta,.white-text.cyan .cta .btn-cta,.white-text.green .cta,.white-text.green .cta .btn-cta,.white-text.yellow .cta,.white-text.yellow .cta .btn-cta{color:#000;border-color:#000}}.cta .btn-cta,.white-text .cta{color:#fff;border-color:#fff}.cta .btn-cta{margin:20px 0 0}.black-text .cta .btn-cta{border-color:#000;color:#000}.cta .btn-cta:active,.cta .btn-cta:hover{color:#00b4eb;border-color:#00b4eb}@media (max-width:47.9375em){.cta.cta-sub{width:100%;background-color:#55235f}}blockquote{text-align:center;color:#000;margin-top:0;margin-bottom:0}blockquote.h4:before{width:85px;height:80px}@media (min-width:48em) and (max-width:63.9375em){blockquote.h4:before{width:71px;height:68px}}@media (max-width:47.9375em){blockquote.h4:before{width:58px;height:55px}}blockquote.h5{font-size:50px;font-size:3.125rem;line-height:55px;line-height:3.4375rem}@media (max-width:63.9375em){blockquote.h5{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}}@media (max-width:47.9375em){blockquote.h5{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}blockquote.h5:before{width:73px;height:70px}@media (min-width:48em) and (max-width:63.9375em){blockquote.h5:before{width:57px;height:55px}}@media (max-width:47.9375em){blockquote.h5:before{width:42px;height:40px}}@media (max-width:63.9375em){blockquote.h6{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:47.9375em){blockquote.h6{font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem}}blockquote.h6:before{width:57px;height:54px}@media (min-width:48em) and (max-width:63.9375em){blockquote.h6:before{width:42px;height:40px}}@media (max-width:47.9375em){blockquote.h6:before{width:36px;height:34px}}@media (max-width:63.9375em){blockquote{width:100%;margin-top:0}}blockquote:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20%20viewBox%3D%220%200%2090%2080%22%20%20fill%3D%22%2300b4eb%22%3E%3Cpath%20d%3D%22M44.0825%2C40.32%20L44.0825%2C42.48%20L15.1025%2C81.9%20L0.162499997%2C73.08%20L19.4225%2C41.22%20L-0.017500003%2C9.54%20L15.1025%2C0.9%20L44.0825%2C40.32%20Z%20M83.8625%2C40.32%20L83.8625%2C42.48%20L54.8825%2C81.9%20L39.9425%2C73.08%20L59.2025%2C41.22%20L39.7625%2C9.54%20L54.8825%2C0.9%20L83.8625%2C40.32%20Z%22%20stroke%3D%22none%22%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");content:"";display:inline-block}.white-text blockquote{color:#fff}@media (max-width:47.9375em){.white-text blockquote{color:#000}}.black-text blockquote{color:#000}blockquote cite{display:block;margin-top:10px;color:#808890;font-style:normal}.white-text blockquote cite{color:#fff}@media (max-width:47.9375em){.white-text blockquote cite{color:#808890}}.fact{text-align:center;position:relative;float:left}.fact .b4-1{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}@media (max-width:63.9375em){.fact .b4-1{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}@media (max-width:47.9375em){.fact{width:100%}}.fact p{color:#1d1f20}.black-text .fact p{color:#000}.white-text .fact p{color:#fff}.fact .fact-number{display:block;color:#00b4eb}.black-text .fact .fact-number{color:#000}.white-text .fact .fact-number{color:#fff}.caption,.credits{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;text-align:left;color:#808890;margin-top:5px}.caption.cr-ta-r,.credits.cr-ta-r{text-align:right}.caption.cr-ta-c,.credits.cr-ta-c{text-align:center}@media (max-width:47.9375em){.caption.cr-c-w,.credits.cr-c-w{color:#f3f5f6}}.text{
  /*! text-paragraph */overflow-wrap:break-word}.text a{font-weight:400}.text.text-error{margin-top:20px}.text.text-error p{color:#d0021b;font-weight:700}.text.text-error p strong{color:#000}.text.text-success{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem;margin-top:40px;margin-bottom:40px}.text.text-success p{color:#7dc300;font-weight:700}.text.text-success p:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2215%22%20%20viewBox%3D%220%205%2025%2018%22%20%20fill%3D%22%237dc300%22%3E%3Cpath%20d%3D%22M22.793811%2C7.08030885%20C22.6416721%2C6.95867032%2022.419818%2C6.97718843%2022.2901912%2C7.12242846%20L12.5358709%2C18.0633599%20L7.52908396%2C14.9672055%20C7.37512953%2C14.8720733%207.17397209%2C14.9029368%207.05632766%2C15.0398256%20L6.08721357%2C16.1694299%20C5.95359274%2C16.3251998%205.97610495%2C16.5593994%206.13695828%2C16.6875737%20L12.6981766%2C21.9198457%20C12.855762%2C22.0454784%2013.0863306%2C22.0207876%2013.2126894%2C21.8642914%20L24.0218155%2C8.52617334%20C24.1485374%2C8.36967721%2024.1234835%2C8.14128726%2023.9658981%2C8.01565464%20L22.793811%2C7.08030885%20Z%22%20stroke%3D%22none%22%20fill%3D%22%237dc300%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");content:" ";display:inline-block;width:19px;height:15px}.text.text-success p strong{color:#000}.text p{line-height:30px;line-height:1.875rem;color:#1d1f20;font-weight:300;margin-bottom:20px}.text p strong{color:#000}.text .title{font-family:VWHeadWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-style:normal;font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem;margin-left:-30px;margin-bottom:10px;color:#1d1f20;font-weight:700}@media (max-width:47.9375em){.text .title{margin-left:0;width:100%}}.more{color:#00b4eb}.more:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20class%3D%22%22%20viewBox%3D%220%200%2024%2034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%2300b4eb%22%3E%3Cpath%20d%3D%22M7.04850554%2C33.5651807%20L22.5682109%2C18.0254612%20C22.8488244%2C17.7444858%2022.987155%2C17.3784264%2022.9950596%2C17.0113775%20L23%2C17.0113775%20C23%2C17.0074201%2022.9980238%2C17.0034627%2022.9980238%2C17.0004947%20C22.9980238%2C16.9965373%2023%2C16.9925799%2023%2C16.9886225%20L22.9950596%2C16.9886225%20C22.987155%2C16.6215736%2022.8488244%2C16.2555142%2022.5682109%2C15.9745388%20L7.04850554%2C0.434819298%20C6.46949316%2C-0.144939766%205.53082123%2C-0.144939766%204.95279693%2C0.434819298%20L1.43425928%2C3.95789443%20C0.855246907%2C4.53765349%200.855246907%2C5.47753594%201.43425928%2C6.05630565%20L12.3633648%2C17.0004947%20L1.43425928%2C27.9436943%20C0.855246907%2C28.5234534%200.855246907%2C29.4623465%201.43425928%2C30.0421056%20L4.95279693%2C33.5651807%20C5.53082123%2C34.1449398%206.46949316%2C34.1449398%207.04850554%2C33.5651807%22%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");margin-right:5px;width:7px;height:11px;content:"";display:inline-block}@media (max-width:47.9375em){.more:before{width:5px;height:9px}}.more.more-newsletter{color:#00b4eb}.more.more-newsletter:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20class%3D%22%22%20viewBox%3D%220%200%2024%2034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%2300b4eb%22%3E%3Cpath%20d%3D%22M7.04850554%2C33.5651807%20L22.5682109%2C18.0254612%20C22.8488244%2C17.7444858%2022.987155%2C17.3784264%2022.9950596%2C17.0113775%20L23%2C17.0113775%20C23%2C17.0074201%2022.9980238%2C17.0034627%2022.9980238%2C17.0004947%20C22.9980238%2C16.9965373%2023%2C16.9925799%2023%2C16.9886225%20L22.9950596%2C16.9886225%20C22.987155%2C16.6215736%2022.8488244%2C16.2555142%2022.5682109%2C15.9745388%20L7.04850554%2C0.434819298%20C6.46949316%2C-0.144939766%205.53082123%2C-0.144939766%204.95279693%2C0.434819298%20L1.43425928%2C3.95789443%20C0.855246907%2C4.53765349%200.855246907%2C5.47753594%201.43425928%2C6.05630565%20L12.3633648%2C17.0004947%20L1.43425928%2C27.9436943%20C0.855246907%2C28.5234534%200.855246907%2C29.4623465%201.43425928%2C30.0421056%20L4.95279693%2C33.5651807%20C5.53082123%2C34.1449398%206.46949316%2C34.1449398%207.04850554%2C33.5651807%22%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");margin-right:5px;width:7px;height:11px;content:"";display:inline-block}.date{color:#818a8f}

/*! article-subpage-date-inner variables */.subcomponent-article-header{margin-bottom:80px;position:relative}.subcomponent-article-header .h6{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-header .h6{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}}@media (max-width:63.9375em){.subcomponent-article-header .h6{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}}@media (max-width:47.9375em){.subcomponent-article-header .h6{font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem}}@media (max-width:47.9375em){.subcomponent-article-header .b2{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-header{margin-left:-30px;margin-right:-30px}}@media (max-width:63.9375em){.subcomponent-article-header{margin-left:-25px;margin-right:-25px}}@media (max-width:47.9375em){.subcomponent-article-header{margin-bottom:60px;margin-left:0;margin-right:0}}.subcomponent-article-header .subcomponent-breadcrumb{position:absolute;top:0;left:0;z-index:200}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-header .subcomponent-breadcrumb{padding-left:30px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-article-header .subcomponent-breadcrumb{padding-left:25px}}.subcomponent-article-header .subcomponent-breadcrumb a:focus,.subcomponent-article-header .subcomponent-breadcrumb a:hover{color:#fff}.subcomponent-article-header .article-header-top-wrap{max-width:100%;position:relative}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-header .article-header-top-wrap{margin-left:30px;margin-right:30px;max-width:calc(100% - 60px);width:auto}}@media (max-width:63.9375em){.subcomponent-article-header .article-header-top-wrap{margin-left:25px;margin-right:25px;max-width:calc(100% - 50px);width:auto}}@media (max-width:47.9375em){.subcomponent-article-header .article-header-top-wrap{margin-left:-15px;margin-right:-15px;max-width:calc(100% + 30px);width:auto}}.subcomponent-article-header .intro{z-index:60;position:relative}.subcomponent-article-header .intro p{margin-bottom:20px}@media (max-width:47.9375em){.subcomponent-article-header .intro p{margin-left:15px;margin-right:15px;margin-bottom:10px}}.subcomponent-article-header .article-header-top{display:-ms-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-moz-flex;display:-ms-flexbox;display:flex;width:100%;position:relative;z-index:100}.subcomponent-article-header .article-header-top .article-header-top-text{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;z-index:auto}@media (max-width:63.9375em){.subcomponent-article-header .article-header-top .article-header-top-text{-ms-flex-preferred-size:100%;flex-basis:100%;order:2;-webkit-order:2;-ms-flex-order:2}}.subcomponent-article-header .article-header-top .article-header-top-text .headline-wrap{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;padding-top:50px}@media (max-width:63.9375em){.subcomponent-article-header .article-header-top .article-header-top-text .headline-wrap{height:auto;padding-top:0}}.subcomponent-article-header .article-header-top .article-header-top-text .heading,.subcomponent-article-header .article-header-top .article-header-top-text .headline{display:block;max-width:100%}.subcomponent-article-header .article-header-top .article-header-top-date{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:300px;flex-basis:300px;margin-left:-60px;display:block;z-index:50}@media (max-width:63.9375em){.subcomponent-article-header .article-header-top .article-header-top-date{-ms-flex-preferred-size:100%;flex-basis:100%;order:1;-webkit-order:1;-ms-flex-order:1;z-index:1;width:100%}}@media (max-width:47.9375em){.subcomponent-article-header .article-header-top .article-header-top-date{margin-left:0}}.subcomponent-article-header .article-header-top .article-header-top-date .article-header-top-date-outer .date{color:#808890}@media (max-width:63.9375em){.subcomponent-article-header .article-header-top .article-header-top-date .article-header-top-date-outer .date{color:#f3f5f6}}@media (max-width:47.9375em){.subcomponent-article-header .article-header-top .article-header-top-date .article-header-top-date-outer .date{padding-top:20px}}@media (max-width:47.9375em){.subcomponent-article-header .article-header-bottom-wrap{margin-left:0;margin-right:0}}.subcomponent-article-header.subcomponent-article-header-with-bg:before{background:rgba(0,0,0,.25);background:linear-gradient(180deg,rgba(0,0,0,.25),transparent);content:"";position:absolute;z-index:10;left:0;top:0;right:0;height:60px}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg:before{display:none}}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-wrap{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-wrap{margin-left:0;margin-right:0;max-width:100%;width:auto}}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-wrap{margin-left:0;margin-right:0;max-width:100%;width:auto}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-wrap{margin-left:-15px;margin-right:-15px;max-width:calc(100% + 30px);width:auto}}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-bg{position:relative;background-image:url(../img/article-header.png);background-size:cover;background-position:top;background-repeat:no-repeat;width:100%;height:100%}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-bg:after{background:hsla(0,0%,100%,.75);background:linear-gradient(0deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,0));content:"";position:absolute;z-index:10;left:0;bottom:0;right:0;height:125px}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-bg:after{display:none}}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:calc(100% - 240px);margin-left:120px;margin-right:120px;margin-top:-125px}@media (max-width:89.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top{max-width:calc(100% - 60px);margin-left:30px;margin-right:30px}}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:alpha(opacity=90);margin-top:-70px;margin-left:25px;margin-right:25px;max-width:calc(100% - 50px);background-color:#f3f5f6}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top{margin:0;padding-left:15px;padding-right:15px;max-width:100%}}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-text{background-color:rgba(243,245,246,.9)}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-text{order:3;-webkit-order:3;-ms-flex-order:3;background-color:transparent;z-index:1;width:100%;min-height:0}}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-text .heading{color:#00b4eb;padding-left:90px;padding-right:90px;padding-bottom:20px}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-text .heading{padding:0 70px 20px 40px}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-text .heading{padding:0 0 10px}}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-text .intro{padding-top:20px;margin:0 -120px 0 120px;padding-bottom:40px;color:#1d1f20}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-text .intro{padding-top:0;margin:0 70px}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-text .intro{margin:0;padding-bottom:20px;padding-top:0}}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-inner{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;height:80px;padding-left:60px}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-inner .date{padding-bottom:20px}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-inner .date{color:#808890}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-inner .date{padding-bottom:10px}}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-inner{-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-inner{padding-left:0;height:auto}}.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-outer{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:alpha(opacity=90);background-color:#fff;min-height:200px;margin-top:25px}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-outer{min-height:auto;min-height:0;background-color:transparent;margin-top:0;margin-left:40px;height:auto}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-top-date .article-header-top-date-outer{margin-left:0}}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-bottom-wrap{padding-left:30px;padding-right:30px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-bg .article-header-bottom-wrap{padding-left:30px;padding-right:30px}}.subcomponent-article-header.subcomponent-article-header-with-video .article-header-bg{position:relative;background-image:none;background:none;height:100%;width:100%}.subcomponent-article-header.subcomponent-article-header-with-video .article-header-bg:after{content:auto}.subcomponent-article-header.subcomponent-article-header-with-video .article-header-bg figure{position:absolute;top:0;left:0;width:100%}.subcomponent-article-header.subcomponent-article-header-with-video .video-play{display:block;width:60px;height:60px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;top:45%;opacity:.75;z-index:50}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-with-video .video-play{top:42%}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-with-video .video-play{top:auto;right:auto;bottom:0;left:0}}.subcomponent-article-header.subcomponent-article-header-with-video .video-play:hover{opacity:1}.subcomponent-article-header.subcomponent-article-header-no-bg{
    /*! subcomponent-article-header-subpage variables */
    /*! article-subpage-list  variables */}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .subcomponent-breadcrumb{order:1;-webkit-order:1;-ms-flex-order:1;position:static;margin-bottom:20px;padding-left:40px}}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top-wrap{background-color:rgba(0,153,218,.7)}}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-text{z-index:50;position:relative;min-height:150px;padding-top:50px;background-color:rgba(0,153,218,.7)}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-text{order:3;-webkit-order:3;-ms-flex-order:3;z-index:1;width:100%;background:transparent;padding-top:0;min-height:0}}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-text .headline-wrap{padding-top:30px}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-text .headline-wrap{padding-top:0}}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-text .headline{color:#fff;margin-bottom:60px;padding-left:210px;padding-right:90px}@media (max-width:89.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-text .headline{padding-left:90px;padding-right:90px}}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-text .headline{padding-left:40px;padding-right:40px}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-text .headline{padding-left:15px;padding-right:15px;top:45px;margin-bottom:20px}}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date{-ms-flex-preferred-size:420px;flex-basis:420px;z-index:40}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date{-ms-flex-preferred-size:330px;flex-basis:330px}}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date{-ms-flex-preferred-size:100%;flex-basis:100%;margin-left:0}}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date .article-header-top-date-outer{-ms-flex-pack:start;justify-content:flex-start;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;padding-bottom:30px;height:calc(100% - 35px);min-height:150px;background-color:#f3f5f6}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date .article-header-top-date-outer .date{padding-left:150px}@media (max-width:63.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date .article-header-top-date-outer{min-height:auto;min-height:0;margin-left:0;height:auto;padding-bottom:10px;background-color:transparent}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date .article-header-top-date-outer .date{padding-left:40px}}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date .article-header-top-date-outer{height:auto;padding-left:15px;padding-right:15px}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-top .article-header-top-date .article-header-top-date-outer .date{padding-left:0}}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-bottom{display:block;padding-top:40px;clear:both}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-bottom{background-color:#f3f5f6;margin-left:-15px;margin-right:-15px;padding:20px 0}}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-bottom ul{text-align:left;margin-left:30px;margin-right:30px}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-bottom ul{margin-left:35px;margin-right:35px}}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-bottom ul li{margin-top:10px}.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-bottom ul li:first-child{margin-top:0}@media (max-width:47.9375em){.subcomponent-article-header.subcomponent-article-header-no-bg .article-header-bottom ul li{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem;margin-top:5px}}.subcomponent-article-teaser{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.subcomponent-article-teaser.green{background-color:#c8f05a}.subcomponent-article-teaser.yellow{background-color:#fffa7d}.subcomponent-article-teaser.cyan{background-color:#a5ebe6}.subcomponent-article-teaser.orchid{background-color:#55235f}.subcomponent-article-teaser.orchid .h5{color:#fff}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-teaser .h6{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:63.9375em){.subcomponent-article-teaser .h6{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}@media (max-width:47.9375em){.subcomponent-article-teaser .h6{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-article-teaser .item{width:52%;position:relative}@media (max-width:47.9375em){.subcomponent-article-teaser .item{width:100%}}@media (max-width:63.9375em){.subcomponent-article-teaser .item .h4{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}@media (max-width:47.9375em){.subcomponent-article-teaser .item .h4{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-article-teaser .item a{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;position:relative}.subcomponent-article-teaser .item a:active .text-wrap,.subcomponent-article-teaser .item a:hover .text-wrap{color:#00b4eb}.subcomponent-article-teaser .item a picture{width:100%;height:auto;position:relative}.subcomponent-article-teaser .item a .text-wrap{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;position:absolute;z-index:3;bottom:0;right:0;left:0;color:#fff;padding-left:120px;padding-right:120px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-teaser .item a .text-wrap{padding-left:60px;padding-right:60px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-article-teaser .item a .text-wrap{padding-left:60px;padding-right:60px}}@media (max-width:47.9375em){.subcomponent-article-teaser .item a .text-wrap{padding-left:15px;padding-right:15px}}.subcomponent-article-teaser .item a .text-wrap .title{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;width:100%;letter-spacing:-.25px;text-align:center;margin-bottom:10px}@media (max-width:63.9375em){.subcomponent-article-teaser .item a .text-wrap .title{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-bottom:30px;margin-bottom:0}}.subcomponent-article-teaser .item a .text-wrap .subtitle{width:100%;text-align:center;padding-bottom:40px}@media (max-width:63.9375em){.subcomponent-article-teaser .item a .text-wrap .subtitle{display:none}}.subcomponent-article-teaser .item a .text-wrap .date{margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;position:relative;width:auto;border:1px solid #fff;text-align:center}@media (max-width:47.9375em){.subcomponent-article-teaser .item a .text-wrap .date{margin-bottom:10px}}.subcomponent-article-teaser .item a .text-wrap .date .text{display:block;padding:12px 25px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-teaser .item a .text-wrap .date .text{padding:11px 24px}}@media (max-width:63.9375em){.subcomponent-article-teaser .item a .text-wrap .date .text{padding:4px 15px}}@media (max-width:47.9375em){.subcomponent-article-teaser .item a .text-wrap .date .text{padding:2px 14px}}.subcomponent-article-teaser .item a .text-wrap .date .text .h6.date-number{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem;text-align:center;color:#fff;letter-spacing:-.25px}@media (max-width:63.9375em){.subcomponent-article-teaser .item a .text-wrap .date .text .h6.date-number{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}.subcomponent-article-teaser .item a .text-wrap .date .text .date-subline{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem;text-align:center;color:#fff}@media (max-width:63.9375em){.subcomponent-article-teaser .item a .text-wrap .date .text .date-subline{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}.subcomponent-article-teaser .item-wide{width:100%;position:relative;z-index:0;margin-bottom:-110px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-teaser .item-wide{margin-bottom:-80px}}@media (max-width:63.9375em){.subcomponent-article-teaser .item-wide{margin-bottom:-60px}}@media (max-width:47.9375em){.subcomponent-article-teaser .item-wide{margin-bottom:0}}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-teaser .item-wide .h4{font-size:50px;font-size:3.125rem;line-height:55px;line-height:3.4375rem}}@media (max-width:63.9375em){.subcomponent-article-teaser .item-wide .h4{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}}@media (max-width:47.9375em){.subcomponent-article-teaser .item-wide .h4{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-article-teaser .item-wide picture:before{background:rgba(0,0,0,.75);background:linear-gradient(0deg,rgba(0,0,0,.75),hsla(0,0%,44%,0) 50%);content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0}.subcomponent-article-teaser .item-wide a .text-wrap{padding-left:240px;padding-right:240px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-teaser .item-wide a .text-wrap{padding-left:120px;padding-right:120px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-article-teaser .item-wide a .text-wrap{padding-left:70px;padding-right:70px}}@media (max-width:47.9375em){.subcomponent-article-teaser .item-wide a .text-wrap{padding-left:15px;padding-right:15px}}@media (max-width:63.9375em){.subcomponent-article-teaser .item-wide a .text-wrap .title{padding-bottom:0;margin-bottom:10px}}@media (max-width:47.9375em){.subcomponent-article-teaser .item-wide a .text-wrap .title{padding-bottom:30px;margin-bottom:0}}.subcomponent-article-teaser .item-wide a .text-wrap .subtitle{padding-bottom:160px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-teaser .item-wide a .text-wrap .subtitle{padding-bottom:140px}}@media (max-width:63.9375em){.subcomponent-article-teaser .item-wide a .text-wrap .subtitle{padding-bottom:100px;display:block}}@media (max-width:47.9375em){.subcomponent-article-teaser .item-wide a .text-wrap .subtitle{display:none}}.subcomponent-article-teaser .item-left{position:relative;z-index:1;margin-right:-2%;opacity:.9}@media (max-width:47.9375em){.subcomponent-article-teaser .item-left{margin-right:0}}.subcomponent-article-teaser .item-left picture:before{background:rgba(0,0,0,.75);background:linear-gradient(0deg,rgba(0,0,0,.75),hsla(0,0%,44%,0) 75%);content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0}.subcomponent-article-teaser .item-right{position:relative;z-index:1;margin-left:-2%;margin-top:65px;opacity:.9}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-article-teaser .item-right{margin-top:55px}}@media (max-width:63.9375em){.subcomponent-article-teaser .item-right{margin-top:40px}}@media (max-width:47.9375em){.subcomponent-article-teaser .item-right{margin-top:0;margin-left:0}}.subcomponent-article-teaser .item-right picture:before{background:rgba(0,0,0,.75);background:linear-gradient(0deg,rgba(0,0,0,.75),hsla(0,0%,44%,0) 75%);content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0}.subcomponent-breadcrumb{padding:0;color:#fff;z-index:1;padding-left:20px;padding-top:20px;background-color:transparent}@media (max-width:63.9375em){.subcomponent-breadcrumb{padding-left:40px;padding-top:20px}}.subcomponent-breadcrumb ul{list-style:none;font-size:0}.subcomponent-breadcrumb ul li,.subcomponent-breadcrumb ul li a{display:inline}.subcomponent-breadcrumb ul li:after{padding:0 5px}.subcomponent-breadcrumb ul li:last-child:after{line-height:16px;line-height:1rem;font-size:12px;font-size:.75rem;content:"...";padding:0}.subcomponent-breadcrumb ul li:not(:last-child):after{line-height:16px;line-height:1rem;font-size:12px;font-size:.75rem;content:"›"}.cookie-message{position:fixed;width:100%;height:100%;bottom:0;left:0;display:none;background-color:transparent;z-index:1000}.cookie-message.show{display:block}.cookie-message .outer-wrapper{position:absolute;bottom:0;left:0;width:100%;height:auto;padding:40px;background-color:hsla(0,0%,100%,.9)}.cookie-message .outer-wrapper:after,.cookie-message .outer-wrapper:before{content:"";display:table}.cookie-message .outer-wrapper:after{clear:both}@media (max-width:47.9375em){.cookie-message .outer-wrapper{padding:15px}}.cookie-message a{color:#00b4eb;font-weight:700}@media (max-width:47.9375em){.cookie-message p{margin-bottom:30px}}.cookie-message .btn-close{line-height:16px;line-height:1rem;color:#000;border-color:#000;padding-left:50px;padding-right:50px}.cookie-message .btn-close:hover{color:#00b4eb;border-color:#00b4eb}@media (max-width:63.9375em){.cookie-message .btn-close{margin-bottom:25px}}.cookie-message .btn-x{position:absolute;width:12px;height:12px;top:4px;bottom:auto;right:4px;left:auto;color:#000}.subcomponent-counter-module{margin-bottom:100px}@media (max-width:47.9375em){.subcomponent-counter-module{margin-bottom:60px;width:auto}}.subcomponent-counter-module.green .counter-bg{background-color:#c8f05a}.subcomponent-counter-module.yellow .counter-bg{background-color:#fffa7d}.subcomponent-counter-module.cyan .counter-bg{background-color:#a5ebe6}.subcomponent-counter-module.orchid .counter-bg{background-color:#55235f}.subcomponent-counter-module.orchid .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .title span{color:hsla(0,0%,100%,.2)}.subcomponent-counter-module.orchid .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-bar{background-color:hsla(0,0%,100%,.2)}.subcomponent-counter-module.orchid .counter-subline,.subcomponent-counter-module.orchid p{color:#fff}.subcomponent-counter-module.orchid .counter-item-bottom-btn .btn-wrapper .btn{border-color:#fff;color:#fff}@media (max-width:47.9375em){.subcomponent-counter-module.orchid .counter-item-bottom-btn .btn-wrapper .btn{border-color:#000;color:#000}}.subcomponent-counter-module.orchid .counter-item-bottom-btn .btn-wrapper .btn:focus,.subcomponent-counter-module.orchid .counter-item-bottom-btn .btn-wrapper .btn:hover{text-decoration:none}.subcomponent-counter-module .counter-bg{padding-top:100px;padding-bottom:140px;position:relative}@media (max-width:47.9375em){.subcomponent-counter-module .counter-bg{padding-top:60px}}.subcomponent-counter-module .counter-bg .counter-module-layout-top{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;position:relative;z-index:2}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%;padding-right:120px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left{-ms-flex-preferred-size:61%;flex-basis:61%;max-width:61%;padding-left:12px;padding-right:100px}}@media (max-width:63.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left{-ms-flex-preferred-size:66%;flex-basis:66%;max-width:66%}}@media (max-width:47.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-bottom:20px;padding-right:0}}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left .b2{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem;font-weight:300}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left .b2{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem}}@media (max-width:47.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left .b2{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left .h7{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem;font-weight:700}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left .h7{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem}}@media (max-width:47.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-left .h7{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right{-ms-flex-preferred-size:39%;flex-basis:39%;max-width:39%;padding-right:10px}}@media (max-width:63.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right{-ms-flex-preferred-size:34%;flex-basis:34%;max-width:34%}}@media (max-width:47.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .title{color:#fff}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .title span{color:rgba(0,0,0,.2)}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .h1{font-size:350px;font-size:21.875rem;line-height:250px;line-height:15.625rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .h1{font-size:250px;font-size:15.625rem;line-height:180px;line-height:11.25rem}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .h1{font-size:150px;font-size:9.375rem;line-height:110px;line-height:6.875rem}}@media (max-width:47.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .h1{font-size:100px;font-size:6.25rem;line-height:75px;line-height:4.6875rem}}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .h1 span{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-bar{margin-top:10px;margin-bottom:20px;width:100%;height:4px;background-color:rgba(0,0,0,.2)}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-bar{margin-top:15px}}@media (max-width:63.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-bar{margin-top:20px}}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-bar span{display:block;width:39%;height:4px;background-color:#fff}.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-subline{padding-left:170px;text-align:right}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-subline{padding-left:65px}}@media (max-width:63.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-subline{padding-left:30px}}@media (max-width:47.9375em){.subcomponent-counter-module .counter-bg .counter-module-layout-top .counter-item-top-right .counter-digits .counter-subline{padding-left:0;text-align:left}}.subcomponent-counter-module .counter-module-layout-bottom{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-top:-122px;position:relative}@media (max-width:47.9375em){.subcomponent-counter-module .counter-module-layout-bottom{margin-top:-110px}}.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-img{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%;margin-top:-60px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-img{-ms-flex-preferred-size:63%;flex-basis:63%;max-width:63%;margin-top:-15px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-img{-ms-flex-preferred-size:65%;flex-basis:65%;max-width:65%;margin-top:30px}}@media (max-width:47.9375em){.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-img{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-top:0}}.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-btn{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%;-ms-flex-pack:end;justify-content:flex-end;padding-left:30px;position:relative;z-index:1}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-btn{-ms-flex-preferred-size:37%;flex-basis:37%;max-width:37%}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-btn{-ms-flex-preferred-size:35%;flex-basis:35%;max-width:35%}}@media (max-width:47.9375em){.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-btn{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-top:40px;-ms-flex-pack:center;justify-content:center;padding-left:0}}.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-btn .btn{padding:12px 15px 14px;border-color:#000;color:#000}.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-btn .btn:focus,.subcomponent-counter-module .counter-module-layout-bottom .counter-item-bottom-btn .btn:hover{border-color:#00b4eb;color:#00b4eb}.form-search{margin:0;padding:0;position:relative
  /*! form action buttons */
  /*! submit button */}.form-search input[type=email],.form-search input[type=text]{font-size:16px;font-size:1rem;display:block;float:none;min-height:50px;margin-bottom:0;padding-left:20px;padding-right:115px;font-weight:700;color:#0099da;border:0}@media (max-width:89.9375em){.form-search input[type=email],.form-search input[type=text]{padding-right:100px}}@media (max-width:47.9375em){.form-search input[type=email],.form-search input[type=text]{padding-right:80px}}.form-search .form-item{margin:0}.form-search .form-controls{position:absolute;right:0;top:50%;transform:translateY(-50%)}.form-search .form-submit,.form-search .search-reset{cursor:pointer;display:inline-block;margin-right:20px;outline:0}@media (max-width:63.9375em){.form-search .form-submit,.form-search .search-reset{margin-right:10px}}.form-search .form-submit{background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20%20fill%3D%22%231d1f20%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.3645356%2C26.0202407%20L4.82842712%2C37.5563492%20L2%2C34.7279221%20L13.5998085%2C23.1281135%20C11.9630433%2C20.8365541%2011%2C18.0307424%2011%2C15%20C11%2C7.2680135%2017.2680135%2C1%2025%2C1%20C32.7319865%2C1%2039%2C7.2680135%2039%2C15%20C39%2C22.7319865%2032.7319865%2C29%2025%2C29%20C21.7417007%2C29%2018.7433772%2C27.8869115%2016.3645356%2C26.0202407%20Z%20M25%2C25%20C30.5228475%2C25%2035%2C20.5228475%2035%2C15%20C35%2C9.4771525%2030.5228475%2C5%2025%2C5%20C19.4771525%2C5%2015%2C9.4771525%2015%2C15%20C15%2C20.5228475%2019.4771525%2C25%2025%2C25%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.form-search .form-submit,.form-search .form-submit:hover{background-repeat:no-repeat;background-position:50%;background-size:contain}.form-search .form-submit:hover{background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.3645356%2C26.0202407%20L4.82842712%2C37.5563492%20L2%2C34.7279221%20L13.5998085%2C23.1281135%20C11.9630433%2C20.8365541%2011%2C18.0307424%2011%2C15%20C11%2C7.2680135%2017.2680135%2C1%2025%2C1%20C32.7319865%2C1%2039%2C7.2680135%2039%2C15%20C39%2C22.7319865%2032.7319865%2C29%2025%2C29%20C21.7417007%2C29%2018.7433772%2C27.8869115%2016.3645356%2C26.0202407%20Z%20M25%2C25%20C30.5228475%2C25%2035%2C20.5228475%2035%2C15%20C35%2C9.4771525%2030.5228475%2C5%2025%2C5%20C19.4771525%2C5%2015%2C9.4771525%2015%2C15%20C15%2C20.5228475%2019.4771525%2C25%2025%2C25%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.form-search .search-reset{background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%231d1f20%22%3E%3Cpath%20d%3D%22M16.4%2C15l6.4-6.4c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0L15%2C13.6L8.6%2C7.2c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.4%2C6.4l-6.4%2C6.4c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l6.4-6.4l6.4%2C6.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0c0.4-0.4%2C0.4-1%2C0-1.4L16.4%2C15z%22%2F%3E%3C%2Fsvg%3E")}.form-search .search-reset,.form-search .search-reset:hover{background-repeat:no-repeat;background-position:50%;background-size:contain}.form-search .search-reset:hover{background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%2300b4eb%22%3E%3Cpath%20d%3D%22M16.4%2C15l6.4-6.4c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0L15%2C13.6L8.6%2C7.2c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.4%2C6.4l-6.4%2C6.4c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l6.4-6.4l6.4%2C6.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0c0.4-0.4%2C0.4-1%2C0-1.4L16.4%2C15z%22%2F%3E%3C%2Fsvg%3E")}

/*! header-nav */
/*! subnav */
/*! close-header-panels */
/*! quick-links*/
/*! carret */
/*! panel header */
/*! header panel */
/*! colors */.header-nav{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;font-size:16px;font-size:1rem;line-height:22px;line-height:1.37rem;display:block;float:right;margin-top:38px;transition:margin-top .2s}@media (max-width:89.9375em){.header-nav{margin-top:28px}}@media (max-width:63.9375em){.header-nav{position:fixed;left:100%;top:50px;transition:left .2s}.header-toggle-button:checked+.header-toggle+.header-nav{left:0}}.header-nav a{text-decoration:none}.header-nav .btn-filled{margin-top:-5px}.header-nav li,.header-nav ul{display:block;margin:0;padding:0;list-style:none}.header-nav nav{
    /*! main nav */}.header-nav nav>ul li{float:left;margin-left:28px;position:relative}.header-nav nav>ul li:first-of-type{margin-left:0}.header-nav nav>ul li:after{display:block;content:"";background:#00b4eb;width:0;height:1px;transition:width .3s;position:absolute;bottom:0;right:0}.header-nav nav>ul li:not(.no-underline).is-active a,.header-nav nav>ul li:not(.no-underline).is-current a,.header-nav nav>ul li:not(.no-underline):hover a{color:#00b4eb}.header-nav nav>ul li:not(.no-underline).is-active a svg *,.header-nav nav>ul li:not(.no-underline).is-current a svg *,.header-nav nav>ul li:not(.no-underline):hover a svg *{fill:#00b4eb}.header-nav nav>ul li:not(.no-underline).is-active:after,.header-nav nav>ul li:not(.no-underline).is-current:after,.header-nav nav>ul li:not(.no-underline):hover:after{width:100%;left:0;right:auto}.header-nav nav>ul li.search.is-active:after,.header-nav nav>ul li.search.is-current:after,.header-nav nav>ul li.search:hover:after{display:none}.header-nav nav>ul li.animate-from-right:after{left:auto;right:0}.header-nav nav>ul li.animate-from-right~li:after{left:0;right:auto}@media (max-width:63.9375em){.header-nav nav>ul li{display:none}}.header-nav nav>ul a{display:block;padding:5px 0}body.header-nav-is-active{overflow-y:hidden}.header-panels{display:block;height:calc(100% - 100px);transform:translateY(-100%);margin-top:-100px;width:100%;overflow-y:auto;background:linear-gradient(180deg,hsla(0,0%,100%,.97) 0,hsla(0,0%,100%,.93) 85%,hsla(0,0%,100%,.85));position:fixed;top:100px;transition:transform .5s,margin-top .5s,top .2s}.header-panels.is-active{display:block;transform:translateY(0);margin-top:0}@media (max-width:89.9375em){.header-panels{top:80px;height:calc(100% - 80px)}}@media (max-width:63.9375em){.header-panels{display:none;transform:translateY(0)}.header-panels.is-active{display:none}.header-panels.is-active-mobile{display:block;margin-top:0}.header-panels.is-active-mobile .header-submenu-panels{display:block}}@media (max-width:47.9375em){.header-panels{top:50px;height:calc(100% - 50px)}}@media (min-width:64em){.header-panels[data-active-panel=search]{height:auto!important}}.header-submenu-panels{display:none;margin:0;padding:0;position:relative}@media (max-width:63.9375em){.header-submenu-panels{min-height:0!important}}.header-submenu-panels.is-active,.header-submenu-panels.is-active~.header-panel{display:block}.header-submenu-panels .btn{margin:20px 0}.header-submenu-panels .close-header-panels{display:block;z-index:2;cursor:pointer;position:relative}.header-submenu-panels .close-header-panels:after{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%231d1f20%22%3E%3Cpath%20d%3D%22M16.4%2C15l6.4-6.4c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0L15%2C13.6L8.6%2C7.2c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.4%2C6.4l-6.4%2C6.4c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l6.4-6.4l6.4%2C6.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0c0.4-0.4%2C0.4-1%2C0-1.4L16.4%2C15z%22%2F%3E%3C%2Fsvg%3E");background-size:auto;display:block;content:"";width:24px;height:24px;position:absolute;right:0;top:20px}.header-submenu-panels .close-header-panels:hover:after{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%2300b4eb%22%3E%3Cpath%20d%3D%22M16.4%2C15l6.4-6.4c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0L15%2C13.6L8.6%2C7.2c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.4%2C6.4l-6.4%2C6.4c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l6.4-6.4l6.4%2C6.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0c0.4-0.4%2C0.4-1%2C0-1.4L16.4%2C15z%22%2F%3E%3C%2Fsvg%3E");background-size:auto}@media (max-width:63.9375em){.header-submenu-panels .close-header-panels{display:none}}.header-panel{display:none;padding:20px 0}.header-panel.is-active{display:block}@media (max-width:63.9375em){.header-panel{display:block;padding:0}}.header-panel .caret{display:none;width:10px;height:10px;background-size:10px}.header-panel .caret svg{transition:transform .2s}.header-panel .caret *{fill:#bdc3c6}.panel-header{padding:0;margin:0 100px 15px -30px;position:relative}@media (max-width:63.9375em){.panel-header{margin:0}}.panel-header .panel-header-toggle{display:none;position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;cursor:pointer}@media (max-width:63.9375em){.panel-header .panel-header-toggle{display:block}}.panel-header .panel-header-toggle:hover+a{color:#00b4eb}.panel-header a{font-size:25px;font-size:1.5625rem;line-height:1.2;display:inline-block;text-decoration:none;color:#1d1f20;position:relative}.panel-header a:hover{color:#00b4eb}@media (max-width:63.9375em){.panel-header a{font-size:20px;font-size:1.25rem;display:block;line-height:1.2;padding:13px 0;border-bottom:1px solid #dee1d3;transition:color .2s,border-color .2s;position:relative}.panel-header a:after{display:block;width:0;height:1px;content:"";background:#00b4eb;position:absolute;left:0;bottom:-1px;transition:width .3s}.panel-header a.has-children{padding-right:20px}.panel-header a.has-children .caret{display:block;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.panel-header a.has-children .caret svg{transform:rotate(90deg)}.panel-header a.is-active{color:#00b4eb}.panel-header a.is-active:after{width:100%}.panel-header a.is-active.has-children .caret svg{transform:rotate(-90deg)}.panel-header a.is-active.has-children .caret *{fill:#00b4eb}}

/*! subnav */.header-panel .submenu{display:block;float:left;width:33.333333%;margin:0;padding:0;list-style:none;position:relative}@media (max-width:63.9375em){.header-panel .submenu{display:none;float:none;width:auto}.header-panel .submenu.is-active{display:block}}.header-panel .submenu ul{display:none;width:100%;padding-left:20px;position:absolute;top:0;left:100%;min-height:100%}.header-panel .submenu ul.is-active{display:block}@media (max-width:63.9375em){.header-panel .submenu ul{position:relative;top:auto;left:auto;min-height:0}}.header-panel .submenu li{display:block;margin:0;padding:0;list-style:none}.header-panel .submenu li .submenu-toggle{display:none;width:100%;height:50px;position:absolute;top:0;left:0;z-index:1}@media (max-width:63.9375em){.header-panel .submenu li.has-children .submenu-toggle{display:block}}.header-panel .submenu li.has-children>a{position:relative}.header-panel .submenu li.has-children>a .caret{display:block;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (max-width:63.9375em){.header-panel .submenu li.has-children>a .caret{right:5px}.header-panel .submenu li.has-children>a .caret svg{transform:rotate(90deg)}}@media (max-width:63.9375em){.header-panel .submenu li.has-children.is-active>a .caret svg{transform:rotate(-90deg)}}.header-panel .submenu li.has-children.is-active>a .caret *{fill:#00b4eb}.header-panel .submenu li.is-active>a{color:#00b4eb}.header-panel .submenu li.is-active>a:after{width:100%}.header-panel .submenu li a{font-size:20px;font-size:1.25rem;line-height:1.2;display:block;margin:0;padding:10.5px 0;text-decoration:none;font-weight:300;color:#1d1f20;border-bottom:1px solid #dee1d3;transition:color .3s;position:relative}.header-panel .submenu li a:hover{color:#00b4eb}.header-panel .submenu li a:after{display:block;width:0;height:1px;content:"";background:#00b4eb;position:absolute;left:0;bottom:-1px;transition:width .3s}@media (max-width:89.9375em){.header-panel .submenu li a{font-size:18px;font-size:1.125rem;padding:9.2px 0}}@media (max-width:63.9375em){.header-panel .submenu li a{font-size:18px;font-size:1.125rem;padding:14.2px 0}}

/*! search panel */.header-panel[data-panel-id=search]{padding:15px 0;background:#f3f5f6}

/*! quicklinks */.header-panel[data-panel-id=quicklinks]{padding-bottom:0}@media (max-width:63.9375em){.header-panel[data-panel-id=quicklinks]{padding-bottom:20px}}.header-panel[data-panel-id=quicklinks] ul{display:block;margin:0;padding:25px 0;list-style:none;border-top:1px solid #808890;font-size:0}@media (max-width:63.9375em){.header-panel[data-panel-id=quicklinks] ul{padding:0;border:0}}.header-panel[data-panel-id=quicklinks] ul li{font-size:16px;font-size:1rem;display:inline-block;margin:0 30px 0 0}@media (max-width:63.9375em){.header-panel[data-panel-id=quicklinks] ul li{display:block;margin:0}}.header-panel[data-panel-id=quicklinks] ul a{line-height:1.2;display:block;text-decoration:none;color:#808890}.header-panel[data-panel-id=quicklinks] ul a:hover{color:#00b4eb}.header-panel[data-panel-id=quicklinks] ul a:hover svg *{fill:#00b4eb}@media (max-width:63.9375em){.header-panel[data-panel-id=quicklinks] ul a{font-size:18px;font-size:1.125rem;padding:14.2px 0;border-bottom:1px solid #dee1d3}}.header-panel[data-panel-id=quicklinks] ul .has-icon a{position:relative;padding-left:30px}.form-search .header-panel[data-panel-id=quicklinks] ul .has-icon a .form-submit,.header-panel[data-panel-id=quicklinks] ul .has-icon a .button-icon-small,.header-panel[data-panel-id=quicklinks] ul .has-icon a .form-search .form-submit,.header-panel[data-panel-id=quicklinks] ul .has-icon a .icon-small,.header-panel[data-panel-id=quicklinks] ul .has-icon a .search-field-wrapper .form-submit,.header-panel[data-panel-id=quicklinks] ul .has-icon a button[type=submit].btn-search svg,.search-field-wrapper .header-panel[data-panel-id=quicklinks] ul .has-icon a .form-submit,button[type=submit].btn-search .header-panel[data-panel-id=quicklinks] ul .has-icon a svg{fill:#808890;position:absolute;left:0;top:50%;transform:translateY(-50%)}

/*! Search */.search-form-wrapper{
  /*! search title */}.search-form-wrapper .search-title{display:block;text-align:center;text-transform:uppercase}@media (min-width:64em){.search-form-wrapper{margin:30px 0}}

/*! search field */.search-field-wrapper{position:relative
  /*! form action buttons */
  /*! submit button */}.search-field-wrapper input[type=text]{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;border:0;color:#4c5356;padding:15px 80px 15px 15px}@media (min-width:64em){.search-field-wrapper{margin:0 auto;width:50%}}.search-field-wrapper .form-submit,.search-field-wrapper .search-reset{position:absolute;top:11px;right:15px;cursor:pointer;display:inline-block;padding-left:5px;padding-right:5px;outline:0}.search-field-wrapper .form-submit{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22%2380b0c8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.77%2013.66l-3.7-3.7c.95-1.1%201.48-2.47%201.48-3.9C12.55%202.72%209.73%200%206.27%200%202.8%200%200%202.72%200%206.06%200%209.4%202.8%2012.1%206.27%2012.1c1.3%200%202.54-.37%203.6-1.08l3.72%203.74c.12.15.33.24.55.24.2%200%20.42-.08.57-.22.32-.3.33-.8.02-1.12zM6.27%201.58c2.56%200%204.64%202%204.64%204.48%200%202.46-2.04%204.47-4.6%204.47-2.55%200-4.63-2-4.63-4.47%200-2.47%202.08-4.48%204.63-4.48z%22%2F%3E%3C%2Fsvg%3E");top:16px}@media (min-width:64em){.search-field-wrapper .form-submit{top:20px}}.search-field-wrapper:hover{background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20fill%3D%22%231d1f20%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.77%2013.66l-3.7-3.7c.95-1.1%201.48-2.47%201.48-3.9C12.55%202.72%209.73%200%206.27%200%202.8%200%200%202.72%200%206.06%200%209.4%202.8%2012.1%206.27%2012.1c1.3%200%202.54-.37%203.6-1.08l3.72%203.74c.12.15.33.24.55.24.2%200%20.42-.08.57-.22.32-.3.33-.8.02-1.12zM6.27%201.58c2.56%200%204.64%202%204.64%204.48%200%202.46-2.04%204.47-4.6%204.47-2.55%200-4.63-2-4.63-4.47%200-2.47%202.08-4.48%204.63-4.48z%22%2F%3E%3C%2Fsvg%3E")}.search-field-wrapper .search-reset,.search-field-wrapper:hover{background-repeat:no-repeat;background-position:50%;background-size:contain}.search-field-wrapper .search-reset{background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%23a8adb3%22%3E%3Cpath%20d%3D%22M16.4%2C15l6.4-6.4c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0L15%2C13.6L8.6%2C7.2c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.4%2C6.4l-6.4%2C6.4c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l6.4-6.4l6.4%2C6.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0c0.4-0.4%2C0.4-1%2C0-1.4L16.4%2C15z%22%2F%3E%3C%2Fsvg%3E");right:50px}@media (min-width:64em){.search-field-wrapper .search-reset{top:15px}}.search-field-wrapper .search-reset:hover{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%231d1f20%22%3E%3Cpath%20d%3D%22M16.4%2C15l6.4-6.4c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0L15%2C13.6L8.6%2C7.2c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.4%2C6.4l-6.4%2C6.4c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l6.4-6.4l6.4%2C6.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0c0.4-0.4%2C0.4-1%2C0-1.4L16.4%2C15z%22%2F%3E%3C%2Fsvg%3E")}.subcomponent-share{
  /*! local variables */margin-bottom:80px;text-align:center;padding:0}@media (max-width:47.9375em){.subcomponent-share{margin-bottom:60px}}.subcomponent-share p{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;padding-left:5px}.subcomponent-share ul{list-style:none;display:inline-block}.subcomponent-share ul li{margin:7px 10px 0 0;float:left}.subcomponent-share ul li:last-of-type{margin-right:0}.subcomponent-share ul li a{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;
        /*! Safari 7.0+ */-webkit-flex-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:35px;line-height:2.1875rem;width:35px;height:35px;border-radius:50%;background:#bdc3c6}.subcomponent-share ul li a:active,.subcomponent-share ul li a:hover{background:#00b4eb}.subcomponent-share ul li svg{fill:#fff}.subcomponent-tagnav{
  /*! tag */
  /*! list */
  /*! colors */margin-bottom:80px;border-top:1px solid #dee1e3}@media (max-width:47.9375em){.subcomponent-tagnav{margin-bottom:60px}}.subcomponent-tagnav .tagnav-list{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:wrap;flex-flow:wrap;margin-top:20px;list-style:none}.subcomponent-tagnav .tagnav-list li{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;display:inline-block;margin-bottom:10px}.subcomponent-tagnav .tagnav-list li:not(:first-child):before{content:"|";color:#bdc3c6;height:25px;margin-left:10px;margin-right:10px}.subcomponent-tagnav .tagnav-list li a{color:#1d1f20;list-style:none;padding-left:0;height:25px;padding-bottom:3px;display:inline-block;white-space:nowrap}.subcomponent-tagnav .tagnav-list li a:hover{color:#00b4eb;text-decoration:none;border-bottom:1px solid #00b4eb}@media (max-width:47.9375em){.subcomponent-tagnav .tagnav-list{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.subcomponent-text-indent{margin-bottom:80px
  /*! subcomponent variables */
  /*! image-figcaption */}.subcomponent-text-indent.text-indent-no-title .cta-wrap,.subcomponent-text-indent.text-indent-no-title .fact,.subcomponent-text-indent.text-indent-no-title .image,.subcomponent-text-indent.text-indent-no-title blockquote{margin-top:0}@media (max-width:63.9375em){.subcomponent-text-indent .sl-sidebar{margin-bottom:30px}.subcomponent-text-indent .sl-sidebar .consumption-info{margin-bottom:0}}@media (max-width:47.9375em){.subcomponent-text-indent .sl-sidebar{margin-bottom:40px}}@media (max-width:47.9375em){.subcomponent-text-indent{margin-bottom:60px}}.subcomponent-text-indent .text p{margin-bottom:20px}.subcomponent-text-indent .sl-main ul{margin-left:20px;color:#1d1f20;font-weight:300}.subcomponent-text-indent .sl-main ul li a{color:#00b4eb}.subcomponent-text-indent .fact{order:2;-webkit-order:2;-ms-flex-order:2;margin-top:30px}@media (max-width:63.9375em){.subcomponent-text-indent .fact{order:1;-webkit-order:1;-ms-flex-order:1;float:none;margin-top:0;margin-bottom:0}}.subcomponent-text-indent .cta-wrap{order:2;-webkit-order:2;-ms-flex-order:2;margin-top:50px}@media (max-width:63.9375em){.subcomponent-text-indent .cta-wrap{order:1;-webkit-order:1;-ms-flex-order:1;margin-top:0}}@media (max-width:63.9375em){.subcomponent-text-indent .cta-wrap .cta{margin-left:-65px;margin-right:-65px;width:auto;margin-bottom:0}}@media (max-width:47.9375em){.subcomponent-text-indent .cta-wrap .cta{margin-top:0;margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;width:auto}}.subcomponent-text-indent.orchid .cta{background-color:#55235f}.subcomponent-text-indent.orchid .cta p{color:#fff}.subcomponent-text-indent.orchid .cta .btn{color:#fff;border-color:#fff}.subcomponent-text-indent.orchid .cta .btn:focus,.subcomponent-text-indent.orchid .cta .btn:hover{color:#00b4eb;border-color:#00b4eb}.subcomponent-text-indent.cyan .cta{background-color:#a5ebe6}.subcomponent-text-indent.cyan .cta .subtitle,.subcomponent-text-indent.cyan .cta .title{color:#1d1f20}.subcomponent-text-indent.cyan .cta .btn{color:#1d1f20;border-color:#1d1f20}.subcomponent-text-indent.cyan .cta .btn:active,.subcomponent-text-indent.cyan .cta .btn:hover{color:#00b4eb;border-color:#00b4eb}.subcomponent-text-indent.green .cta{background-color:#c8f05a}.subcomponent-text-indent.green .cta .subtitle,.subcomponent-text-indent.green .cta .title{color:#1d1f20}.subcomponent-text-indent.green .cta .btn{color:#1d1f20;border-color:#1d1f20}.subcomponent-text-indent.green .cta .btn:active,.subcomponent-text-indent.green .cta .btn:hover{color:#00b4eb;border-color:#00b4eb}.subcomponent-text-indent.yellow .cta{background-color:#fffa7d}.subcomponent-text-indent.yellow .cta .subtitle,.subcomponent-text-indent.yellow .cta .title{color:#1d1f20}.subcomponent-text-indent.yellow .cta .btn{color:#1d1f20;border-color:#1d1f20}.subcomponent-text-indent.yellow .cta .btn:active,.subcomponent-text-indent.yellow .cta .btn:hover{color:#00b4eb;border-color:#00b4eb}.subcomponent-text-indent .text{order:1;-webkit-order:1;-ms-flex-order:1}@media (max-width:63.9375em){.subcomponent-text-indent .text{order:2;-webkit-order:2;-ms-flex-order:2}}.subcomponent-text-indent .image{order:2;-webkit-order:2;-ms-flex-order:2;margin-top:50px}@media (max-width:63.9375em){.subcomponent-text-indent .image{order:1;-webkit-order:1;-ms-flex-order:1;margin-top:0}}@media (max-width:47.9375em){.subcomponent-text-indent .image{margin-top:0;margin-bottom:0}}.subcomponent-text-indent .image figure{width:100%;height:auto;display:block}.subcomponent-text-indent .image figcaption{text-align:left;color:#808890;display:block}.subcomponent-text-indent .image figcaption .content{padding-left:0;padding-right:0}.subcomponent-text-indent blockquote{order:2;-webkit-order:2;-ms-flex-order:2;margin-top:50px}@media (max-width:63.9375em){.subcomponent-text-indent blockquote{order:1;-webkit-order:1;-ms-flex-order:1;margin-top:0}}@media (max-width:47.9375em){.subcomponent-text-indent blockquote{margin-top:0}}.subcomponent-text-indent.inverse .image,.subcomponent-text-indent.inverse blockquote{order:1;-webkit-order:1;-ms-flex-order:1}@media (max-width:47.9375em){.subcomponent-text-indent.inverse .image{margin-bottom:40px;margin-top:0}}.subcomponent-text-indent.inverse .text{order:2;-webkit-order:2;-ms-flex-order:2;padding-left:60px;padding-right:0}@media (max-width:47.9375em){.subcomponent-text-indent.inverse .text{padding-right:0;padding-left:0}}.subcomponent-text-indent.inverse .cta-wrap{order:1;-webkit-order:1;-ms-flex-order:1}@media (max-width:63.9375em){.subcomponent-text-indent.inverse .cta-wrap{order:2;-webkit-order:2;-ms-flex-order:2;order:1;-webkit-order:1;-ms-flex-order:1;margin-bottom:40px}}@media (max-width:63.9375em){.subcomponent-text-indent.inverse .cta-wrap .cta{margin-top:40px;margin-bottom:0}}@media (max-width:47.9375em){.subcomponent-text-indent.inverse .cta-wrap .cta{margin-top:0}}.subcomponent-text-indent.inverse .fact{order:1;-webkit-order:1;-ms-flex-order:1}@media (max-width:63.9375em){.subcomponent-text-indent.inverse .fact{margin-bottom:40px;margin-top:0}}.consumption-info{text-align:left;margin-bottom:40px;margin-top:20px;font-weight:300;width:100%}@media (max-width:47.9375em){.consumption-info{margin-bottom:0}}.consumption-info.ci-mt-small{margin-top:10px}.consumption-info.ci-mb-none{margin-bottom:0}.consumption-info-group{margin-bottom:80px}.consumption-info-group .consumption-info{text-align:center;margin-bottom:10px}.consumption-info-group .consumption-info:last-child{margin-bottom:0}.consumption-info-group.has-border-top{border-top:1px solid #dee1e3}.subcomponent-text-field{
  /*! initial letter */
  /*! text */
  /*! heading */margin-bottom:80px}@media (max-width:47.9375em){.subcomponent-text-field{margin-bottom:60px}}.subcomponent-text-field li a,.subcomponent-text-field ul a{color:#00b4eb}.subcomponent-text-field ol,.subcomponent-text-field ul{margin-left:20px;margin-bottom:20px;color:#1d1f20;font-weight:300}.subcomponent-text-field .p,.subcomponent-text-field p{margin-bottom:20px;color:#1d1f20}.subcomponent-text-field .initial.has-initial-letter p:first-letter{font-size:106px;font-size:6.625rem;line-height:82px;line-height:5.125rem;letter-spacing:-.25px;font-weight:700;float:left;padding-right:30px;padding-bottom:15px;margin-left:-20px;color:#00b4eb;text-transform:uppercase}@-moz-document url-prefix(){.subcomponent-text-field .initial.has-initial-letter p:first-letter{padding-top:10px}}@media (max-width:47.9375em){.subcomponent-text-field .initial.has-initial-letter p:first-letter{margin-left:5px}}.subcomponent-text-field .heading{margin-bottom:10px;color:#1d1f20;text-align:left;margin-left:-30px}@media (max-width:47.9375em){.subcomponent-text-field .heading{margin-left:0;text-align:left}}.subcomponent-cta{margin-bottom:80px;position:relative}@media (max-width:47.9375em){.subcomponent-cta{margin-bottom:60px}}.subcomponent-cta .cta-wrap{position:relative}.subcomponent-cta .cta-wrap-bg{background-image:url(../img/ctaimg.png);z-index:10;position:absolute;top:0;left:0;right:0;bottom:0}@media (max-width:63.9375em){.subcomponent-cta .cta-wrap-bg{position:absolute}}@media (max-width:47.9375em){.subcomponent-cta .cta-wrap-bg{padding-top:45.454545%;width:auto;margin-left:-15px;margin-right:-15px;position:relative;display:block}}.subcomponent-cta .cta-wrap-bg:after{z-index:20}.subcomponent-cta .content{height:100%}.subcomponent-cta .cta-content{position:relative;width:100%;z-index:10}@media (max-width:63.9375em){.subcomponent-cta .cta-content{position:relative;width:auto;margin-left:-15px;margin-right:-15px;bottom:auto}}.subcomponent-cta .cta-content .sidebar-layout{height:100%}.subcomponent-cta .cta-content .sidebar-layout .sl-sidebar{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;height:100%}@media (max-width:63.9375em){.subcomponent-cta .cta-content .sidebar-layout .sl-sidebar{margin-left:120px}}@media (max-width:47.9375em){.subcomponent-cta .cta-content .sidebar-layout .sl-sidebar{margin-left:0}}.subcomponent-cta .cta-content .sidebar-layout .sl-sidebar .cta{width:100%;padding-left:0;padding-right:0}@media (max-width:47.9375em){.subcomponent-cta .cta-content .sidebar-layout .sl-sidebar .cta{padding-left:15px;padding-right:15px}}@media (max-width:63.9375em){.subcomponent-cta .cta-content .sidebar-layout.inverse .sl-sidebar{margin-right:120px;margin-left:0}}@media (max-width:47.9375em){.subcomponent-cta .cta-content .sidebar-layout.inverse .sl-sidebar{margin-right:0;margin-left:0}}.subcomponent-cta .cta-content .cta{z-index:30;padding-left:0}@media (max-width:63.9375em){.subcomponent-cta .cta-content .cta{padding:auto 70px}}@media (max-width:47.9375em){.subcomponent-cta .cta-content .cta{padding:auto 15px}}.subcomponent-cta .cta-content .cta .content{z-index:40}@media (max-width:47.9375em){.subcomponent-cta .content-credits{position:absolute;top:0;left:0;padding-top:47%;z-index:30;height:inherit}.subcomponent-cta .content-credits .credits{color:#fff}}.subcomponent-cta.black-text .credits{color:#000}@media (max-width:47.9375em){.subcomponent-cta.black-text.orchid .credits{color:#fff}}.subcomponent-cta.black-text .btn:active,.subcomponent-cta.black-text .btn:hover{color:#00b4eb;border-color:#00b4eb}.subcomponent-cta.white-text .credits{color:#fff}@media (max-width:47.9375em){.subcomponent-cta.white-text.cyan .credits,.subcomponent-cta.white-text.green .credits,.subcomponent-cta.white-text.yellow .credits{color:#000}}.subcomponent-cta.white-text .btn:active,.subcomponent-cta.white-text .btn:hover{color:#00b4eb;border-color:#00b4eb}@media (max-width:47.9375em){.subcomponent-cta:not(.no-image).cyan .cta{background-color:#a5ebe6}.subcomponent-cta:not(.no-image).yellow .cta{background-color:#fffa7d}.subcomponent-cta:not(.no-image).green .cta{background-color:#c8f05a}.subcomponent-cta:not(.no-image).orchid .cta{background-color:#55235f}}.subcomponent-cta.no-image{float:none;position:static;width:100%;margin-left:0;background-color:#55235f}@media (max-width:47.9375em){.subcomponent-cta.no-image{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;width:auto}}.subcomponent-cta.no-image.cyan{background-color:#a5ebe6}.subcomponent-cta.no-image.yellow{background-color:#fffa7d}.subcomponent-cta.no-image.green{background-color:#c8f05a}.subcomponent-cta.no-image.orchid{background-color:#55235f}.subcomponent-cta.no-image .cta{padding:auto 240px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-cta.no-image .cta{padding:auto 120px}}@media (max-width:63.9375em){.subcomponent-cta.no-image .cta{padding:auto 70px}}@media (max-width:47.9375em){.subcomponent-cta.no-image .cta{padding:auto 15px}}.subcomponent-quote{position:relative;margin-bottom:80px}.subcomponent-quote .quote-wrap{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:63.9375em){.subcomponent-quote .quote-wrap figure{min-height:240px;width:240px}}.subcomponent-quote .quote-wrap figure .quote-bg{background-image:url(../../webresources/img/picture.png);background-position:50%;border-radius:100%;background-size:cover}@media (max-width:47.9375em){.subcomponent-quote .quote-wrap figure{margin:0 auto}}.subcomponent-quote .quote-wrap figure figcaption{text-align:center;color:#808890;margin-top:10px}@media (max-width:47.9375em){.subcomponent-quote .quote-wrap figure{margin-bottom:20px}}.subcomponent-quote .quote-wrap .sidebar-layout{-ms-flex-align:center;align-items:center}@media (max-width:47.9375em){.subcomponent-quote.no-image .quote-wrap{min-height:auto;height:auto}}.subcomponent-quote.no-image blockquote{width:100%;margin-left:0;margin-top:0}.subcomponent-quote.big-image,.subcomponent-quote.big-image .quote-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.subcomponent-quote.big-image .quote-content{-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;position:absolute;width:100%;height:83%;padding-left:120px;padding-right:120px;top:0;left:0}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-quote.big-image .quote-content{height:80%}}@media (max-width:63.9375em){.subcomponent-quote.big-image .quote-content{padding-left:60px;padding-right:60px;height:75%}}@media (max-width:47.9375em){.subcomponent-quote.big-image .quote-content{order:3;-webkit-order:3;-ms-flex-order:3;padding-left:20px;padding-right:20px;position:relative}}.subcomponent-quote.big-image .content{position:relative}@media (max-width:47.9375em){.subcomponent-quote.big-image .content{order:2;-webkit-order:2;-ms-flex-order:2}}.subcomponent-quote.big-image blockquote{position:relative;z-index:25;width:480px;height:auto}@media (max-width:63.9375em){.subcomponent-quote.big-image blockquote{width:400px}}@media (max-width:47.9375em){.subcomponent-quote.big-image blockquote{-ms-flex-preferred-size:100%;flex-basis:100%;position:relative;top:auto;left:auto;width:auto;margin-top:30px}}@media (max-width:47.9375em){.subcomponent-quote.big-image .credits{order:-1;-webkit-order:-1;-ms-flex-order:-1}.subcomponent-quote.big-image .consumption-info{order:-1;-webkit-order:-1;-ms-flex-order:-1;max-width:100%}}.subcomponent-quote.big-image .quote-bg{position:relative;z-index:10;background-image:url(../img/quote-big-image-right.png);padding-top:56.25%;min-height:675px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-quote.big-image .quote-bg{min-height:540px}}@media (max-width:63.9375em){.subcomponent-quote.big-image .quote-bg{min-height:405px}}@media (max-width:47.9375em){.subcomponent-quote.big-image .quote-bg{order:1;-webkit-order:1;-ms-flex-order:1;min-height:180px;position:relative;display:block;margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;width:calc(100% + 30px)}}.subcomponent-quote.big-image.left-gradient .quote-bg:after,.subcomponent-quote.big-image.right-gradient .quote-bg:after{z-index:20;width:720px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-quote.big-image.left-gradient .quote-bg:after,.subcomponent-quote.big-image.right-gradient .quote-bg:after{width:600px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-quote.big-image.left-gradient .quote-bg:after,.subcomponent-quote.big-image.right-gradient .quote-bg:after{width:480px}}.subcomponent-quote.big-image.bottom-gradient .quote-bg:after{height:100%}.subcomponent-quote.big-image.right{position:relative}.subcomponent-quote.big-image.right blockquote{z-index:25;width:480px}@media (max-width:63.9375em){.subcomponent-quote.big-image.right blockquote{width:400px}}@media (max-width:47.9375em){.subcomponent-quote.big-image.right blockquote{-ms-flex-preferred-size:100%;flex-basis:100%;position:relative;top:auto;right:auto;width:auto;margin-top:30px}}.subcomponent-quote.big-image.right .quote-content{-ms-flex-pack:end;justify-content:flex-end}.subcomponent-quote.big-image.center .quote-content{-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;padding:auto 240px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-quote.big-image.center .quote-content{padding:0 190px}}@media (max-width:63.9375em){.subcomponent-quote.big-image.center .quote-content{padding:auto 70px}}@media (max-width:47.9375em){.subcomponent-quote.big-image.center .quote-content{padding:auto 20px}}.subcomponent-quote.big-image.center .quote-content blockquote{position:relative;z-index:25;display:block;width:100%;margin-bottom:2%;height:auto}@media (max-width:47.9375em){.subcomponent-quote.big-image.center .quote-content{-ms-flex-preferred-size:100%;flex-basis:100%;position:relative;top:auto;bottom:auto;right:auto;padding-right:0;width:auto;margin-top:30px}}.subcomponent-facts-teaser{position:relative;margin-bottom:80px}@media (max-width:47.9375em){.subcomponent-facts-teaser{margin-left:-15px;margin-right:-15px;width:auto;margin-bottom:60px}}.subcomponent-facts-teaser .facts-wrap{position:relative}@media (max-width:47.9375em){.subcomponent-facts-teaser .content{padding-left:15px;padding-right:15px}}.subcomponent-facts-teaser .facts-wrap-bg{position:relative;display:block;background-image:url(../img/facts-teaser.png);padding-top:28.83%;min-height:186px}.subcomponent-facts-teaser .facts-wrap-bg:after{z-index:20;width:720px;min-height:186px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-facts-teaser .facts-wrap-bg:after{width:600px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-facts-teaser .facts-wrap-bg:after{width:100%}}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-wrap-bg:after{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}.subcomponent-facts-teaser .facts-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:0;left:0;bottom:0;width:100%;z-index:50;padding-left:120px;padding-right:120px}.subcomponent-facts-teaser .facts-content.facts-content-center{padding-left:240px;padding-right:240px}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content.facts-content-center{padding-left:0;padding-right:0}}@media (max-width:89.9375em){.subcomponent-facts-teaser .facts-content{padding-left:20px;padding-right:20px}}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content{width:100%}}.subcomponent-facts-teaser .facts-content .fact{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:100%;z-index:80;width:33.33%}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .fact{width:100%}}.subcomponent-facts-teaser .facts-content .fact .fact-number,.subcomponent-facts-teaser .facts-content .fact p{width:100%;display:block}.subcomponent-facts-teaser .facts-content .swiper-container{z-index:40;margin:auto;position:auto;display:auto;overflow:hidden;height:100%}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .swiper-container{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-negative:auto;flex-shrink:auto;height:auto;width:33%;z-index:60}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;display:-ms-flexbox;display:flex}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .selector{width:100%;height:100%}}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h1{padding-top:23%}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h1{padding-top:0}}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h2,.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide table caption,table .subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide caption{padding-top:32%}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h2,.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide table caption,table .subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide caption{padding-top:25%}}@media (max-width:63.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h2,.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide table caption,table .subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide caption{padding-top:25%}}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h2,.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide table caption,table .subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide caption{padding-top:0}}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h3{padding-top:35%}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h3{padding-top:25%}}@media (max-width:63.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h3{padding-top:25%}}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide .h3{padding-top:0}}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide p{padding-left:25px;padding-right:25px;width:100%}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide p{padding-left:50px;padding-right:50px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide p{padding-left:20px;padding-right:20px}}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-slide p{padding-left:30px;padding-right:30px}}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-wrapper{z-index:50;position:relative;width:auto;height:100%;display:auto;transition-property:auto;box-sizing:auto}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-wrapper.block{display:auto}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .swiper-wrapper{position:relative;width:100%;height:100%;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-wrapper.block{display:block}}.subcomponent-facts-teaser .facts-content .swiper-container .selector{z-index:70}.subcomponent-facts-teaser .facts-content .swiper-container .slider-controls,.subcomponent-facts-teaser .facts-content .swiper-container .swiper-button-next,.subcomponent-facts-teaser .facts-content .swiper-container .swiper-button-prev{z-index:90}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-button-next,.subcomponent-facts-teaser .facts-content .swiper-container .swiper-button-prev{margin-top:-10px;top:30%}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-button-prev{border-radius:0 5px 5px 0}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-button-next{border-radius:5px 0 0 5px}.subcomponent-facts-teaser .facts-content .swiper-container .slider-controls{margin-top:0;padding-top:0;padding-bottom:0;bottom:20px}@media (max-width:47.9375em){.subcomponent-facts-teaser .facts-content .swiper-container .slider-controls{display:-ms-flexbox;display:flex;position:absolute;left:0;right:0;bottom:10px}}.subcomponent-facts-teaser .facts-content .swiper-container .icon-swiper{width:17px;height:25px;background-size:25px}.subcomponent-facts-teaser .facts-content .swiper-container .icon-swiper svg{width:17px;height:25px}.subcomponent-facts-teaser .facts-content .swiper-container .swiper-pagination{display:-ms-flexbox;display:flex;position:relative;bottom:0}.subcomponent-facts-teaser .facts-content .swiper-container [class*=swiper-button]{width:36px;height:84px;background-color:rgba(29,31,32,.3)}.subcomponent-facts-teaser .facts-content .swiper-container [class*=swiper-button]:hover{background-color:rgba(29,31,32,.5)}.subcomponent-facts-teaser .facts-content .swiper-container .fact{width:100%}.subcomponent-facts-teaser.right .facts-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end}.subcomponent-facts-teaser.center .facts-content .fact,.subcomponent-facts-teaser.center .facts-wrap-bg:after{width:100%}@media (max-width:47.9375em){.subcomponent-facts-teaser.center .facts-wrap-bg:after{width:calc(100% + 30px)}}.subcomponent-facts-teaser.all .facts-content .fact{display:block}@media (max-width:47.9375em){.subcomponent-facts-teaser.all .facts-content .fact{display:-moz-flex;display:-ms-flexbox;display:flex}}.subcomponent-facts-teaser.all .facts-wrap-bg:after{width:100%}@media (max-width:47.9375em){.subcomponent-facts-teaser.all .facts-wrap-bg:after{width:calc(100% + 30px)}}.subcomponent-related-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;position:relative}.subcomponent-related-content:before{background:#dee1e3;background:linear-gradient(0deg,#dee1e3,#fff);content:"";position:absolute;z-index:1;left:0;top:0;right:0;bottom:0}.subcomponent-related-content .h6{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-related-content .h6{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:63.9375em){.subcomponent-related-content .h6{font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem}}@media (max-width:47.9375em){.subcomponent-related-content .h6{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-related-content .item{width:52%;position:relative}@media (max-width:47.9375em){.subcomponent-related-content .item{width:100%}}.subcomponent-related-content .item a{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;position:relative}.subcomponent-related-content .item a:active .text-wrap,.subcomponent-related-content .item a:hover .text-wrap{color:#00b4eb}.subcomponent-related-content .item a:before{background:rgba(0,0,0,.75);background:linear-gradient(0deg,rgba(0,0,0,.75),hsla(0,0%,44%,0));content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0}.subcomponent-related-content .item a img{z-index:1;opacity:.9;width:100%;height:auto;text-decoration:none}.subcomponent-related-content .item a picture{width:100%}.subcomponent-related-content .item a .text-wrap{display:block;position:absolute;z-index:3;bottom:0;right:0;left:0;color:#fff}.subcomponent-related-content .item a .text-wrap .title{width:75%;letter-spacing:-.25px;text-align:center;margin-bottom:10px;margin-left:auto;margin-right:auto}@media (max-width:63.9375em){.subcomponent-related-content .item a .text-wrap .title{padding-bottom:10px;margin-bottom:0}}.subcomponent-related-content .item a .text-wrap .subtitle{width:75%;text-align:center;padding-bottom:40px;margin:0 auto}@media (max-width:63.9375em){.subcomponent-related-content .item a .text-wrap .subtitle{display:none}}.subcomponent-related-content .item-left{margin-right:-2%;z-index:10}@media (max-width:47.9375em){.subcomponent-related-content .item-left{margin-right:0}}.subcomponent-related-content .item-right{margin-top:80px;margin-left:-2%;z-index:10}@media (max-width:47.9375em){.subcomponent-related-content .item-right{margin-top:0;margin-left:0}}.subcomponent-media-image-text{margin-bottom:80px}@media (max-width:47.9375em){.subcomponent-media-image-text{margin-bottom:60px}}.subcomponent-media-image-text.cyan .media-layout.boxed .media-layout-content{background:rgba(165,235,230,.9)}.subcomponent-media-image-text.cyan .media-layout.boxed .media-layout-content .media-layout-title,.subcomponent-media-image-text.cyan .media-layout.boxed .media-layout-content p{color:#000}@media (max-width:47.9375em){.subcomponent-media-image-text.cyan .media-layout.boxed .credits{background:rgba(165,235,230,.9);color:#000}}.subcomponent-media-image-text.yellow .media-layout.boxed .media-layout-content{background:rgba(255,250,125,.9)}.subcomponent-media-image-text.yellow .media-layout.boxed .media-layout-content .media-layout-title,.subcomponent-media-image-text.yellow .media-layout.boxed .media-layout-content p{color:#000}@media (max-width:47.9375em){.subcomponent-media-image-text.yellow .media-layout.boxed .credits{background:rgba(255,250,125,.9);color:#000}}.subcomponent-media-image-text.green .media-layout.boxed .media-layout-content{background:rgba(200,240,90,.9)}.subcomponent-media-image-text.green .media-layout.boxed .media-layout-content .media-layout-title,.subcomponent-media-image-text.green .media-layout.boxed .media-layout-content p{color:#000}@media (max-width:47.9375em){.subcomponent-media-image-text.green .media-layout.boxed .credits{background:rgba(200,240,90,.9);color:#000}}.subcomponent-media-image-text.orchid .media-layout.boxed .media-layout-content{background:rgba(85,35,95,.9)}.subcomponent-media-image-text.orchid .media-layout.boxed .media-layout-content .media-layout-title,.subcomponent-media-image-text.orchid .media-layout.boxed .media-layout-content p{color:#fff}@media (max-width:47.9375em){.subcomponent-media-image-text.orchid .media-layout.boxed .credits{background:rgba(85,35,95,.9);color:#fff}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-group .media-layout{margin-bottom:40px}.subcomponent-media-image-text .media-group .media-layout:last-child{margin-bottom:0}}.subcomponent-media-image-text .media-group .media-layout+.media-layout{margin-top:-80px}@media (max-width:89.9375em){.subcomponent-media-image-text .media-group .media-layout+.media-layout{margin-top:-60px}}@media (max-width:63.9375em){.subcomponent-media-image-text .media-group .media-layout+.media-layout{margin-top:-40px}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-group .media-layout+.media-layout{margin-top:0}}.subcomponent-media-image-text .media-group .media-layout+.media-layout.small{margin-top:-40px}@media (max-width:47.9375em){.subcomponent-media-image-text .media-group .media-layout+.media-layout.small{margin-top:0}}.subcomponent-media-image-text .media-layout{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap
    /*! large */
    /*! small */
    /*! inverse layout */
    /*! boxed */}.subcomponent-media-image-text .media-layout .media-layout-content,.subcomponent-media-image-text .media-layout .media-layout-media{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative}.subcomponent-media-image-text .media-layout .media-layout-media{-ms-flex-preferred-size:calc(50% + 240px);flex-basis:calc(50% + 240px);max-width:calc(50% + 240px);width:100%;margin-left:-240px}@media (max-width:89.9375em){.subcomponent-media-image-text .media-layout .media-layout-media{-ms-flex-preferred-size:calc(50% + 120px);flex-basis:calc(50% + 120px);max-width:calc(50% + 120px);margin-left:-120px}}@media (max-width:63.9375em){.subcomponent-media-image-text .media-layout .media-layout-media{-ms-flex-preferred-size:calc(50% + 70px);flex-basis:calc(50% + 70px);max-width:calc(50% + 70px);margin-left:-70px}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout .media-layout-media{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-left:0}.subcomponent-media-image-text .media-layout .media-layout-media .media-layout-image,.subcomponent-media-image-text .media-layout .media-layout-media .media-layout-video{margin-right:-15px}}.subcomponent-media-image-text .media-layout .media-layout-media img{width:100%;opacity:.9;height:auto;vertical-align:top}.subcomponent-media-image-text .media-layout .media-layout-content{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;margin-bottom:20px;padding:50px 0 50px 30px}@media (max-width:63.9375em){.subcomponent-media-image-text .media-layout .media-layout-content{padding-top:30px;padding-bottom:30px}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout .media-layout-content{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin:10px 0 0;padding:0}}.subcomponent-media-image-text .media-layout .media-layout-content.center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.subcomponent-media-image-text .media-layout .media-layout-content.bottom{-ms-flex-item-align:end;align-self:flex-end}.subcomponent-media-image-text .media-layout .media-layout-video{position:relative}.subcomponent-media-image-text .media-layout .media-layout-video .video-cover{display:block;overflow:hidden;opacity:.9}.subcomponent-media-image-text .media-layout .media-layout-video .video-play{display:block;margin:0;width:60px;height:60px;position:absolute;bottom:0;left:0;opacity:.75;z-index:50}.subcomponent-media-image-text .media-layout .media-layout-video .video-play:hover{opacity:1}.subcomponent-media-image-text .media-layout .media-layout-title{margin:0 0 15px}.subcomponent-media-image-text .media-layout .media-layout-box{background-color:#55235f}.subcomponent-media-image-text .media-layout .credits{margin:0;padding-top:5px;white-space:nowrap;overflow:hidden;box-sizing:border-box;color:#808890}.subcomponent-media-image-text .media-layout.large .media-layout-media{-ms-flex-preferred-size:calc(50% + 260px);flex-basis:calc(50% + 260px);max-width:calc(50% + 260px)}@media (max-width:89.9375em){.subcomponent-media-image-text .media-layout.large .media-layout-media{-ms-flex-preferred-size:calc(50% + 140px);flex-basis:calc(50% + 140px);max-width:calc(50% + 140px)}}@media (max-width:63.9375em){.subcomponent-media-image-text .media-layout.large .media-layout-media{-ms-flex-preferred-size:calc(50% + 90px);flex-basis:calc(50% + 90px);max-width:calc(50% + 90px)}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.large .media-layout-media{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.subcomponent-media-image-text .media-layout.large .media-layout-content{-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px);max-width:calc(50% - 20px)}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.large .media-layout-content{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.subcomponent-media-image-text .media-layout.small .media-layout-media{-ms-flex-preferred-size:calc(50% + 210px);flex-basis:calc(50% + 210px);max-width:calc(50% + 210px);margin-left:-120px}@media (max-width:89.9375em){.subcomponent-media-image-text .media-layout.small .media-layout-media{-ms-flex-preferred-size:calc(50% + 90px);flex-basis:calc(50% + 90px);max-width:calc(50% + 90px);margin-left:0}}@media (max-width:63.9375em){.subcomponent-media-image-text .media-layout.small .media-layout-media{-ms-flex-preferred-size:calc(50% + 90px);flex-basis:calc(50% + 90px);max-width:calc(50% + 90px);margin-left:0}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.small .media-layout-media{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.subcomponent-media-image-text .media-layout.small .media-layout-content{-ms-flex-preferred-size:calc(50% - 90px);flex-basis:calc(50% - 90px);max-width:calc(50% - 90px)}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.small .media-layout-content{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.subcomponent-media-image-text .media-layout.inverse .media-layout-content{padding-left:0;padding-right:30px}@media (min-width:48em){.subcomponent-media-image-text .media-layout.inverse .media-layout-content{-ms-flex-order:-1;order:-1;text-align:right}}.subcomponent-media-image-text .media-layout.inverse .media-layout-media{margin-left:0;margin-right:-240px}@media (max-width:89.9375em){.subcomponent-media-image-text .media-layout.inverse .media-layout-media{margin-left:0;margin-right:-120px}}@media (max-width:63.9375em){.subcomponent-media-image-text .media-layout.inverse .media-layout-media{margin-left:0;margin-right:-70px}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.inverse .media-layout-media{margin-left:0;margin-right:0}.subcomponent-media-image-text .media-layout.inverse .media-layout-media .media-layout-image,.subcomponent-media-image-text .media-layout.inverse .media-layout-media .media-layout-video{margin-right:0;margin-left:-15px}}.subcomponent-media-image-text .media-layout.inverse .media-layout-video .video-play{left:auto;right:0}.subcomponent-media-image-text .media-layout.inverse .credits{text-align:right}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.inverse .credits{text-align:left}}.subcomponent-media-image-text .media-layout.boxed .media-layout-content{-ms-flex-item-align:end;align-self:flex-end;-ms-flex-preferred-size:calc(50% + 50px);flex-basis:calc(50% + 50px);max-width:calc(50% + 50px);padding:30px 30px 30px 50px;margin-left:-20px;margin-right:-30px;background:rgba(85,35,95,.9);color:#fff;position:relative;z-index:1}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.boxed .media-layout-content{margin-top:0;padding:10px 15px 30px}}.subcomponent-media-image-text .media-layout.boxed .media-layout-media{margin-bottom:30px}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.boxed .media-layout-media{margin-bottom:0}.subcomponent-media-image-text .media-layout.boxed .media-layout-media .media-layout-image,.subcomponent-media-image-text .media-layout.boxed .media-layout-media .media-layout-video{margin-left:0;margin-right:0}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.boxed .media-layout-content,.subcomponent-media-image-text .media-layout.boxed .media-layout-media{-ms-flex-preferred-size:calc(100% + 30px);flex-basis:calc(100% + 30px);max-width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.boxed .credits{padding-left:15px;padding-right:15px;background:rgba(85,35,95,.9);color:#fff}}.subcomponent-media-image-text .media-layout.boxed.large .media-layout-content{-ms-flex-preferred-size:calc(50% + 30px);flex-basis:calc(50% + 30px);max-width:calc(50% + 30px)}.subcomponent-media-image-text .media-layout.boxed.small .media-layout-content{-ms-flex-preferred-size:calc(50% - 40px);flex-basis:calc(50% - 40px);max-width:calc(50% - 40px)}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.boxed.large .media-layout-content,.subcomponent-media-image-text .media-layout.boxed.small .media-layout-content{-ms-flex-preferred-size:calc(100% + 30px);flex-basis:calc(100% + 30px);max-width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}.subcomponent-media-image-text .media-layout.boxed.inverse .media-layout-content{padding:30px 50px 30px 30px;margin-left:-30px;margin-right:-20px}@media (max-width:47.9375em){.subcomponent-media-image-text .media-layout.boxed.inverse.large .media-layout-content,.subcomponent-media-image-text .media-layout.boxed.inverse.small .media-layout-content{-ms-flex-preferred-size:calc(100% + 30px);flex-basis:calc(100% + 30px);max-width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}.subcomponent-media{margin-bottom:80px}@media (max-width:63.9375em){.subcomponent-media .h6{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:47.9375em){.subcomponent-media .h6{font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem}}@media (max-width:47.9375em){.subcomponent-media{margin-bottom:60px}}.subcomponent-media.media-image .image{width:100%}@media (max-width:47.9375em){.subcomponent-media.media-image .image{margin-left:-15px;margin-right:-15px;width:auto}}@media (max-width:47.9375em){.subcomponent-media.media-image .image .content{padding-left:15px;padding-right:15px}}.subcomponent-media.media-video{height:100%;width:100%}.subcomponent-media.media-video figure{overflow:hidden}@media (max-width:47.9375em){.subcomponent-media.media-video figure{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)}}.subcomponent-media.media-video .video-title{position:absolute;left:0;right:0;top:45%}.subcomponent-media.media-video .video-title .video-title-inner{position:relative;width:60px;height:60px;margin-left:auto;margin-right:auto}.subcomponent-media.media-video .video-title .video-title-inner:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:#00b4eb;opacity:.75}.subcomponent-media.media-video .video-title .video-title-inner:hover:after{opacity:1}.subcomponent-media.media-video .video-play{position:relative;display:block;width:100%;height:100%;margin-left:auto;margin-right:auto;z-index:50}@media (max-width:63.9375em){.subcomponent-media.media-video .video-play{top:42%}}@media (max-width:47.9375em){.subcomponent-media.media-video .video-play{top:auto;right:auto;bottom:0;left:0}}.subcomponent-media.media-video .video-play g{opacity:1;fill:none}.subcomponent-media.media-video .video-play:hover,.subcomponent-media.media-video .video-play g g{opacity:1}.subcomponent-media.media-video .cover:after{background-image:linear-gradient(0deg,rgba(0,0,0,.75),rgba(84,84,84,0));content:"";display:block;position:absolute;width:100%;height:60%;bottom:0;left:0}.subcomponent-media.media-video .text-overlay{text-align:center;position:absolute;width:100%;bottom:240px;z-index:25;left:0;padding-right:240px;padding:inherit;color:#fff}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-media.media-video .text-overlay{bottom:200px}}@media (max-width:63.9375em){.subcomponent-media.media-video .text-overlay{bottom:160px}}@media (max-width:47.9375em){.subcomponent-media.media-video .text-overlay{-ms-flex-order:1;order:1;position:relative;bottom:auto;text-align:left;left:auto;right:auto;margin-top:10px;color:#1d1f20}}.subcomponent-media.media-video .content{position:relative;z-index:25}@media (max-width:47.9375em){.subcomponent-media.media-video .content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:47.9375em){.subcomponent-media.media-video .content .credits{-ms-flex-order:0;order:0}}@media (max-width:47.9375em){.subcomponent-media.media-video .content .consumption-info{-ms-flex-order:2;order:2}}.subcomponent-overview-teaser{margin-bottom:20px}@media (max-width:47.9375em){.subcomponent-overview-teaser{margin-bottom:70px}}.subcomponent-overview-teaser .overview-layout{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:15px;padding-right:15px;-ms-flex-pack:center;justify-content:center}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-layout{padding-left:0;padding-right:0}}@media (min-width:64em){.subcomponent-overview-teaser .push-item{margin-top:30px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-overview-teaser .push-item-m{margin-top:30px}}.subcomponent-overview-teaser .overview-item{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;max-width:33.33%;position:relative}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width:48em){.subcomponent-overview-teaser .overview-item{text-align:center}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-overview-teaser .overview-item{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-top:10px;padding-bottom:20px}.subcomponent-overview-teaser .overview-item:not(:last-child){border-bottom:1px solid #dee1e3}}.subcomponent-overview-teaser .overview-item:focus .b5,.subcomponent-overview-teaser .overview-item:focus .h8,.subcomponent-overview-teaser .overview-item:hover .b5,.subcomponent-overview-teaser .overview-item:hover .h8{color:#00b4eb}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item:first-of-type{border-top:1px solid #dee1e3}}.subcomponent-overview-teaser .overview-item .overview-layout-img-link{-ms-flex-preferred-size:calc(100% + 30px);flex-basis:calc(100% + 30px);max-width:calc(100% + 30px)}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item .overview-layout-img-link{-ms-flex-preferred-size:35%;flex-basis:35%;max-width:35%}}.subcomponent-overview-teaser .overview-item .overview-layout-img-link .overview-layout-img{opacity:.9;margin-left:-15px;margin-right:-15px}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item .overview-layout-img-link .overview-layout-img{margin-left:0;margin-right:0}}.subcomponent-overview-teaser .overview-item .overview-layout-img-link .overview-layout-img img{width:100%;height:auto}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item .btn-filled{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-order:3;order:3;max-width:100%;margin-top:20px;padding-left:10px}}.subcomponent-overview-teaser .overview-item .cta-button{padding-bottom:20px}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item .cta-button{padding-bottom:0}}.subcomponent-overview-teaser .overview-item .overview-content{padding:15px 25px 20px;text-decoration:none;display:block}@media (max-width:63.9375em){.subcomponent-overview-teaser .overview-item .overview-content{padding-top:20px;padding-bottom:60px}}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item .overview-content{-ms-flex-preferred-size:65%;flex-basis:65%;-ms-flex-order:2;order:2;max-width:65%;padding:0 0 0 10px}}.subcomponent-overview-teaser .overview-item .overview-content .h8{text-align:center;letter-spacing:-.25px}@media (max-width:47.9375em){.subcomponent-overview-teaser .overview-item .overview-content .h8{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;text-align:left}}.subcomponent-overview-teaser .overview-item .overview-content .subtitle{margin-top:10px}.subcomponent-overview-teaser .overview-item .overview-content .b5{text-align:center}.subcomponent-overview-intro{margin-bottom:60px}@media (max-width:47.9375em){.subcomponent-overview-intro{margin-bottom:30px}}.subcomponent-overview-intro .overview-intro p{font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem;text-align:center;color:#1d1f20}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-overview-intro .overview-intro p{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}@media (max-width:47.9375em){.subcomponent-overview-intro .overview-intro p{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}}.subcomponent-overview-header{position:relative;height:180px;margin-bottom:60px}@media (max-width:47.9375em){.subcomponent-overview-header{margin-bottom:30px;height:100px}}.subcomponent-overview-header .subcomponent-breadcrumb{position:absolute;top:0;left:0;z-index:200}.subcomponent-overview-header .overview-header-bg{background-image:url(../img/overview-header.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.subcomponent-overview-header .overview-header-bg:before{content:"";position:absolute;opacity:.6;top:0;bottom:0;left:0;right:0}.subcomponent-overview-header.orchid .overview-header-bg:before{background-color:#55235f}.subcomponent-overview-header.cyan .overview-header-bg:before{background-color:#19c8be}.subcomponent-overview-header.green .overview-header-bg:before{background-color:#7dc300}.subcomponent-overview-header.yellow .overview-header-bg:before{background-color:#fad700}.subcomponent-overview-header .container{height:100%}.subcomponent-overview-header .overview-header-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;position:relative;z-index:1;color:#fff}.subcomponent-overview-header .overview-header-content .title{text-align:center}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-overview-header .overview-header-content .h5{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}}@media (max-width:47.9375em){.subcomponent-overview-header .overview-header-content .h5{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-home-header{position:relative;overflow:hidden}.subcomponent-home-header .home-header-bg{background-image:url(../img/home-header.png);background-repeat:no-repeat;background-size:cover;position:absolute;background-position:50%;z-index:0;top:0;bottom:0;left:0;right:0}.subcomponent-home-header .home-header-bg.black:before{background:rgba(0,0,0,.6);background:linear-gradient(180deg,rgba(0,0,0,.6),hsla(0,0%,44%,.3));content:"";position:absolute;opacity:.75;z-index:1;top:0;bottom:0;left:0;right:0}.subcomponent-home-header .home-header-bg.fixed,.subcomponent-home-header .home-header-bg.fixed:before{position:fixed}.subcomponent-home-header .home-header-content{overflow:hidden;position:relative;z-index:2;max-width:1440px}@media (max-width:89.9375em){.subcomponent-home-header .home-header-content{max-width:1260px}}@media (min-width:90em){.subcomponent-home-header .home-header-content{margin:0 auto;padding:0 120px}}@media (max-width:47.9375em){.subcomponent-home-header .home-header-content{max-width:300px}}.subcomponent-home-header .home-header-content .more,.subcomponent-home-header .home-header-content .subline-title,.subcomponent-home-header .home-header-content .title{max-width:600px;margin-top:25px;margin-left:25px;margin-bottom:20px;color:#fff;letter-spacing:-.25px}@media (max-width:47.9375em){.subcomponent-home-header .home-header-content .more,.subcomponent-home-header .home-header-content .subline-title,.subcomponent-home-header .home-header-content .title{margin-bottom:15px}}@media (max-width:63.9375em){.subcomponent-home-header .home-header-content .more,.subcomponent-home-header .home-header-content .subline-title,.subcomponent-home-header .home-header-content .title{max-width:370px}}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-home-header .home-header-content .more,.subcomponent-home-header .home-header-content .subline-title,.subcomponent-home-header .home-header-content .title{max-width:445px}}@media (min-width:90em){.subcomponent-home-header .home-header-content .more,.subcomponent-home-header .home-header-content .subline-title,.subcomponent-home-header .home-header-content .title{margin-left:0}}@media (min-width:90em){.subcomponent-home-header .home-header-content .title{margin-top:120px}}@media (max-width:47.9375em){.subcomponent-home-header .home-header-content .more{margin-left:10px}}.subcomponent-home-header .home-header-content .h1{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;font-size:80px;font-size:5rem;line-height:70px;line-height:4.375rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-home-header .home-header-content .h1{font-size:60px;font-size:3.75rem;line-height:52px;line-height:3.25rem}}@media (max-width:63.9375em){.subcomponent-home-header .home-header-content .h1{font-size:50px;font-size:3.125rem;line-height:44px;line-height:2.75rem}}@media (max-width:47.9375em){.subcomponent-home-header .home-header-content .h1{font-size:40px;font-size:2.5rem;line-height:34px;line-height:2.125rem}}.subcomponent-home-header .home-header-content .more{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;color:#fff;text-decoration:none;display:block}@media (max-width:47.9375em){.subcomponent-home-header .home-header-content .more{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;padding-left:15px}}.subcomponent-home-header .home-header-content .more:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20class%3D%22%22%20viewBox%3D%220%200%2024%2034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M7.04850554%2C33.5651807%20L22.5682109%2C18.0254612%20C22.8488244%2C17.7444858%2022.987155%2C17.3784264%2022.9950596%2C17.0113775%20L23%2C17.0113775%20C23%2C17.0074201%2022.9980238%2C17.0034627%2022.9980238%2C17.0004947%20C22.9980238%2C16.9965373%2023%2C16.9925799%2023%2C16.9886225%20L22.9950596%2C16.9886225%20C22.987155%2C16.6215736%2022.8488244%2C16.2555142%2022.5682109%2C15.9745388%20L7.04850554%2C0.434819298%20C6.46949316%2C-0.144939766%205.53082123%2C-0.144939766%204.95279693%2C0.434819298%20L1.43425928%2C3.95789443%20C0.855246907%2C4.53765349%200.855246907%2C5.47753594%201.43425928%2C6.05630565%20L12.3633648%2C17.0004947%20L1.43425928%2C27.9436943%20C0.855246907%2C28.5234534%200.855246907%2C29.4623465%201.43425928%2C30.0421056%20L4.95279693%2C33.5651807%20C5.53082123%2C34.1449398%206.46949316%2C34.1449398%207.04850554%2C33.5651807%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.subcomponent-home-header .home-header-content .more:focus,.subcomponent-home-header .home-header-content .more:hover{text-decoration:underline;border-color:#00b4eb;color:#00b4eb}.subcomponent-home-header .home-header-content .more:focus:before,.subcomponent-home-header .home-header-content .more:hover:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20class%3D%22%22%20viewBox%3D%220%200%2024%2034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%2300b4eb%22%3E%3Cpath%20d%3D%22M7.04850554%2C33.5651807%20L22.5682109%2C18.0254612%20C22.8488244%2C17.7444858%2022.987155%2C17.3784264%2022.9950596%2C17.0113775%20L23%2C17.0113775%20C23%2C17.0074201%2022.9980238%2C17.0034627%2022.9980238%2C17.0004947%20C22.9980238%2C16.9965373%2023%2C16.9925799%2023%2C16.9886225%20L22.9950596%2C16.9886225%20C22.987155%2C16.6215736%2022.8488244%2C16.2555142%2022.5682109%2C15.9745388%20L7.04850554%2C0.434819298%20C6.46949316%2C-0.144939766%205.53082123%2C-0.144939766%204.95279693%2C0.434819298%20L1.43425928%2C3.95789443%20C0.855246907%2C4.53765349%200.855246907%2C5.47753594%201.43425928%2C6.05630565%20L12.3633648%2C17.0004947%20L1.43425928%2C27.9436943%20C0.855246907%2C28.5234534%200.855246907%2C29.4623465%201.43425928%2C30.0421056%20L4.95279693%2C33.5651807%20C5.53082123%2C34.1449398%206.46949316%2C34.1449398%207.04850554%2C33.5651807%22%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.subcomponent-home-header .home-header-bottom{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-align:end;align-items:flex-end;max-width:100%;padding-bottom:60px;position:relative;z-index:2}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-home-header .home-header-bottom{padding-bottom:40px}}@media (max-width:63.9375em){.subcomponent-home-header .home-header-bottom{padding-bottom:20px}}@media (max-width:47.9375em){.subcomponent-home-header .home-header-bottom{padding-bottom:0}}.subcomponent-home-header .home-header-bottom .home-header-subline{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}@media (max-width:63.9375em){.subcomponent-home-header .home-header-bottom .home-header-subline{-ms-flex-preferred-size:33%;flex-basis:33%;max-width:33%}}@media (max-width:47.9375em){.subcomponent-home-header .home-header-bottom .home-header-subline{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-bottom:20px;padding-right:55px}}.subcomponent-home-header .home-header-bottom .home-header-subline .subline-title{color:#fff;max-width:270px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-home-header .home-header-bottom .home-header-subline .subline-title{max-width:250px}}@media (max-width:63.9375em){.subcomponent-home-header .home-header-bottom .home-header-subline .subline-title{max-width:230px}}.subcomponent-home-header .home-header-bottom .home-header-subline .b2{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem}@media (max-width:89.9375em){.subcomponent-home-header .home-header-bottom .home-header-subline .b2{font-size:25px;font-size:1.5625rem;line-height:30px;line-height:1.875rem}}.subcomponent-home-header .home-header-bottom .home-header-pin{margin-bottom:30px;display:block;width:50px;height:62px}@media (max-width:89.9375em){.subcomponent-home-header .home-header-bottom .home-header-pin{margin-bottom:20px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-home-header .home-header-bottom .home-header-pin{margin-bottom:10px}}@media (max-width:47.9375em){.subcomponent-home-header .home-header-bottom .home-header-pin{margin-bottom:20px}}.subcomponent-home-header .home-header-bottom .home-header-pin svg{width:100%;height:100%}.subcomponent-home-header .home-header-bottom .home-header-icons{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;-ms-flex-align:end;align-items:flex-end}@media (max-width:63.9375em){.subcomponent-home-header .home-header-bottom .home-header-icons{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.subcomponent-home-header .home-header-bottom .home-header-icons ul{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-left:190px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-home-header .home-header-bottom .home-header-icons ul{padding-left:55px}}@media (max-width:63.9375em){.subcomponent-home-header .home-header-bottom .home-header-icons ul{border-top:0;padding-left:0}}@media (max-width:47.9375em){.subcomponent-home-header .home-header-bottom .home-header-icons ul{border-top:1px solid #dee1d3;display:block}}.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon{position:relative;font-size:16px;line-height:26px;display:inline-block;color:#fff;padding-right:30px;padding-top:45px}@media (max-width:47.9375em){.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon{display:block;border-bottom:1px solid #dee1d3;padding-right:0;padding-top:0;padding-bottom:0}}.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon:last-child{padding-right:0}.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a{position:relative;display:block}.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a:focus,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a:hover{text-decoration:underline;border-color:#00b4eb;color:#00b4eb}.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a:focus svg,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a:hover svg{fill:#00b4eb}@media (max-width:47.9375em){.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;padding-top:15px;padding-bottom:15px;padding-left:25px}}.form-search .subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .form-submit,.search-field-wrapper .subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .form-submit,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .button-icon-small,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .form-search .form-submit,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .icon-small,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .search-field-wrapper .form-submit,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a button[type=submit].btn-search svg,button[type=submit].btn-search .subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a svg{width:30px;height:30px;fill:#fff;display:block;margin-left:calc(50% - 15px);margin-bottom:20px}@media (max-width:47.9375em){.form-search .subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .form-submit,.search-field-wrapper .subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .form-submit,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .button-icon-small,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .form-search .form-submit,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .icon-small,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a .search-field-wrapper .form-submit,.subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a button[type=submit].btn-search svg,button[type=submit].btn-search .subcomponent-home-header .home-header-bottom .home-header-icons .has-icon a svg{width:16px;height:16px;position:absolute;margin-bottom:0;margin-left:0;left:0;top:calc(50% - 8px)}}.subcomponent-home-header.subcomponent-home-header-with-video .home-header-bg{background-image:none}.subcomponent-home-header.subcomponent-home-header-with-video .home-header-bg:after{content:auto}.subcomponent-home-header.subcomponent-home-header-with-video .home-header-bg figure{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.subcomponent-home-header.subcomponent-home-header-with-video .home-header-bottom-container{position:relative;z-index:10}.subcomponent-home-header.subcomponent-home-header-with-video .home-header-content{position:relative;z-index:11}.subcomponent-home-header.subcomponent-home-header-with-video .cover{background-repeat:no-repeat;background-size:cover;position:absolute;background-position:50%;z-index:0;top:0;bottom:0;left:0;right:0}.subcomponent-home-header.subcomponent-home-header-with-video .video-play{display:block;width:60px;height:60px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;top:45%;opacity:.75;z-index:50}@media (max-width:63.9375em){.subcomponent-home-header.subcomponent-home-header-with-video .video-play{top:42%}}@media (max-width:47.9375em){.subcomponent-home-header.subcomponent-home-header-with-video .video-play{top:auto;right:auto;bottom:0;left:0;margin:0 auto}}.subcomponent-home-header.subcomponent-home-header-with-video .video-play:hover{opacity:1}.subcomponent-search-results{margin-bottom:80px}.subcomponent-search-results .search-results-layout{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.subcomponent-search-results .search-results-layout .search-results-item{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;border-bottom:1px solid #dee1e3;padding-top:20px;padding-bottom:20px;position:relative;z-index:1}@media (max-width:47.9375em){.subcomponent-search-results .search-results-layout .search-results-item{padding-top:10px}}.subcomponent-search-results .search-results-layout .search-results-item:first-of-type{border-top:1px solid #dee1e3}.subcomponent-search-results .search-results-layout .search-results-item .search-results-img{-ms-flex-preferred-size:240px;flex-basis:240px;max-width:100%}@media (max-width:47.9375em){.subcomponent-search-results .search-results-layout .search-results-item .search-results-img{-ms-flex-preferred-size:100px;flex-basis:100px;max-width:100%}}.subcomponent-search-results .search-results-layout .search-results-item .search-results-img img{width:100%;height:auto}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;padding-left:20px;position:relative;z-index:2}@media (max-width:47.9375em){.subcomponent-search-results .search-results-layout .search-results-item .search-results-content{padding-left:10px}}@media (max-width:47.9375em){.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .h9{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .title{margin-bottom:6px}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .title a{text-decoration:none}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .title a:hover{color:#0099da}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .title em{display:inline;color:#0099da;font-style:normal}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .meta-wrapper{font-size:0;line-height:0;list-style:none}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .meta-wrapper time{display:inline}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .meta-wrapper li{display:inline-block}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .meta-wrapper li:not(:last-child):after{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;content:"|";color:#bdc3c6;margin-left:2px;margin-right:2px}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .meta-wrapper li a{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;font-weight:700;color:#818a8f}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .meta-wrapper li a:hover,.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .meta-wrapper li a:hover time{color:#0099da}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .meta-wrapper li span{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;font-weight:700;color:#818a8f}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .subtitle{margin-top:3px}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .subtitle em{color:#0099da;font-style:normal;font-weight:700}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .subtitle a{color:#1d1f20}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .subtitle a:hover{color:#1d1f20;text-decoration:none}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .more{position:relative;z-index:1}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .more:before{content:none}.subcomponent-search-results .search-results-layout .search-results-item .search-results-content .more:after{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20class%3D%22%22%20viewBox%3D%220%200%2024%2034%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%230099da%22%3E%3Cpath%20d%3D%22M7.04850554%2C33.5651807%20L22.5682109%2C18.0254612%20C22.8488244%2C17.7444858%2022.987155%2C17.3784264%2022.9950596%2C17.0113775%20L23%2C17.0113775%20C23%2C17.0074201%2022.9980238%2C17.0034627%2022.9980238%2C17.0004947%20C22.9980238%2C16.9965373%2023%2C16.9925799%2023%2C16.9886225%20L22.9950596%2C16.9886225%20C22.987155%2C16.6215736%2022.8488244%2C16.2555142%2022.5682109%2C15.9745388%20L7.04850554%2C0.434819298%20C6.46949316%2C-0.144939766%205.53082123%2C-0.144939766%204.95279693%2C0.434819298%20L1.43425928%2C3.95789443%20C0.855246907%2C4.53765349%200.855246907%2C5.47753594%201.43425928%2C6.05630565%20L12.3633648%2C17.0004947%20L1.43425928%2C27.9436943%20C0.855246907%2C28.5234534%200.855246907%2C29.4623465%201.43425928%2C30.0421056%20L4.95279693%2C33.5651807%20C5.53082123%2C34.1449398%206.46949316%2C34.1449398%207.04850554%2C33.5651807%22%20fill%3D%22%230099da%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");margin-left:4px;width:7px;height:11px;content:"";display:inline-block;transition:margin-left .2s}.subcomponent-search-results .search-results-layout .search-results-item:hover .search-results-content .title a{color:#0099da}.subcomponent-search-results .search-results-layout .search-results-item:hover .search-results-content .more:after{margin-left:14px}.subcomponent-search-results .search-results-layout .btn-wrapper{display:-moz-flex;display:-ms-flexbox;display:flex;margin-top:40px}.subcomponent-search-results .search-results-layout .btn-wrapper .btn{padding-left:15px;padding-right:15px;font-size:14px;line-height:16px;color:#1d1f20;text-decoration:none}.subcomponent-search-results .search-results-layout .btn-wrapper .btn:focus,.subcomponent-search-results .search-results-layout .btn-wrapper .btn:hover{color:#00b4eb;border-color:#00b4eb}.media-slider .swiper-container{height:100%}@media (max-width:47.9375em){.media-slider .swiper-container{width:auto;margin-left:-15px;margin-right:-15px}}.media-slider .swiper-container .slider-controls{margin-top:0;padding-top:54%;padding-bottom:0;top:0}@media (max-width:47.9375em){.media-slider .swiper-container .slider-controls{display:-ms-flexbox;display:flex;position:absolute;left:0;right:0;top:0}}.media-slider .swiper-container .swiper-pagination-bullet{width:13px;height:13px;background-color:#dfe4e8;opacity:.5;border-radius:4px}@media (max-width:47.9375em){.media-slider .swiper-container .swiper-pagination-bullet{width:8px;height:8px;border-radius:2px}}.media-slider .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#00b4eb;opacity:1}.media-slider .swiper-container [class*=swiper-button]{width:36px;height:80px;background-color:rgba(29,31,32,.3)}.media-slider .swiper-container [class*=swiper-button]:hover{background-color:rgba(29,31,32,.5)}.media-slider .swiper-container .slider-side-controls{position:absolute;top:0;right:0;left:0;padding-top:52%}@media (max-width:47.9375em){.media-slider .swiper-container .slider-side-controls{padding-top:50%}}.media-slider .swiper-container .swiper-button-prev{border-radius:0 5px 5px 0}.media-slider .swiper-container .swiper-button-next{border-radius:5px 0 0 5px;cursor:pointer}.media-slider .swiper-slide{height:auto;width:100%}@media (max-width:63.9375em){.media-slider .swiper-slide .content{padding-left:15px;padding-right:15px}}.media-slider .icon-swiper{width:17px;height:25px;background-size:25px}.media-slider .icon-swiper svg{width:17px;height:25px}.subcomponent-social-wall{margin-bottom:160px;position:relative}@media (max-width:47.9375em){.subcomponent-social-wall{margin-bottom:120px}}.subcomponent-social-wall.green .social-wall-bg{background-color:#c8f05a}.subcomponent-social-wall.green .social-wall-bg .social-text-wrapper .social-icons a{background:#7dc300}.subcomponent-social-wall.green .social-wall-bg .social-text-wrapper .social-icons a:focus,.subcomponent-social-wall.green .social-wall-bg .social-text-wrapper .social-icons a:hover{background-color:#00b4eb}.subcomponent-social-wall.yellow .social-wall-bg{background-color:#fffa7d}.subcomponent-social-wall.yellow .social-wall-bg .social-text-wrapper .social-icons a{background:#fad700}.subcomponent-social-wall.yellow .social-wall-bg .social-text-wrapper .social-icons a:focus,.subcomponent-social-wall.yellow .social-wall-bg .social-text-wrapper .social-icons a:hover{background-color:#00b4eb}.subcomponent-social-wall.cyan .social-wall-bg{background-color:#a5ebe6}.subcomponent-social-wall.cyan .social-wall-bg .social-text-wrapper .social-icons a{background:#19c8be}.subcomponent-social-wall.cyan .social-wall-bg .social-text-wrapper .social-icons a:focus,.subcomponent-social-wall.cyan .social-wall-bg .social-text-wrapper .social-icons a:hover{background-color:#00b4eb}.subcomponent-social-wall.orchid .social-wall-bg{background-color:#55235f}.subcomponent-social-wall.orchid .social-wall-bg .social-text-wrapper .heading-wrapper .heading,.subcomponent-social-wall.orchid .social-wall-bg .social-text-wrapper .heading-wrapper .social-heading-subline,.subcomponent-social-wall.orchid .social-wall-bg .social-text-wrapper .heading-wrapper p,.subcomponent-social-wall.orchid .social-wall-bg .social-text-wrapper .title{color:#fff}.subcomponent-social-wall.orchid .social-wall-bg .social-text-wrapper .social-icons a{background:#ff4187}.subcomponent-social-wall.orchid .social-wall-bg .social-text-wrapper .social-icons a:focus,.subcomponent-social-wall.orchid .social-wall-bg .social-text-wrapper .social-icons a:hover{background-color:#00b4eb}.subcomponent-social-wall.orchid .heading{color:#fff}.subcomponent-social-wall ul{display:block;margin:0;padding:0;list-style:none;height:50px}@media (max-width:63.9375em){.subcomponent-social-wall ul{height:35px}}.subcomponent-social-wall ul li{line-height:50px;line-height:3.125rem;font-size:16px;font-size:1rem;display:block;float:left;padding:0;margin:0;margin-left:20px}@media (max-width:63.9375em){.subcomponent-social-wall ul li{line-height:35px;line-height:2.1875rem}}.subcomponent-social-wall ul li:first-of-type{margin-left:0}@media (max-width:63.9375em){.subcomponent-social-wall ul li{margin-left:15px}}.subcomponent-social-wall ul li a{display:block;width:50px;height:50px;fill:#fff;background:#bdc3c6;border-radius:100%}@media (max-width:63.9375em){.subcomponent-social-wall ul li a{width:35px;height:35px}}.subcomponent-social-wall ul li a:active,.subcomponent-social-wall ul li a:hover{background:#00b4eb}.subcomponent-social-wall .social-wall-bg{padding-top:110px;padding-bottom:310px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-social-wall .social-wall-bg{padding-top:100px;padding-bottom:270px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-social-wall .social-wall-bg{padding-top:80px;padding-bottom:220px}}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-bg{padding-top:60px;padding-bottom:240px}}.subcomponent-social-wall .social-wall-bg .social-text-wrapper{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.subcomponent-social-wall .social-wall-bg .social-text-wrapper .heading-wrapper{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;-ms-flex-item-align:start;align-self:flex-start}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .heading-wrapper{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.subcomponent-social-wall .social-wall-bg .social-text-wrapper .heading-wrapper .heading{color:#1d1f20;width:100%;word-spacing:100vw;letter-spacing:-.25px}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .heading-wrapper .heading{padding-bottom:10px}}.subcomponent-social-wall .social-wall-bg .social-text-wrapper .heading-wrapper .h5{line-height:50px;line-height:3.125rem;font-size:48px;font-size:3rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .heading-wrapper .h5{line-height:40px;line-height:2.5rem;font-size:45px;font-size:2.8125rem}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .heading-wrapper .h5{line-height:30px;line-height:1.875rem;font-size:28px;font-size:1.75rem}}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .heading-wrapper .h5{line-height:25px;line-height:1.5625rem;font-size:25px;font-size:1.5625rem}}.subcomponent-social-wall .social-wall-bg .social-text-wrapper .b2{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem;font-weight:300}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .b2{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem}}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .b2{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}}.subcomponent-social-wall .social-wall-bg .social-text-wrapper .social-wall-social{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;-ms-flex-line-pack:end;align-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .social-wall-social{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;-ms-flex-pack:start;justify-content:flex-start;margin-top:45px}}.subcomponent-social-wall .social-wall-bg .social-text-wrapper .social-wall-social .b2{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem;font-weight:300}@media (max-width:63.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .social-wall-social .b2{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem}}.subcomponent-social-wall .social-wall-bg .social-text-wrapper .social-wall-social .title{padding-right:15px;height:50px;line-height:45px}@media (max-width:63.9375em){.subcomponent-social-wall .social-wall-bg .social-text-wrapper .social-wall-social .title{height:35px;line-height:30px}}.subcomponent-social-wall .social-wall-layout{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-pack:center;justify-content:center;max-width:100%;margin-top:-270px;padding-left:15px;padding-right:15px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-social-wall .social-wall-layout{margin-top:-240px}}@media (max-width:63.9375em){.subcomponent-social-wall .social-wall-layout{margin-top:-190px}}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout{padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px;width:calc(100% + 30px);max-width:calc(100% + 30px)}}.subcomponent-social-wall .social-wall-layout .swiper-container{z-index:40;margin:auto;position:auto;display:auto;overflow:visible;height:100%}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .swiper-container{width:100%;overflow:hidden}}.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper{z-index:50;position:auto;width:auto;height:auto;display:auto;transition-property:auto;box-sizing:auto}.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper.block{display:auto}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper{display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;width:100%;transition-property:transform;box-sizing:content-box}.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper.block{display:block}}.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper .swiper-slide{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:auto;flex-shrink:auto;height:auto;min-height:100%;-ms-flex-preferred-size:calc(33.33% + 30px);flex-basis:calc(33.33% + 30px);max-width:calc(33.33% + 30px);margin-left:-15px;margin-right:-15px;z-index:60}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper .swiper-slide{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;width:100%;-ms-flex-preferred-size:calc(100% - 30px);flex-basis:calc(100% - 30px);max-width:calc(100% - 30px);margin-left:15px;margin-right:15px}.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next:not(.swiper-slide-duplicate) .social-wall-item{margin-left:-45px;margin-right:45px}.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev:not(.swiper-slide-duplicate) .social-wall-item{margin-left:45px;margin-right:-45px}}.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper .swiper-slide .selector{z-index:70}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .swiper-container .swiper-wrapper .swiper-slide .selector{width:100%}}.subcomponent-social-wall .social-wall-layout .slider-controls{margin-top:0;padding-top:0;padding-bottom:0;bottom:0}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .slider-controls{display:-moz-flex;display:-ms-flexbox;display:flex;position:absolute;left:0;right:0;bottom:0}}.subcomponent-social-wall .social-wall-layout .swiper-pagination{display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;bottom:-25px;z-index:100}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .swiper-pagination .swiper-pagination-bullet{background-color:#808890;opacity:.5;width:8px;height:8px;border-radius:2px}}.subcomponent-social-wall .social-wall-layout .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#00b4eb;opacity:1}.subcomponent-social-wall .social-wall-layout .social-wall-item{position:relative}.subcomponent-social-wall .social-wall-layout .social-wall-item.social-wall-item-with-bg:after{background:rgba(0,0,0,.78);background:linear-gradient(180deg,rgba(0,0,0,.78),transparent 25%);width:100%;height:100%;position:absolute;top:0;left:0;content:""}.subcomponent-social-wall .social-wall-layout .social-wall-item.social-wall-item-with-bg img{opacity:.9}.subcomponent-social-wall .social-wall-layout .social-wall-item .social-wall-item-text-bg{width:100%;padding-top:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,180,235,.9)}.subcomponent-social-wall .social-wall-layout .social-wall-item .social-wall-item-text-bg:not(:root:root){padding-top:calc(100% + 100px)}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .social-wall-item .social-wall-item-text-bg{position:relative}}.subcomponent-social-wall .social-wall-layout .social-wall-item .social-wall-item-content{padding-left:50px;padding-right:50px}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .social-wall-item .social-wall-item-content{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}}.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link{color:#fff;position:absolute;top:20px;left:20px}.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;padding-left:30px;position:relative;z-index:30;height:20px;line-height:20px;width:100%;display:block;font-weight:700}.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a:focus,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a:hover{border-color:#fff;color:#fff}.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a:focus svg,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a:hover svg{fill:#fff}.form-search .subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .form-submit,.search-field-wrapper .subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .form-submit,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .button-icon-small,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .form-search .form-submit,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .icon-small,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .search-field-wrapper .form-submit,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a button[type=submit].btn-search svg,button[type=submit].btn-search .subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a svg{width:20px;height:20px;fill:#fff;position:absolute;top:0;left:0}@media (max-width:47.9375em){.form-search .subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .form-submit,.search-field-wrapper .subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .form-submit,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .button-icon-small,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .form-search .form-submit,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .icon-small,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a .search-field-wrapper .form-submit,.subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a button[type=submit].btn-search svg,button[type=submit].btn-search .subcomponent-social-wall .social-wall-layout .social-wall-item .social-link a svg{left:0;top:50%;transform:translateY(-50%)}}.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text{height:auto;width:100%;color:#fff}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text{margin-top:0}}.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text a,.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text a:focus,.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text a:hover{color:#fff}.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .subline{position:relative;padding-top:80px;text-align:left}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .subline{padding-top:70px;padding-bottom:60px}}@media (max-width:63.9375em){.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .subline{padding-top:35%}}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .subline{padding-top:40%}}.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .subline a:focus,.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .subline a:hover{text-decoration:none}.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .subline a:focus strong,.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .subline a:hover strong{text-decoration:underline;color:#000}.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .b2{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem;font-weight:300}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .b2{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem}}@media (max-width:63.9375em){.subcomponent-social-wall .social-wall-layout .social-wall-item.item-text .b2{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.subcomponent-social-wall .social-wall-layout .push-item-large{margin-top:155px;z-index:0}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .push-item-large{margin-top:0}}.subcomponent-social-wall .social-wall-layout .push-item-small{margin-top:80px;z-index:10}@media (max-width:47.9375em){.subcomponent-social-wall .social-wall-layout .push-item-small{margin-top:0}}.subcomponent-text-image-teaser{margin-bottom:100px;position:relative}@media (max-width:63.9375em){.subcomponent-text-image-teaser{margin-bottom:80px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser{margin-bottom:70px}}.subcomponent-text-image-teaser .tit-item{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.subcomponent-text-image-teaser .tit-item .h1{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}@media (max-width:89.9375em){.subcomponent-text-image-teaser .tit-item .h1{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-item .h1{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.subcomponent-text-image-teaser .tit-item .title .black{color:#1d1f20}.subcomponent-text-image-teaser .tit-item .title .gray{color:#808890}.subcomponent-text-image-teaser .tit-item .title .blue{color:#00b4ee}.subcomponent-text-image-teaser .tit-item a:focus,.subcomponent-text-image-teaser .tit-item a:hover{color:#00b4eb;text-decoration:none}.subcomponent-text-image-teaser .tit-item .more{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;padding-top:10px;z-index:2;position:relative;color:#1d1f20}.subcomponent-text-image-teaser .tit-item .more:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226px%22%20height%3D%2211px%22%20viewBox%3D%220%200%206%2011%22%3E%3Cpath%20fill%3D%22%231d1f20%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%20.9c0%20.1%200%20.2.1.3l4.1%204.3L.1%209.8c-.1.1-.1.2-.1.3%200%20.1%200%20.2.1.3l.5.6h.3c.1%200%20.1%200%20.2-.1l4.8-5.1c.1-.1.1-.2.1-.3s0-.2-.1-.3L1.1.1C1%200%20.9%200%20.9%200%20.8%200%20.7%200%20.6.1L.1.7C0%20.7%200%20.8%200%20.9z%22%2F%3E%3C%2Fsvg%3E")}.subcomponent-text-image-teaser .tit-item .more:hover:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226px%22%20height%3D%2211px%22%20viewBox%3D%220%200%206%2011%22%3E%3Cpath%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%20.9c0%20.1%200%20.2.1.3l4.1%204.3L.1%209.8c-.1.1-.1.2-.1.3%200%20.1%200%20.2.1.3l.5.6h.3c.1%200%20.1%200%20.2-.1l4.8-5.1c.1-.1.1-.2.1-.3s0-.2-.1-.3L1.1.1C1%200%20.9%200%20.9%200%20.8%200%20.7%200%20.6.1L.1.7C0%20.7%200%20.8%200%20.9z%22%2F%3E%3C%2Fsvg%3E")}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-item .more{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;font-weight:700;padding-top:0}}.subcomponent-text-image-teaser .tit-item .tit-teaser-img{position:relative;z-index:4;width:33.33%;float:right;padding-left:10px;padding-right:10px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-item .tit-teaser-img{padding-left:0}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-item .tit-teaser-img{width:50%;float:right;padding-right:0;padding-top:10px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-item .tit-teaser-img{width:37%;float:left;padding-top:0;padding-left:0;padding-right:0}}.subcomponent-text-image-teaser .btn-wrapper{display:block;margin:0 auto;margin-top:40px}@media (max-width:47.9375em){.subcomponent-text-image-teaser .btn-wrapper{margin-top:60px}}.subcomponent-text-image-teaser .btn-wrapper .btn{padding:12px 15px 14px;font-size:14px;line-height:16px;border:1px solid #1d1f20;color:#1d1f20;text-decoration:none}.subcomponent-text-image-teaser .btn-wrapper .btn:focus,.subcomponent-text-image-teaser .btn-wrapper .btn:hover{text-decoration:none;color:#00b4eb;border-color:#00b4eb}.subcomponent-text-image-teaser .headline{padding-top:100px;padding-bottom:40px;letter-spacing:-.25px}@media (max-width:63.9375em){.subcomponent-text-image-teaser .headline{padding-top:80px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .headline{padding-top:60px}}.subcomponent-text-image-teaser .headline .title{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal}.subcomponent-text-image-teaser .headline .title span:before{content:" ";display:block}.subcomponent-text-image-teaser .headline .h1{font-size:50px;font-size:3.125rem;line-height:48px;line-height:3rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .headline .h1{font-size:40px;font-size:2.5rem;line-height:38px;line-height:2.375rem}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .headline .h1{font-size:30px;font-size:1.875rem;line-height:28px;line-height:1.75rem}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .headline .h1{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}.subcomponent-text-image-teaser .headline .h1 .blue{color:#00b4ee}.subcomponent-text-image-teaser .tit-items{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.subcomponent-text-image-teaser .tit-items .more:hover{text-decoration:underline!important}.subcomponent-text-image-teaser .tit-items .tit-left{-ms-flex-preferred-size:40%;flex-basis:40%;position:relative;max-width:40%;padding-right:120px}.subcomponent-text-image-teaser .tit-items .tit-left a:focus,.subcomponent-text-image-teaser .tit-items .tit-left a:hover{text-decoration:none}.subcomponent-text-image-teaser .tit-items .tit-left a:focus .title,.subcomponent-text-image-teaser .tit-items .tit-left a:hover .title{color:#00b4eb;border-color:#00b4eb}.subcomponent-text-image-teaser .tit-items .tit-left a:focus .title span,.subcomponent-text-image-teaser .tit-items .tit-left a:hover .title span{color:#00b4eb}.subcomponent-text-image-teaser .tit-items .tit-left a:focus .more,.subcomponent-text-image-teaser .tit-items .tit-left a:hover .more{text-decoration:underline}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-left{padding-right:60px}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-left{padding-top:40px;padding-right:45px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-left{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-top:0;padding-right:0;padding-bottom:20px;border-bottom:1px solid #dee1e3}}.subcomponent-text-image-teaser .tit-items .tit-left .title{letter-spacing:-.25px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .title{padding-right:20px}}.subcomponent-text-image-teaser .tit-items .tit-left .teaser-img{position:relative;z-index:2}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .teaser-img{padding-left:10px;padding-right:10px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .teaser-img{width:37%;float:left}}.subcomponent-text-image-teaser .tit-items .tit-left .tit-item{padding-top:20px;padding-left:60px;padding-right:60px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .tit-item{padding-left:30px;padding-right:30px}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .tit-item{padding-left:0;padding-right:0}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .tit-item{padding-top:0;padding-left:10px;width:63%;float:right}}.subcomponent-text-image-teaser .tit-items .tit-left .tit-item .teaser-copytext{position:relative;z-index:2;padding-top:10px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .tit-item .teaser-copytext{padding-right:20px}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .tit-item .teaser-copytext{padding-top:0}}.subcomponent-text-image-teaser .tit-items .tit-left .tit-item .teaser-copytext .copytext-title{color:#1d1f20}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-left .tit-item .teaser-copytext .copytext-title{display:none}}.subcomponent-text-image-teaser .tit-items .tit-right{-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%;position:relative}.subcomponent-text-image-teaser .tit-items .tit-right a:focus,.subcomponent-text-image-teaser .tit-items .tit-right a:hover{text-decoration:none}.subcomponent-text-image-teaser .tit-items .tit-right a:focus .title,.subcomponent-text-image-teaser .tit-items .tit-right a:hover .title{color:#00b4eb;border-color:#00b4eb}.subcomponent-text-image-teaser .tit-items .tit-right a:focus .title span,.subcomponent-text-image-teaser .tit-items .tit-right a:hover .title span{color:#00b4eb}.subcomponent-text-image-teaser .tit-items .tit-right a:focus .more,.subcomponent-text-image-teaser .tit-items .tit-right a:hover .more{text-decoration:underline}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-right{padding-left:45px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-right{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-left:0}}.subcomponent-text-image-teaser .tit-items .tit-right .tit-item{margin-bottom:130px;padding-top:70px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item{margin-bottom:110px;padding-top:0}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item{margin-bottom:65px;padding-top:0}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #dee1e3;margin-bottom:0}}.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .title{position:relative;z-index:3;width:33.33%;float:right;letter-spacing:-.25px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .title{padding-right:0;padding-left:10px}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .title{width:50%;float:left;padding-right:10px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .title{width:63%;float:right;padding-left:10px}}.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .tit-teaser-copytext{position:relative;z-index:3;width:33.33%;float:left;padding-bottom:0;padding-top:5px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .tit-teaser-copytext{padding-right:10px;padding-left:0}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .tit-teaser-copytext{width:50%;padding-top:0;padding-bottom:0;padding-right:10px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .tit-teaser-copytext{width:63%;float:right;padding-left:10px;padding-bottom:0}}.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .tit-teaser-copytext .copytext-right-title{color:#1d1f20}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item .tit-teaser-copytext .copytext-right-title{display:none}}.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse{width:100%;margin-bottom:0;padding-top:0}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse{padding-top:20px}}.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .title{float:left;text-align:right}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .title{padding-right:20px;padding-left:0}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .title{padding-right:0;padding-left:10px;text-align:left;float:right}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .title{padding-right:0;padding-left:10px;text-align:left;float:right}}.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .tit-teaser-copytext{float:right;padding-top:5px}@media (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .tit-teaser-copytext{padding-bottom:0;padding-left:10px;padding-right:0}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .tit-teaser-copytext{padding-top:0}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .tit-teaser-copytext{padding-top:0;padding-bottom:0}}.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .tit-teaser-img{float:left;padding-top:0}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .tit-teaser-img{padding-left:10px;padding-right:0}}@media (max-width:63.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .tit-teaser-img{padding-left:0;padding-right:10px;padding-bottom:35px}}@media (max-width:47.9375em){.subcomponent-text-image-teaser .tit-items .tit-right .tit-item.reverse .tit-teaser-img{padding-bottom:0;padding-right:0}}.subcomponent-tag-header{position:relative}.subcomponent-tag-header .tag-header-top{height:160px;position:relative}@media (max-width:89.9375em){.subcomponent-tag-header .tag-header-top{height:130px}}@media (max-width:47.9375em){.subcomponent-tag-header .tag-header-top{height:85px}}.subcomponent-tag-header .tag-header-top .container,.subcomponent-tag-header .tag-header-top .container .content{height:100%}.subcomponent-tag-header .tag-header-bg{background-image:url(../img/overview-header.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;z-index:0;top:0;bottom:0;left:0;right:0;height:100%}.subcomponent-tag-header .tag-header-bg:before{content:"";position:absolute;background-color:#0099da;opacity:.6;top:0;bottom:0;left:0;right:0}.subcomponent-tag-header .tag-header-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;position:relative;z-index:2;color:#fff}.subcomponent-tag-header .tag-header-content .title{text-align:center}@media (max-width:89.9375em){.subcomponent-tag-header .tag-header-content .h4{font-size:50px;font-size:3.125rem;line-height:50px;line-height:3.125rem}}@media (max-width:47.9375em){.subcomponent-tag-header .tag-header-content .h4{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem;font-weight:700}}.subcomponent-tag-header .tag-header-sub{padding-top:35px;padding-bottom:35px;margin-left:-30px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-tag-header .tag-header-sub{padding-top:45px}}@media (max-width:47.9375em){.subcomponent-tag-header .tag-header-sub{padding-top:25px;padding-bottom:30px;margin-left:0}}.subcomponent-tag-header .tag-header-sub .h4{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem}@media (max-width:47.9375em){.subcomponent-tag-header .tag-header-sub .h4{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-tag-header .tag-header-sub .blue{color:#0099da}.subcomponent-news-header{position:relative;height:160px;margin-bottom:40px}@media (max-width:89.9375em){.subcomponent-news-header{height:130px}}@media (max-width:47.9375em){.subcomponent-news-header{height:100px}}.subcomponent-news-header .news-header-bg{background-image:url(../img/overview-header.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.subcomponent-news-header .news-header-bg:before{content:"";position:absolute;background-color:#0099da;opacity:.6;top:0;bottom:0;left:0;right:0}.subcomponent-news-header .container{height:100%}.subcomponent-news-header .news-header-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;position:relative;z-index:2;color:#fff}.subcomponent-news-header .news-header-content .title{text-align:center}@media (max-width:89.9375em){.subcomponent-news-header .news-header-content .h4{font-size:50px;font-size:3.125rem;line-height:50px;line-height:3.125rem}}@media (max-width:47.9375em){.subcomponent-news-header .news-header-content .h4{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem;font-weight:700}}.subcomponent-search-header{position:relative}.subcomponent-search-header .search-header-top{height:160px;position:relative}@media (max-width:89.9375em){.subcomponent-search-header .search-header-top{height:130px}}@media (max-width:47.9375em){.subcomponent-search-header .search-header-top{height:85px}}.subcomponent-search-header .search-header-top .container{height:100%}.subcomponent-search-header .search-header-bg{background-image:url(../img/overview-header.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;z-index:0;top:0;bottom:0;left:0;right:0;height:100%}.subcomponent-search-header .search-header-bg:before{content:"";position:absolute;background-color:#0099da;opacity:.6;top:0;bottom:0;left:0;right:0}.subcomponent-search-header .search-header-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;position:relative;z-index:2;color:#fff;margin-left:-50px;margin-right:-50px}@media (max-width:47.9375em){.subcomponent-search-header .search-header-content{margin-left:0;margin-right:0}}.subcomponent-search-header .search-header-content .form-search{margin:0;padding:0;position:relative}.subcomponent-search-header .search-header-content .form-search input[type=email],.subcomponent-search-header .search-header-content .form-search input[type=text]{font-size:16px;font-size:1rem;display:block;float:none;min-height:50px;margin-bottom:0;padding-left:20px;padding-right:115px;font-weight:700;color:#0099da}@media (max-width:89.9375em){.subcomponent-search-header .search-header-content .form-search input[type=email],.subcomponent-search-header .search-header-content .form-search input[type=text]{padding-right:100px}}@media (max-width:47.9375em){.subcomponent-search-header .search-header-content .form-search input[type=email],.subcomponent-search-header .search-header-content .form-search input[type=text]{padding-right:80px}}.subcomponent-search-header .search-header-content .form-search .form-search{margin:0;padding:0;position:relative
        /*! form action buttons */
        /*! submit button */}.subcomponent-search-header .search-header-content .form-search .form-search input[type=email],.subcomponent-search-header .search-header-content .form-search .form-search input[type=text]{font-size:16px;font-size:1rem;display:block;float:none;min-height:50px;margin-bottom:0;padding-left:20px;padding-right:115px;font-weight:700;color:#0099da}@media (max-width:89.9375em){.subcomponent-search-header .search-header-content .form-search .form-search input[type=email],.subcomponent-search-header .search-header-content .form-search .form-search input[type=text]{padding-right:100px}}@media (max-width:47.9375em){.subcomponent-search-header .search-header-content .form-search .form-search input[type=email],.subcomponent-search-header .search-header-content .form-search .form-search input[type=text]{padding-right:80px}}.subcomponent-search-header .search-header-content .form-search .form-search .form-controls{position:absolute;right:0;top:50%;transform:translateY(-50%)}.subcomponent-search-header .search-header-content .form-search .form-search .form-submit,.subcomponent-search-header .search-header-content .form-search .form-search .search-reset{cursor:pointer;display:inline-block;margin-right:20px;outline:0}@media (max-width:63.9375em){.subcomponent-search-header .search-header-content .form-search .form-search .form-submit,.subcomponent-search-header .search-header-content .form-search .form-search .search-reset{margin-right:10px}}.subcomponent-search-header .search-header-content .form-search .form-search .form-submit{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20%20fill%3D%22%231d1f20%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.3645356%2C26.0202407%20L4.82842712%2C37.5563492%20L2%2C34.7279221%20L13.5998085%2C23.1281135%20C11.9630433%2C20.8365541%2011%2C18.0307424%2011%2C15%20C11%2C7.2680135%2017.2680135%2C1%2025%2C1%20C32.7319865%2C1%2039%2C7.2680135%2039%2C15%20C39%2C22.7319865%2032.7319865%2C29%2025%2C29%20C21.7417007%2C29%2018.7433772%2C27.8869115%2016.3645356%2C26.0202407%20Z%20M25%2C25%20C30.5228475%2C25%2035%2C20.5228475%2035%2C15%20C35%2C9.4771525%2030.5228475%2C5%2025%2C5%20C19.4771525%2C5%2015%2C9.4771525%2015%2C15%20C15%2C20.5228475%2019.4771525%2C25%2025%2C25%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.subcomponent-search-header .search-header-content .form-search .form-search .form-submit:hover{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.3645356%2C26.0202407%20L4.82842712%2C37.5563492%20L2%2C34.7279221%20L13.5998085%2C23.1281135%20C11.9630433%2C20.8365541%2011%2C18.0307424%2011%2C15%20C11%2C7.2680135%2017.2680135%2C1%2025%2C1%20C32.7319865%2C1%2039%2C7.2680135%2039%2C15%20C39%2C22.7319865%2032.7319865%2C29%2025%2C29%20C21.7417007%2C29%2018.7433772%2C27.8869115%2016.3645356%2C26.0202407%20Z%20M25%2C25%20C30.5228475%2C25%2035%2C20.5228475%2035%2C15%20C35%2C9.4771525%2030.5228475%2C5%2025%2C5%20C19.4771525%2C5%2015%2C9.4771525%2015%2C15%20C15%2C20.5228475%2019.4771525%2C25%2025%2C25%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")}.subcomponent-search-header .search-header-content .form-search .form-search .search-reset{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%231d1f20%22%3E%3Cpath%20d%3D%22M16.4%2C15l6.4-6.4c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0L15%2C13.6L8.6%2C7.2c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.4%2C6.4l-6.4%2C6.4c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l6.4-6.4l6.4%2C6.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0c0.4-0.4%2C0.4-1%2C0-1.4L16.4%2C15z%22%2F%3E%3C%2Fsvg%3E")}.subcomponent-search-header .search-header-content .form-search .form-search .search-reset:hover{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%2300b4eb%22%3E%3Cpath%20d%3D%22M16.4%2C15l6.4-6.4c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0L15%2C13.6L8.6%2C7.2c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l6.4%2C6.4l-6.4%2C6.4c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0l6.4-6.4l6.4%2C6.4c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0c0.4-0.4%2C0.4-1%2C0-1.4L16.4%2C15z%22%2F%3E%3C%2Fsvg%3E")}.subcomponent-search-header .search-header-sub{padding-top:35px;padding-bottom:35px;margin-left:-30px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-search-header .search-header-sub{padding-top:45px}}@media (max-width:47.9375em){.subcomponent-search-header .search-header-sub{padding-top:25px;padding-bottom:30px;margin-left:0}}.subcomponent-search-header .search-header-sub .h4{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem}@media (max-width:47.9375em){.subcomponent-search-header .search-header-sub .h4{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-search-header .search-header-sub .blue{color:#0099da}.subcomponent-event-teaser{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:80px}@media (max-width:47.9375em){.subcomponent-event-teaser{margin-bottom:60px;width:auto}}.subcomponent-event-teaser .h6{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .h6{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:63.9375em){.subcomponent-event-teaser .h6{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}@media (max-width:47.9375em){.subcomponent-event-teaser .h6{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-event-teaser .item{width:52%;position:relative}@media (max-width:47.9375em){.subcomponent-event-teaser .item{width:100%}}@media (max-width:63.9375em){.subcomponent-event-teaser .item .h4{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}@media (max-width:47.9375em){.subcomponent-event-teaser .item .h4{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-event-teaser .item a{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;position:relative}.subcomponent-event-teaser .item a:active .text-wrap,.subcomponent-event-teaser .item a:hover .text-wrap{color:#00b4eb}.subcomponent-event-teaser .item a picture{width:100%;height:auto;position:relative}.subcomponent-event-teaser .item a .text-wrap{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;position:absolute;z-index:3;bottom:0;right:0;left:0;color:#fff;padding-left:120px;padding-right:120px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item a .text-wrap{padding-left:60px;padding-right:60px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-event-teaser .item a .text-wrap{padding-left:60px;padding-right:60px}}@media (max-width:47.9375em){.subcomponent-event-teaser .item a .text-wrap{padding-left:15px;padding-right:15px}}.subcomponent-event-teaser .item a .text-wrap .date{margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;position:relative;width:auto;border:1px solid #fff;text-align:center}@media (max-width:47.9375em){.subcomponent-event-teaser .item a .text-wrap .date{margin-bottom:10px}}.subcomponent-event-teaser .item a .text-wrap .date .text{display:block;padding:12px 25px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item a .text-wrap .date .text{padding:11px 24px}}@media (max-width:63.9375em){.subcomponent-event-teaser .item a .text-wrap .date .text{padding:4px 15px}}@media (max-width:47.9375em){.subcomponent-event-teaser .item a .text-wrap .date .text{padding:2px 14px}}.subcomponent-event-teaser .item a .text-wrap .date .text .h6.date-number{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem;text-align:center;color:#fff;letter-spacing:-.25px}@media (max-width:63.9375em){.subcomponent-event-teaser .item a .text-wrap .date .text .h6.date-number{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}.subcomponent-event-teaser .item a .text-wrap .date .text .date-subline{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem;text-align:center;color:#fff}@media (max-width:63.9375em){.subcomponent-event-teaser .item a .text-wrap .date .text .date-subline{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}.subcomponent-event-teaser .item a .text-wrap .title{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;width:100%;letter-spacing:-.25px;text-align:center;margin-bottom:10px}@media (max-width:63.9375em){.subcomponent-event-teaser .item a .text-wrap .title{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-bottom:30px;margin-bottom:0}}.subcomponent-event-teaser .item a .text-wrap .subtitle{width:100%;text-align:center;padding-bottom:40px}@media (max-width:63.9375em){.subcomponent-event-teaser .item a .text-wrap .subtitle{display:none}}.subcomponent-event-teaser .item-wide{width:100%;position:relative;z-index:0;margin-bottom:-100px}.subcomponent-event-teaser .item-wide:before{background:rgba(0,0,0,.75);background:linear-gradient(90deg,rgba(0,0,0,.75),transparent);content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0;width:960px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item-wide:before{width:630px}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-event-teaser .item-wide:before{width:500px}}@media (max-width:47.9375em){.subcomponent-event-teaser .item-wide:before{width:auto}}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item-wide{margin-bottom:-80px}}@media (max-width:63.9375em){.subcomponent-event-teaser .item-wide{margin-bottom:-60px}}@media (max-width:47.9375em){.subcomponent-event-teaser .item-wide{margin-bottom:0}.subcomponent-event-teaser .item-wide:before{background:rgba(0,0,0,.75);background:linear-gradient(0deg,rgba(0,0,0,.75),transparent);content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0}}.subcomponent-event-teaser .item-wide .h4{font-size:50px;font-size:3.125rem;line-height:55px;line-height:3.4375rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item-wide .h4{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem}}@media (max-width:63.9375em){.subcomponent-event-teaser .item-wide .h4{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:47.9375em){.subcomponent-event-teaser .item-wide .h4{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}.subcomponent-event-teaser .item-wide a .text-wrap{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:43.7%;flex-basis:43.7%;max-width:43.7%;padding-right:0}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item-wide a .text-wrap{-ms-flex-preferred-size:47%;flex-basis:47%;max-width:47%}}@media (max-width:63.9375em){.subcomponent-event-teaser .item-wide a .text-wrap{-ms-flex-preferred-size:45.3%;flex-basis:45.3%;max-width:45.3%}}@media (max-width:47.9375em){.subcomponent-event-teaser .item-wide a .text-wrap{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-left:15px;padding-right:15px}}.subcomponent-event-teaser .item-wide a .text-wrap .date{margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;position:relative;width:auto;border:1px solid #fff;text-align:center}@media (max-width:47.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date{margin-bottom:10px}}.subcomponent-event-teaser .item-wide a .text-wrap .date .text{display:block;padding:20px 40px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date .text{padding:22px 38px}}@media (max-width:63.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date .text{padding:11px 24px}}@media (max-width:47.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date .text{padding:2px 14px}}.subcomponent-event-teaser .item-wide a .text-wrap .date .text .h6.date-number{font-size:40px;font-size:2.5rem;line-height:45px;line-height:2.8125rem;text-align:center;color:#fff;letter-spacing:-.25px}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date .text .h6.date-number{font-size:30px;font-size:1.875rem;line-height:35px;line-height:2.1875rem}}@media (max-width:63.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date .text .h6.date-number{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}.subcomponent-event-teaser .item-wide a .text-wrap .date .text .date-subline{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem;text-align:center;color:#fff}@media (max-width:89.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date .text .date-subline{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem}}@media (max-width:63.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date .text .date-subline{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}@media (max-width:47.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .date .text .date-subline{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem}}.subcomponent-event-teaser .item-wide a .text-wrap .title{width:100%}@media (max-width:63.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .title{padding-bottom:0;margin-bottom:140px}}@media (max-width:47.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .title{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-bottom:30px;margin-bottom:0}}.subcomponent-event-teaser .item-wide a .text-wrap .subtitle{padding-bottom:220px;width:100%}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .subtitle{padding-bottom:160px}}@media (max-width:63.9375em){.subcomponent-event-teaser .item-wide a .text-wrap .subtitle{display:none}}.subcomponent-event-teaser .item-left{position:relative;z-index:1;margin-right:-2%;opacity:.9}@media (max-width:47.9375em){.subcomponent-event-teaser .item-left{margin-right:0}}.subcomponent-event-teaser .item-left picture:before{background:rgba(0,0,0,.75);background:linear-gradient(0deg,rgba(0,0,0,.75),transparent);content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0}.subcomponent-event-teaser .item-right{position:relative;z-index:1;margin-left:-2%;margin-top:65px;opacity:.9}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-event-teaser .item-right{margin-top:55px}}@media (max-width:63.9375em){.subcomponent-event-teaser .item-right{margin-top:40px}}@media (max-width:47.9375em){.subcomponent-event-teaser .item-right{margin-top:0;margin-left:0}}.subcomponent-event-teaser .item-right:before{background:rgba(0,0,0,.75);background:linear-gradient(0deg,rgba(0,0,0,.75),transparent);content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0}.component-page-footer{
  /*! Footer general color variables */
  /*! Footer general */
  /*! btn-top font */
  /*! Footer font */
  /*! Footer block */
  /*! footer-bottom */
  /*! footer-social */
  /*! footer-copyright */
  /*! Footer logo variables */padding-top:140px;padding-bottom:90px;background-image:none;background-size:cover;background-repeat:no-repeat;background-position:50%;background-color:#dee1e3}@media (max-width:89.9375em){.component-page-footer{padding-top:110px;padding-bottom:80px}}@media (max-width:63.9375em){.component-page-footer{padding-top:50px;padding-bottom:50px;background:#dee1e3}}.component-page-footer p{margin-bottom:30px}.component-page-footer p:last-child{margin-bottom:0}.component-page-footer .h4{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem;font-weight:300;color:#1d1f20;margin-bottom:15px}.component-page-footer .footer-block{font-size:16px;font-size:1rem;line-height:26px;line-height:1.625rem;margin-bottom:50px}@media (max-width:63.9375em){.component-page-footer .footer-block{margin-bottom:30px}}.component-page-footer .footer-nav{border-bottom:1px solid #bdc3c6}@media (min-width:48em) and (max-width:63.9375em){.component-page-footer .footer-nav{display:-ms-flexbox;display:flex;max-height:600px}.component-page-footer .footer-nav .row{width:100%;max-height:600px}.component-page-footer .footer-nav [class*=" col-"]:nth-of-type(2){-ms-flex-order:3;order:3}.component-page-footer .footer-nav [class*=" col-"]:nth-of-type(4){-ms-flex-order:4;order:4}.component-page-footer .footer-nav [class*=" col-"]:nth-of-type(5){-ms-flex-order:5;order:5}}.component-page-footer .footer-text{font-size:16px;font-size:1rem;color:#1d1f20}.component-page-footer .footer-text,.component-page-footer .footer-text p{line-height:26px;line-height:1.625rem}.component-page-footer .opening-hours .weekday{width:2.4em;float:left}.component-page-footer .opening-hours .hours{display:inline-block}.component-page-footer .footer-menu{list-style:none}.component-page-footer .footer-menu li a{color:#808890}.component-page-footer .footer-menu li a:active,.component-page-footer .footer-menu li a:hover{color:#00b4eb}.component-page-footer .language-menu{list-style:none}.component-page-footer .language-menu a{color:#808890}.component-page-footer .language-menu a.is-active,.component-page-footer .language-menu a:active,.component-page-footer .language-menu a:hover{color:#00b4eb}.component-page-footer .footer-bottom{margin-top:50px}@media (max-width:89.9375em){.component-page-footer .footer-bottom{margin-top:40px}}@media (max-width:63.9375em){.component-page-footer .footer-bottom{margin-top:30px}}@media (max-width:47.9375em){.component-page-footer .footer-bottom{margin-top:50px}}.component-page-footer .footer-bottom .h4{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;font-size:16px;font-size:1rem;line-height:26px;line-height:1.625rem}@media (max-width:47.9375em){.component-page-footer .footer-social{text-align:center}}.component-page-footer .footer-social .h4{margin-bottom:15px}.component-page-footer .footer-social ul{display:block;margin:-7.5px;padding:0;list-style:none;font-size:0}.component-page-footer .footer-social li{line-height:35px;line-height:2.1875rem;font-size:16px;font-size:1rem;display:inline-block;padding:0;margin:7.5px}.component-page-footer .footer-social li a{line-height:35px;line-height:2.1875rem;display:block;width:35px;height:35px;fill:#fff;background:#bdc3c6;border-radius:100%}.component-page-footer .footer-social li a:active,.component-page-footer .footer-social li a:hover{background:#00b4eb}.component-page-footer .footer-legal{max-width:600px;margin:0 auto;text-align:center}@media (max-width:89.9375em){.component-page-footer .footer-legal{max-width:400px}}@media (max-width:63.9375em){.component-page-footer .footer-legal{max-width:100%}}.component-page-footer .footer-legal p{color:#838090}.component-page-footer .footer-logo{text-align:right}@media (max-width:47.9375em){.component-page-footer .footer-logo{text-align:center}}@media (max-width:63.9375em){.component-page-footer .footer-logo,.component-page-footer .footer-social{margin-bottom:30px}}@media (max-width:47.9375em){.component-page-footer .footer-logo,.component-page-footer .footer-social{margin-bottom:50px}}.component-fact-teaser-home-page{position:relative;padding-bottom:100px}@media (min-width:48em) and (max-width:63.9375em){.component-fact-teaser-home-page{padding-bottom:80px}}@media (max-width:47.9375em){.component-fact-teaser-home-page{width:auto;padding-bottom:60px}}.component-fact-teaser-home-page.green .facts-teaser-bg{background-color:#c8f05a}.component-fact-teaser-home-page.yellow .facts-teaser-bg{background-color:#fffa7d}.component-fact-teaser-home-page.cyan .facts-teaser-bg{background-color:#a5ebe6}.component-fact-teaser-home-page.orchid .facts-teaser-bg{background-color:#55235f}.component-fact-teaser-home-page.orchid .fact p,.component-fact-teaser-home-page.orchid .facts-content .fact .fact-number,.component-fact-teaser-home-page.orchid .facts-heading .heading,.component-fact-teaser-home-page.orchid .facts-heading .heading span{color:#fff}.component-fact-teaser-home-page.orchid .facts-content .btn-wrapper .btn{border-color:#fff;color:#fff}.component-fact-teaser-home-page .facts-teaser-bg{background-color:#c8f05a;position:absolute;bottom:0;top:0;left:0;right:0}.component-fact-teaser-home-page .facts-teaser-wrap{position:relative;min-height:220px}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-heading{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%}}.component-fact-teaser-home-page .facts-heading .h5{font-size:50px;font-size:3.125rem;line-height:48px;line-height:3rem}@media (min-width:64em) and (max-width:89.9375em){.component-fact-teaser-home-page .facts-heading .h5{font-size:40px;font-size:2.5rem;line-height:38px;line-height:2.375rem}}@media (min-width:48em) and (max-width:63.9375em){.component-fact-teaser-home-page .facts-heading .h5{font-size:30px;font-size:1.875rem;line-height:28px;line-height:1.75rem}}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-heading .h5{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}.component-fact-teaser-home-page .facts-heading .heading{position:relative;z-index:1;letter-spacing:-.25px;padding-top:100px;padding-bottom:40px;color:#1d1f20}@media (min-width:48em) and (max-width:63.9375em){.component-fact-teaser-home-page .facts-heading .heading{padding-top:80px}}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-heading .heading{padding-top:60px}}.component-fact-teaser-home-page .facts-heading .heading span{color:#000}.component-fact-teaser-home-page .facts-heading .heading span:before{content:" ";display:block}.component-fact-teaser-home-page .facts-content{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;width:100%;position:absolute;top:0;left:0;z-index:50}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-content{width:100%}}.component-fact-teaser-home-page .facts-content .fact{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:100%;z-index:80;width:33.33%}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-content .fact{display:-moz-flex;display:-ms-flexbox;display:flex;width:100%}}.component-fact-teaser-home-page .facts-content .fact .fact-number{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;width:100%;display:block;letter-spacing:-.25px;margin-bottom:10px;color:#000}@media (min-width:64em) and (max-width:89.9375em){.component-fact-teaser-home-page .facts-content .fact .fact-number.h2,.component-fact-teaser-home-page .facts-content .fact table caption.fact-number,table .component-fact-teaser-home-page .facts-content .fact caption.fact-number{font-size:80px;font-size:5rem;line-height:80px;line-height:5rem}}@media (max-width:63.9375em){.component-fact-teaser-home-page .facts-content .fact .fact-number.h2,.component-fact-teaser-home-page .facts-content .fact table caption.fact-number,table .component-fact-teaser-home-page .facts-content .fact caption.fact-number{font-size:60px;font-size:3.75rem;line-height:65px;line-height:4.0625rem}}.component-fact-teaser-home-page .facts-content .fact .b4-1{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem;letter-spacing:-.25px}@media (max-width:89.9375em){.component-fact-teaser-home-page .facts-content .fact .b4-1{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.component-fact-teaser-home-page .facts-content .fact p{width:100%;display:block}.component-fact-teaser-home-page .facts-content .btn-wrapper{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-pack:center;justify-content:center;max-width:100%}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-content .btn-wrapper{margin-top:40px}}.component-fact-teaser-home-page .facts-content .btn-wrapper .btn{border-color:#000;color:#000;padding:12px 15px 14px}.component-fact-teaser-home-page .facts-content .btn-wrapper .btn:focus,.component-fact-teaser-home-page .facts-content .btn-wrapper .btn:hover{text-decoration:none;color:#00b4eb;border-color:#00b4eb}.component-fact-teaser-home-page .facts-content .swiper-container{z-index:40;margin:auto;position:auto;display:auto;overflow:hidden}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-content .swiper-container{height:inherit;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-slide{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-negative:auto;flex-shrink:auto;height:auto;width:33.33%;z-index:60}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-content .swiper-container .swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;display:-ms-flexbox;display:flex}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-slide .selector{width:100%}}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-slide p{padding-left:20px;padding-right:20px;width:100%}@media (max-width:89.9375em){.component-fact-teaser-home-page .facts-content .swiper-container .swiper-slide p{padding-left:40px;padding-right:40px}}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-content .swiper-container .swiper-slide p{padding-left:50px;padding-right:50px}}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-wrapper{z-index:50;position:relative;width:auto;height:100%;display:auto;transition-property:auto;box-sizing:auto;padding-bottom:40px}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-content .swiper-container .swiper-wrapper{position:relative;width:100%;height:100%;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}}.component-fact-teaser-home-page .facts-content .swiper-container .selector{z-index:70}.component-fact-teaser-home-page .facts-content .swiper-container .slider-controls,.component-fact-teaser-home-page .facts-content .swiper-container .swiper-button-next,.component-fact-teaser-home-page .facts-content .swiper-container .swiper-button-prev{z-index:90}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-button-next,.component-fact-teaser-home-page .facts-content .swiper-container .swiper-button-prev{margin-top:-10px;top:30%}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-button-prev{border-radius:0 5px 5px 0}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-button-next{border-radius:5px 0 0 5px}.component-fact-teaser-home-page .facts-content .swiper-container .slider-controls{margin-top:0;padding-top:0;padding-bottom:0;bottom:20px}@media (max-width:47.9375em){.component-fact-teaser-home-page .facts-content .swiper-container .slider-controls{display:-ms-flexbox;display:flex;position:absolute;left:0;right:0;bottom:10px}}.component-fact-teaser-home-page .facts-content .swiper-container .icon-swiper{width:17px;height:25px;background-size:25px}.component-fact-teaser-home-page .facts-content .swiper-container .icon-swiper svg{width:17px;height:25px}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-pagination{display:-ms-flexbox;display:flex;position:relative;bottom:0}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-pagination .swiper-pagination-bullet{margin:0 3.5px}.component-fact-teaser-home-page .facts-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background-color:#000}.component-fact-teaser-home-page .facts-content .swiper-container [class*=swiper-button]{width:36px;height:84px;background-color:rgba(29,31,32,.3)}.component-fact-teaser-home-page .facts-content .swiper-container [class*=swiper-button]:hover{background-color:rgba(29,31,32,.5)}.component-fact-teaser-home-page .facts-content .swiper-container .fact{width:100%}

/*! header logo */
/*! header toggle */
/*! header controls */.header,.header-controls{display:block;margin:0;padding:0;height:100px;transition:height .2s}@media (max-width:89.9375em){.header,.header-controls{height:80px}}@media (max-width:47.9375em){.header,.header-controls{height:50px}}.header{z-index:500;position:relative
  /*! header logo */
  /*! header toggle */
  /*! header burger */
  /*! header shadow */
  /*! sticky header*/}.header .header-controls{position:relative;background:#fff;z-index:1}.header .header-nav{margin-right:30px}.header .header-brand{display:block;float:left;margin-top:28px;overflow:hidden;transition:margin-top .2s,height .2s,transform .2s;text-decoration:none;transform-origin:left center}@media (max-width:89.9375em){.header .header-brand{margin-top:19px}}@media (max-width:47.9375em){.header .header-brand{margin-top:14.5px}}.header .header-brand .header-brand-inner{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.header .header-brand .logo-title{margin-left:10px;color:#003058}@media (min-width:48em){.header .header-brand .logo-title{margin-top:-2px;margin-left:15px}}.header .header-brand svg{display:block;width:21px;height:21px}@media (min-width:48em){.header .header-brand svg{width:40px;height:40px}}@media (min-width:90em){.header .header-brand svg{width:44px;height:44px}}.header .language-toggle{display:-ms-inline-flexbox;display:inline-flex;float:right;height:50px;position:relative;margin-right:10px;transition:height .2s;cursor:pointer}@media (min-width:48em){.header .language-toggle{height:80px;margin-right:30px}}@media (min-width:64em){.header .language-toggle{margin-right:0}.header .language-toggle svg{position:relative;top:4px}}@media (min-width:90em){.header .language-toggle{height:100px}.header .language-toggle svg{position:relative;top:4px}}.header .language-toggle svg{width:26px}.header .language-toggle .toggle:checked+.language-select{max-height:120px}.header .language-select{position:absolute;right:-37px;overflow:hidden;max-height:0;top:50px;transition:max-height .2s linear,top .2s}@media (min-width:48em){.header .language-select{top:80px}}@media (min-width:90em){.header .language-select{top:100px}}.header .language-select a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding:10px;background-color:#fff;transition:background-color .3s;cursor:pointer;text-decoration:none}.header .language-select a.active,.header .language-select a:hover{background-color:#00b0f0}.header .language-select a.active .lang,.header .language-select a:hover .lang{color:#fff}.header .language-select a.active .tick{opacity:1}.header .language-select a .lang{display:-ms-inline-flexbox;display:inline-flex;min-width:52px;margin-right:10px}.header .language-select a svg{top:2px;width:26px}.header .language-select a svg.tick{margin-left:10px;width:17px;opacity:0}.header .header-toggle{display:none;float:right;width:20px;height:20px;transition:margin-top .2s}@media (max-width:63.9375em){.header .header-toggle{display:block;margin-top:30px}}@media (max-width:47.9375em){.header .header-toggle{margin-top:15px}}.header .header-toggle.is-active .header-burger .header-burger-inner{transform:rotate(45deg);transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.header .header-toggle.is-active .header-burger .header-burger-inner:before{top:0;opacity:0;transition:top .1s ease,opacity .1s ease .14s}.header .header-toggle.is-active .header-burger .header-burger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s}.header .header-burger{width:20px;height:20px;padding:2px;display:content-box;position:relative;cursor:pointer}.header .header-burger .header-burger-inner{display:block;top:50%;transform:translateY(-50%);transition-duration:.1s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.header .header-burger .header-burger-inner,.header .header-burger .header-burger-inner:after,.header .header-burger .header-burger-inner:before{width:16px;height:2px;background-color:#000;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.header .header-burger .header-burger-inner:after,.header .header-burger .header-burger-inner:before{content:"";display:block}.header .header-burger .header-burger-inner:before{top:-5px;transition:top .1s ease .14s,opacity .1s ease}.header .header-burger .header-burger-inner:after{bottom:-5px;transition:bottom .1s ease .14s,transform .1s cubic-bezier(.55,.055,.675,.19)}.header.has-shadow .header-controls:before{display:block;height:1px;content:"";position:absolute;width:100%;left:0;bottom:0}.header.sticky{height:50px}@media (min-width:48em){.header.sticky .language-toggle{height:50px}.header.sticky .language-toggle svg{top:0}}@media (min-width:48em){.header.sticky .language-select{top:50px}}.header.sticky .header-controls{height:50px;position:fixed;z-index:1000;width:100%}@media (min-width:48em){.header.sticky .header-brand{margin-top:4px;transform:scale(.8)}}@media (min-width:48em){.header.sticky .header-brand svg{width:40px;height:40px}}.header.sticky .header-nav{margin-top:9.04px}.header.sticky .header-toggle{margin-top:15px}.header.sticky .header-panels{top:50px;height:calc(100% - 50px)}@media (min-width:64em){.header.sticky .header-panels[data-active-panel=search]{height:auto}}.component-hero-slider{max-width:100%;min-width:100%;overflow-x:hidden}@media (max-width:47.9375em){.component-hero-slider{padding:0 10px}}.component-hero-slider .link{display:block}.component-hero-slider .link:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:150}@media (min-width:64em){.component-hero-slider .link{width:100vw}}.component-hero-slider .link:hover{text-decoration:none}.component-hero-slider .link:hover .btn,.component-hero-slider .link:hover .hero-title{color:#00b4eb}@media (max-width:63.9375em){.component-hero-slider .image-wrapper{position:relative;padding-bottom:56.25%;margin-bottom:20px}.component-hero-slider .image-wrapper figure{position:absolute;width:100%}}@media (min-width:64em){.component-hero-slider figure{max-height:75vh;min-height:550px;overflow:hidden}}.component-hero-slider figure figcaption{display:none}@media (min-width:64em){.component-hero-slider .hero-title{margin-bottom:30px;color:#fff;text-shadow:1px 1px 30px rgba(0,0,0,.7)}}.component-hero-slider .btn{font-family:VWHeadWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;background-color:#fff;border:0}@media (max-width:63.9375em){.component-hero-slider .btn{display:none}}.component-hero-slider .content-wrapper{max-width:1440px;text-align:left;z-index:150}.component-hero-slider .content-wrapper .content-box{max-width:800px}@media (max-width:47.9375em){.component-hero-slider .content-wrapper{padding-left:20px;padding-right:20px}}@media (min-width:48em) and (max-width:63.9375em){.component-hero-slider .content-wrapper{padding-left:30px;padding-right:30px}}@media (min-width:64em){.component-hero-slider .content-wrapper{position:absolute;top:0;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;height:100%;margin:0 auto;padding:60px 80px}}@media (min-width:90em){.component-hero-slider .content-wrapper{padding:60px 120px}}.component-hero-slider .consumption-wrapper{position:absolute;left:0;right:0;bottom:0;display:-ms-flexbox;display:flex;overflow:hidden;max-height:250px;margin:0 auto;text-align:left;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px;color:#fff;background-color:rgba(0,0,0,.5);transition:max-height .25s,padding .25s;z-index:500}.component-hero-slider .consumption-wrapper.closed{max-height:0;padding-top:0;padding-bottom:0}.component-hero-slider .consumption-wrapper p+p{margin-top:5px}@media (min-width:64em){.component-hero-slider .consumption-wrapper{bottom:auto;top:0}}.component-hero-slider .consumption-wrapper label{margin-left:30px;cursor:pointer}.component-hero-slider .consumption-wrapper svg{pointer-events:none;width:20px;height:20px}.component-hero-slider .consumption-wrapper svg path,.component-hero-slider .consumption-wrapper svg use{fill:#fff}@media (min-width:64em){.component-hero-slider figure:before{background:rgba(0,0,0,.7);background:linear-gradient(65deg,rgba(0,0,0,.7),transparent);content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}}@media (min-width:64em) and (min-width:64em){.component-hero-slider .t-l .consumption-wrapper,.component-hero-slider .t-r .consumption-wrapper{bottom:0;top:auto}}@media (min-width:64em){.component-hero-slider .t-l figure:before{background:rgba(0,0,0,.7);background:linear-gradient(125deg,rgba(0,0,0,.7),transparent)}.component-hero-slider .t-l .content-wrapper{-ms-flex-align:start;align-items:flex-start}.component-hero-slider .t-r figure:before{background:rgba(0,0,0,.7);background:linear-gradient(245deg,rgba(0,0,0,.7),transparent)}.component-hero-slider .t-r .content-wrapper{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.component-hero-slider .b-r figure:before{background:rgba(0,0,0,.7);background:linear-gradient(295deg,rgba(0,0,0,.7),transparent)}.component-hero-slider .b-r .content-wrapper{text-align:right;-ms-flex-pack:end;justify-content:flex-end}.component-hero-slider .v-center picture{padding-bottom:56.25%}.component-hero-slider .v-center picture img{position:absolute;top:0;bottom:0;margin:auto}}@media (min-width:64em){.component-hero-slider.media-slider .slider-side-controls{padding-top:0;bottom:80px}}@media (max-width:63.9375em){.component-hero-slider.media-slider [class*=swiper-button]{display:none}}.component-hero-slider.media-slider .slider-controls{position:relative;padding-top:30px;padding-bottom:20px}@media (min-width:48em){.component-hero-slider.media-slider .slider-controls{padding-top:40px;padding-bottom:20px}}@media (min-width:90em){.component-hero-slider.media-slider .slider-controls{padding-top:25px;padding-bottom:20px}}.component-accordion{margin-bottom:80px}@media (max-width:47.9375em){.component-accordion{margin-bottom:60px}}.component-accordion .accordion-list{display:block;margin:0 -30px;padding:0;list-style:none}@media (max-width:47.9375em){.component-accordion .accordion-list{margin:0}}.component-accordion .accordion-list li{display:block;margin:0;padding:0;list-style:none;border-top:1px solid #d8d8d8}.component-accordion .accordion-list li:last-child{border-bottom:1px solid #d8d8d8}.component-accordion .accordion-list li>.accordion-toggle-button{display:none}.component-accordion .accordion-toggle{cursor:pointer}.component-accordion .accordion-title{display:block;margin:0;padding:0 60px 0 30px;position:relative}@media (max-width:47.9375em){.component-accordion .accordion-title{padding-left:0;padding-right:30px}}.component-accordion .accordion-title>.accordion-caret{display:block;width:15px;position:absolute;top:50%;right:30px;transform:translateY(-50%)}@media (max-width:47.9375em){.component-accordion .accordion-title>.accordion-caret{right:0}}.component-accordion .accordion-title>.accordion-caret use{fill:#bdc3c6}.component-accordion .accordion-title .accordion-headline{display:block;margin:0;padding-top:20px;padding-bottom:20px}.component-accordion .accordion-dropdown{font-size:18px;font-size:1.125rem;display:none;padding:0 60px 20px;line-height:1.67}@media (max-width:47.9375em){.component-accordion .accordion-dropdown{padding:0 20px 20px}}.component-accordion .accordion-dropdown ul{margin-left:20px;color:#1d1f20;font-weight:300}.component-accordion .accordion-dropdown ul li{display:list-item;list-style:disc;border-top:none}.component-accordion .accordion-dropdown ul li:last-child{border-bottom:none}.component-accordion .accordion-dropdown ul li a{color:#00b4eb}.component-accordion .accordion-dropdown p{margin-bottom:20px}.component-accordion .accordion-toggle-button:checked~.accordion-toggle .accordion-title>.accordion-caret{transform:translateY(-50%) rotate(-180deg)}.component-accordion .accordion-toggle-button:checked~.accordion-toggle .accordion-title>.accordion-caret use{fill:#0099da}.component-accordion .accordion-toggle-button:checked~.accordion-dropdown{display:block}.component-short-news{margin-bottom:80px;position:relative}@media (max-width:47.9375em){.component-short-news{margin-bottom:60px}}.component-short-news.green .short-news-bg{background-color:#c8f05a}.component-short-news.yellow .short-news-bg{background-color:#fffa7d}.component-short-news.cyan .short-news-bg{background-color:#a5ebe6}.component-short-news.orchid .short-news-bg{background-color:#55235f}.component-short-news.orchid .short-news-bg .heading{color:#1d1f20}.component-short-news .short-news-bg{height:50%;width:auto;padding-top:100px;padding-bottom:255px}@media (min-width:64em) and (max-width:89.9375em){.component-short-news .short-news-bg{padding-bottom:225px}}@media (max-width:47.9375em){.component-short-news .short-news-bg{padding:60px 15px 20px}}.component-short-news .short-news-bg .heading{color:#1d1f20;width:100%;word-spacing:100vw;letter-spacing:-.25px}.component-short-news .short-news-bg .heading span{color:#00b4ee}@media (max-width:47.9375em){.component-short-news .short-news-bg .heading{margin-left:-15px;margin-right:-15px}}.component-short-news .short-news-bg .subheading{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;color:#1d1f20;width:100%;word-spacing:100vw;letter-spacing:-.25px}.component-short-news .short-news-bg .subheading span{color:#00b4ee}@media (max-width:47.9375em){.component-short-news .short-news-bg .subheading{margin-left:-15px;margin-right:-15px}}.component-short-news .short-news-bg .h5{font-size:50px;font-size:3.125rem;line-height:48px;line-height:3rem}@media (min-width:64em) and (max-width:89.9375em){.component-short-news .short-news-bg .h5{font-size:40px;font-size:2.5rem;line-height:38px;line-height:2.375rem}}@media (max-width:63.9375em){.component-short-news .short-news-bg .h5{font-size:30px;font-size:1.875rem;line-height:28px;line-height:1.75rem}}@media (max-width:47.9375em){.component-short-news .short-news-bg .h5{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}.component-short-news .news-layout{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-pack:center;justify-content:center;max-width:100%;padding-left:15px;padding-right:15px;margin-top:-255px}@media (min-width:64em) and (max-width:89.9375em){.component-short-news .news-layout{margin-top:-225px}}@media (max-width:63.9375em){.component-short-news .news-layout{padding-left:7.5px;padding-right:7.5px}}@media (max-width:47.9375em){.component-short-news .news-layout{padding-left:0;padding-right:0;margin-top:0}}.component-short-news .news-layout .news-item{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.33% + 30px);flex-basis:calc(33.33% + 30px);max-width:calc(33.33% + 30px);background-color:hsla(0,0%,100%,.8);margin-left:-15px;margin-right:-15px;padding:40px 50px;position:relative}@media (max-width:63.9375em){.component-short-news .news-layout .news-item{-ms-flex-preferred-size:calc(33.33% + 15px);flex-basis:calc(33.33% + 15px);max-width:calc(33.33% + 15px);margin-left:-7.5px;margin-right:-7.5px;padding-top:20px;padding-left:20px;padding-right:20px}}@media (max-width:47.9375em){.component-short-news .news-layout .news-item{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:20px 0;border-bottom:1px solid #dee1e3}}.component-short-news .news-layout .news-item .date-wrapper{display:block}.component-short-news .news-layout .news-item .date-wrapper .teaser-date{font-weight:700;color:#808890}.component-short-news .news-layout .news-item .news-layout-box{max-width:100%}.component-short-news .news-layout .news-item .news-layout-box .title{font-family:VWTextWeb,Trebuchet MS,Helvetica,Arial,sans-serif;font-weight:700;font-style:normal;letter-spacing:-.25px;margin-top:10px;margin-bottom:10px}@media (max-width:47.9375em){.component-short-news .news-layout .news-item .news-layout-box .title{margin-top:5px;margin-bottom:5px}}@media (min-width:64em) and (max-width:89.9375em){.component-short-news .news-layout .news-item .news-layout-box .h7{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}@media (max-width:63.9375em){.component-short-news .news-layout .news-item .news-layout-box .h7{font-size:20px;font-size:1.25rem;line-height:25px;line-height:1.5625rem}}@media (max-width:47.9375em){.component-short-news .news-layout .news-item .news-layout-box .h7{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem}}.component-short-news .news-layout .news-item .news-layout-box .more{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;margin-top:10px;display:block;color:#1d1f20}.component-short-news .news-layout .news-item .news-layout-box .more:hover{color:#00b4eb}.component-short-news .news-layout .news-item .news-layout-box .more:hover:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226px%22%20height%3D%2211px%22%20viewBox%3D%220%200%206%2011%22%3E%3Cpath%20fill%3D%22%2300b4eb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%20.9c0%20.1%200%20.2.1.3l4.1%204.3L.1%209.8c-.1.1-.1.2-.1.3%200%20.1%200%20.2.1.3l.5.6h.3c.1%200%20.1%200%20.2-.1l4.8-5.1c.1-.1.1-.2.1-.3s0-.2-.1-.3L1.1.1C1%200%20.9%200%20.9%200%20.8%200%20.7%200%20.6.1L.1.7C0%20.7%200%20.8%200%20.9z%22%2F%3E%3C%2Fsvg%3E")}@media (max-width:47.9375em){.component-short-news .news-layout .news-item .news-layout-box .more{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;margin-top:5px}}.component-short-news .news-layout .news-item .news-layout-box .more:before{background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml;chartset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226px%22%20height%3D%2211px%22%20viewBox%3D%220%200%206%2011%22%3E%3Cpath%20fill%3D%22%231d1f20%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%20.9c0%20.1%200%20.2.1.3l4.1%204.3L.1%209.8c-.1.1-.1.2-.1.3%200%20.1%200%20.2.1.3l.5.6h.3c.1%200%20.1%200%20.2-.1l4.8-5.1c.1-.1.1-.2.1-.3s0-.2-.1-.3L1.1.1C1%200%20.9%200%20.9%200%20.8%200%20.7%200%20.6.1L.1.7C0%20.7%200%20.8%200%20.9z%22%2F%3E%3C%2Fsvg%3E")}@media (max-width:47.9375em){.component-short-news .news-layout .news-item .news-layout-box .more:before{width:5px;height:9px}}.component-short-news .news-layout .news-item .news-layout-box .news-layout-subtitle{font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;color:#1d1f20}.component-short-news .news-layout .news-item.push-item-small{margin-top:45px}@media (max-width:47.9375em){.component-short-news .news-layout .news-item.push-item-small{margin-top:0}}.component-short-news .news-layout .news-item.push-item-large{margin-top:90px}@media (min-width:64em) and (max-width:89.9375em){.component-short-news .news-layout .news-item.push-item-large{margin-top:70px}}@media (max-width:47.9375em){.component-short-news .news-layout .news-item.push-item-large{margin-top:0}}.component-short-news .news-layout .btn-wrapper{display:-moz-flex;display:-ms-flexbox;display:flex;margin-top:40px}@media (max-width:47.9375em){.component-short-news .news-layout .btn-wrapper{margin-top:60px}}.component-short-news .news-layout .btn-wrapper .btn{padding-top:12px;padding-bottom:14px;font-size:14px;line-height:16px;color:#1d1f20;text-decoration:none}.component-short-news .news-layout .btn-wrapper .btn:focus,.component-short-news .news-layout .btn-wrapper .btn:hover{color:#00b4eb;border-color:#00b4eb}@media (max-width:47.9375em){.subcomponent-newsletter-signup{margin-bottom:60px}}.subcomponent-newsletter-signup .newsletter-wrapper{position:relative}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper{min-height:inherit}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-bg{position:absolute;background-image:url(../img/article-header.png);background-size:cover;background-position:50%;background-repeat:no-repeat;bottom:0;top:0;left:0;right:0;height:100%}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-bg{position:relative;padding-top:45.454545%;width:100%;bottom:auto;top:auto;left:auto;right:auto}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-bg:after{background:rgba(0,0,0,.75);background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(84,84,84,0));content:"";position:absolute;z-index:1;left:0;top:0;right:0;bottom:0}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-bg:after{display:none}}.subcomponent-newsletter-signup .newsletter-wrapper .news-content-wrap{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-align:center;align-items:center;max-width:100%;padding-top:100px;padding-bottom:100px}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .news-content-wrap{padding-top:0;padding-bottom:0;min-height:inherit;height:inherit}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%;position:relative;z-index:2}@media (max-width:89.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-top:20px}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .heading{position:relative;z-index:1;letter-spacing:-.25px;color:#fff;margin-bottom:10px}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .heading{color:#1d1f20}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .h5{font-size:50px;font-size:3.125rem;line-height:48px;line-height:3rem}@media (min-width:64em) and (max-width:89.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .h5{font-size:40px;font-size:2.5rem;line-height:38px;line-height:2.375rem}}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .h5{font-size:30px;font-size:1.875rem;line-height:28px;line-height:1.75rem}}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .h5{font-size:25px;font-size:1.5625rem;line-height:25px;line-height:1.5625rem}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .h5 span:before{content:" ";display:block}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .subtitle{font-size:30px;font-size:1.875rem;line-height:40px;line-height:2.5rem;font-weight:300;color:#fff;position:relative;z-index:1}@media (min-width:48em) and (max-width:63.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .subtitle{font-size:25px;font-size:1.5625rem;line-height:34px;line-height:2.125rem}}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .subtitle{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem;color:#1d1f20}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .btn-wrapper{margin-top:20px}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .btn-wrapper{display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:40px}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .btn-wrapper .btn{border-color:#fff;color:#fff;padding:12px 15px 14px}@media (max-width:47.9375em){.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .btn-wrapper .btn{border-color:#000;color:#000}}.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .btn-wrapper .btn:focus,.subcomponent-newsletter-signup .newsletter-wrapper .newsletter-content .btn-wrapper .btn:hover{text-decoration:none;color:#00b4eb;border-color:#00b4eb}.subcomponent-article-download{
  /*! list */
  /*! colors */margin-bottom:80px}@media (max-width:47.9375em){.subcomponent-article-download{margin-bottom:60px}}.subcomponent-article-download ul{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:wrap;flex-flow:wrap;margin-bottom:10px;list-style:none}@media (max-width:47.9375em){.subcomponent-article-download ul{display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}}.subcomponent-article-download ul:hover li.headline a,.subcomponent-article-download ul:hover li.headline svg,.subcomponent-article-download ul:hover li.icon a,.subcomponent-article-download ul:hover li.icon svg{fill:#00b4eb;color:#00b4eb;text-decoration:none}.subcomponent-article-download ul li{font-size:18px;font-size:1.125rem;line-height:30px;line-height:1.875rem;display:inline-block;color:#1d1f20;font-weight:300}.subcomponent-article-download ul li:not(:first-child):before{content:"|";color:#bdc3c6;height:25px;margin-left:10px;margin-right:10px}@media (max-width:47.9375em){.subcomponent-article-download ul li:nth-of-type(2):before{display:none;content:""}}.subcomponent-article-download ul li a:hover{color:#1d1f20;text-decoration:none}.subcomponent-article-download ul li svg{display:inline-block;width:20px;height:21px;vertical-align:middle}.subcomponent-article-download ul .headline{font-weight:700}@media (max-width:47.9375em){.subcomponent-article-download ul .headline{width:100%;text-align:center}}.component-opt-in-out iframe{width:100%}

/*! a place for all the special snowflakes that need dirty coding BUT
use only if there is no other way cause this might kill a kitten somewhere */.header-editor-menu{margin-top:50px;margin-bottom:50px;float:left}table{width:100%!important}

/*! Completely remove from the flow and screen readers. */.is-hidden{display:none!important;visibility:hidden!important}

/*! Completely remove from the flow but leave available to screen readers. */.is-visuallyhidden{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px)}.hide{display:none!important}@media (max-width:47.9375em){.h-s{display:none!important}}@media (min-width:48em) and (max-width:63.9375em){.h-m{display:none!important}}@media (min-width:64em){.h-l{display:none!important}}@media (min-width:90em){.h-xl{display:none!important}}.ml-s{margin-left:15px!important}.mb-m{margin-bottom:15px!important}@media (min-width:48em){.mb-m{margin-bottom:30px!important}}@media (max-width:47.9375em){.mb-m-s{margin-bottom:30px!important}}.sg-pattern #configurator-nav{position:relative!important}.demo .col-wrapper,.demo .demo-block{padding:1em!important}.demo .col-wrapper{padding-left:0!important;padding-right:0!important}.mgnlEditorBar{-ms-flex:0 0 100%;flex:0 0 100%}.teaser-hero .hero-slide-link,.teaser-hero figure.edit-mode{width:100%}.teaser-hero figure.edit-mode .video-target{display:none}.teaser-hero figure.edit-mode .cover{width:100%}.teaser-hero .teaser-content.edit-mode{z-index:999;opacity:1}