/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
:root{--header-height:47px;--x-padding:1em;--aside-width:300px;--aside-width-hidden:-300px}@media only screen and (min-width:768px){:root{--header-height:60px}}@media only screen and (min-width:1140px){:root{--x-padding:2em}}html body{font:16px/26px sans-serif;letter-spacing:normal;-webkit-font-smoothing:antialiased;color:#666;background:#f8f8f8;width:100%;box-sizing:border-box}body *,body :after,body :before{box-sizing:inherit}#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:-1;opacity:0;transition:opacity 1s}#overlay.overlay-active{z-index:10;opacity:1}.no-scroll{overflow:hidden}.wrapper{margin:0 auto;width:100%}.landing_page .wrapper{padding-left:1em;padding-right:1em}@media only screen and (min-width:768px){.landing_page .wrapper{width:740px;padding-left:initial;padding-right:initial}}@media only screen and (min-width:1024px){.landing_page .wrapper{width:960px}}@media only screen and (min-width:1140px){.landing_page .wrapper{width:1090px}}@media only screen and (min-width:1280px){.landing_page .wrapper{width:1200px}}@media only screen and (min-width:1440px){.landing_page .wrapper{width:1200px}}#header{height:var(--header-height);position:fixed;width:100%;top:0;z-index:100}.sidebar-active.landing_page #header{width:var(--aside-width)}.sidebar-active.landing_page #header .wrapper{width:var(--aside-width)}#header .wrapper{display:flex;align-items:center;justify-content:space-between;padding:0 var(--x-padding)}.landing_page #header .wrapper{float:left}@media only screen and (min-width:768px){.landing_page #header .wrapper{float:none;padding:0}}#header.header--with-bg{background-color:#fabd00}#header.header--with-bg #logonav{--colorset-color:white}.landing_page #header.header--with-bg #logonav{--colorset-color:white}#header #logonav{--colorset-color:white;padding-top:10px}.landing_page #header #logonav{--colorset-color:#fabd00}#header #logonav .sprite__wrapper{font-size:.5em}@media only screen and (min-width:768px){#header #logonav{padding-left:0}#header #logonav .sprite__wrapper{font-size:.8em}}#header #weather{flex-basis:50%;display:flex;align-items:center;justify-content:flex-end}.landing_page #header #weather{display:none}#header #weather>a{display:flex;color:#fff;font-weight:700;font-size:1.2em}#header #weather>a #weatherIcon{margin-right:5px;display:flex;align-items:center}@media (min-width:480px){#header #weather>a #weatherIcon{margin-right:10px}}#header #weather>a #weatherIcon img{height:32px;width:32px}@media (min-width:480px){#header #weather>a #weatherIcon img{height:45px;width:45px}}#header #weather>a #weatherTemp{font-weight:400;font-size:20px;color:#fff;display:flex;align-items:center}#header #menu-open{color:#fff;font-size:2em;display:flex;cursor:pointer;align-items:center}@media only screen and (min-width:768px){#header #menu-open{font-size:3em}}#header #menu-open #menu-button{width:1.25em;height:1.25em}#header #menu-open #menu-button #bottom-line,#header #menu-open #menu-button #middle-line,#header #menu-open #menu-button #top-line{transform-box:fill-box;transform-origin:center}#header #menu-open #menu-button #top-line{animation:rotate-down .3s ease-out both}#header #menu-open #menu-button #bottom-line{animation:rotate-up .3s ease-out both}#header #menu-open #menu-button #middle-line{animation:unhide .3s ease-out forwards}#header #menu-open #menu-button.burger-active #top-line{animation:down-rotate .3s ease-out both}#header #menu-open #menu-button.burger-active #bottom-line{animation:up-rotate .3s ease-out both}#header #menu-open #menu-button.burger-active #middle-line{animation:hide .3s ease-out forwards}@keyframes up-rotate{0%{transform:translateY(0)}30%{transform-origin:center;transform:translateY(-10px)}100%{transform-origin:center;transform:translateY(-10px) rotate(45deg) scale(.9)}}@keyframes rotate-up{0%{transform:translateY(-10px) rotate(45deg) scale(.9)}30%{transform-origin:center;transform:translateY(-10px)}100%{transform-origin:center;transform:translateY(0)}}@keyframes down-rotate{0%{transform:translateY(0)}30%{transform-origin:center;transform:translateY(10px)}100%{transform-origin:center;transform:translateY(10px) rotate(-45deg) scale(.9)}}@keyframes rotate-down{0%{transform:translateY(10px) rotate(-45deg) scale(.9)}30%{transform-origin:center;transform:translateY(10px)}100%{transform-origin:center;transform:translateY(0)}}@keyframes hide{29%{opacity:1}30%{opacity:0}100%{opacity:0}}@keyframes unhide{29%{opacity:0}30%{opacity:0}100%{opacity:1}}#header,#header .wrapper{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}#page-container{margin-top:var(--header-height);display:flex;flex-direction:row-reverse;position:relative}.landing_page #page-container{margin-top:0}#page-container>aside{position:fixed;width:var(--aside-width);top:var(--header-height);left:var(--aside-width-hidden);bottom:0;z-index:99;transition:.3s;overflow-y:auto;border-right:1px solid #ccc;background-color:#f0f0f0}#page-container>aside.sidebar-active{left:0}@media only screen and (min-width:1280px){body:not(.landing_page) #page-container>aside{position:relative;top:0;left:initial;margin-left:0;flex-grow:0;flex-shrink:0;overflow-y:inherit}body:not(.landing_page) #page-container>aside.sidebar-active{margin-left:0}body:not(.landing_page) #page-container>aside.sidebar-inactive{margin-left:var(--aside-width-hidden)}}#page-container>main{background-color:#f8f8f8;padding:1em var(--x-padding);box-sizing:border-box;flex-grow:1;flex-shrink:1;min-width:1%;width:auto}.landing_page #page-container>main{padding:0}#page-container>main nav.breadcrumb{display:flex;font-size:.8em;padding:0;line-height:1.5em;white-space:nowrap;border-bottom:1px solid #fabd00;border-right:none;align-items:center;overflow-x:scroll;scrollbar-width:none}#page-container>main nav.breadcrumb::-webkit-scrollbar{display:none}#page-container>main nav.breadcrumb ol{padding:0;margin:0;display:flex;align-items:center;flex-wrap:nowrap;list-style:none}#page-container>main nav.breadcrumb ol li{color:#05a0e2;padding:0 .25em 0 0}#page-container>main nav.breadcrumb ol li svg{color:#fabd00}#page-container>main nav.breadcrumb ol li a{color:#05a0e2}#page-container>main #contextnav{display:flex;justify-content:space-between;margin-bottom:1.5em}#page-container>main #contextnav ul{font-size:.8em;padding:.5em 0;margin:0;display:flex;align-items:center;gap:.25em .5em;flex-wrap:wrap;transition:max-height .4s ease;max-height:2.5em;overflow:hidden}#page-container>main #contextnav ul.expanded{max-height:60em}#page-container>main #contextnav ul li a{color:#fff;background:#05a0e2;padding:.25em .5em;border-radius:3px;white-space:nowrap}#page-container>main #contextnav div.toggle{display:flex;align-items:center;background-color:#fabd00;border-radius:.25em;height:1.5em;padding:.5em 0;margin-top:.5em;margin-right:.1em;cursor:pointer;animation:pulseBg 2s infinite}@media only screen and (min-width:768px){#page-container>main #contextnav div.toggle{margin-right:.2em}}@keyframes pulseBg{0%,40%,50%,60%{background-color:#fabd00}45%,55%{background-color:#da9d00}}#page-container>main #contextnav div.toggle:hover{background-color:#05a0e2;animation:none}#page-container>main #contextnav div.toggle svg{width:2em;height:1em;color:#fff;transition:transform .4s ease}@media only screen and (min-width:768px){#page-container>main #contextnav div.toggle svg{width:3em}}#page-container>main #contextnav div.toggle.on svg{transform:rotateX(180deg)}#page-container>main #contextnav div.toggle.disabled{display:none}#page-container>main article header.pt-0{padding-top:0}#page-container>main article header h1{color:#000;font-weight:700;line-height:1.05em;margin-bottom:.25em;font-size:1.8em}@media only screen and (min-width:768px){#page-container>main article header h1{font-size:2em}}@media only screen and (min-width:1024px){#page-container>main article header h1{font-size:2.2em}}@media only screen and (min-width:1140px){#page-container>main article header h1{font-size:2.4em}}#page-container>main article header h2{color:#999;font-weight:400;font-size:1em;line-height:1.25em;margin:0}#page-container>main article header picture{display:block;margin:1em -1em;height:215px}.landing_page #page-container>main article header picture{margin:0!important}.landing_page #page-container>main article header picture img{border-radius:0!important}@media only screen and (min-width:768px){.event.full #page-container>main article header picture{display:block}}.event.full #page-container>main article header picture,.node-123 #page-container>main article header picture,.node-542004 #page-container>main article header picture{height:150px;margin:0 -1em}.event.full #page-container>main article header picture img,.node-123 #page-container>main article header picture img,.node-542004 #page-container>main article header picture img{object-position:top}@media only screen and (min-width:768px){.event.full #page-container>main article header picture,.node-123 #page-container>main article header picture,.node-542004 #page-container>main article header picture{height:300px;display:block}}@media only screen and (min-width:1024px){.event.full #page-container>main article header picture,.node-123 #page-container>main article header picture,.node-542004 #page-container>main article header picture{margin:1em 0}}@media only screen and (min-width:768px){#page-container>main article header picture{height:300px}}@media only screen and (min-width:1024px){#page-container>main article header picture{margin:1em 0}}@media only screen and (min-width:1280px){.sidebar-active #page-container>main article header picture{margin:1em 0}.sidebar-active #page-container>main article header picture img{border-radius:.25em}}#page-container>main article header picture img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:1024px){#page-container>main article header picture img{border-radius:.25em}}#page-container>main article nav.anchor.of-x-scroll{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}#page-container>main article nav.anchor.of-x-scroll::-webkit-scrollbar{display:none}#page-container>main article nav.anchor.of-x-scroll ul{font-size:.9em;flex-wrap:nowrap}#page-container>main article nav.anchor ul{font-size:.8em;padding:0;display:flex;justify-content:initial;align-items:center;flex-wrap:wrap;gap:.5em}@media only screen and (min-width:768px){#page-container>main article nav.anchor ul{padding:0;justify-content:flex-start;gap:1em}}#page-container>main article nav.anchor ul li a{color:#fff;background:#05a0e2;padding:.25em .5em;border-radius:3px;white-space:nowrap}#page-container>main article .body h2,#page-container>main article .intro h2,#page-container>main article footer h2{margin:revert;font-size:revert;text-align:left}@media only screen and (min-width:1024px){#page-container>main article .intro p,#page-container>main article .last_comment,#page-container>main article .paragraph,#page-container>main article .selection footer{font-size:1em}}
#cookie-bar{background:#333;height:auto;line-height:24px;color:#fff;text-align:center;z-index:10000;font-size:1em;-webkit-box-shadow:0 0 1.5em 3px rgba(0,0,0,.66);box-shadow:0 0 1.5em 3px rgba(0,0,0,.66)}#cookie-bar.fixed{position:fixed;top:0;left:0;width:100%}#cookie-bar.fixed.bottom{bottom:0;top:auto}#cookie-bar h2{margin:1em 0;padding:0;font-weight:700}#cookie-bar p{margin:auto;padding:0;max-width:450px}#cookie-bar>div{display:flex;justify-content:center;gap:1em;margin:2em}#cookie-bar button{font-weight:700;font-size:1.2em;color:#fff;display:inline-block;border-radius:3px;text-decoration:none;padding:.5em 1em;border:2px solid green;width:12em}#cookie-bar .cb-enable{background:green}#cookie-bar .cb-enable:hover{background:#006400}#cookie-bar .cb-disable{background:#900;border-color:#900}#cookie-bar .cb-disable:hover{background:#b00}#cookie-bar .cb-policy{display:block;text-align:center;font-weight:700}#cookie-bar .cb-policy:hover{text-decoration:underline}#cookie-bar div#cc-cookies-list{display:none;overflow:scroll;max-height:50vh;margin:1em 0 0}#cookie-bar div#cc-cookies-list.enable{display:block}.visually-hidden{display:none}.modal-window{position:fixed;background-color:rgba(0,0,0,.75);top:0;right:0;bottom:0;left:0;z-index:999;opacity:0;overflow-x:hidden;overflow-y:auto;display:none;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;isolation:isolate}.modal-window:target{opacity:1;pointer-events:auto;display:block}.modal-window .valign-helper{display:table;height:100%;width:100%;pointer-events:none}.modal-window .valign-middle{display:table-cell;vertical-align:middle;pointer-events:none}.modal-window .modal-dialog{width:600px;margin:auto;padding:100px 0;position:relative}.modal-window .modal-content{width:95%;height:inherit;margin:0 auto;pointer-events:all;background:#fff;color:#333}@media only screen and (min-width:768px){.modal-window .modal-content{width:80%}}.modal-window .modal-content .modal-body{padding:.5em}@media only screen and (min-width:768px){.modal-window .modal-content .modal-body{padding:2em}}.modal-window .modal-content .modal-body .button{margin-top:1em;padding:.5em 1em}.modal-window .modal-content .modal-header{font-weight:700;color:#fff;background-color:#fabd00;padding:.5em;font-size:1.2em;position:relative}@media only screen and (min-width:768px){.modal-window .modal-content .modal-header{padding:1em}}.modal-window .modal-content .modal-header .modal-close.button{top:1em;right:1em;bottom:auto}@media only screen and (min-width:768px){.modal-window .modal-content .modal-header .modal-close.button{top:1.5em}}.modal-window .modal-content .modal-footer{color:#fff;background-color:#fabd00;position:relative}.modal-close.button{padding:0 .5em!important;font-weight:700;font-size:.8rem;margin:0;position:absolute;bottom:1em;right:1em}@media only screen and (min-width:768px){.modal-close.button{padding:0 1rem!important}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes zoomIn{from{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes bounceBtn{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}#block-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:9999;font-family:sans-serif;animation:fadeIn .5s ease forwards}#block-modal .modal-content{position:relative;width:90%;max-width:400px;margin:10vh auto;background:#fff;border-radius:12px;padding:20px;box-shadow:0 8px 30px rgba(0,0,0,.3);animation:zoomIn .4s ease forwards}#block-modal .close-btn{position:absolute;top:12px;right:12px;background:0 0;border:none;font-size:20px;cursor:pointer}#block-modal .advisor{display:flex;align-items:center;margin-bottom:15px}#block-modal .advisor img{width:200px;height:147px;border-radius:12px;border:2px solid #fabd00;margin-right:12px;object-fit:cover;box-shadow:0 2px 6px rgba(0,0,0,.2)}#block-modal .buy-btn{display:block;text-align:center;background:#05a0e2;color:#fff;padding:14px;border-radius:6px;text-decoration:none;font-weight:700;margin-top:16px;transition:transform .2s ease}#block-modal .buy-btn:hover{animation:bounceBtn .3s ease}#block-modal ul.args{padding-left:0;font-size:14px;list-style:none}#block-modal ul.args li{display:flex;align-items:center;gap:8px;margin-bottom:6px}#block-modal ul.args li svg{width:1.2em;height:1.2em;stroke:green;stroke-width:3}.gmap .mapMakerContent{float:left;font-family:arial}.gmap .mapMakerName{font-weight:700!important;font-size:15px!important}.gmap .mapMakerName a{font-weight:700!important;font-size:13px!important}.gmap .mapMakerDesc{font-size:11px!important;white-space:nowrap}.gmap .mapMakerImage{margin-right:10px;float:left;width:80px;height:80px}.asyncdialog{z-index:110000;position:fixed;top:0;left:0;width:100%;height:100%}.asyncdialog .content{z-index:1101;background-color:#f0ede9;padding:1.5em;position:relative;border:solid 10px #fff;border-radius:5px;margin:5%;height:90%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:3px 3px 10px rgba(0,0,0,.3)}.asyncdialog .content .close{font-size:24px;position:absolute;right:-3px;top:-3px;color:#fabd00;border:5px solid #fff;border-radius:3px;line-height:23px;background-color:#fff;cursor:pointer}.asyncdialog .content .close:before{margin:0}.asyncdialog .content .close:hover{color:#fbd666}@media screen and (max-width:720px){.asyncdialog .content{border:none;border-radius:0;margin:0!important;height:100%!important;width:100%!important}.asyncdialog .content .close:after{font-size:2em;position:absolute;right:.1em;top:.1em}}.asyncdialog.modal{background-color:rgba(0,0,0,.7)}.asynctooltip{display:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:1100}.asynctooltip .content{background-color:#fff;border-top:1px solid #fff;border-bottom:1px solid #d0d0c0;color:#666;border-radius:3px;padding:5px;margin-top:15px;margin-bottom:15px}.asynctooltip .arrow{width:70px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-35px;bottom:0}.asynctooltip .arrow.top{top:0;bottom:auto}.asynctooltip .arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);tranform:rotate(45deg);background-color:#fff;border:1px solid #d0d0c0}.asynctooltip .arrow.top:after{bottom:-20px;top:auto}.slider{position:relative;overflow:hidden}.slider div::-moz-selection{background:0 0}.slider div::selection{background:0 0}.slider .sliderWrapper{visibility:hidden;overflow:hidden;position:relative;height:100%}.slider .sliderWrapper>.slide,.slider .sliderWrapper>figure{float:left;overflow:hidden;width:100%;height:100%;position:relative;-webkit-transition:-webkit-transform .4s;-moz-transition:-moz-transform .4s;-o-transition:-o-transform .4s;transition:transform .4s;margin:0}.slider .sliderWrapper>.slide img,.slider .sliderWrapper>figure img{display:block}.noTransition.slider .sliderWrapper>.slide,.noTransition.slider .sliderWrapper>figure{-moz-transition:none;-webkit-transition:none;-o-transition:color 0 ease-in;transition:none}.slider{overflow:hidden;visibility:hidden;position:relative}.slider .sliderWrapper{overflow:hidden;position:relative}.slider .sliderWrapper>figure{float:left;width:100%;position:relative}.slider .sliderNextControl,.slider .sliderPrevControl{width:20%;height:100%;position:absolute;top:0;cursor:pointer}.slider .sliderNextControl div.bg,.slider .sliderPrevControl div.bg{left:0;position:absolute;background-color:rgba(0,0,0,.2);padding:.5em .5em .5em 3em;font-size:.5em;top:47%}@media only screen and (min-width:768px){.slider .sliderNextControl div.bg,.slider .sliderPrevControl div.bg{font-size:1em;top:42%}}.slider .sliderNextControl div.bg div.arrow,.slider .sliderPrevControl div.bg div.arrow{border-style:solid;border-width:1.5em 2em 1.5em 0;border-color:transparent #fff transparent transparent;height:0;width:0}.slider .sliderNextControl{right:0}.slider .sliderNextControl div.bg{left:inherit;right:0;padding:.5em 3em .5em .5em}.slider .sliderNextControl div.bg div.arrow{border-width:1.5em 0 1.5em 2em;border-color:transparent transparent transparent #fff}.slider .sliderSwipeHelper{background-image:url('../layout-2013/images/swipeHelper.png');width:80px;height:80px;right:10px;bottom:10px;position:absolute}.slider .sliderBullet{width:100%;text-align:center;position:absolute;bottom:6%}@media only screen and (min-width:768px){.slider .sliderBullet{bottom:10%}}.slider .sliderBullet .sliderBulletWrapper{background-color:rgba(0,0,0,.2);margin:0;padding:0 .5em;display:inline-block;font-size:.8em}@media only screen and (min-width:768px){.slider .sliderBullet .sliderBulletWrapper{font-size:1em}}.slider .sliderBullet .sliderBulletWrapper>li{display:inline-block;list-style:none;width:0;height:0;margin-right:.8em;border:.4em #fff solid;cursor:pointer}@media only screen and (min-width:768px){.slider .sliderBullet .sliderBulletWrapper>li{margin-right:.5em}}.slider .sliderBullet .sliderBulletWrapper>li:last-child{margin-right:0}.slider .sliderBullet .sliderBulletWrapper>li.on{border-color:#fabd00}.slider .autoplay{bottom:0;left:0;position:absolute;height:5px;background-color:#000;width:0}.slider .autoplay.play{-moz-animation:autoplay 7s ease-out infinite;-webkit-animation:autoplay 7s ease-out infinite;-o-animation:autoplay 7s ease-out infinite;animation:autoplay 7s ease-out infinite}.no-touch .slider:hover .autoplay.play{-moz-animation-play-state:paused;-webkit-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}@-moz-keyframes autoplay{0%{width:0%;opacity:0}20%{width:0%;opacity:.3}80%{width:100%;opacity:.7}90%{width:100%;opacity:.3}100%{width:100%;opacity:0}}@-webkit-keyframes autoplay{0%{width:0%;opacity:0}20%{width:0%;opacity:.3}80%{width:100%;opacity:.7}90%{width:100%;opacity:.3}100%{width:100%;opacity:0}}@-o-keyframes autoplay{0%{width:0%;opacity:0}20%{width:0%;opacity:.3}80%{width:100%;opacity:.7}90%{width:100%;opacity:.3}100%{width:100%;opacity:0}}@keyframes autoplay{0%{width:0%;opacity:0}20%{width:0%;opacity:.3}80%{width:100%;opacity:.7}90%{width:100%;opacity:.3}100%{width:100%;opacity:0}}
#debug{display:block}article iframe{width:100%!important;max-width:1090px}@media screen and (max-width:767px){.mobilehidden{display:none}}ul.item-list{padding:0}.orange{color:#fabd00}.blue{color:#05a0e2}.obflink{color:#05a0e2;cursor:pointer}.spamfilter{display:none}div.object-left{float:left;margin:4px 10px 5px 0}div.object-center.full-width,div.object-left.full-width,div.object-right.full-width{float:none;margin:0}.item-box div.object-left{float:none;margin:0}div.object-center{margin-left:auto;margin-right:auto;text-align:center}div.object-right{float:right;margin:0 0 5px 10px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.left{float:left}.right{float:right}.bold{font-weight:700}.bolder{font-weight:bolder}.break,.clear{clear:both}.small{font-size:small}.ezxmltags.bullet{border:3px solid #fabd01;border-radius:2em;padding:.4rem .6rem;background:#fabd0111;color:#05a0e2;font-size:1.25rem;display:block;margin-right:.5em;float:left;width:2.25rem;height:2.25rem;margin-top:-.25em;font-weight:700;line-height:1rem}h2.large,h3.large,h4.large{font-size:large}h2.x-large,h3.x-large,h4.x-large{font-size:x-large}h2.xx-large,h3.xx-large,h4.xx-large{font-size:xx-large}h2.xxx-large,h3.xxx-large,h4.xxx-large{font-size:xxx-large}h2.small,h3.small,h4.small{font-size:small}h2.x-small,h3.x-small,h4.x-small{font-size:x-small}h2.xx-small,h3.xx-small,h4.xx-small{font-size:xx-small}.cols-2{display:block}@media only screen and (min-width:1024px){.cols-2{display:grid;grid-template-columns:.75fr 1fr;gap:2em;align-items:stretch}}.cols-2 [class*=object-]{height:100%}.cols-2 .class-image{height:100%}.cols-2 .class-image img{width:100%!important;height:auto!important;object-fit:cover;display:block}[class^=box-]{padding:2em;border-radius:.5em;margin-top:1em}[class^=box-] h2:first-of-type,[class^=box-] h3:first-of-type,[class^=box-] h4:first-of-type,[class^=box-] p,[class^=box-] ul,[class^=box-].cols-2>div h2:first-of-type,[class^=box-].cols-2>div h3:first-of-type,[class^=box-].cols-2>div h4:first-of-type,[class^=box-].cols-2>div p,[class^=box-].cols-2>div ul{margin-top:0!important}[class^=box-][class*="-white"]{padding:2em;border-radius:.5em;background-color:#fff}[class^=box-][class*="-white"][class*="-border"]{border:1px solid #fabd00}[class^=box-][class*="-white"] table.background td,[class^=box-][class*="-white"] table.background th{background-color:#f8f8f8}[class^=box-].cols-2>div>[class*="-dark"][class*="-dark"],[class^=box-]>[class*="-dark"][class*="-dark"],[class^=box-][class*="-dark"]{padding:2em;border-radius:.5em;background-color:#f9f9f9}[class^=box-].cols-2>div>[class*="-orange"][class*="-orange"],[class^=box-]>[class*="-orange"][class*="-orange"],[class^=box-][class*="-orange"]{padding:2em;border-radius:.5em;background-color:rgba(247,148,30,.05)}.content-tip{background:#fff;border-radius:1em;border:1px solid #fabd00;justify-content:center;display:flex;padding:1em;align-items:center;flex-direction:column;margin-top:1em}.content-tip:hover{background-color:rgba(247,148,30,.1);cursor:pointer}@media only screen and (min-width:1024px){.content-tip{gap:1em;flex-direction:row}}.content-tip .ct-left .sprite__wrapper .sprite{width:4em}@media only screen and (min-width:1024px){.content-tip .ct-left .sprite__wrapper .sprite{width:4em}}.content-tip .ct-text{padding-bottom:1em}.content-tip .ct-text .title{color:#fabd00;font-size:1.5em;font-weight:700;line-height:1.5em;margin-bottom:1em;text-align:center}@media only screen and (min-width:1024px){.content-tip .ct-text{padding-bottom:0}.content-tip .ct-text .title{text-align:initial;margin-bottom:initial}}.content-tip .ct-right{mix-blend-mode:darken;text-align:center}.content-tip .ct-right img{text-align:center;width:100%}@media only screen and (min-width:1024px){.content-tip .ct-right img{width:200px}}table.background{border-collapse:separate;border-spacing:4px;font-size:.9em}table.background td,table.background th{text-align:left;padding:.5em;background-color:#fff}table.background th{color:#fabd00}table.background td>ul{margin:0}table.background td>ul li:last-child{padding-bottom:0}ul.check-g{list-style:none;padding:0}ul.check-g li{margin:0;border-bottom:none;border-top:none;padding:0 0 .5em 1.5em;position:relative;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='4' stroke='green'><path stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5' /></svg>");background-repeat:no-repeat;background-position:0 4px;background-size:1em 1em;list-style-type:none}ul.check-g li li:last-child{padding-bottom:0}ul.mark-r{list-style:none;padding:0}ul.mark-r li{margin:0;border-bottom:none;border-top:none;padding:0 0 .5em 1.5em;position:relative;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='red'><path stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12' /></svg>");background-repeat:no-repeat;background-position:0 4px;background-size:1em 1em;list-style-type:none}ul.mark-r li li:last-child{padding-bottom:0}ul.checked{line-height:2.5em}ul.checked li{margin:0;border-bottom:none;border-top:none;padding:0}ul.checked li:before{content:"✓";color:green;font-size:2em;line-height:.5em}ul.arrow-o{list-style:none;padding:0}ul.arrow-o li{padding:0 0 .5em 1.5em;position:relative}ul.arrow-o li li:last-child{padding-bottom:0}ul.arrow-o li:before{position:absolute;content:'➜';left:0;color:#fabd00}span.arrow-o{border-style:solid;border-width:.4em 0 .4em .6em;border-color:transparent transparent transparent #fabd00;width:.5em;height:.5em;float:left;margin:.3em .3em 0 0}span.arrow-b{border-style:solid;border-width:.4em 0 .4em .6em;border-color:transparent transparent transparent #05a0e2;width:.5em;height:.5em;float:left;margin:.3em .3em 0 0}a.arrow-o:before,a.arrow:before{content:'➜';float:left;color:#fabd00;margin-right:.5em}div.quote-container{font-style:italic;color:#fabd00;display:flex;align-items:inherit}div.quote-container.object-center{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;margin-top:1em;margin-bottom:1em;display:flex;align-items:inherit}@media only screen and (min-width:768px){div.quote-container.object-center{display:inline;float:left;width:64.58333333%;margin-left:1.04166667%;margin-right:1.04166667%;margin-right:17.70833333%;margin-left:17.70833333%;display:flex;margin-top:2em;margin-bottom:2em}}article.box .content div.quote-container.object-center{width:100%;display:flex;align-items:inherit;margin:2em 0}div.quote-container.object-right{float:none;border-radius:.5em;background-color:rgba(247,148,30,.025);margin:10px auto;width:90%;font-size:1.25em;padding:.25em}@media only screen and (min-width:768px){div.quote-container.object-right{float:right;margin:0 0 0 1em;width:33%;padding:1em}}div.quote-container div.quoteleft-b,div.quote-container div.quoteleft-o{font-size:1.2em;transform:scaleX(-1);align-self:flex-start}@media only screen and (min-width:1024px){div.quote-container div.quoteleft-b,div.quote-container div.quoteleft-o{font-size:1.6em}}div.quote-container div.quoteright-b,div.quote-container div.quoteright-o{font-size:1.2em;align-self:flex-end}@media only screen and (min-width:1024px){div.quote-container div.quoteright-b,div.quote-container div.quoteright-o{font-size:1.6em}}div.quote-container div.quote-content{text-align:center;color:#fabd00;font-size:1em}@media only screen and (min-width:1024px){div.quote-container div.quote-content{font-size:1.3em}}.valign{display:table;height:100%;width:100%;margin:auto;position:relative;z-index:1}.valign .va-row{display:table-row}.valign .va-middle{vertical-align:middle;display:table-cell}div.factbox{display:inline;float:left;width:47.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;color:#666;font-size:.9em;padding:.5em 1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:10px}div.factbox h2{margin:0 0 .2em;font-size:1.3em;text-shadow:none}div.factbox h2.white{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}div.factbox h2.blue{color:#05a0e2}div.factbox h2.orange{color:#fabd00}div.factbox.medium{display:inline;float:left;width:47.91666667%;margin-left:1.04166667%;margin-right:1.04166667%}div.factbox.small{display:inline;float:left;width:31.25%;margin-left:1.04166667%;margin-right:1.04166667%}div.factbox.large{display:inline;float:left;width:64.58333333%;margin-left:1.04166667%;margin-right:1.04166667%}div.factbox.full{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%}div.factbox.right{margin-right:0;margin-left:1em;float:right}div.factbox.left{margin-left:0;margin-right:1em;float:left}div.factbox.blue{background-color:rgba(65,124,190,.2)}div.factbox.orange{background-color:rgba(247,148,30,.2)}.smartphone{display:none}p.center{text-align:center}.catcher p{margin:0}.sblock.embed{margin-top:1.5em}@media only screen and (min-width:768px){.sblock.embed{margin-top:2em}}.sblock.embed h3{font-size:1.8em;line-height:1.2em;text-align:left;margin-top:0;font-weight:700}.sblock.embed h2 a{font-weight:400}.sblock.embed a{font-weight:700;width:100%}.sblock.embed ul a{float:none;display:inherit}.sblock.embed .object-left{display:block!important}.sblock.embed .class-image{display:block!important}@media screen and (max-width:767px){.class-image img{width:100%;height:auto;padding:1em 1.5em}}.paragraph .class-image img{width:100%;height:auto;padding:initial}@media only screen and (min-width:768px){.paragraph .class-image img{width:initial;max-width:640px}}@media only screen and (min-width:1024px){.paragraph .class-image img{width:initial;max-width:900px}}#jquery-overlay{position:absolute;top:0;left:0;z-index:1100}#message{position:fixed;z-index:10001;visibility:hidden;top:200px;left:0;right:0;margin:0 auto;width:80%;padding:2em;background:#fff;font-size:1em;color:#666;font-weight:700;text-align:center;border-radius:10px;line-height:1.5em;border:2px solid #fabd00;box-shadow:3px 3px 10px #0006}@media only screen and (min-width:1024px){#message{width:28%}}figure{margin:0}.sprite__container{visibility:hidden;height:0;width:0;overflow:hidden}@-moz-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-moz-transform:translateY(-50px)}10%{opacity:1;-moz-transform:translateY(0)}25%{opacity:1;-moz-transform:translateY(0)}30%{opacity:0;-moz-transform:translateY(50px)}80%{opacity:0}100%{opacity:0}}@-webkit-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-webkit-transform:translateY(-50px)}10%{opacity:1;-webkit-transform:translateY(0)}25%{opacity:1;-webkit-transform:translateY(0)}30%{opacity:0;-webkit-transform:translateY(50px)}80%{opacity:0}100%{opacity:0}}@-ms-keyframes topToBottom{0%{opacity:0}5%{opacity:0;-ms-transform:translateY(-50px)}10%{opacity:1;-ms-transform:translateY(0)}25%{opacity:1;-ms-transform:translateY(0)}30%{opacity:0;-ms-transform:translateY(50px)}80%{opacity:0}100%{opacity:0}}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none;list-style-image:none}body{-webkit-animation:bugfix infinite 1s}@-webkit-keyframes bugfix{from{padding:0}to{padding:0}}h1,h2,h3{font-weight:400;color:#fabd00}h1{font-size:1.5em;line-height:1.1em;margin:.3em 0}@media only screen and (min-width:768px){h1{font-size:2em;line-height:1.2em}}@media only screen and (min-width:1024px){h1{font-size:2em;line-height:1.2em}}@media only screen and (min-width:1140px){h1{font-size:2.4em;line-height:1.3em}}@media only screen and (min-width:1280px){h1{font-size:2.5em;line-height:1.4em}}.selection{margin-top:2em}.box{box-sizing:border-box}.marginTop{margin-top:1em}.navigator{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;font-size:.8em;line-height:1.7em;text-align:right}.navigator a{color:#fabd00;padding:0 .5em;display:inline-block;text-transform:uppercase;background:#fff;border:1px solid rgba(247,148,30,.4)}.navigator a:hover{background:#fabd00;color:#fff}.navigator .current{color:#fff;padding:0 .5em;display:inline-block;background:#fabd00;text-transform:uppercase;border:1px solid #fabd00}input::-webkit-input-placeholder{color:silver}input:-moz-placeholder{color:silver}input::-moz-placeholder{color:silver}input:-ms-input-placeholder{color:silver}input,textarea{padding:.5em;border-radius:3px;border:1px solid #d0d0c0;box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);background:#f8f8f8}form.form.comment{margin-top:2em}form.form.comment label{display:block;font-weight:700;margin-bottom:.1em}form.form.comment input.text,form.form.comment textarea{width:97%;margin-bottom:2em}form.form.comment input.button{width:40%}form.form.comment .comments_addbutton{text-align:center}.button,.defaultbutton{text-decoration:none;display:inline-block;zoom:1;vertical-align:baseline;outline:0;cursor:pointer;text-align:center;padding:.5em 1em;margin:0 2px;font-weight:700;color:#fff!important;box-shadow:none;border-radius:.25rem}.button span.icon-right,.defaultbutton span.icon-right{float:right}.button.big{font-size:1.6em;padding:.5em 0 .55em}.button.small{font-size:1em;padding:.1em 0 .15em}.button.verysmall{font-size:1em;line-height:1.2em;padding:.2em}.buttonGroup .button{border-radius:0;margin:0}.button,.button.blue,.button.orange,.defaultbutton{background-color:#05a0e2;border:none;text-transform:uppercase;color:#fff;font-weight:700;cursor:pointer}.button a,.button.blue a,.button.orange a,.defaultbutton a{color:#fff}.button.blue:hover,.button.orange:hover,.button:hover,.defaultbutton:hover{background-color:#087d9f}.button:hover{text-decoration:none}.button.blue:hover,.button.orange:hover,.button:hover,.defaultbutton:hover{text-decoration:none;color:#087d9f}form .maincontentheader{margin:2em 0 1.5em 0}form .block{margin:.5em}form .buttonblock{margin-top:1em}#content-youlette-container{text-align:center}#content-youlette-container img{width:100%;padding:2em 0}@media only screen and (min-width:1024px){#content-youlette-container img{max-width:640px}}.ir{background-color:transparent;border:0;overflow:hidden}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}@media print{*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@media screen and (max-width:720px){.desktop{display:none}.smartphone{display:block}}
a{color:#05a0e2;text-decoration:none}nav ol,nav ul{list-style:none}nav ol li a,nav ul li a{text-decoration:none}#community_buttons_full{clear:both;margin-bottom:1em;padding:.5em}#community_buttons_full div{float:left;margin:3px 1em 0 0;width:16%;height:23px}#community_buttons_full .comments{float:right;margin:0;width:initial}#community_buttons_full .comments .button{font-size:.9em}.body.searchresult header{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%}.body.searchresult form{width:100%;float:left;margin-top:1em;margin-bottom:1em}.body.searchresult .message{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%}.body.searchresult .message p{margin-top:1em}.body.searchresult input.halfbox{display:inline;float:left;width:72.91666667%;margin-left:1.04166667%;margin-right:1.04166667%}.body.searchresult input.button{display:inline;float:left;width:22.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;padding:.6em .5em}.body.searchresult ul.searchresults{padding:0;list-style-type:none;font-size:.9em;line-height:1.4em;margin-top:1em;float:left;-ms-word-break:break-all;word-break:break-all}.body.searchresult ul.searchresults li.searchresult{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;border-radius:0!important;background:#fff;margin-bottom:1.5em}.body.searchresult ul.searchresults li.searchresult h3{font-style:1.4em}.error ul,.sitemap ul{list-style:none;margin-top:1em;padding:0 0 0 20px}.error ul.sitemap,.sitemap ul.sitemap{font-size:1.5em;text-transform:uppercase;columns:1;padding:0}@media only screen and (min-width:768px){.error ul.sitemap,.sitemap ul.sitemap{columns:2}}@media only screen and (min-width:1024px){.error ul.sitemap,.sitemap ul.sitemap{columns:3}}.error ul.sitemap>li,.sitemap ul.sitemap>li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;-o-column-break-inside:avoid;-ms-column-break-inside:avoid;column-break-inside:avoid;margin-top:1.3em}.error ul.sitemap>li:first-child,.sitemap ul.sitemap>li:first-child{margin-top:0}.error ul.sitemap>li ul.level1,.sitemap ul.sitemap>li ul.level1{text-transform:none;font-size:.7em;margin-top:.3em}.error ul.sitemap>li ul.level1 ul.level2,.sitemap ul.sitemap>li ul.level1 ul.level2{margin-top:0;font-size:.8em;line-height:1.2em}#map-folder h1{font-size:2.5em;text-align:center}#map-folder h2{color:#fabd00;font-weight:400;font-size:1.5em;line-height:1.05em;text-align:center}#map-folder #map_full .close{display:none}#map-folder #map_full.inline{width:100%;height:50vh;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-top:1px solid silver;border-bottom:1px solid #fff;margin-bottom:3em}#map-folder #map_full.inline .content{width:100%;height:50vh;border-top:1px solid #fff;border-bottom:1px solid silver}#map-folder #map_full.fullscreen{z-index:1000300;position:fixed;top:0;left:0;width:100%;height:100%;margin:0}#map-folder #map_full.fullscreen .content{z-index:1101;background-color:#f0ede9;padding:1.5em;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:3px 3px 10px rgba(0,0,0,.3)}@media only screen and (min-width:768px){#map-folder #map_full.fullscreen .content{position:relative;border:solid 6px #fff;margin:5%;height:90%}}#map-folder #map_full.fullscreen .close:after{cursor:pointer;font-family:fontello;content:'\e805';speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;position:absolute;right:-1.3em;top:-1.3em;color:#fff;background-color:#fabd00;border:5px solid #fff;border-radius:18px;font-size:24px;padding:5px;line-height:16px;box-shadow:5px 5px 10px rgba(0,0,0,.2)}
.toggle-container .toggle-target{height:0;overflow:hidden;transition:height .4s ease;display:none}.toggle-container.ezxmltags .toggle-control{font-size:.6em;cursor:pointer}.toggle-container.ezxmltags .toggle-control.icon-text{display:inline-flex;align-items:center;gap:.25em;margin-top:1em}.toggle-container.ezxmltags .toggle-control.icon-text.button{background:initial;padding:.075em .5em;border-radius:3px;gap:.5em;border:1px solid #05a0e2;text-transform:initial}.toggle-container.ezxmltags .toggle-control.icon-text.button .toggle-control__text{color:#05a0e2}.toggle-container.ezxmltags .toggle-control.icon-text.button .toggle-control__icon svg{color:#05a0e2}.toggle-container.ezxmltags .toggle-control.icon-text.button:hover{border:1px solid #05a0e2!important}.toggle-container.ezxmltags .toggle-control.icon-text.on .toggle-control__icon svg{transform:rotate(180deg)}.toggle-container.ezxmltags .toggle-control.icon-text.on .toggle-control__text.close{display:inline-block}.toggle-container.ezxmltags .toggle-control.icon-text.on .toggle-control__text.open{display:none}.toggle-container.ezxmltags .toggle-control.icon-text .toggle-control__icon{display:flex;align-items:center}.toggle-container.ezxmltags .toggle-control.icon-text .toggle-control__icon svg{color:#05a0e2;width:1em;height:1em;transition:transform .4s ease}.toggle-container.ezxmltags .toggle-control.icon-text .toggle-control__text{color:#05a0e2;font-weight:400;white-space:nowrap;line-height:1.5em}.toggle-container.ezxmltags .toggle-control.icon-text .toggle-control__text.close{display:none}.toggle-container.ezxmltags .toggle-control.icon-text .toggle-control__text.open{display:inline-block}
section.body>div.wrapper>header,section.body>header,section.content{padding:1em}@media only screen and (min-width:768px){section.body>div.wrapper>header,section.body>header,section.content{padding:1em 0 2em 0}}@media only screen and (min-width:1140px){section.body>div.wrapper>header,section.body>header,section.content{padding:1em 0 3em 0}}section.body>div.wrapper>header>header,section.body>header>header,section.content>header{margin-bottom:2em}section.body>div.wrapper>header h1,section.body>div.wrapper>header h2,section.body>div.wrapper>header h3,section.body>div.wrapper>header h4,section.body>header h1,section.body>header h2,section.body>header h3,section.body>header h4,section.content h1,section.content h2,section.content h3,section.content h4{font-weight:none;margin:0;color:#fabd00}section.body>div.wrapper>header h1,section.body>header h1,section.content h1{line-height:1.05em;margin-bottom:.4em;font-size:1.8em}@media only screen and (min-width:768px){section.body>div.wrapper>header h1,section.body>header h1,section.content h1{font-size:2.5em}}section.body>div.wrapper>header h2,section.body>header h2,section.content h2{font-size:1.3em;line-height:1em;margin-bottom:.5em}@media only screen and (min-width:768px){section.body>div.wrapper>header h2,section.body>header h2,section.content h2{font-size:1.8em;line-height:1.2em}}@media only screen and (min-width:1024px){section.body>div.wrapper>header h2,section.body>header h2,section.content h2{font-size:2.5em}}section.body>div.wrapper>header h3,section.body>header h3,section.content h3{font-size:1.4em;line-height:1.2em;margin-bottom:.5em}section.body>div.wrapper>header h4,section.body>header h4,section.content h4{font-size:1.2em;line-height:1.2em;margin-bottom:.5em}@media only screen and (min-width:1024px){section.content h2{font-size:1.8em}}@media only screen and (min-width:768px){section.content{padding:2em}}@media only screen and (min-width:1140px){section.content{padding:3em}}section.body h1,section.body h2,section.body h3,section.body h4,section.body>div.wrapper>header h1,section.body>div.wrapper>header h2,section.body>div.wrapper>header h3,section.body>div.wrapper>header h4,section.body>header h1,section.body>header h2,section.body>header h3,section.body>header h4,section.content h1,section.content h2,section.content h3,section.content h4,section.intro h1,section.intro h2,section.intro h3,section.intro h4,section.paragraph h1,section.paragraph h2,section.paragraph h3,section.paragraph h4,section.selection.wrapper footer h1,section.selection.wrapper footer h2,section.selection.wrapper footer h3,section.selection.wrapper footer h4,section.selection.wrapper header h1,section.selection.wrapper header h2,section.selection.wrapper header h3,section.selection.wrapper header h4{font-weight:700}section.body p,section.body>div.wrapper>header p,section.body>header p,section.content p,section.intro p,section.paragraph p,section.selection.wrapper footer p,section.selection.wrapper header p{margin:0}section.body .highlight,section.body>div.wrapper>header .highlight,section.body>header .highlight,section.content .highlight,section.intro .highlight,section.paragraph .highlight,section.selection.wrapper footer .highlight,section.selection.wrapper header .highlight{background-color:#05a0e2;border:1px solid #05a0e2;width:100%;padding:.5em}section.body .highlight:hover,section.body>div.wrapper>header .highlight:hover,section.body>header .highlight:hover,section.content .highlight:hover,section.intro .highlight:hover,section.paragraph .highlight:hover,section.selection.wrapper footer .highlight:hover,section.selection.wrapper header .highlight:hover{background-color:#087d9f}section.body .highlight.button,section.body>div.wrapper>header .highlight.button,section.body>header .highlight.button,section.content .highlight.button,section.intro .highlight.button,section.paragraph .highlight.button,section.selection.wrapper footer .highlight.button,section.selection.wrapper header .highlight.button{margin:2em auto;box-shadow:1px 1px 2px rgba(0,0,0,.2);display:flex;align-items:center;border:none;border-bottom:4px solid #087d9f;background-color:#05a0e2;color:#fff;font-size:1.2em;padding:.5em;text-align:center;cursor:pointer;text-transform:initial;width:80%}@media only screen and (min-width:768px){section.body .highlight.button,section.body>div.wrapper>header .highlight.button,section.body>header .highlight.button,section.content .highlight.button,section.intro .highlight.button,section.paragraph .highlight.button,section.selection.wrapper footer .highlight.button,section.selection.wrapper header .highlight.button{width:70%}}@media only screen and (min-width:1024px){section.body .highlight.button,section.body>div.wrapper>header .highlight.button,section.body>header .highlight.button,section.content .highlight.button,section.intro .highlight.button,section.paragraph .highlight.button,section.selection.wrapper footer .highlight.button,section.selection.wrapper header .highlight.button{width:60%}}@media only screen and (min-width:1140px){section.body .highlight.button,section.body>div.wrapper>header .highlight.button,section.body>header .highlight.button,section.content .highlight.button,section.intro .highlight.button,section.paragraph .highlight.button,section.selection.wrapper footer .highlight.button,section.selection.wrapper header .highlight.button{width:50%}}section.body .highlight.button:hover,section.body>div.wrapper>header .highlight.button:hover,section.body>header .highlight.button:hover,section.content .highlight.button:hover,section.intro .highlight.button:hover,section.paragraph .highlight.button:hover,section.selection.wrapper footer .highlight.button:hover,section.selection.wrapper header .highlight.button:hover{background-color:#087d9f;border-bottom:4px solid #087d9f!important}section.body .highlight.button p,section.body>div.wrapper>header .highlight.button p,section.body>header .highlight.button p,section.content .highlight.button p,section.intro .highlight.button p,section.paragraph .highlight.button p,section.selection.wrapper footer .highlight.button p,section.selection.wrapper header .highlight.button p{width:100%}section.body .highlight a,section.body>div.wrapper>header .highlight a,section.body>header .highlight a,section.content .highlight a,section.intro .highlight a,section.paragraph .highlight a,section.selection.wrapper footer .highlight a,section.selection.wrapper header .highlight a{color:#fff;font-weight:700}@media only screen and (min-width:768px){section.body .highlight,section.body>div.wrapper>header .highlight,section.body>header .highlight,section.content .highlight,section.intro .highlight,section.paragraph .highlight,section.selection.wrapper footer .highlight,section.selection.wrapper header .highlight{padding:1.5em}}section.body .highlight.sblock.embed,section.body>div.wrapper>header .highlight.sblock.embed,section.body>header .highlight.sblock.embed,section.content .highlight.sblock.embed,section.intro .highlight.sblock.embed,section.paragraph .highlight.sblock.embed,section.selection.wrapper footer .highlight.sblock.embed,section.selection.wrapper header .highlight.sblock.embed{cursor:pointer}section.body span.icon p,section.body>div.wrapper>header span.icon p,section.body>header span.icon p,section.content span.icon p,section.intro span.icon p,section.paragraph span.icon p,section.selection.wrapper footer span.icon p,section.selection.wrapper header span.icon p{display:inline-block}section.body a.toggle-off,section.body a.toggle-on,section.body>div.wrapper>header a.toggle-off,section.body>div.wrapper>header a.toggle-on,section.body>header a.toggle-off,section.body>header a.toggle-on,section.content a.toggle-off,section.content a.toggle-on,section.intro a.toggle-off,section.intro a.toggle-on,section.paragraph a.toggle-off,section.paragraph a.toggle-on,section.selection.wrapper footer a.toggle-off,section.selection.wrapper footer a.toggle-on,section.selection.wrapper header a.toggle-off,section.selection.wrapper header a.toggle-on{float:none;cursor:pointer;display:inline-block;font-size:.75em;background:0 0;color:#05a0e2;border-radius:3px;margin:.8em 0 1em;line-height:1.4em}section.body a.toggle-off span.small,section.body a.toggle-on span.small,section.body>div.wrapper>header a.toggle-off span.small,section.body>div.wrapper>header a.toggle-on span.small,section.body>header a.toggle-off span.small,section.body>header a.toggle-on span.small,section.content a.toggle-off span.small,section.content a.toggle-on span.small,section.intro a.toggle-off span.small,section.intro a.toggle-on span.small,section.paragraph a.toggle-off span.small,section.paragraph a.toggle-on span.small,section.selection.wrapper footer a.toggle-off span.small,section.selection.wrapper footer a.toggle-on span.small,section.selection.wrapper header a.toggle-off span.small,section.selection.wrapper header a.toggle-on span.small{font-size:.7em;display:inline;float:none}section.body .toggle,section.body>div.wrapper>header .toggle,section.body>header .toggle,section.content .toggle,section.intro .toggle,section.paragraph .toggle,section.selection.wrapper footer .toggle,section.selection.wrapper header .toggle{display:none}section.body p.normal,section.body>div.wrapper>header p.normal,section.body>header p.normal,section.content p.normal,section.intro p.normal,section.paragraph p.normal,section.selection.wrapper footer p.normal,section.selection.wrapper header p.normal{text-align:left}section.body .text-left,section.body>div.wrapper>header .text-left,section.body>header .text-left,section.content .text-left,section.intro .text-left,section.paragraph .text-left,section.selection.wrapper footer .text-left,section.selection.wrapper header .text-left{text-align:left!important}section.body .cta,section.body>div.wrapper>header .cta,section.body>header .cta,section.content .cta,section.intro .cta,section.paragraph .cta,section.selection.wrapper footer .cta,section.selection.wrapper header .cta{margin:2em auto;box-shadow:1px 1px 3px rgba(0,0,0,.3);display:flex;align-items:center;border-radius:.25em;border-bottom:2px solid #087d9f;border-right:2px solid #087d9f;max-width:608px;color:#fff;font-size:1.2em;padding:1em;text-align:center;justify-content:center;cursor:pointer;height:auto}section.body .button,section.body>div.wrapper>header .button,section.body>header .button,section.content .button,section.intro .button,section.paragraph .button,section.selection.wrapper footer .button,section.selection.wrapper header .button{background-image:none;border:none;box-shadow:none;color:#fff;font-weight:700;padding:1em 5em;text-shadow:none;background-color:#05a0e2;border-radius:.25em}section.body .button:hover,section.body>div.wrapper>header .button:hover,section.body>header .button:hover,section.content .button:hover,section.intro .button:hover,section.paragraph .button:hover,section.selection.wrapper footer .button:hover,section.selection.wrapper header .button:hover{background-color:#087d9f;background-image:none!important;text-shadow:none!important;box-shadow:none!important;border:none!important}section.body .button.small,section.body>div.wrapper>header .button.small,section.body>header .button.small,section.content .button.small,section.intro .button.small,section.paragraph .button.small,section.selection.wrapper footer .button.small,section.selection.wrapper header .button.small{font-size:.8em;padding:.1em 1em}
nav.side ul{padding:0;margin:0}nav.side .menu-side-top{background:0 0;margin:1em 1em 1em var(--x-padding)}nav.side .menu-side-top .menu-side-title{color:#fabd00;font-weight:700;font-size:1.2em;display:inline-block}nav.side .barca{border:1px solid rgba(0,0,0,.1);background:#fff;border-radius:.5em;margin:1em 1em;padding:1em}nav.side .barca .block__title{margin-top:0;color:#fabd00;text-align:center;display:block;font-size:1.5em;margin-block-end:1em;font-weight:700}nav.side .barca .agent{text-align:center}nav.side .barca .agent img{width:80%}nav.side .barca p{font-size:.8em;line-height:1.5em;margin-top:.5em}nav.side .barca .button{width:100%;font-size:.8em}nav.side .lang{width:100%;padding:2em 2em}nav.side .lang label{text-transform:uppercase;color:#fff;font-weight:700;display:inline-block;width:100%}nav.side .lang ul{margin:0;display:flex;justify-content:space-between}nav.side .lang ul li{display:inline-block}nav.side .lang ul li a{display:flex;border:1px solid #ccc}nav.side .lang.lang ul li a .sprite{font-size:1.3em}nav.side .menu-side-content{background-color:#f8f8f8}nav.side .menu-side-content .menu{color:#fff;background-color:#f8f8f8}nav.side .menu-side-content .menu .menu__item{cursor:pointer;color:#fff}nav.side .menu-side-content .menu .menu__item a{white-space:nowrap;font-weight:700}nav.side .menu-side-content .menu>.menu__item{border-top:1px solid rgba(0,0,0,.1);color:#05a0e2}nav.side .menu-side-content .menu>.menu__item>a{color:#05a0e2;font-weight:700}nav.side .menu-side-content .menu>.menu__item:last-child{border-bottom:1px solid rgba(0,0,0,.1)}nav.side .menu-side-content .menu>.menu__item:not(.menu__item--with-sub-menu){padding:.5em 1em .5em var(--x-padding)}nav.side .menu-side-content .menu .menu__item input.menu__hidden{display:none}nav.side .menu-side-content .menu .menu__item .menu__open{padding:.5em 1em .5em var(--x-padding);cursor:pointer;color:#05a0e2;font-weight:700;position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}nav.side .menu-side-content .menu .menu__item .menu__open .icon-down{color:#fabd00;width:1.5em;height:1.5em;transition:transform .2s}nav.side .menu-side-content .menu .menu__item .menu__sub{background:rgba(128,128,128,.05);border-top:1px solid rgba(0,0,0,.1);padding:0 1em 0 2em;transform-origin:top;transform:scaleY(0);transition:transform .2s,height .21s;height:0}nav.side .menu-side-content .menu .menu__item .menu__sub .menu__item{margin:.2em 0}nav.side .menu-side-content .menu .menu__item .menu__sub .menu__item a{color:#fff;background:#05a0e2;padding:.1em .5em;border-radius:3px}nav.side .menu-side-content .menu .menu__item .menu__sub .menu__item .icon{font-size:1.4em;margin-right:12px}nav.side .menu-side-content .menu .menu__item [type=checkbox]:checked~label .icon-down{transform:rotate(180deg)}nav.side .menu-side-content .menu .menu__item [type=checkbox]:checked~label~.menu__sub{padding:1em 1em 1em 2em;transform:scaleY(1);height:100%}footer.inited,nav.inited{opacity:1}
.paragraph.oid-767895 .barca,.paragraph.oid-770650 .barca,.selection.oid-767895 .barca,.selection.oid-770650 .barca{text-align:center;margin-top:2em}.paragraph.oid-767895 .barca img,.paragraph.oid-770650 .barca img,.selection.oid-767895 .barca img,.selection.oid-770650 .barca img{max-width:80%}@media only screen and (min-width:1024px){.paragraph.oid-767895 .flex,.paragraph.oid-770650 .flex,.selection.oid-767895 .flex,.selection.oid-770650 .flex{display:flex;gap:1em}.paragraph.oid-767895 .flex .barca,.paragraph.oid-770650 .flex .barca,.selection.oid-767895 .flex .barca,.selection.oid-770650 .flex .barca{margin-top:0}.paragraph.oid-767895 .flex .barca img,.paragraph.oid-770650 .flex .barca img,.selection.oid-767895 .flex .barca img,.selection.oid-770650 .flex .barca img{width:250px;max-width:initial}}.paragraph.wrapper,.selection.wrapper{width:100%;padding:1em 0;margin-top:0}layout .paragraph.wrapper.embed,layout .selection.wrapper.embed{padding:0}@media only screen and (min-width:1024px){.paragraph.wrapper,.selection.wrapper{padding:1em 0}}@media only screen and (min-width:1280px){.paragraph.wrapper,.selection.wrapper{padding:1em 0;max-width:1200px}}.paragraph .toggle-control,.selection .toggle-control{cursor:pointer}.paragraph .toggle-control h2,.selection .toggle-control h2{width:91%;margin:0}.paragraph .toggle-control h2:first-of-type,.selection .toggle-control h2:first-of-type{margin-top:0}.paragraph .toggle-control .toggle-icon,.selection .toggle-control .toggle-icon{color:#05a0e2;width:2rem;height:2rem;display:none}.paragraph.faq .toggle-control .toggle-icon,.selection.faq .toggle-control .toggle-icon{display:flex;width:initial;height:initial}.paragraph .toggle-target,.selection .toggle-target{margin:1em 0 0}.paragraph .toggle-target .teaser,.selection .toggle-target .teaser{margin:0}.paragraph .teaser,.selection .teaser{margin:1em 0 0}.paragraph .teaser+.toggle-target,.selection .teaser+.toggle-target{margin:0}.paragraph.toggle-all .toggle-icon,.paragraph.toggle-body .toggle-icon,.paragraph.toggle-teaser .toggle-icon,.selection.toggle-all .toggle-icon,.selection.toggle-body .toggle-icon,.selection.toggle-teaser .toggle-icon{display:block}.paragraph.toggle-all .toggle-target,.paragraph.toggle-body .toggle-target,.paragraph.toggle-teaser .toggle-target,.selection.toggle-all .toggle-target,.selection.toggle-body .toggle-target,.selection.toggle-teaser .toggle-target{height:0;overflow:hidden;transition:height .4s ease;display:none}.paragraph.toggle-all .toggle-control,.paragraph.toggle-body .toggle-control,.paragraph.toggle-teaser .toggle-control,.selection.toggle-all .toggle-control,.selection.toggle-body .toggle-control,.selection.toggle-teaser .toggle-control{display:flex;justify-content:space-between}.paragraph .body,.paragraph .teaser,.paragraph footer,.selection .body,.selection .teaser,.selection footer{font-size:.9em}@media only screen and (min-width:1024px){.paragraph .body,.paragraph .teaser,.paragraph footer,.selection .body,.selection .teaser,.selection footer{font-size:1em}}article section:first-of-type{border-top:none;padding-top:0!important}section.paragraph{margin-bottom:0;border-top:1px solid #fff;border-bottom:1px solid #eee}section.paragraph.embed{border-top:none;border-bottom:none}section.paragraph .body h2{margin:revert}section.paragraph h2:first-of-type{margin-top:.5em}section.paragraph .boxTitle,section.paragraph>h2{color:#fabd00;font-weight:700;text-align:left;line-height:1.2em}@media only screen and (min-width:768px){section.paragraph .boxTitle,section.paragraph>h2{font-size:1.8em}}@media only screen and (min-width:1024px){section.paragraph .boxTitle,section.paragraph>h2{font-size:2em}}@media only screen and (min-width:1140px){section.paragraph .boxTitle,section.paragraph>h2{font-size:2.2em}}@media only screen and (min-width:768px){.node-432635section.paragraph .boxTitle,.node-432635section.paragraph>h2{margin-top:0;margin-bottom:0;text-align:left!important}.node-432635section.paragraph .boxTitle+.teaser p,.node-432635section.paragraph>h2+.teaser p{text-align:left}}section#last_comments .body{padding-bottom:1em}@media only screen and (min-width:1024px){section#last_comments .body{display:grid;grid-template-columns:25% 25% 25% 25%}}section#last_comments .body .comment_item{margin-top:2em}@media only screen and (min-width:1024px){section#last_comments .body .comment_item{padding-right:2em}section#last_comments .body .comment_item:nth-child(4n){padding-right:0}}section#last_comments .body .comment_item .comment_parent{font-size:.9em;line-height:1.4em;font-weight:700}section#last_comments .body .comment_item .comment_title_name{font-size:.7em;line-height:1.4em;font-weight:700;color:gray;margin-top:.5em}section#last_comments .body .comment_item .comment_title_author{color:silver;font-size:.6em;font-style:italic;line-height:1.4em}section#last_comments .body .comment_item .comment_body{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:.5em;font-size:.6em;line-height:1.4em}section.selection.nomargintop{margin-top:0}section.selection:first-child{margin-top:0}section.selection header .teaser{top:2em}section.selection header p{text-align:left}@media only screen and (min-width:768px){section.selection header p{text-align:center}}section.selection header p.normal{text-align:left}section.selection header p a{color:#05a0e2}.node-123section.selection header,.node-141section.selection header,.node-142section.selection header,.node-605section.selection header{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%}.node-123section.selection header p,.node-141section.selection header p,.node-142section.selection header p,.node-605section.selection header p{text-align:left}.node-123section.selection header p,.node-141section.selection header p,.node-142section.selection header p,.node-605section.selection header p{padding:0}section.selection header ul{padding:0 0 0 2em;margin-top:0;float:none}section.selection.x-scroll .item-list{margin-left:-1em;margin-right:-1em;width:auto;display:flex;gap:inherit;flex-wrap:nowrap;overflow:auto;margin-bottom:1em}@media only screen and (min-width:768px){section.selection.x-scroll .item-list{margin-left:-1em;margin-right:-1em}}@media only screen and (min-width:1024px){section.selection.x-scroll .item-list{margin-left:0;margin-right:0;overflow:initial}}@media only screen and (min-width:1140px){section.selection.x-scroll .item-list{width:100%;flex-wrap:wrap}section.selection.x-scroll .item-list .item-box:nth-child(4n+1){margin-left:0}section.selection.x-scroll .item-list .item-box:last-child{margin-right:0}}section.selection .item-list{padding:0;width:100%;margin-top:2em;list-style-type:none}@media only screen and (min-width:768px){section.selection .item-list{display:grid;gap:1em;grid-template-columns:1fr 1fr}}@media only screen and (min-width:1024px){section.selection .item-list{grid-template-columns:1fr 1fr 1fr 1fr}}section.selection .item-list.wide{grid-template-columns:1fr;display:grid;gap:0}section.selection footer ul{padding:0 0 0 1em;float:none}@media only screen and (min-width:768px){section.selection footer ul{padding:0 0 0 2em}}section.selection footer .selection--footer-cta{text-align:center}section.selection footer .selection--footer-cta>a{display:inline-block;color:#fff;padding:0 .5em!important;border-radius:.25em;background:#05a0e2!important}section.selection footer .selection--footer-cta>a:hover{color:#fabd00;background:#087d9f;text-shadow:none;background:#fff}.faqsection.selection{margin-top:2em!important}.faqsection.selection header .boxTitle{text-align:left}.faqsection.selection .item-list{margin-top:0}.faqsection.selection footer>a{float:none;display:inline;color:#05a0e2;padding:0;border-radius:0;background:0 0}.faqsection.selection footer>a:hover{color:#05a0e2;text-shadow:none;background:0 0}section.selection.faq{margin-top:2em!important;padding:1em 2em!important;clear:both}section.selection.faq header{display:initial;float:none;width:initial;margin-left:initial;margin-right:initial}@media only screen and (min-width:768px){section.selection.faq header{display:initial;float:none;width:initial;margin-left:initial;margin-right:initial}}section.selection.faq header .boxTitle,section.selection.faq header h2{text-align:left;line-height:1.05em}@media only screen and (min-width:768px){section.selection.faq header .boxTitle,section.selection.faq header h2{font-size:1.5em}}@media only screen and (min-width:1024px){section.selection.faq header .boxTitle,section.selection.faq header h2{font-size:1.5em}}@media only screen and (min-width:1140px){section.selection.faq header .boxTitle,section.selection.faq header h2{font-size:1.5em}}section.selection.faq header .boxSubTitle,section.selection.faq header h3{color:#fabd00;font-weight:400;font-size:1.5em;line-height:1.05em;text-align:center}section.selection.faq header p{text-align:left}section.selection.faq header p a{color:#05a0e2}section.selection.faq.container .item-list{margin-top:0;margin-bottom:1em}section.selection.faq.container .item-list li{padding:.5em 0}section.selection.faq.container .item-list li:first-child{border-top:none}section.selection.faq ul.item-list{margin-top:1em;display:flex;flex-wrap:wrap}section.selection.faq ul.item-list li{width:100%;padding:1em 0;border-bottom:1px solid #f0f0f0}section.selection.faq ul.item-list li.selection{margin:0}section.selection.faq ul.item-list li ul{padding:0 0 0 40px;margin:0 0 1em}section.selection.faq ul.item-list li ul li{border:none}section.selection.faq ul.item-list li ul li:first-child{border-top:none}section.selection.faq ul.item-list li .question{cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:#fabd00}section.selection.faq ul.item-list li .question>div{padding-right:1em;flex:1;font-weight:700}@media only screen and (min-width:1024px){section.selection.faq ul.item-list li .question>div{font-size:1.2em}}section.selection.faq ul.item-list li .question .icon.on{transform:rotate(-180deg)}section.selection.faq ul.item-list li .answer{display:none}section.selection.faq ul.item-list li .answer p:first-child{margin-top:0}section.selection.faq ul.item-list li:first-child{border-top:1px solid #f0f0f0}section.selection.faq ul.item-list li:last-child{border-bottom:0}section.selection.article header{display:initial;float:none;width:initial;margin-left:initial;margin-right:initial}section.selection.article header .boxSubTitle,section.selection.article header .boxTitle,section.selection.article header h2,section.selection.article header h3,section.selection.article header p{text-align:left}section.selection.article header h2{margin-bottom:.5em}section.selection.article header h3{margin-top:.5em;font-weight:700}section.selection.article form{float:left}section.selection.article form input[id*=tab]{display:none}section.selection.article #tab0-0:checked~.articles .tab0-0,section.selection.article #tab0-1:checked~.articles .tab0-1,section.selection.article #tab0-2:checked~.articles .tab0-2,section.selection.article #tab0-3:checked~.articles .tab0-3,section.selection.article #tab0-4:checked~.articles .tab0-4,section.selection.article #tab1-0:checked~.articles .tab1-0,section.selection.article #tab1-1:checked~.articles .tab1-1,section.selection.article #tab1-2:checked~.articles .tab1-2,section.selection.article #tab1-3:checked~.articles .tab1-3,section.selection.article #tab1-4:checked~.articles .tab1-4,section.selection.article #tab2-0:checked~.articles .tab2-0,section.selection.article #tab2-1:checked~.articles .tab2-1,section.selection.article #tab2-2:checked~.articles .tab2-2,section.selection.article #tab2-3:checked~.articles .tab2-3,section.selection.article #tab2-4:checked~.articles .tab2-4,section.selection.article #tab3-0:checked~.articles .tab3-0,section.selection.article #tab3-1:checked~.articles .tab3-1,section.selection.article #tab3-2:checked~.articles .tab3-2,section.selection.article #tab3-3:checked~.articles .tab3-3,section.selection.article #tab3-4:checked~.articles .tab3-4,section.selection.article #tab4-0:checked~.articles .tab4-0,section.selection.article #tab4-1:checked~.articles .tab4-1,section.selection.article #tab4-2:checked~.articles .tab4-2,section.selection.article #tab4-3:checked~.articles .tab4-3,section.selection.article #tab4-4:checked~.articles .tab4-4{display:grid}section.selection.article .articles li[class*=tab]{display:none}section.selection.article #tab0-0:checked~nav .tab0-0,section.selection.article #tab0-1:checked~nav .tab0-1,section.selection.article #tab0-2:checked~nav .tab0-2,section.selection.article #tab0-3:checked~nav .tab0-3,section.selection.article #tab0-4:checked~nav .tab0-4,section.selection.article #tab1-0:checked~nav .tab1-0,section.selection.article #tab1-1:checked~nav .tab1-1,section.selection.article #tab1-2:checked~nav .tab1-2,section.selection.article #tab1-3:checked~nav .tab1-3,section.selection.article #tab1-4:checked~nav .tab1-4,section.selection.article #tab2-0:checked~nav .tab2-0,section.selection.article #tab2-1:checked~nav .tab2-1,section.selection.article #tab2-2:checked~nav .tab2-2,section.selection.article #tab2-3:checked~nav .tab2-3,section.selection.article #tab2-4:checked~nav .tab2-4,section.selection.article #tab3-0:checked~nav .tab3-0,section.selection.article #tab3-1:checked~nav .tab3-1,section.selection.article #tab3-2:checked~nav .tab3-2,section.selection.article #tab3-3:checked~nav .tab3-3,section.selection.article #tab3-4:checked~nav .tab3-4,section.selection.article #tab4-0:checked~nav .tab4-0,section.selection.article #tab4-1:checked~nav .tab4-1,section.selection.article #tab4-2:checked~nav .tab4-2,section.selection.article #tab4-3:checked~nav .tab4-3,section.selection.article #tab4-4:checked~nav .tab4-4{border-bottom:2px solid #fabd00;color:#fabd00}@media only screen and (min-width:1024px){section.selection.article nav{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%}}section.selection.article nav ul{display:flex;padding-left:0}section.selection.article nav ul li{font-size:.8em;line-height:1.5em;font-weight:700;margin-right:1em;color:#999}@media only screen and (min-width:1024px){section.selection.article nav ul li{font-size:1.2em}}section.selection.article nav ul li label{cursor:pointer}section.selection.article li.selection_article__line .content{padding:1em}@media only screen and (min-width:1024px){section.selection.article li.selection_article__line{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;display:grid;grid-template-columns:1fr 2fr;grid-gap:1.5em}section.selection.article li.selection_article__line .image img{object-fit:cover;height:100%;width:100%}section.selection.article li.selection_article__line .content{min-height:22em;padding-right:1em}}
section.body article.article.full img{width:100%;height:auto}@media only screen and (min-width:1024px){section.body article.article.full img{max-width:640px}}section.body article.article.full>header>img{display:none}@media only screen and (min-width:768px){section.body article.article.full>header>img{display:inline}}section.body article.article.full .content h1,section.body article.article.full .content h2,section.body article.article.full .content h3,section.body article.article.full .content h4{color:#fabd00;font-weight:700}section.body article.article.full .content header{width:100%;margin:0;margin-bottom:2em}section.body article.article.full .content .datetime{margin:2em 0}
section.body.player article.player.full .player_image{display:inline;float:left;width:39.58333333%;margin-left:1.04166667%;margin-right:1.04166667%}section.body.player article.player.full .player_image img{width:100%;height:auto}section.body.player article.player.full table.player_skills{display:inline;float:left;width:56.25%;margin-left:1.04166667%;margin-right:1.04166667%}section.body.player article.player.full table.player_skills td.field_title{padding-right:2em;font-size:.8em}section.body.player article.player.full table.player_skills td{font-size:.9em;line-height:1.1em}section.body.player article.player.full .player_desc{display:inline;float:left;width:97.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;margin-top:4em}
.airrow{width:100%;height:400px;margin:4em 0}@media only screen and (min-width:1024px){.airrow{height:600px}}.airrow article.slide{height:400px;margin:0;float:left;width:100%;position:relative}@media only screen and (min-width:1024px){.airrow article.slide{height:600px}}.airrow .header-container{height:100%;margin-bottom:0;text-align:center;width:100%;background-image:none;background-color:transparent;border:none;box-shadow:none;position:inherit;z-index:auto}.airrow .header-container .title{font-size:1.7em;text-transform:uppercase;color:#fff;text-shadow:0 0 5px rgba(0,0,0,.5);font-weight:700;line-height:1em}@media only screen and (min-width:768px){.airrow .header-container .title{font-size:3em}}@media only screen and (min-width:1024px){.airrow .header-container .title{font-size:4em}}.airrow .header-container .teaser p{font-size:1.2em;color:#fff;text-shadow:0 0 5px rgba(0,0,0,.5);font-weight:700;margin:1em 0 0 0;text-align:center}@media only screen and (min-width:1024px){.airrow .header-container .teaser p{font-size:2em}}.airrow .header-container .teaser .icon{color:#fff;font-size:1.8em;opacity:1}@media only screen and (min-width:1024px){.airrow .header-container .teaser .icon{font-size:2em}}.airrow .header-container .teaser .icon:hover{color:#fabd00}.airrow .sliderControl .sliderNextControl div.bg,.airrow .sliderControl .sliderPrevControl div.bg{background:0 0;top:80%}@media only screen and (min-width:768px){.airrow .sliderControl .sliderNextControl div.bg,.airrow .sliderControl .sliderPrevControl div.bg{top:42%}}
.list-item-box{padding:0;margin:0}.box{border-radius:0!important;background-color:#fff}.x-scroll .item-box{width:81%;margin-left:1em;margin-bottom:1em}.x-scroll .item-box:last-child{margin-right:1em}@media only screen and (min-width:768px){.x-scroll .item-box{width:40%}}@media only screen and (min-width:1024px){.x-scroll .item-box{width:24.2%;margin-left:1%}}@media only screen and (min-width:1140px){.x-scroll .item-box{width:24.2%;margin-left:1%}}.item-box{font-size:.9em;height:auto;width:100%;flex-shrink:0;margin-bottom:1em;padding:1em;border-left:1px solid #e0e0e0;border-radius:.4em;background-color:#fff;box-shadow:2px 2px 2px #ccc;position:relative;cursor:pointer}.item-box:hover{transform:translateY(-2px);box-shadow:0 6px 8px #0000001a,0 0 3px #0003}@media only screen and (min-width:768px){.item-box{width:100%}}.item-box.place,.item-box.with-price{padding-bottom:4em}.item-box.place .desc,.item-box.with-price .desc{margin-bottom:1em}.item-box .mask{height:200px;position:relative;margin:-1em -1em 1em}@media only screen and (min-width:1024px){.item-box .mask{height:168px}}.item-box .mask img{border-top-left-radius:.4em;border-top-right-radius:.4em;width:100%;height:100%;object-fit:cover}.item-box .mask .center-container{position:relative!important;border-radius:3px!important;text-align:center}.item-box .mask .bottom-left-container,.item-box .mask .bottom-right-container{left:auto;right:0;z-index:10;padding:0 .5em .3em 0;position:absolute;bottom:0;text-align:right;font-size:1em;line-height:1.4em;font-weight:700}.item-box .mask .bottom-right-container{left:inherit;right:1em;text-align:right}.item-box.place{cursor:initial}.item-box.place address{position:absolute;left:0;bottom:0;padding-right:1em;padding-left:1em;padding-bottom:1em}.item-box.place address div{display:flex;align-items:flex-start}.item-box.place address div a{word-break:break-all}.item-box.place address svg.marker{margin-right:.175em;width:1.25em;height:1.25em;padding-top:.25em;color:#fabd00}.item-box .desc .boxTitle,.item-box .desc h3{font-size:1.4em;line-height:1.2em;display:-webkit-box;margin-bottom:0}.item-box .desc .boxTitle .vs,.item-box .desc h3 .vs{font-size:.8em;font-weight:400;color:silver}.item-box .desc h4.subTitle{line-height:1.5em}.item-box .desc address,.item-box .desc p,.item-box .desc ul{font-size:.9em;line-height:1.5em}.item-box .desc ul{padding:0 0 0 2em;margin:0}.item-box .desc p{margin-top:.5em}.item-box .price{font-size:.9em;position:absolute;right:0;bottom:0;padding-right:1em;padding-bottom:1em;color:#666}.item-box .price span:first-child{display:block;text-shadow:none;margin-right:.2em;font-weight:400;text-align:right;line-height:1em}.item-box .price span:last-child{display:block;font-size:1.6em;font-weight:700}.item-box .boxSubTitle,.item-box .boxTitle,.item-box h3,.item-box h4{text-align:left;margin:0}.item-box .boxTitle,.item-box h3{color:#fabd00;font-size:1.4em;line-height:1.2em;font-weight:700}.item-box .boxTitle a,.item-box h3 a{color:#fabd00}.item-box .boxSubTitle,.item-box h4{color:#666;line-height:1.2em;margin-top:.2em;font-weight:400}.item-box .type-container{display:block;position:absolute;top:0;right:0;color:#fff;font-size:.6em;text-align:right;line-height:1em;font-weight:400;padding:2px 5px}.item-box .type-container.sponsored{background:#fabd00}.item-box .direct-booking{position:absolute;width:45px;height:45px;cursor:pointer;right:-14px;top:-17px;z-index:6}@media only screen and (min-width:1024px){.item-box .direct-booking{width:70px;height:70px;right:-12px;top:-18px}}.item-box .followtheb{position:absolute;top:-.6em;left:-.6em;z-index:1}.item-box .followtheb img{width:2.5em;height:2.5em}.item-box.no-img-header article{width:auto;color:#666;font-weight:400;font-size:inherit;border-radius:0;background-color:#fff;padding:15px 15px 0 15px}.item-box.no-img-header article p{line-height:1.5em!important}.item-box.aside .more,.item-box.content .more{margin-bottom:-24px;margin-right:-24px}.item-box.no-img-header .more{color:#fabd00;background:#fff}.item-box.no-img-header .more.focused,.no-touch .item-box.no-img-header .more:hover{background:#fabd00;color:#fff}.item-box .bg{background-color:rgba(0,0,0,.5)!important;color:#fff}.item-box.focused .desc:after,.no-touch .item-box:hover .desc:after{top:85%}.item-box.focused .more,.no-touch .item-box:hover .more{visibility:visible}.item-box.no-img-header{height:inherit}@media only screen and (min-width:768px){.item-box .mask{position:relative}}.item-box.six{font-size:.8em;margin-bottom:1.2em;height:280px}.item-box.six .mask{height:168px!important}.item-box.six.phototour-image-line{height:230px}.item-box.six.phototour-image-line .mask{height:170px!important}@media only screen and (min-width:768px){.item-box.six{display:inline;float:left;width:22.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;margin-bottom:1.2em}.item-box.six .desc{max-height:112px}.item-box.six .desc .desc-mask{min-height:112px;max-height:253px}.item-box.six.focused .desc,.no-touch .item-box.six:hover .desc{max-height:300px}.item-box.six.phototour-image-line .desc{max-height:60px}.item-box.six.phototour-image-line .desc .desc-mask{min-height:60px;max-height:60px}.item-box.six.phototour-image-line.focused .desc,.no-touch .item-box.six.phototour-image-line:hover .desc{max-height:230px}}@media only screen and (min-width:1024px){.item-box{margin-bottom:1.5em}.item-box.threetwo:nth-child(n+4):nth-child(-n+5),.item-box.twothree:nth-child(n+1):nth-child(-n+2){display:inline;float:left;width:47.91666667%;margin-left:1.04166667%;margin-right:1.04166667%;margin-bottom:2em;height:500px}.item-box.threetwo:nth-child(n+4):nth-child(-n+5) .mask,.item-box.twothree:nth-child(n+1):nth-child(-n+2) .mask{height:312px!important}.item-box.threetwo:nth-child(n+4):nth-child(-n+5) .desc,.item-box.twothree:nth-child(n+1):nth-child(-n+2) .desc{max-height:188px}.item-box.threetwo:nth-child(n+4):nth-child(-n+5) .desc .desc-mask,.item-box.twothree:nth-child(n+1):nth-child(-n+2) .desc .desc-mask{min-height:188px;max-height:453px}.item-box.threetwo:nth-child(n+4):nth-child(-n+5).focused .desc,.item-box.twothree:nth-child(n+1):nth-child(-n+2).focused .desc,.no-touch .item-box.threetwo:nth-child(n+4):nth-child(-n+5):hover .desc,.no-touch .item-box.twothree:nth-child(n+1):nth-child(-n+2):hover .desc{max-height:500px}.item-box.four{font-size:.9em;margin-bottom:1.2em}.item-box.four.focused .desc,.no-touch .item-box.four:hover .desc{max-height:328px}.item-box.six{display:inline;float:left;width:14.58333333%;margin-left:1.04166667%;margin-right:1.04166667%;margin-bottom:1.2em}}.item-box#map_button{cursor:pointer}.item-box#map_button img{width:100%}.item-box.place .type-container{font-size:.9em!important;border-top-right-radius:.3em}.item-box.event .mask{display:flex;align-items:center}.item-box.event .mask .center-container{position:absolute!important;width:100%;color:#fff;font-weight:700;display:block}.item-box.event .mask .center-container span{display:block}.item-box.event .mask .center-container span.team,.item-box.event .mask .center-container span.visitor{font-size:1.2em;text-transform:uppercase;background-color:rgba(0,0,0,.5);padding:4px 0}.item-box.event .mask .center-container span.vs{line-height:1em}.item-box.event .mask .center-container span.team{font-size:1.5em}.item-box.event.schedule .desc .header{display:flex;align-items:center;gap:1em;justify-content:space-between}.item-box.event.schedule .desc .header h3{padding-right:0}.item-box.event.schedule .desc .header .icon{width:3em}.item-box.event.schedule .desc .header .icon img{width:100%}.item-box.event .desc{position:relative}.item-box.event .desc .visitor{display:block}.item-box.event .desc h3{padding-right:1em}.item-box.event .desc .info{line-height:1.6em;margin-top:.5em}.item-box.event .desc .info.match_line{border-top:1px solid #00000011;padding-top:.5em}.item-box.event .desc .info.match_line div.date{font-size:.8em;font-weight:400;color:#000}.item-box.event .desc .info.match_line a.match{font-weight:700;line-height:1.2em;display:block}.item-box.event .desc .info div.date{font-size:1.1em;font-weight:700}.item-box.event .desc .info .attention{font-size:.7em;display:flex;align-items:center;gap:.5em}.item-box.event .desc .info .attention .icon-svg{display:flex;align-items:center}.item-box.event .desc .info .attention .icon-svg svg{width:1.5em;height:1.5em}.item-box.event .desc .event-icon{position:absolute;top:0;right:-.25em}.item-box.event .desc .event-icon img{width:2.8em!important}.item-box.event .agent{position:absolute;left:0;bottom:0;padding-left:1em;padding-bottom:.5em;min-width:118px}.item-box.block-625075 h4{font-size:inherit;padding:0;color:inherit;margin-bottom:0}.item-box.block-429441 table.matchList{width:100%;font-size:.9em}.item-box.block-429441 table.matchList td{border-bottom:1px solid #f0f0f0;padding:.5em 0}.item-box.block-429441 table.matchList tr:last-child td{border-bottom:1px solid #f0f0f0}.item-box.block-429441 table.matchList td.date{font-size:.8em}.item-box.block-429441 table.matchList td.match{padding-left:1em}.item-box.block-429441 table.matchList td.match span{font-size:.8em}.block-line.wide{border-top:1px solid #fff;border-bottom:1px solid #ddd;padding:2em 0}.block-line.wide:first-child{border-top:none;padding-top:0}.block-line.wide:last-child{border-bottom:none}.block-line.wide h3{font-size:1.3em;line-height:1.2em}.block-line.wide .mask{width:100%}@media only screen and (min-width:768px){.block-line.wide .mask{width:auto;height:230px}}.block-line.wide img{width:100%;height:auto;border-radius:5px}@media only screen and (min-width:768px){.block-line.wide img{width:360px;height:auto;object-fit:cover}}@media only screen and (min-width:768px){.block-line.wide{display:flex;gap:2em}}
body section.header .header-img-container{position:relative;height:35vh;display:flex}body section.header .header-img-container.image{overflow:hidden}.node-432635body section.header .header-img-container.image picture,.node-525689body section.header .header-img-container.image picture{display:block;height:100%;width:100%}body section.header .header-img-container picture{width:100%}body section.header .header-img-container img.header{object-fit:cover;position:relative;display:block;width:100%;height:100%}.node-432635body section.header .header-img-container img.header{filter:brightness(1)}@media only screen and (min-width:1024px){.node-432635body section.header .header-img-container img.header{height:auto;object-fit:initial}}@media only screen and (min-width:768px){.node-432635body section.header .header-img-container{height:50vh}}@media only screen and (min-width:1024px){body section.header .header-img-container{height:50vh}.node-432635body section.header .header-img-container{height:65vh}}body section.header .header-img-container .header-linear-filter{position:absolute;top:0;bottom:0;left:0;right:0;background:#000;background:linear-gradient(190deg,rgba(0,0,0,0) 0,rgba(128,128,128,0) 23%,#000 100%);z-index:1}body section.header .header-img-container.video{overflow:hidden}body section.header .header-img-container.video .header-video-bg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}body section.header .header-img-container.video .header-content-container .header-content header{text-align:left;width:100%;margin:0;padding:1rem}@media only screen and (min-width:768px){body section.header .header-img-container.video .header-content-container .header-content header{padding:2rem 1rem}}@media only screen and (min-width:1024px){body section.header .header-img-container.video .header-content-container .header-content header{padding:2rem}}@media only screen and (min-width:1024px){body section.header .header-img-container.video .header-content-container .header-content header h1{width:60%}.node-432635body section.header .header-img-container.video .header-content-container .header-content header h1{width:100%}}@media only screen and (min-width:1024px){body section.header .header-img-container.video .header-content-container .header-content header .title{width:60%}}body section.header .header-img-container.video .header-content-container .header-content h2{margin:0;font-weight:400}body section.header .header-img-container.video .header-content-container .header-content h2 p{margin:0}body section.header .header-img-container.video .header-content-container .header-content h2>div{display:inline-block}body section.header .header-img-container.video .header-content-container .header-content h2 .product{margin-bottom:23px;color:#fabd00;font-weight:700;display:inline-block}body section.header .header-img-container.video .header-content-container .header-content h2 .product>div{display:flex;align-items:center}body section.header .header-img-container.video .header-content-container .header-content h2 .product .icon{margin-right:3px}@media only screen and (min-width:768px){body section.header .header-img-container.video .header-content-container .header-content header .subtitle{font-weight:400}}body section.header .header-img-container .header-content-container{z-index:1;position:absolute;top:0;bottom:0;width:100%;display:flex;justify-content:flex-start;align-items:flex-end;flex:1 0 auto}@media (min-height:700px){.node-432635body section.header .header-img-container .header-content-container{align-items:flex-end;justify-content:flex-start;padding-top:0}}body section.header .header-img-container .header-content-container .header-content header{text-align:left;padding:1em;padding-bottom:2em}.node-432635body section.header .header-img-container .header-content-container .header-content header{display:block;float:none;text-align:left;width:100%;margin:0;align-items:flex-end;padding-top:0}@media only screen and (min-width:768px){.node-432635body section.header .header-img-container .header-content-container .header-content header{width:100%;padding-bottom:2em}}@media only screen and (min-width:1024px){.node-432635body section.header .header-img-container .header-content-container .header-content header{padding:4em 0;padding-bottom:0}}@media only screen and (min-width:1140px){.node-432635body section.header .header-img-container .header-content-container .header-content header{padding:6em 0}}body section.header .header-img-container .header-content-container .header-content header .subtitle,body section.header .header-img-container .header-content-container .header-content header .title,body section.header .header-img-container .header-content-container .header-content header h1,body section.header .header-img-container .header-content-container .header-content header h2{font-weight:700;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.3)}body section.header .header-img-container .header-content-container .header-content header .title,body section.header .header-img-container .header-content-container .header-content header h1{font-size:1.8em;line-height:1.2em}.node-432635body section.header .header-img-container .header-content-container .header-content header .title,.node-432635body section.header .header-img-container .header-content-container .header-content header h1{font-size:2.2em;line-height:1em;margin:0}@media only screen and (min-width:768px){.node-432635body section.header .header-img-container .header-content-container .header-content header .title,.node-432635body section.header .header-img-container .header-content-container .header-content header h1{font-size:3.3em}}@media only screen and (min-width:1024px){.node-432635body section.header .header-img-container .header-content-container .header-content header .title,.node-432635body section.header .header-img-container .header-content-container .header-content header h1{font-size:4em}}@media only screen and (min-width:1280px){.node-432635body section.header .header-img-container .header-content-container .header-content header .title,.node-432635body section.header .header-img-container .header-content-container .header-content header h1{font-size:5em}}@media only screen and (min-width:768px){body section.header .header-img-container .header-content-container .header-content header .title,body section.header .header-img-container .header-content-container .header-content header h1{font-size:2.5em}}@media only screen and (min-width:1140px){body section.header .header-img-container .header-content-container .header-content header .title,body section.header .header-img-container .header-content-container .header-content header h1{font-size:3em}}body section.header .header-img-container .header-content-container .header-content header h2{display:inline-block}.node-432635body section.header .header-img-container .header-content-container .header-content header h2{font-size:.9em;line-height:1.3em;font-weight:700;margin-bottom:0}@media only screen and (min-width:768px){.node-432635body section.header .header-img-container .header-content-container .header-content header h2{font-size:1.1em}}@media only screen and (min-width:1024px){.node-432635body section.header .header-img-container .header-content-container .header-content header h2{font-size:1.2em}}@media only screen and (min-width:1280px){.node-432635body section.header .header-img-container .header-content-container .header-content header h2{font-size:2em}}@media (min-height:700px){body section.header .header-img-container .header-content-container .header-content header h2{display:inline-block}}body section.header .header-img-container .header-content-container .header-content header .subtitle,body section.header .header-img-container .header-content-container .header-content header h2{margin:.5em 0}@media only screen and (min-width:768px){body section.header .header-img-container .header-content-container .header-content header .subtitle,body section.header .header-img-container .header-content-container .header-content header h2{font-size:1.5em}}body section.header .header-img-container.small{height:40vh}body section.header .header-img-container.small .header-content-container{justify-content:flex-start}body section.header .header-img-container.small .header-content-container .header-content header h1{font-size:1.8em;margin:0}body section.header .header-img-container.small .header-content-container .header-content header h1 span{font-size:.7em}@media only screen and (min-width:1024px){body section.header .header-img-container.small .header-content-container .header-content header h1{font-size:3em}}@media only screen and (min-width:1140px){body section.header .header-img-container.small .header-content-container .header-content header h1{font-size:3.8em}}body section.header .header-img-container.small .header-content-container .header-content header h2{font-size:1em}@media only screen and (min-width:1140px){body section.header .header-img-container.small .header-content-container .header-content header h2{font-size:1.8em}}body section.header .header-img-container.small .header-content-container .header-content header .title{font-size:3em}body section.header .header-img-container.small .header-content-container .header-content header .title span{font-size:.7em}@media only screen and (min-width:1140px){body section.header .header-img-container.small .header-content-container .header-content header .title{font-size:4em}}body section.header .header-img-container.small .header-content-container .header-content header .subtitle{font-size:1.3em;line-height:2.2em;margin:0}@media only screen and (min-width:1140px){body section.header .header-img-container.small .header-content-container .header-content header .subtitle{font-size:1.8em;line-height:1.4em}}body section.header .header-img-container.xsmall{height:30vh}body section.header .header-img-container.xsmall .header-content-container .header-content header{padding-bottom:0}body section.header .header-img-container.xsmall .header-content-container .header-content .title,body section.header .header-img-container.xsmall .header-content-container .header-content h1{font-size:1.8em}body section.header .altcolorbg{background-color:#05a0e2;height:180px;display:flex;align-items:flex-end;justify-content:space-around;position:relative}body section.header .altcolorbg #benefits{display:none;padding-bottom:24px}@media only screen and (min-width:768px){body section.header .altcolorbg #benefits{display:flex}}body section.header .altcolorbg #benefits .benefit{flex:1 1 33%;display:flex;align-items:center;color:#fff;font-size:15px;margin:0 2em}body section.header .altcolorbg #benefits .benefit:nth-child(2){margin:0 1em}body section.header .altcolorbg #benefits .benefit .sprite__wrapper{display:block}body section.header .altcolorbg #benefits .benefit .content{line-height:20px;margin-left:20px}body section.header .altcolorbg #benefits .benefit .content .title{font-weight:700;font-size:19px}.node-123 picture{position:relative}.node-123 picture .agent{position:absolute;bottom:3em;right:0}@media only screen and (min-width:768px){.node-123 picture .agent{bottom:3em;right:1em}}.node-123 picture .agent img{box-shadow:0 0 .8em rgba(255,255,255,.9);border-radius:.5em;width:150px}@media only screen and (min-width:768px){.node-123 picture .agent img{border-radius:.6em;width:180px}}@media only screen and (min-width:1024px){.node-123 picture .agent img{border-radius:.7em;width:200px}}@media only screen and (min-width:1140px){.node-123 picture .agent img{border-radius:1em;width:250px}}
.footer-container{background-color:#1374a3}.footer-container footer{padding:2em var(--x-padding) 0}.landing_page.footer-container footer{padding:2em var(--x-padding) 4em}@media only screen and (min-width:768px){.landing_page.footer-container footer{padding:2em var(--x-padding) 0}}.footer-container footer .footer-menu__part{font-size:11px;width:100%;border-bottom:solid 3px #fabd00;padding-bottom:2em}.footer-container footer .footer-menu__part:last-child{border:none;padding-bottom:10px;margin-bottom:0}.footer-container footer .footer-menu__part.footer-menu__part--extra .footer-menu__content{justify-content:flex-start}@media only screen and (min-width:1024px){.footer-container footer .footer-menu__part.footer-menu__part--extra .footer-menu__content{justify-content:space-between}}.footer-container footer .footer-menu__part .footer-menu__title{color:#fabd00;font-size:1.5em;font-weight:700}.footer-container footer .footer-menu__part>.footer-menu__title{margin-bottom:16px;margin-left:16px}@media only screen and (min-width:768px){.footer-container footer .footer-menu__part>.footer-menu__title{margin-left:0}}.footer-container footer .footer-menu__part .footer-menu__content{color:#fff;display:flex;justify-content:space-around;flex-wrap:wrap}.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list{flex-basis:100%;padding:0 0 2em}.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__title.footer-menu__title--with-sprite .sprite.logo-ba-white{font-size:2em;--colorset-color:#fabd00}@media only screen and (min-width:768px){.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__title.footer-menu__title--with-sprite .sprite.logo-ba-white{font-size:3em}}.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items{list-style:none;padding:0;margin:.5em 0 0;display:flex;flex-wrap:wrap;gap:1em}.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items li{padding:0}.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items li .obflink,.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items li a{color:#fff;border-radius:3px;padding:.25em .5em;font-size:1em;line-height:normal;background-color:rgba(5,160,226,.2);font-weight:700;display:block;border:1px solid rgba(255,255,255,.1);cursor:pointer}.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items li.footer-menu__item.footer-menu__item--with-icon .icon{font-size:22px;margin-right:10px}@media only screen and (min-width:480px){.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items{column-count:2;padding:0}.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items li{white-space:nowrap}}@media only screen and (min-width:768px){.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items{font-size:1.1em}}@media only screen and (min-width:1024px){.footer-container footer .footer-menu__part .footer-menu__content>div.footer-menu__items-list .footer-menu__items{font-size:1.1em}}.footer-container footer .footer-menu__part .footer-menu__content .footer-menu__items.footer-menu__items--1col{column-count:1!important}.footer-container footer .footer-menu__part .footer-menu__content .footer-menu__links--inline{list-style:none;display:flex;justify-content:flex-start;padding:0;margin:0}.footer-container footer .footer-menu__part .footer-menu__content .footer-menu__links--inline li{margin:0;padding:0;margin-right:10px;display:inline-block}.footer-container footer .footer-menu__part .footer-menu__content .footer-menu__links--inline.footer-menu__social .obflink,.footer-container footer .footer-menu__part .footer-menu__content .footer-menu__links--inline.footer-menu__social a{display:flex;align-items:center;cursor:pointer}.footer-container footer .footer-menu__part .footer-menu__content .footer-menu__links--inline.footer-menu__social .obflink svg.sprite,.footer-container footer .footer-menu__part .footer-menu__content .footer-menu__links--inline.footer-menu__social a svg.sprite{width:1em;height:1em}.footer-container footer .footer-menu__part .footer-menu__bottom{text-align:center;color:#fff;margin:auto;font-size:10px;padding-top:24px;padding-bottom:16px}.footer-container footer .footer-menu__part .footer-menu__bottom p{margin:0;line-height:1.5em}@media only screen and (min-width:768px){.footer-container footer .footer-menu__part .footer-menu__bottom p span{display:block}}
.p-entity.full #page-container>main article.p-entity{display:initial;float:none;width:initial;margin-left:initial;margin-right:initial}.p-entity.full #page-container>main article.p-entity header h1{margin:0}@media only screen and (min-width:768px){.p-entity.full #page-container>main article.p-entity header h1{font-size:2.4em}}@media only screen and (min-width:1024px){.p-entity.full #page-container>main article.p-entity header h1{font-size:2.8em}}@media only screen and (min-width:1140px){.p-entity.full #page-container>main article.p-entity header h1{font-size:3em}}.p-entity.full #page-container>main article.p-entity header h2{margin:0}@media only screen and (min-width:768px){.p-entity.full #page-container>main article.p-entity header h2{font-size:1.5em}}.p-entity.full #page-container>main article.p-entity header .glide{margin-top:1em}.p-entity.full #page-container>main article.p-entity header .glide .glide__arrow{display:none}@media only screen and (min-width:768px){.p-entity.full #page-container>main article.p-entity header .glide .glide__arrow{display:block;background-color:rgba(0,0,0,.1);width:3em;height:3em;border-radius:50%}}.p-entity.full #page-container>main article.p-entity header .glide picture{display:block;margin:0;position:relative;height:229px;overflow:hidden}@media only screen and (min-width:768px){.p-entity.full #page-container>main article.p-entity header .glide picture{height:250px}}@media only screen and (min-width:1024px){.p-entity.full #page-container>main article.p-entity header .glide picture{height:250px}}@media only screen and (min-width:1140px){.p-entity.full #page-container>main article.p-entity header .glide picture{height:250px}}.p-entity.full #page-container>main .p-entity-prev-next{font-size:.8em}.p-entity.full #page-container>main .p-entity-prev-next .left::before{content:"◀ ";font-size:.8em}.p-entity.full #page-container>main .p-entity-prev-next .right::after{content:" ▶";font-size:.8em}.p-entity.full #page-container>main h4.sponsored{position:absolute;background:#fabd00;bottom:0;left:0;z-index:10;margin:0;font-weight:400;padding:0 1em;color:#fff;font-size:.8em}.p-entity.full #page-container>main figure img{width:100%;margin:0;object-fit:cover;height:100%}.p-entity.full #page-container>main figure figcaption{position:absolute;bottom:0;right:0;background-color:rgba(0,0,0,.2);color:#fff;display:block;padding:0 5px;font-size:.8em}.p-entity.full #page-container>main figure figcaption p{margin:0}.p-entity.full #page-container>main ul.overview{list-style:none;padding:0;margin-bottom:1em}.p-entity.full #page-container>main ul.overview li{float:left;text-align:center;box-sizing:border-box;display:table-cell;width:50%;border-bottom:1px solid #eaeaea;white-space:nowrap;padding:0;border-right:1px solid #eaeaea}.p-entity.full #page-container>main ul.overview li strong{display:block}@media only screen and (min-width:768px){.p-entity.full #page-container>main ul.overview li{width:20%;border-bottom:none}}.p-entity.full #page-container>main ul.overview li:nth-child(2n){border-right:none}@media only screen and (min-width:768px){.p-entity.full #page-container>main ul.overview li:nth-child(2n){border-right:1px solid #eaeaea}}.p-entity.full #page-container>main ul.overview li:last-child{border-right:none;width:100%}@media only screen and (min-width:768px){.p-entity.full #page-container>main ul.overview li:last-child{width:20%}}.p-entity.full #page-container>main section.content .teaser{font-size:1.2em;margin-bottom:1em}.p-entity.full #page-container>main section.content .object-left,.p-entity.full #page-container>main section.content .object-right{display:none}.p-entity.full #page-container>main section.content .object-left .class-image,.p-entity.full #page-container>main section.content .object-right .class-image{display:none}.p-entity.full #page-container>main .p-entity-static-map{margin-top:1em}@media only screen and (min-width:768px){.p-entity.full #page-container>main .p-entity-static-map{margin-top:0}}.p-entity.full #page-container>main .p-entity-static-map h3,.p-entity.full #page-container>main .p-entity-static-map title{font-size:1.6em;margin:0 0 .5em}.p-entity.full #page-container>main .p-entity-static-map img{border-radius:0;border:none;width:100%}.p-entity.full #page-container>main .p-entity-static-map #map_button{margin:0;cursor:pointer}.p-entity.full #page-container>main .p-entity-infos{display:grid;grid-template-columns:1fr}@media only screen and (min-width:768px){.p-entity.full #page-container>main .p-entity-infos{grid-template-columns:1fr 2fr;gap:2em}}.p-entity.full #page-container>main .p-entity-info{margin-top:1em;word-break:break-word}@media only screen and (min-width:768px){.p-entity.full #page-container>main .p-entity-info:not(.p-entity-info--no-map){margin-top:0}}.p-entity.full #page-container>main .p-entity-info h3{margin-top:0;text-align:left}.p-entity.embed{position:relative;margin-bottom:2em;padding:1em;border:1px solid #eee;background-color:rgba(255,255,255,.5);border-radius:.5em}@media only screen and (min-width:768px){.p-entity.embed{padding:2em;border:1px solid #eee;background-color:rgba(255,255,255,.5);border-radius:.5em}}.p-entity.embed .embed_place_desc,.p-entity.embed .embed_place_info,.p-entity.embed header{text-align:left}.p-entity.embed header{margin-bottom:1em}.p-entity.embed header .block-link{font-weight:700;margin-top:1em}.p-entity.embed header .p-type{font-size:.75em;font-weight:700;line-height:1em;color:#999}.p-entity.embed header h2{margin:0!important;font-weight:700!important;font-size:1.8em!important}.p-entity.embed header h2 a{color:#fabd00}.p-entity.embed header h3{margin:0!important;font-weight:400;color:inherit}.p-entity.embed figure{margin-bottom:2em}.p-entity.embed figure img{width:100%;height:auto}.p-entity.embed figure figcaption p{text-align:center;margin:0;font-size:.6em;line-height:1em}.p-entity.embed .embed_place_desc{text-align:left}.p-entity.embed .block-link{font-weight:700;margin-top:1em}.p-entity.embed .embed_place_info{font-size:.8em;text-align:left;padding:0;display:inline-block;line-height:1.5em;width:100%}.p-entity.embed .object-left{display:none}.p-entity.embed .object-left .class-image{display:none}
section.last_comment{width:100%;margin-top:3em;padding:1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:1em;background-color:rgba(247,148,30,.05);border-top:0 solid #d0d0c0}section.last_comment .boxtitle{width:100%;color:#fabd00;font-size:1.6em;margin:0 0 .5em}section.last_comment .comment_title_name{width:100%;font-weight:700}section.last_comment .comment_title_author{font-size:.8em;line-height:.8em;font-style:italic;width:100%}section.last_comment .comment_message{width:100%;margin-top:1em;margin-bottom:1em}section.last_comment .button{margin-bottom:1em}section.comments{margin:0 auto;display:block;margin-top:1em}@media only screen and (min-width:768px){section.comments{margin-top:4em}}@media only screen and (min-width:1140px){section.comments{margin-top:8em}}section.comments{margin-top:2em;border-top:1px solid #d0d0c0;float:left;word-break:break-word}@media only screen and (min-width:768px){section.comments{float:none}}section.comments .inner{border-top:1px solid #fff;width:100%}section.comments .comments_addbutton{text-align:center}section.comments h3{font-size:1.5em;padding:0 10px;margin:.8em 0 .3em 0}section.comments ol{list-style:none;margin:0;padding:0;font-size:.8em}section.comments ol li:first-child{border-top:none}section.comments ol li{margin:0;padding:20px 10px;border-top:1px solid #e0e0d0}section.comments ol li .sprite__wrapper{display:none}@media only screen and (min-width:768px){section.comments ol li .sprite__wrapper{display:block;float:left;margin-right:17px}}section.comments ol li h3{font-size:1.1em;line-height:1.1em;padding:0;margin:0;margin-left:.2em;color:#666}section.comments ol li h3 span{text-shadow:none;font-weight:400;color:#666;font-size:.8em}section.comments ol li h3 span.author{font-style:italic}section.comments ol li h3 span.datetime{font-style:normal;font-size:.6em}section.comments ol li P{margin:0;line-height:1.4em;margin-left:.2em}@media only screen and (min-width:768px){section.comments ol li P{margin-left:6.3em}}section.comments blockquote{font-style:italic}
.sprite__wrapper{display:inline-block;font-size:16px}.sprite{display:block}.sprite.benefit-bestprices,.sprite.benefit-handpicked,.sprite.benefit-weareBCN{height:1em;width:1em;font-size:5em}.sprite.logo-ba-white{height:1em;width:3.392983333333333em;font-size:3.75em}.sprite.icon-close{height:1em;width:1.4em;font-size:14px}.sprite.card-amex,.sprite.card-discover,.sprite.card-mastercard,.sprite.card-paypal,.sprite.card-visa{height:1em;width:1.55em;font-size:1.25em}.sprite.icon-parkguell{height:1em;width:1.13em;font-size:4.31em}.sprite.icon-sagradafamilia{height:1em;width:1.13em;font-size:4.31em}.sprite.icon-campnou{height:1em;width:1.13em;font-size:4.31em}.sprite.icon-citypass{height:1em;width:1.13em;font-size:4.31em}.sprite.icon-casavicens{height:1em;width:1.13em;font-size:4.31em}.sprite.icon-gaudi,.sprite.icon-night,.sprite.icon-shop,.sprite.icon-wheretoeat{height:1em;width:1.13em;font-size:3.8125em}.sprite.flag-de,.sprite.flag-dk,.sprite.flag-en,.sprite.flag-es,.sprite.flag-fr,.sprite.flag-it,.sprite.flag-nl,.sprite.flag-pt,.sprite.flag-ru{height:1em;width:1.333333em;font-size:1em}.sprite.icon-pdf{height:1.333333em;width:1em;font-size:1em}.sprite.icon-avatar{height:1em;width:1.35em;font-size:3em}.sprite.icon-tips{height:1em;width:1.35em;font-size:3em}