@import url('//fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');@import url('//fonts.googleapis.com/css2?family=Abel&display=swap');html{font-size: 100%;}body{font: 400 15px/1.36 'Maven Pro',sans-serif;font-size: calc(12px + 0.5vw);color: #000;}h1,h2,h3,h4,h5,h6,li,label,table,td,th{font: inherit;margin: 0;}h1,h2{font-size: 1.75em;line-height: 1.2;font-weight: 700;margin: 1em 0 0.4em;}h3,h4{font-weight: 700;font-size: 1.41em;line-height: 1.2;margin: 0.6em 0 0.4em;}h5,h6{font-weight: 700;margin: 0 0 0.1em;}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top: 0;}h1:last-child,h2:last-child,h3:last-child,p:last-child{margin-bottom: 0;}p{margin: 0 0 1.5em;}a{text-decoration: underline;color: inherit;}a:hover,a:focus{outline: 0;text-decoration: none;color: inherit;}a,a::before,a::after{transition: all 0.25s;}ul,ol{margin: 0 0 1.5em 1.2em;padding: 0;}ul ul,ol ol,ul ol,ol ul{margin: 0 0 0 1.5em;}ul li::before{content: "\2022";position: absolute;margin-left: -1em;font-size: 1.1em;line-height: 1.1;font-weight: 700;}ol{list-style: decimal;}table{margin: 0 0 1.5em;font: inherit;}blockquote{font-weight: 300;font-style: italic;font-size: 2em;line-height: 1.25;margin: 2em 0;padding: 0 0 0 1em;border: none;}blockquote p{margin: 0;font: inherit;color: inherit;}blockquote *:first-child::before{content: "\0022";position: absolute;margin-left: -0.75em;}blockquote *:first-child::after{content: "\0022";}blockquote:first-child{margin-top: 0;}blockquote:last-child{margin-bottom: 0;}hr{margin: 3em 0;border: 0;height: 0.4rem;width: 100%;background-color: rgb(0,156,223);background-image: linear-gradient(45deg,rgba(0,156,223,1) 0%,rgba(160,191,56,1) 100%);}img[style*="float: left"],img[style*="float:left"]{margin-right: 2em;}img[style*="float: right"],img[style*="float:right"]{margin-left: 2em;}p.intro{font-size: 1.333em;font-weight: 700;}.extra-bold{font-weight: 900;}.dun{font-weight: 300;}.groter{font-size: 1.2em;}.kleiner{font-size: 0.8em;}strong > em{font-weight: 900;}.pagination-divider::before{content: "|";}.pagination-ellipsis::before{content: "\2026";}body{background-color: #fff;overflow-y: scroll;width: 100%;}header{position: relative;z-index: 2;}#btn-home,#btn-menu{position: fixed;top: 2.5vw;height: 1.41em;cursor: pointer;}#btn-home{left: 2.5vw;width: 1.41em;text-decoration: none;}#btn-home::before{content: '\f015';font-family: fontAwesome5;line-height: 1;display: block;font-size: 1.75em;}#btn-menu{right: 2.5vw;width: 1.763em;z-index: 4;}#btn-menu > span,#btn-menu::before,#btn-menu::after{content: "";position: absolute;display: block;height: 17.5%;width: 100%;background-color: #000;left: 0;transform-origin: center;border-radius: 10px;transition: all 0.2s;}#btn-menu::before{top: 0;}#btn-menu > span{top: 41.25%;}#btn-menu::after{bottom: 0;}header:not(.menu-open) #btn-menu:hover::before{transform: translateY(50%);transition-duration: 0.05s;}header:not(.menu-open) #btn-menu:hover::after{transform: translateY(-50%);transition-duration: 0.05s;}header.menu-open #btn-menu > span{opacity: 0;}header.menu-open #btn-menu::before{transform: translateY(235%) rotate(45deg);}header.menu-open #btn-menu::after{transform: translateY(-235%) rotate(-45deg);}header.menu-open #btn-menu:hover{transform: scale(0.85);}.main-title{display: block;font-size: 1.587em;color: inherit;line-height: 1;margin-right: 2em;text-decoration: none;}.main-title span{display: block;}.main-title .title,.main-title .subtitle{font-weight: 700;text-transform: uppercase;}.main-title .title{font-size: 1.5em;font-family: 'Bebas Neue',cursive;}.main-title .subtitle{font-family: 'filson-soft',sans-serif;}.main-title .year{font-size: 1.547em;font-weight: 300;}header .main-title:hover,header .main-title:focus{text-decoration: none;transform: scale(0.9);}#main-menu{position: fixed;z-index: 3;display: flex;top: 0;left: 0;right: 0;background-color: #fff;padding: 9.26vh 8.85vw 4.63vh 6.77vw;box-shadow: 0 0 0 0 rgba(0,0,0,0.5);transform: translateY(-100%);transition: all 0.2s;}#main-menu ul{list-style: none;margin: 0;padding: 0;}#main-menu li{position: static;line-height: 1.6;}#main-menu li::before{content: none;}#main-menu ul a{color: inherit;display: block;text-decoration: none;}#main-menu ul a:hover,#main-menu ul a:focus{text-decoration: none;}#main-menu ul a:hover > span,#main-menu ul a:focus > span{text-decoration: underline;}#main-menu ul a > em{color: #c80065;font-style: normal;font-weight: 900;display: inline-block;width: 1.6em;flex: 0 0 auto;text-decoration: none;}#main-menu > ul{display: flex;flex-wrap: wrap;justify-content: space-between;flex-grow: 1;font-size: 0.8em;}#main-menu > ul > li{width: calc(20% - 0.353em);}#main-menu > ul > li > a{font-family: filson-soft,sans-serif;font-weight: 800;margin-bottom: 0.5em;}#main-menu > ul ul > li > a{display: flex;}header.menu-open #main-menu{box-shadow: 0 0.529em 3.843em 0 rgba(0,0,0,0.5);transform: translateY(0);}#logo-main{position: fixed;display: block;bottom: 5vh;right: 5vh;}#logo-main:hover{transform: scale(0.9);}#logo-main img{width: 5.289em;}main{position: relative;z-index: 1;display: block;}#nav-prev,#nav-next{font-family: 'filson-soft',sans-serif;position: fixed;top: 50%;visibility: hidden;cursor: pointer;text-decoration: none;opacity: 0;font-size: 2.97vw;line-height: 1;z-index: 2;}#nav-prev{left: 0;transform: translate(-100%,-50%);}#nav-next{right: 0;transform: translate(100%,-50%);}#nav-prev span,#nav-next span{position: relative;display: inline-flex;justify-content: center;align-items: center;font-weight: 700;color: #fff;height: 6.77vw;width: 6.77vw;transition: all 0.2s;}#nav-prev span::before,#nav-next span::before{background-size: cover;content: '';position: absolute;z-index: -1;}#nav-prev span::before{background-image: url('/_theme/rickraaktmagazine/css/frontend/../../images/frontend/pageprev.svg');width: 125%;height: 170%;left: 0;}#nav-next span::before{background-image: url('/_theme/rickraaktmagazine/css/frontend/../../images/frontend/pagenext.svg');right: 0;width: 125%;height: 170%;top: -25%;}#nav-prev::after,#nav-next::before{font-family: FontAwesome5;font-weight: 400;color: #000;}#nav-prev::after{content: "\f053";margin-left: 0.5em;}#nav-next::before{content: "\f054";margin-right: 0.5em;}#nav-prev.show-btn,#nav-next.show-btn{visibility: visible;transform: translate(0,-50%);opacity: 1;}#nav-prev:hover span,#nav-next:hover span{background-position: 100%;}@keyframes showHidePages{0%{left: 50vw;right: 50vw;transform: scaleY(0);background-color: #000;}5%{left: calc(50vw - 2px);right: calc(50vw - 2px);transform: scaleY(0.1667);}30%{left: calc(50vw - 2px);right: calc(50vw - 2px);transform: scaleY(1);}100%{left: 13.54vw;right: 13.54vw;transform: scaleY(1);background-color: #fff;}}#backdropPage{position: absolute;left: 12.5vw;right: 12.5vw;}#pages{position: absolute;background-color: #fff;top: 0;min-height: 100vh;z-index: 1;}#pages.activate-pages{animation: 0.4s ease-in forwards showHidePages;}#pages.active{animation-name: none;left: 13.54vw;right: 13.54vw;}#pages.hide-pages{animation: 0.4s 0.25s ease-out reverse forwards showHidePages;left: 13.54vw;right: 13.54vw;}#pages.hidden{animation-name: none;left: 50vw;right: 50vw;}#pages.active.loading{overflow: hidden;}#pages::before,#pages::after{content: "";position: fixed;opacity: 0;visibility: hidden;transition: opacity 0.2s,visibility 0s 0.2s;}#pages::before{top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(255,255,255,0.6);z-index: 10;}#pages::after{content: "\f3f4";color: rgba(255,360,0,0.8);transform: rotate(0deg);font-family: "FontAwesome5";font-weight: bold;font-size: 4vw;line-height: 4vw;width: 4vw;text-align: center;z-index: 11;top: 50%;left: 50%;margin-top: -2vw;margin-left: -2vw;}.page{position: absolute;min-height: 100%;width: 100%;box-sizing: border-box;opacity: 0;transition: transform 0.2s,opacity 0.25s;}.page.old:first-child,.page.inactive:first-child{transform: translateX(-100%);}.page.old:nth-child(2),.page.inactive:nth-child(2){transform: translateX(100%);}.page.inactive:only-child{transform: translateX(0);opacity: 0;}#pages.active .page{opacity: 1;transition-duration: 0.2s,0.5s;}#nav-close{z-index: 2;position: fixed;top: calc(4.5vw - 0.1855em);right: 16.54vw;font-size: 3.8em;height: 0.742em;width: 0.742em;line-height: 0.67em;cursor: pointer;text-align: center;text-decoration: none;color: #000;background-color: rgba(255,255,255,0.5);transform: translateY(-20vh);}#nav-close:hover{background-color: rgba(255,255,255,1);}#pages.active + #nav-close{transform: translateY(0);}.page .page-wrap{position: relative;box-sizing: content-box;width: 100%;}.page .page-wrap > section:last-child{margin-bottom: 2%;}section + section{margin-top: 2em;}.page-number{display: block;font-family: 'filson-soft',sans-serif;font-size: 2.5em;font-weight: bold;line-height: 1;}[data-w-fx].page-number{transition-delay: 1s;}#location-banner .page-number{position: absolute;top: 2.5vw;left: 5vw;color: #fff;z-index: 10;}#location-content .page-number{margin: 0.5em 0;}.moduleTitle{font-weight: 900;font-size: 1.41em;margin: 0 0 0.4em;text-transform: uppercase;}section:first-of-type > .wysiwyg:first-child{margin-top: 8vw;}#location-banner{display: block;}#location-banner > div{width: 100%;margin: 0;}section{display: flex;flex-wrap: wrap;}section > div{flex: 0 0 auto;width: 85.78%;margin-left: 7.14%;margin-right: 7.14%;box-sizing: border-box;margin-top: 2%;margin-bottom: 2%;}.htmlvideo .video-container{position: relative;width: 100%;padding-top: 56.25%;}.htmlvideo .video-container > iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.htmlimage img{width: 100%;}.htmlimage figcaption{font-size: 0.9em;line-height: 1.2;font-weight: 300;font-style: italic;opacity: 0.8;padding: 0.25em;}.home #location-content .w-s-homeBtns,.w-s-homeBtns{display: grid;width: 100%;margin-left: 0;margin-right: 0;min-height: 100vh;padding: 3.75vw 0;grid-template-columns: repeat(10,1fr);grid-template-rows: repeat(8,1fr);}[class*=homeBtn-]{display: block;overflow: hidden;position: relative;background-position: center center;background-repeat: no-repeat;background-size: cover;grid-column-end: span 1;grid-row-end: span 1;text-decoration: none;}.homeBtn-0{display: flex;padding: 1vw;grid-column-start: 1;grid-row-start: 1;grid-column-end: span 2;grid-row-end: span 2;}.homeBtn-1{grid-column-start: 3;grid-column-end: span 6;grid-row-start: 1;grid-row-end: span 4;}.homeBtn-2{grid-column-start: 9;grid-column-end: span 2;grid-row-start: 2;grid-row-end: span 2;}.homeBtn-2::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #50BCBC;}.homeBtn-2:hover::before{background: #E35197;}.homeBtn-3{grid-column-start: 1;grid-column-end: span 2;grid-row-start: 3;grid-row-end: span 4;}.homeBtn-4{grid-column-start: 3;grid-column-end: span 2;grid-row-start: 5;grid-row-end: span 2;}.homeBtn-4::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #E35197;}.homeBtn-4:hover::before{background: #50BCBC;}.homeBtn-5{grid-column-start: 5;grid-column-end: span 4;grid-row-start: 5;grid-row-end: span 2;}.homeBtn-6{grid-column-start: 9;grid-row-start: 4;grid-column-end: span 2;grid-row-end: span 3;}.homeBtn-7{grid-column-start: 1;grid-column-end: span 4;grid-row-start: 7;grid-row-end: span 2;}.homeBtn-8{grid-column-start: 5;grid-column-end: span 2;grid-row-start: 7;grid-row-end: span 2;}.homeBtn-8::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #50BCBC;}.homeBtn-8:hover::before{background: #E35197;}.homeBtn-9{grid-column-start: 7;grid-column-end: span 3;grid-row-start: 7;grid-row-end: span 2;}.w-s-homeBtns [data-w-fx]:nth-child(1){transition-delay: 0.3s;}.w-s-homeBtns [data-w-fx]:nth-child(2){transition-delay: 0.33s;}.w-s-homeBtns [data-w-fx]:nth-child(3){transition-delay: 0.36s;}.w-s-homeBtns [data-w-fx]:nth-child(4){transition-delay: 0.39s;}.w-s-homeBtns [data-w-fx]:nth-child(5){transition-delay: 0.42s;}.w-s-homeBtns [data-w-fx]:nth-child(6){transition-delay: 0.45s;}.w-s-homeBtns [data-w-fx]:nth-child(7){transition-delay: 0.48s;}.w-s-homeBtns [data-w-fx]:nth-child(8){transition-delay: 0.51s;}.w-s-homeBtns [data-w-fx]:nth-child(9){transition-delay: 0.54s;}.w-s-homeBtns [data-w-fx]:nth-child(10){transition-delay: 0.57s;}[class*=homeBtn-] .inner{display: flex;transition: all 0.4s;}[class*=homeBtn-] .inner:not(.main-title){position: absolute;top: 0;left: 0;right: 0;bottom: 0;line-height: 1.3;}[class*=homeBtn-] .inner.main-title{display: block;font-size: 2.5vw;margin: 0;}[class*=homeBtn-] .box{z-index: 1;position: relative;display: flex;flex-direction: column;justify-content: flex-end;padding: 0.75em;}[class*=homeBtn-] .pagenumber{color: #fff;font-weight: 700;font-size: 1.25em;line-height: 1;}[class*=homeBtn-] .text{font-size: 0.75em;font-weight: 500;}[class*=homeBtn-] .title h2{font-family: 'filson-soft',sans-serif;font-size: inherit;margin: 0;}[class*=homeBtn-] .title h3{font-size: inherit;font-weight: 400;margin: 0;}[class*=homeBtn-].homeBtn-3 .inner,[class*=homeBtn-].homeBtn-6 .inner{justify-content: flex-end;}[class*=homeBtn-].homeBtn-2 .box,[class*=homeBtn-].homeBtn-4 .box,[class*=homeBtn-].homeBtn-8 .box{justify-content: space-between;}[class*=homeBtn-]:not(.homeBtn-0):hover .inner{transform: translateY(100%);}[class*=homeBtn-]:not(.homeBtn-0):hover .inner + .inner{transform: translateY(0%);}[class*=homeBtn-] .inner + .inner{transform: translateY(100%);}@supports (grid-gap: 1.058em){.home #location-content .w-s-homeBtns,.w-s-homeBtns{grid-gap: 1vw;margin: 0;}a[class*=homeBtn-]{margin: 0}}.homeBtn-0 .date{font-family: 'Abel',sans-serif;color: #009997;font-size: 0.75em;}.homeBtn-1 .box,.homeBtn-3 .box,.homeBtn-5 .box,.homeBtn-6 .box,.homeBtn-7 .box,.homeBtn-9 .box{align-self: flex-end;}.homeBtn-1 .box{min-width: 66.66%;max-width: 90%;}.homeBtn-1 .box::before{content: '';position: absolute;z-index: -1;background: #c80065;transform: skew(-5deg,-2.5deg);top: 0;width: 100%;height: 200%;left: 0;transform-origin: top left;box-sizing: border-box;}.homeBtn-1 .inner + .inner .box::before{background: #009997;}.homeBtn-2 .pagenumber,.homeBtn-3 .pagenumber,.homeBtn-4 .pagenumber,.homeBtn-6 .pagenumber,.homeBtn-7 .pagenumber{margin-bottom: 0.5em;}.homeBtn-6 .box{background: #c80065;margin-left: 2em;flex: 1 1 0;}.homeBtn-6 .box::before{content: '';position: absolute;width: 2em;display: inline-block;background-image: url('/_theme/rickraaktmagazine/css/frontend/../../images/frontend/element-6.svg');background-size: cover;background-position: top right;background-repeat: no-repeat;top: 0;left: -2em;height: 100%;}.homeBtn-6 .inner + .inner .box{background: #009997;}.homeBtn-6 .inner + .inner .box::before{background-image: url('/_theme/rickraaktmagazine/css/frontend/../../images/frontend/element-6-hover.svg');}.homeBtn-3 .box,.homeBtn-6 .box{width: 100%;position: relative;z-index: 1;text-align: right;align-items: flex-end;}.homeBtn-3 .title{max-width: 75%;}.homeBtn-3 .box::before{content: '';background: #009997;z-index: -1;width: 125%;height: 125%;position: absolute;top: -12.5%;right: -10%;transform: rotate(-15deg);transform-origin: bottom right;}.homeBtn-3 .inner + .inner .box::before{background: #c80065;}[class*=homeBtn-].homeBtn-1 .box,[class*=homeBtn-].homeBtn-5 .box,[class*=homeBtn-].homeBtn-9 .box{flex-direction: row;justify-content: flex-start;}[class*=homeBtn-].homeBtn-1 .box .pagenumber::after,[class*=homeBtn-].homeBtn-5 .box .pagenumber::after,[class*=homeBtn-].homeBtn-9 .box .pagenumber::after{content: '\00a0\00a0';}[class*=homeBtn-].homeBtn-5 .box{background-image: url('/_theme/rickraaktmagazine/css/frontend/../../images/frontend/element-5.svg');background-size: cover;background-position: top right;background-repeat: no-repeat;padding: 3vw 5em 1vw 1.5vw;box-sizing: border-box;width: 100%;}[class*=homeBtn-].homeBtn-5 .inner + .inner .box{background-image: url('/_theme/rickraaktmagazine/css/frontend/../../images/frontend/element-5-hover.svg');}[class*=homeBtn-].homeBtn-7 .box{background-image: url('/_theme/rickraaktmagazine/css/frontend/../../images/frontend/element-7.svg');background-size: cover;background-position: top right;background-repeat: no-repeat;padding: 3vw 3em 1vw 1.5vw;width: 60%;box-sizing: border-box;}[class*=homeBtn-].homeBtn-7 .inner + .inner .box{background-image: url('/_theme/rickraaktmagazine/css/frontend/../../images/frontend/element-7-hover.svg');}[class*=homeBtn-].homeBtn-9 .inner .box{flex-direction: row;max-width: 80%;}.homeBtn-9 .box::before{content: '';position: absolute;z-index: -1;background: #009997;transform: skew(5deg,5deg);top: 0;width: 200%;height: 200%;right: 0;transform-origin: top right;box-sizing: border-box;}.homeBtn-9 .inner + .inner .box::before{background: #c80065;}.w-s-banner .banner-image{position: relative;z-index: 1;}.w-s-banner .banner-image [data-w-cycle-listwrap]{padding-top: 60%;}.w-s-banner [data-w-cycle] [data-w-cycle-item]{opacity: 0;}.w-s-banner .banner-image-slide{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;}.w-s-banner .banner-video{position: relative;width: 100%;padding-top: 56.25%;}.w-s-banner .banner-video > iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.w-s-banner .banner-text{position: relative;font-size: 1.25em;color: #FFF;padding: 1.2em 3em;box-sizing: border-box;}.w-s-banner .banner-text > h1{font-family: 'filson-soft',sans-serif;}.w-s-banner .banner-text:only-child{padding-top: calc(1.8em + 25vh);}.w-s-banner .banner-text:nth-child(2){max-width: 75%;}.w-s-banner .banner-text::before{content: '';display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #c80065;transform: skewX(-15deg);z-index: -1;transform-origin: bottom right;}.w-s-banner .banner-image + .banner-text{z-index: 2;margin-top: -5em;}.w-s-quote-image .content{display: flex;flex-flow: row wrap;}.w-s-quote-image .text-container{flex: 1 1 0;}.w-s-quote-image .quote{position: relative;color: #FFF;padding: 1.2em 0.6em 1.2em 1.8em;box-sizing: border-box;z-index: 1;margin-top: 3em;}.w-s-quote-image .quote::before{content: '';display: block;position: absolute;width: 105%;height: 100%;top: 0;left: 0;background: #c80065;transform: skewX(5deg);z-index: -1;transform-origin: top right;}.w-s-quote-image figure,.w-s-quote-image .video-wrap{flex: 2 1 0;}.w-s-quote-image .video-container{position: relative;width: 100%;padding-top: 56.25%;}.w-s-quote-image .video-container > iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.w-s-quote-image .altPos .quote{padding: 1.2em 1.8em 1.2em 0.6em;}.w-s-quote-image .altPos .quote::before{left: auto;right: 0;transform-origin: bottom left;}.w-s-quote-image .altPos figure,.w-s-quote-image .altPos .video-wrap{order: -1;}.w-s-text-image .content{display: flex;flex-flow: row wrap;gap: 3vw;}.w-s-text-image .content > div,.w-s-text-image .content > figure{flex: 1 1 0;}.w-s-text-image .altPos figure{order: -1;}.w-s-highlight .text{max-width: 66.66%;margin: auto;padding: 1.2em 3.6em 1.2em 1.2em;position: relative;color: #FFF;}.w-s-highlight .text::before{content: '';display: block;position: absolute;width: 105%;height: 100%;top: 0;left: 0;background: #c80065;transform: skewX(-10deg);z-index: -1;transform-origin: top right;}.bgColor1{background-color: #c80065;}.bgColor2{background-color: #e35197;}.bgColor3{background-color: #009997;}.bgColor4{background-color: #50bcbc;}.carousel .w-carousel-content{opacity: 0;transition: opacity 0.2s;}.carousel .w-carousel-active .w-carousel-content{opacity: 1;}.carousel .w-carousel-content > *{font: inherit;}.carousel [data-w-carousel-list-wrap]{padding-left: 10%;padding-right: 10%;}.carousel [data-w-carousel-item]{padding: 0;}.carousel [data-w-carousel-item] img{width: 100%;}.carousel .w-carousel-control-pause,.carousel .w-carousel-control-next,.carousel .w-carousel-control-prev{color: rgba(255,255,255,0.7);text-shadow: 1px 1px 3px rgba(0,0,0,0.35);}.carousel .w-carousel-control-next::before{content: "\f0da";font-weight: bold;}.carousel .w-carousel-control-prev::before{content: "\f0d9";font-weight: bold;}.multigallery2.no-margin:not([class*=width]){overflow: hidden;}.w-multigallery2-text{font-style: normal;margin-top: 0.5em;}.w-multigallery2-title{font-weight: bold;}.w-multigallery2-description{font-size: 0.9em;}.w-multigallery2-thumb{transition: 0.2s;}.w-multigallery2-thumb img{width: 100%;}.w-multigallery2-item:hover .w-multigallery2-thumb,.w-multigallery2-item:focus .w-multigallery2-thumb{transform: scale(1.05) rotate(2deg);}a[data-w-lightbox-control]:hover,a[data-w-lightbox-control]:focus{color: #50bcbc;}a.w-lightbox-download:hover,a.w-lightbox-download:focus{background-color: #50bcbc;}[data-w-cycle-listwrap]{height: 0;position: relative;overflow: hidden;}[data-w-cycle="fullscreen"] [data-w-cycle-listwrap]{height: 100vh;}[data-w-cycle-list]{display: flex;position: absolute;top: 0;left: 0;height: 100%;width: 100%;}[data-w-cycle-item]{position: relative;width: 100%;height: 100%;flex: 0 0 auto;overflow: hidden;}[data-w-cycle-control],[data-w-cycle-control="pager"] > div{cursor: pointer;}[data-w-cycle-control="pager"]{cursor: default;}[data-w-cycle-fx="fade"] [data-w-cycle-item]{position: absolute;top: 0;left: 0;height: 100%;width: 100%;opacity: 0;pointer-events: none;will-change: opacity;}[data-w-cycle-fx="fade"] [data-w-cycle-item].w-cycle-active{opacity: 1;pointer-events: auto;}[data-w-cycle-fx="scroll_v"] [data-w-cycle-list]{flex-direction: column;}[data-w-cycle-fx="scroll_v"] [data-w-cycle-list],[data-w-cycle-fx="scroll_h"] [data-w-cycle-list]{will-change: transform;}[data-w-cycle-video]{position: absolute;width: 100%;padding-top: 56.25%;top: 0;left: 0;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}[data-w-cycle-video] iframe{position: absolute;min-width: 100%;min-height: 100%;max-width: 100%;max-height: 100%;top: 0;left: 0;}[data-w-cycle]:not(.w-cycle-activated),[data-w-cycle]:not(.w-cycle-activated)[data-w-cycle-fx="fade"] [data-w-cycle-item]:first-child{opacity: 1;}.w-modal-open{overflow: hidden;}.w-modal-backdrop{position: fixed;z-index: 100;top: 0;bottom: 0;left: 0;right: 0;}.w-modal-container,.w-modal-title,.w-modal-close,.w-modal-content{box-sizing: border-box;}.w-modal-container{position: relative;top: 20vh;display: flex;flex-direction: column;align-items: center;justify-content: center;row-gap: 10px;margin: auto;padding: 1em 2em;width: 50vw;background-color: #fff;box-shadow: 0 0 1px 2px rgba(0,0,0,0.2);}.w-modal-title{font-weight: bold;font-size: 1.5em;line-height: 1.5;color: #222;padding: 0 0.5em;}.w-modal-button-container{display: flex;column-gap: 10px;}.w-modal-close{display: block;position: absolute;top: 0;right: 0;text-decoration: none;color: #FFF;font-size: 30px;line-height: 30px;width: 30px;text-align: center;font-weight: bold;cursor: pointer;}.w-modal-accept{display: block;position: absolute;top: 0;right: 0;text-decoration: none;color: #FFF;font-size: 30px;line-height: 30px;width: 30px;text-align: center;font-weight: bold;cursor: pointer;}.w-modal-decline{display: block;position: absolute;top: 0;right: 0;text-decoration: none;color: #FFF;font-size: 30px;line-height: 30px;width: 30px;text-align: center;font-weight: bold;cursor: pointer;}.w-modal-close:first-child{background-color: #000;border-radius: 50%;top: -0.5em;right: -0.5em;}.w-modal-accept:first-child{background-color: #000;border-radius: 50%;top: -0.5em;right: -0.5em;}.w-modal-decline:first-child{background-color: #000;border-radius: 50%;top: -0.5em;right: -0.5em;}.w-modal-content{max-height: calc(100 - 2em);overflow: auto;padding: 20px;}.iframe .w-modal-content{padding: 0;}.w-modal-content iframe{width: 100%;height: 60vh;}.w-modal[data-position] .w-modal-backdrop{background-color: transparent;margin: 1em;}.w-modal[data-position] .w-modal-container{top: auto;}.w-modal[data-position*="top"] .w-modal-backdrop{bottom: auto;}.w-modal[data-position="top-left"] .w-modal-backdrop{right: auto;}.w-modal[data-position="top-right"] .w-modal-backdrop{left: auto;}.w-modal[data-position*="bottom"] .w-modal-backdrop{top: auto;}.w-modal[data-position="bottom-left"] .w-modal-backdrop{right: auto;}.w-modal[data-position="bottom-right"] .w-modal-backdrop{left: auto;}.w-modal[data-position*="left"] .w-modal-container,.w-modal[data-position*="right"] .w-modal-container,.w-modal-container[data-position*="center"]{min-width: 50vw;max-width: calc(100vw - 2em);width: min-content;}.w-modal:not(.no-animation) .w-modal-backdrop{background-color: rgba(255,255,255,0);transition: background-color 0.4s;-webkit-transition: background-color 0.4s;}.w-modal.activate:not([data-position]) .w-modal-backdrop,.w-modal.no-animation:not([data-position]) .w-modal-backdrop{background-color: rgba(255,255,255,0.4);}.w-modal.fade{opacity: 1;transition: none;-webkit-transition: none;}.w-modal.fade .w-modal-container{opacity: 0;transition: opacity 0.5s;-webkit-transition: opacity 0.5s;}.w-modal.fade.activate .w-modal-container{opacity: 1;}.w-modal.top .w-modal-container,.w-modal.left .w-modal-container,.w-modal.bottom .w-modal-container,.w-modal.right .w-modal-container{transition: transform 0.3s 0s;-webkit-transition: -webkit-transform 0.3s 0s;}.w-modal.top .w-modal-container{transform: translateY(-100vh);-webkit-transform: translateY(-100vh);}.w-modal.left .w-modal-container{transform: translateX(-100vw);-webkit-transform: translateX(-100vw);}.w-modal.bottom .w-modal-container{transform: translateY(100vh);-webkit-transform: translateY(100vh);}.w-modal.right .w-modal-container{transform: translateX(100vw);-webkit-transform: translateX(100vw);}.w-modal.top.activate .w-modal-container,.w-modal.left.activate .w-modal-container,.w-modal.bottom.activate .w-modal-container,.w-modal.right.activate .w-modal-container{transform: translate(0);-webkit-transform: translate(0);transition-delay: 0.1s;-webkit-transition-delay: 0.1s;}@media screen and (max-width: 768px){.w-modal[class*=w-privacyalert-] .w-modal-content img{display: none;}}[data-w-lightbox-overlay]{z-index: 100;position: fixed;left: 0;right: 0;top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;background-color: rgba(0,0,0,0);transition: background-color 0.4s 0.4s;}[data-w-lightbox-overlay].w-lightbox-active{background-color: rgba(0,0,0,0.7);transition-delay: 0s;}[data-w-lightbox-container]{position: relative;box-sizing: border-box;background-color: #000;padding: 1em;margin: 1em;opacity: 0;transition: opacity 0.4s 0s;}[data-w-lightbox-overlay].w-lightbox-active [data-w-lightbox-container]{opacity: 1;transition-delay: 0.4s;}.w-lightbox-viewwrap,[data-w-lightbox-view],[data-w-lightbox-sliderwrap]{position: relative;}[data-w-lightbox-view],[data-w-lightbox-sliderwrap],[data-w-lightbox-slider]{transition: all 0.2s;}[data-w-lightbox-view] > img{pointer-events: none;}[data-w-lightbox-view] > iframe,[data-w-lightbox-view] > .w-lightbox-wysiwyg-content{position: absolute;height: 100%;width: 100%;}[data-w-lightbox-view] > .w-lightbox-wysiwyg-content{overflow: auto;}[data-w-lightbox-view] > *{opacity: 0;transition: all 0.2s 0s;}[data-w-lightbox-view].w-lightbox-loaded > *{opacity: 1;transition: all 0.2s 0.1s;}.w-lightbox-details{position: absolute;max-width: 100%;box-sizing: border-box;padding: 1em;color: #fff;top: 0;left: 0;}.w-lightbox-details [data-w-lightbox-title]{font-weight: bold;}[data-w-lightbox-view] > iframe + .w-lightbox-details,[data-w-lightbox-view] > .w-lightbox-wysiwyg-content + .w-lightbox-details{display: none;}.w-lightbox-download{position: absolute;bottom: 1em;right: 1em;background-color: #fff;color: #000;text-decoration: none;padding: 0.1em 0.6em;}[data-w-lightbox-sliderwrap]{overflow: hidden;margin-top: 1em;height: 8em;}[data-w-lightbox-slider]{height: 8em;position: absolute;display: flex;min-width: 100%;box-sizing: border-box;justify-content: center;}[data-w-lightbox-slider-item]{height: 8em;cursor: pointer;opacity: 0.5;transition: all 0.2s;}[data-w-lightbox-slider-item]:hover,[data-w-lightbox-slider-item].w-lightbox-active{opacity: 1;}[data-w-lightbox-slider-item] [data-w-lightbox-thumb]{height: 100%;width: auto;max-width: none;pointer-events: none;}[data-w-lightbox-control],[data-w-lightbox-slider-control]{position: absolute;text-decoration: none;cursor: pointer;font-family: 'FontAwesome';color: #fff;font-size: 2em;text-decoration: none;}[data-w-lightbox-control="close"]{top: 0;right: 0;transform: translate(30%,-30%);}[data-w-lightbox-control="close"]:before{content: "\f057";}[data-w-lightbox-control="prev"],[data-w-lightbox-slider-control="prev"]{top: 50%;left: 0;transform: translateY(-50%);}[data-w-lightbox-control="prev"]:before,[data-w-lightbox-slider-control="prev"]:before{content: "\f053";}[data-w-lightbox-control="next"],[data-w-lightbox-slider-control="next"]{top: 50%;right: 0;transform: translateY(-50%);}[data-w-lightbox-control="next"]:before,[data-w-lightbox-slider-control="next"]:before{content: "\f054";}.w-lightbox-hide{display: none;}.w-multigallery2-list{display: flex;flex-wrap: wrap;margin-left: -0.5em;margin-right: -0.5em;}.w-multigallery2-item{box-sizing: border-box;opacity: 0;transition: opacity 0.5s 0.1s;padding: 0.5em;text-decoration: none;}[data-w-multigallery-columns="1"] .w-multigallery2-item{width: 100%;}[data-w-multigallery-columns="2"] .w-multigallery2-item{width: 50%;}[data-w-multigallery-columns="3"] .w-multigallery2-item{width: 33.333%;}[data-w-multigallery-columns="4"] .w-multigallery2-item{width: 25%;}[data-w-multigallery-columns="5"] .w-multigallery2-item{width: 20%;}[data-w-multigallery-columns="6"] .w-multigallery2-item{width: 16.667%;}[data-w-multigallery-columns="7"] .w-multigallery2-item{width: 14.286%;}[data-w-multigallery-columns="8"] .w-multigallery2-item{width: 12.5%;}[data-w-multigallery-columns="9"] .w-multigallery2-item{width: 11.111%;}[data-w-multigallery-columns="10"] .w-multigallery2-item{width: 10%;}.w-multigallery2-item.w-lightbox-loaded{opacity: 1;}.w-multigallery2-hiddenitem,.w-multigallery2-hiddencontent{display: none;}[data-w-carousel-list-wrap]{overflow: hidden;}[data-w-carousel-list]{display: flex;position: relative;}[data-w-carousel-item]{display: block;flex-shrink: 0;flex-grow: 0;box-sizing: border-box;padding: 1rem;}[data-w-carousel-count="1"] [data-w-carousel-item]{flex-basis: 100%;}[data-w-carousel-count="2"] [data-w-carousel-item]{flex-basis: 50%;}[data-w-carousel-count="3"] [data-w-carousel-item]{flex-basis: calc(100%/3);}[data-w-carousel-count="4"] [data-w-carousel-item]{flex-basis: 25%;}[data-w-carousel-count="5"] [data-w-carousel-item]{flex-basis: 20%;}[data-w-carousel-count="6"] [data-w-carousel-item]{flex-basis: calc(100%/6);}[data-w-carousel-count="7"] [data-w-carousel-item]{flex-basis: calc(100%/7);}[data-w-carousel-count="8"] [data-w-carousel-item]{flex-basis: 12.5%;}[data-w-carousel-count="9"] [data-w-carousel-item]{flex-basis: calc(100%/9);}[data-w-carousel-count="10"] [data-w-carousel-item]{flex-basis: 10%;}[data-w-carousel-control],[data-w-carousel-control="pager"] > div{cursor: pointer;}[data-w-carousel-control="pager"]{cursor: default;}@media	screen and (max-width: 1279px){[data-w-carousel-count="9"] [data-w-carousel-item],[data-w-carousel-count="10"] [data-w-carousel-item]{flex-basis: 12.5%;}}@media	screen and (max-width: 1023px){[data-w-carousel-count="6"] [data-w-carousel-item],[data-w-carousel-count="7"] [data-w-carousel-item],[data-w-carousel-count="8"] [data-w-carousel-item],[data-w-carousel-count="9"] [data-w-carousel-item],[data-w-carousel-count="10"] [data-w-carousel-item]{flex-basis: 20%;}}@media	screen and (max-width: 767px){[data-w-carousel-count="5"] [data-w-carousel-item],[data-w-carousel-count="6"] [data-w-carousel-item],[data-w-carousel-count="7"] [data-w-carousel-item],[data-w-carousel-count="8"] [data-w-carousel-item],[data-w-carousel-count="9"] [data-w-carousel-item],[data-w-carousel-count="10"] [data-w-carousel-item]{flex-basis: 25%;}}@media	screen and (max-width: 559px){[data-w-carousel-count="3"] [data-w-carousel-item],[data-w-carousel-count="4"] [data-w-carousel-item],[data-w-carousel-count="5"] [data-w-carousel-item],[data-w-carousel-count="6"] [data-w-carousel-item],[data-w-carousel-count="7"] [data-w-carousel-item],[data-w-carousel-count="8"] [data-w-carousel-item],[data-w-carousel-count="9"] [data-w-carousel-item],[data-w-carousel-count="10"] [data-w-carousel-item]{flex-basis: 50%;}}@media	screen and (max-width: 374px){[data-w-carousel-count="2"] [data-w-carousel-item],[data-w-carousel-count="3"] [data-w-carousel-item],[data-w-carousel-count="4"] [data-w-carousel-item],[data-w-carousel-count="5"] [data-w-carousel-item],[data-w-carousel-count="6"] [data-w-carousel-item],[data-w-carousel-count="7"] [data-w-carousel-item],[data-w-carousel-count="8"] [data-w-carousel-item],[data-w-carousel-count="9"] [data-w-carousel-item],[data-w-carousel-count="10"] [data-w-carousel-item]{flex-basis: 65%;}}.w-carousel-wrap{position: relative;}.w-carousel-list-wrap{cursor: -webkit-grab;cursor: grab;}.w-carousel-pan-active{cursor: -webkit-grabbing;cursor: grabbing;}.w-carousel-list-wrap *{}.w-carousel-pan-active *{-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;pointer-events: none;}.w-carousel-item-inner{height: 100%;}[class*="w-carousel-control"]::before{font-family: 'FontAwesome5';color: #fff;line-height: 1;font-weight: 300;}.w-carousel-control-next::before{content: "\f054";font-size: 4em;}.w-carousel-control-prev::before{content: "\f053";font-size: 4em;}.w-carousel-control-pause::before{content: "\f04c";font-size: 2em;}.w-carousel-control-pause[data-w-carousel-control="start"]::before{content: "\f04b";}.w-carousel-control-pause,.w-carousel-control-next,.w-carousel-control-prev{position: absolute;padding: 0.5em;cursor: pointer;}.w-carousel-control-prev{left: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}.w-carousel-control-next{right: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}.w-carousel-control-pause{right: 0;top: 0;}.w-carousel-control-pager::before{display: none;}.w-carousel-control-pager{position: absolute;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);display: flex;}.w-carousel-control-pager > div{height: 1.5em;width: 1.5em;background-color: #eee;margin: 0.2em;}.w-carousel-control-pager > div:hover,.w-carousel-control-pager > div.w-carousel-pager-active{background-color: #999;}[data-w-carousel="centered"] [data-w-carousel-list]{padding-top: 10%;padding-bottom: 10%;}[data-w-carousel="centered"] .w-carousel-item{position: relative;z-index: 0;transition: 0.3s;}[data-w-carousel="centered"] .w-carousel-sibling{z-index: 1;}[data-w-carousel="centered"] .w-carousel-active{z-index: 2;}[data-w-carousel="centered"] .w-carousel-item-inner{position: relative;transition: 0.3s;opacity: 0.5;margin: -25%;width: 150%;height: 150%;transform: scale(0.6667);}[data-w-carousel="centered"] .w-carousel-sibling .w-carousel-item-inner{transform: scale(0.8333);opacity: 0.7;}[data-w-carousel="centered"] .w-carousel-active .w-carousel-item-inner{transform: scale(1);opacity: 1;}