@charset "UTF-8";@font-face{font-family:cormorant garamond;src:font_url("CormorantGaramond-Regular.eot");src:font_url("CormorantGaramond-Regular.eot?#iefix") format("embedded-opentype"),font_url("CormorantGaramond-Regular.woff") format("woff"),font_url("CormorantGaramond-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:cormorant garamond;src:font_url("CormorantGaramond-MediumItalic.eot");src:font_url("CormorantGaramond-MediumItalic.eot?#iefix") format("embedded-opentype"),font_url("CormorantGaramond-MediumItalic.woff") format("woff"),font_url("CormorantGaramond-MediumItalic.ttf") format("truetype");font-weight:500;font-style:italic}@font-face{font-family:cormorant garamond;src:font_url("CormorantGaramond-Bold.eot");src:font_url("CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"),font_url("CormorantGaramond-Bold.woff") format("woff"),font_url("CormorantGaramond-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:cormorant garamond;src:font_url("CormorantGaramond-SemiBold.eot");src:font_url("CormorantGaramond-SemiBold.eot?#iefix") format("embedded-opentype"),font_url("CormorantGaramond-SemiBold.woff") format("woff"),font_url("CormorantGaramond-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal}/*!normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css*/html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;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-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*!* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers*/.hamburger{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:ease-in-out;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger-box{width:48px;height:27px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:48px;height:3px;background-color:#282828;border-radius:0;position:absolute;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-12px}.hamburger-inner::after{bottom:-12px}.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner::before{transition:top .075s .12s ease,opacity .075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom .075s .12s ease,-webkit-transform .075s cubic-bezier(.55,.055,.675,.19);transition:bottom .075s .12s ease,transform .075s cubic-bezier(.55,.055,.675,.19);transition:bottom .075s .12s ease,transform .075s cubic-bezier(.55,.055,.675,.19),-webkit-transform .075s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom .075s ease,-webkit-transform .075s .12s cubic-bezier(.215,.61,.355,1);transition:bottom .075s ease,transform .075s .12s cubic-bezier(.215,.61,.355,1);transition:bottom .075s ease,transform .075s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .075s .12s cubic-bezier(.215,.61,.355,1)}.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:helvetica neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider-wrap,.fancybox-slider{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image::before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:0 0}.fancybox-placeholder{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:0 0;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;background:0 0;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:0 0;z-index:10;cursor:pointer}.fancybox-close-small:after{content:'×';position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:0 0}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%);opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,.4);font-size:14px;font-family:helvetica neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:0 0;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-infobar__body,.fancybox-button{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button::before,.fancybox-button::after{content:'';pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled::before,.fancybox-button--disabled::after{opacity:.5}.fancybox-button--left::after{left:20px;top:18px;width:6px;height:6px;background:0 0;border-top:solid 2px currentColor;border-right:solid 2px currentColor;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right::after{right:20px;top:18px;width:6px;height:6px;background:0 0;border-top:solid 2px currentColor;border-right:solid 2px currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close::before,.fancybox-button--close::after{content:'';display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid rgba(100,100,100,.4);border-top:6px solid rgba(255,255,255,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:0 0;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media all and (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen::before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:0 0}.fancybox-button--play::before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:0 0}.fancybox-button--pause::before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:0 0}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs::before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap,.fancybox-container--thumbs .fancybox-caption-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media all and (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap,.fancybox-container--thumbs .fancybox-caption-wrap{right:0}}.fancybox-slide--video .fancybox-content{position:relative;height:auto}.fancybox-slide--video .fancybox-content:before{display:block;content:"";width:100%;padding-top:56.25%}.fancybox-slide--video .fancybox-content iframe{position:absolute;top:0;left:0;right:0;bottom:0}.fancybox-container--ready .fancybox-bg{opacity:.98}.fancybox-hack-close,.fancybox-hack-prev,.fancybox-hack-next{position:absolute;cursor:pointer;z-index:99996}.fancybox-hack-close svg,.fancybox-hack-prev svg,.fancybox-hack-next svg{fill:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fancybox-hack-close:hover svg,.fancybox-hack-prev:hover svg,.fancybox-hack-next:hover svg{fill:rgba(255,255,255,.56)}.fancybox-hack-close{top:40px;right:28px;width:48px;height:48px}.fancybox-hack-close svg{width:28px;height:28px}.fancybox-hack-prev{top:50%;left:32px;margin-top:-18px;width:40px;height:36px;padding:10px}.fancybox-hack-prev svg{width:20px;height:12px}.fancybox-hack-next{top:50%;right:32px;margin-top:-18px;width:40px;height:36px;padding:10px}.fancybox-hack-next svg{width:20px;height:12px}.fancybox-caption{border-top:0;text-align:center;font-family:inherit;font-size:18px}.fancybox-button--close{background:0 0;width:62px;height:62px;border:1px solid #fff;top:20px;right:20px}.fancybox-button--close:hover{background:rgba(255,255,255,.1)}.hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.clearfix:after{content:"";display:table;clear:both}#media-queries:before{content:'("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "tiny_desktop": 1100px, "small_desktop": 1200px, "medium_desktop": 1300px, "desktop": 1400px, "huge": 1800px)';opacity:0;position:absolute;bottom:0;left:0;height:0;width:0;visibility:hidden;overflow:hidden}*,*:before,*:after{box-sizing:border-box}body{background:#fff}.wrapper,.home-news-carousel .flickity-page-dots{width:100%;max-width:1080px;margin-left:auto;margin-right:auto}.padded-wrapper{width:100%;max-width:1180px;margin-left:auto;margin-right:auto}@media(max-width:1199px){.padded-wrapper{padding-left:3vw;padding-right:3vw}}@media(min-width:1200px){.padded-wrapper{padding-left:50px;padding-right:50px}}@media(max-width:1199px){.edge-padding{padding-left:3vw;padding-right:3vw}}@media(min-width:1200px){.edge-padding{padding-left:50px;padding-right:50px}}.site-mobile-header{padding:20px 3vw 10px}@media(min-width:800px){.site-mobile-header{display:none}}.site-mobile-header-logo{display:block;width:160px;height:52px;margin-left:auto;margin-right:auto}.site-mobile-header-logo svg[data-icon=logo]{width:160px;height:52px;fill:#282828}.site-nav-toggle{padding:0;border:0;background:0 0;position:absolute;top:43px;right:3vw;margin-top:-14px;z-index:60}@media(min-width:800px){.site-mobile-header-logo,.site-nav-toggle{display:none}}.site-nav-toggle:focus{outline:0}.site-header{padding-top:27px;padding-bottom:12px}@media(max-width:799px){.site-header{position:fixed;top:0;left:0;width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;background:#fff;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index:50}html.nav-state-closed .site-header{-webkit-transform:translateX(100%);transform:translateX(100%)}html.nav-state-open .site-header{-webkit-transform:translateX(0);transform:translateX(0)}}.site-header-nav li{list-style:none}@media(max-width:799px){.site-header-nav{text-align:center}.site-header-nav li.site-header-nav-logo{margin-bottom:27px}.site-header-nav li{text-align:center}}@media(min-width:800px){.site-header-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header-nav li{-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0}.site-header-nav li:nth-child(2){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;text-align:left}.site-header-nav li:nth-child(3){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.site-header-nav li:nth-child(3),.site-header-nav li:nth-child(4){text-align:center}.site-header-nav li:nth-child(5){text-align:right}.site-header-nav li.site-header-nav-logo{-webkit-box-flex:2;-ms-flex:2 0 0;flex:2 0 0}}.site-header-nav a{display:block;font-size:13px;line-height:32px;text-transform:uppercase;letter-spacing:2px;cursor:pointer}.site-header-nav a:hover{color:#d02e42}.site-header-nav .current-menu-item a,.site-header-nav .current_page_parent a{font-family:open sans,sans-serif;font-weight:700;color:#d02e42}.site-header-nav svg[data-icon=logo]{fill:#282828;display:block;margin-left:auto;margin-right:auto;position:relative}@media(max-width:999px){.site-header-nav svg[data-icon=logo]{width:180px;height:59px}}@media(min-width:1000px){.site-header-nav svg[data-icon=logo]{width:246px;height:80px;top:-5px}}.site-header-langs{padding:0}@media(max-width:799px){.site-header-langs{margin:27px 0 0;text-align:center}}@media(min-width:800px){.site-header-langs{margin:0;position:absolute;top:0;right:27px}}.site-header-langs li{list-style:none;font-size:11px;line-height:20px;display:inline-block;text-transform:uppercase;letter-spacing:2px}.site-header-langs li+li:before{content:'|';display:inline-block;margin-left:1px;margin-right:5px}.site-header-langs li a{font-family:open sans,sans-serif;color:#282828}.site-header-langs li a span{color:#282828}.site-header-langs li a:hover span{color:#d02e42}.site-header-langs li>span{color:#d02e42;font-weight:700}body.page-template-template-home .site-header{padding-top:25px;padding-bottom:23px}body.page-template-template-home .site-header-nav.padded-wrapper{max-width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html:not(.nav-state-open) body.page-template-template-home .site-header-nav.padded-wrapper .site-header-nav-logo{display:none}@media(min-width:899px){body.page-template-template-home .site-header-nav.padded-wrapper li{text-align:left;-webkit-box-flex:0;-ms-flex:0 0 0;flex:0 0 0;margin-right:95px}}@media(max-width:900px){html.nav-state-closed body.page-template-template-home .site-header-nav.padded-wrapper li{margin-right:65px}}@media(max-width:799px){.site-header-nav.padded-wrapper li{text-align:center!important;margin:0 0 55px}.site-header-nav .current-menu-item a,.site-header-nav .current_page_parent a,.site-header-nav a{font-size:24px;font-weight:300;letter-spacing:.3em}.site-header-langs li>span,.site-header-langs li{font-size:20px;font-weight:300}.site-header .site-mobile-header-logo{width:250px;height:100px;margin-bottom:30px}.site-header .site-mobile-header-logo svg[data-icon=logo]{width:250px;height:80px}html.nav-state-open .site-nav-toggle{position:fixed}}@media(max-width:500px){.site-header .site-mobile-header-logo{width:160px;height:52px}.site-header .site-mobile-header-logo svg[data-icon=logo]{width:160px;height:52px}.site-header-nav.padded-wrapper li{margin:0 0 25px}}@media(min-width:800px){body.page-template-template-home .site-header-langs{top:23px}}.site-footer{background:#231f20;color:#fff}@media(max-width:699px){.site-footer{padding:12vw 3vw}}@media(min-width:700px){.site-footer{padding:87px 3vw 81px}}.site-footer svg{fill:#fff}.site-footer-logo{display:block;width:253px;margin-left:auto;margin-right:auto}.site-footer-logo svg{width:253px;height:82px}.site-footer-social{margin:0;padding:0;text-align:center;margin-top:36px}.site-footer-social li{list-style:none;display:inline-block}.site-footer-social li+li{margin-left:40px}.site-footer-social a{display:block}.site-footer-social svg{display:block;height:19px}.site-footer-social svg.svg-vk-logo{height:15px}.site-footer-social a:hover svg{fill:#d02e42}.site-footer-nav{margin:0;padding:0;text-align:center;margin-top:24px}.site-footer-nav li{list-style:none}@media(min-width:700px){.site-footer-nav li{display:inline-block}}@media(max-width:699px){.site-footer-nav li+li{margin-top:20px}}@media(min-width:700px) and (max-width:999px){.site-footer-nav li+li{margin-left:40px}}@media(min-width:1000px){.site-footer-nav li+li{margin-left:120px}}.site-footer-nav a{font-size:13px;text-transform:uppercase;letter-spacing:1px}.site-footer-nav a:hover{color:#d02e42}.site-footer-credits{background:#1a1818;color:#f0f0f0;font-size:12px;line-height:1.6;text-transform:uppercase;letter-spacing:1px}@media(max-width:699px){.site-footer-credits{padding:12vw 3vw;text-align:center}}@media(min-width:700px){.site-footer-credits{padding:20px 3vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.site-footer-credits a{text-decoration:underline}.site-footer-credits a:hover{text-decoration:none}.site-footer-credits-left a{text-decoration:none}.site-footer-credits-left a span{text-decoration:underline}.site-footer-credits-left a:hover span{text-decoration:none}.site-footer-credits-left img{max-width:90px;max-height:50px}@media(max-width:699px){.site-footer-credits-left img{display:block;margin-left:auto;margin-right:auto;margin-bottom:10px}}@media(min-width:700px){.site-footer-credits-left img{margin-right:15px;margin-bottom:-15px;position:relative;top:-4px}}@media(max-width:699px){.site-footer-credits-right{margin-top:3vw}}@media(min-width:700px){.site-footer-credits-right{text-align:right}}.site-footer-copyright{display:block;font-style:normal;font-size:inherit}.site-footer-maker{display:block;font-style:normal;font-size:inherit}.load-more-wrapper{text-align:center}@media(max-width:599px){.load-more-wrapper{margin-top:50px;margin-bottom:50px}}@media(min-width:600px) and (max-width:899px){.load-more-wrapper{margin-top:80px;margin-bottom:80px}}@media(min-width:900px) and (max-width:999px){.load-more-wrapper{margin-top:102px;margin-bottom:102px}}@media(min-width:1000px){.load-more-wrapper{margin-top:122px;margin-bottom:122px}}.load-more-wrapper .js-load-more svg{display:none;width:44px;height:44px;margin-left:auto;margin-right:auto;margin-bottom:20px}.load-more-wrapper .js-load-more.loading svg{display:block}blockquote{margin:0}blockquote svg[data-icon=quote]{height:26px;fill:#282828;margin-bottom:2px;margin-left:3px}blockquote p.blockquote-text{font-family:cormorant garamond,serif;font-weight:500;font-style:italic;margin:0}@media(max-width:799px){blockquote p.blockquote-text{font-size:20px;line-height:26px}}@media(min-width:800px){blockquote p.blockquote-text{text-align:justify;font-size:25px;line-height:32px}}blockquote footer{text-align:right;margin-top:32px}blockquote footer cite{display:block;font-family:open sans,sans-serif;font-weight:700;font-size:15px;line-height:1.2;text-transform:uppercase;letter-spacing:2px;letter-spacing:1.6px;font-style:normal}blockquote footer cite:before{content:'';display:inline-block;width:33px;height:2px;background:#d02e42;margin-right:11px;margin-bottom:4px}@media(min-width:600px){.page-header{height:63vw;min-height:750px;max-height:calc(100vh - 119px);position:relative}}@media(max-width:599px){body.page-template-template-home .page-header.the-page-header .wrapper .inner:before,body.page-template-template-home .page-header.the-page-header .home-news-carousel .flickity-page-dots .inner:before,.home-news-carousel body.page-template-template-home .page-header.the-page-header .flickity-page-dots .inner:before{display:none}}@media(max-width:599px){.page-header.no-image .wrapper .inner:before,.page-header.no-image .home-news-carousel .flickity-page-dots .inner:before,.home-news-carousel .page-header.no-image .flickity-page-dots .inner:before{display:none}}@media(min-width:600px){.page-header.no-image{height:auto;min-height:auto;margin-top:6.6vw;margin-top:7.1vmin;margin-bottom:6.6vw;margin-bottom:7.1vmin}}.page-header .wrapper,.page-header .home-news-carousel .flickity-page-dots,.home-news-carousel .page-header .flickity-page-dots{height:100%;position:relative}@media(min-width:600px){.page-header .wrapper,.page-header .home-news-carousel .flickity-page-dots,.home-news-carousel .page-header .flickity-page-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media(max-width:1199px){.page-header .wrapper,.page-header .home-news-carousel .flickity-page-dots,.home-news-carousel .page-header .flickity-page-dots{margin-left:0;margin-right:0;max-width:100%}}.page-header .wrapper .inner,.page-header .home-news-carousel .flickity-page-dots .inner,.home-news-carousel .page-header .flickity-page-dots .inner{background-size:cover;background-position:center center}@media(max-width:599px){.page-header .wrapper .inner:before,.page-header .home-news-carousel .flickity-page-dots .inner:before,.home-news-carousel .page-header .flickity-page-dots .inner:before{content:'';display:block;width:100%;padding-bottom:80%}}@media(min-width:600px){.page-header .wrapper .inner,.page-header .home-news-carousel .flickity-page-dots .inner,.home-news-carousel .page-header .flickity-page-dots .inner{position:absolute;top:0;left:0;height:100%}}@media(max-width:1199px){.page-header .wrapper .inner,.page-header .home-news-carousel .flickity-page-dots .inner,.home-news-carousel .page-header .flickity-page-dots .inner{width:100%}}@media(min-width:1200px){.page-header .wrapper .inner,.page-header .home-news-carousel .flickity-page-dots .inner,.home-news-carousel .page-header .flickity-page-dots .inner{width:calc(100% + (100vw - 1080px)/2)}}.page-header-title{background:#fff;position:relative;z-index:10}@media(max-width:599px){.page-header-title{padding-top:6vw;padding-bottom:6vw;padding-right:3vw}}@media(min-width:600px){.page-header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:338px}}@media(max-width:799px){.page-header-title{min-height:30%}}@media(min-width:800px){.page-header-title{height:50%}}@media(max-width:1199px){.page-header-title{padding-left:3vw}}@media(min-width:1200px){.page-header-title:before{content:'';position:absolute;top:0;right:100%;bottom:0;background:#fff;width:50vw;margin-right:-1px;z-index:-1}}.page-header-title h1{font-family:cormorant garamond,serif;font-weight:700;text-transform:uppercase}@media(min-width:600px){.news-single-page-header-title{width:500px;padding-right:40px}.page-header.no-image .news-single-page-header-title{width:auto}}.news-single-page-header-title time{font-family:open sans,sans-serif;font-weight:700;display:inline-block;font-size:15px;line-height:1.2;text-transform:uppercase;letter-spacing:2px}@media(max-width:799px){.news-single-page-header-title time{margin-top:0}}time.single-time{margin-bottom:10px}.news-single-page-header-title h1{text-transform:none}.site-email-signup{border-top:1px solid rgba(40,40,40,.3);text-align:center;padding:54px 3vw}.site-email-signup h3{font-family:open sans,sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:1px}.site-email-signup h2{margin-top:7px}@media(max-width:599px){.site-email-signup h2{font-size:26px}}@media(min-width:600px){.site-email-signup h2{font-size:35px}}.site-email-signup form{position:relative;max-width:420px;margin-left:auto;margin-right:auto;margin-top:30px}.site-email-signup form input[type=email]{font-family:open sans,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#282828;width:100%;border:0;padding:11px 75px 11px 2px;border-bottom:1px solid rgba(40,40,40,.3);transition:border-color .15s ease-in-out}.site-email-signup form input[type=email]::-webkit-input-placeholder{color:rgba(40,40,40,.6)}.site-email-signup form input[type=email]:-ms-input-placeholder{color:rgba(40,40,40,.6)}.site-email-signup form input[type=email]::placeholder{color:rgba(40,40,40,.6)}.site-email-signup form input[type=email]:focus{outline:0;border-bottom-color:#282828}.site-email-signup form button{position:absolute;top:3px;right:0;padding:8px 0;margin:0;border:0;background:0 0;cursor:pointer}.site-email-signup form button svg{width:69px;height:19px;fill:#282828}.site-email-signup form button:hover svg{fill:#d02e42}body.single-post .site-email-signup,body.page-template-template-home .site-email-signup,body.single-recording .site-email-signup{border-top-color:transparent}.title-bar{padding-top:41px;padding-bottom:50px;text-align:center}.title-bar-border-top{border-top:1px solid #282828}.title-bar-border-bottom{border-bottom:1px solid #282828}.title-bar-inner{position:relative}.title-bar-title{font-family:cormorant garamond,serif;font-weight:700;text-transform:uppercase;width:100%;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400}@media(max-width:599px){.title-bar-title{font-size:26px;line-height:34px;letter-spacing:2px}}@media(min-width:600px){.title-bar-title{font-size:34px;line-height:44px;letter-spacing:3px}}.title-bar-meta{font-size:16px;line-height:20px;text-transform:uppercase;letter-spacing:1.6px;margin-top:11px}.title-bar-meta span+span:before{content:'|';display:inline-block;margin-left:4px;margin-right:4px}.title-bar-links{font-size:16px;line-height:27px;text-transform:uppercase;letter-spacing:1.6px;margin-top:11px}.title-bar-links span{display:inline-block;height:27px}.title-bar-links a{height:27px}.title-bar-links span+span:before{content:'|';display:inline-block;margin-left:15px;margin-right:15px}.title-bar-links svg{position:relative;top:7px;margin-right:10px;fill:#282828}.title-bar-links svg[data-icon=audio]{width:14px;height:27px}.title-bar-links svg[data-icon=video]{width:21px;height:27px}.title-bar-links a:hover{color:#d02e42}.title-bar-links a:hover svg{fill:#d02e42}.title-bar-links a.active{font-family:open sans,sans-serif;font-weight:700;color:#d02e42}.title-bar-links a.active svg{fill:#d02e42}.title-bar-back{font-family:open sans,sans-serif;font-weight:700;font-size:14px;line-height:19px;text-transform:uppercase;letter-spacing:1px;display:block}.title-bar-back:hover{color:#d02e42}.title-bar-back:hover svg[data-icon=long_arrow]{fill:#d02e42}@media(max-width:1099px){.title-bar-back{margin-top:30px}}@media(min-width:1100px){.title-bar-back{position:absolute;top:7px;left:0}}.title-bar-back svg[data-icon=long_arrow]{display:inline-block;width:69px;height:19px;fill:#282828;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-right:10px;position:relative;top:4px}body{font-family:open sans,sans-serif;font-weight:400;color:#282828;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.684}@media(max-width:499px){body{font-size:17px}}@media(min-width:500px) and (max-width:899px){body{font-size:18px}}@media(min-width:900px){body{font-size:19px}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:cormorant garamond,serif;font-weight:400;line-height:1.2;margin-top:0;margin-bottom:0}@media(max-width:499px){h1,.h1{font-size:30px}}@media(min-width:500px) and (max-width:899px){h1,.h1{font-size:33px}}@media(min-width:900px){h1,.h1{font-size:36px}}@media(max-width:499px){h2,.h2{font-size:24px}}@media(min-width:500px) and (max-width:899px){h2,.h2{font-size:28px}}@media(min-width:900px){h2,.h2{font-size:32px}}@media(max-width:499px){h3,.h3{font-size:20px}}@media(min-width:500px) and (max-width:899px){h3,.h3{font-size:24px}}@media(min-width:900px){h3,.h3{font-size:28px}}@media(max-width:499px){h4,.h4{font-size:21px}}@media(min-width:500px) and (max-width:899px){h4,.h4{font-size:23px}}@media(min-width:900px){h4,.h4{font-size:26px}}@media(max-width:499px){h5,.h5{font-size:18px}}@media(min-width:500px) and (max-width:899px){h5,.h5{font-size:20px}}@media(min-width:900px){h5,.h5{font-size:22px}}@media(max-width:499px){h6,.h6{font-size:17px}}@media(min-width:500px) and (max-width:899px){h6,.h6{font-size:18px}}@media(min-width:900px){h6,.h6{font-size:19px}}a{color:inherit;transition:color .15s ease-in-out;text-decoration:none}svg{transition:fill .15s ease-in-out}.button,.button-big,.button-medium,.button-hollow,.button-hollow-red,.button-big-hollow,.button-arrow{font-family:open sans,sans-serif;font-weight:700;font-size:14px;line-height:16px;border:2px solid #d02e42;padding:13px 15px 11px;display:inline-block;min-width:166px;text-align:center;color:#fff;background:#d02e42;text-transform:uppercase;letter-spacing:1px;transition:background .15s ease-in-out,color .15s ease-in-out}.button:hover,.button-big:hover,.button-medium:hover,.button-hollow:hover,.button-hollow-red:hover,.button-big-hollow:hover,.button-arrow:hover{background:transparent;color:#d02e42}.button-big{border:1px solid #d02e42;background:#d02e42;color:#fff}@media(min-width:800px){.button-big{min-width:243px;padding:18px 3px 17px}}.button-medium{border:1px solid #d02e42;background:#d02e42;color:#fff;min-width:auto}@media(min-width:800px){.button-medium{padding:12px 25px 11px}}.button-hollow{border:1px solid #282828;background:0 0;color:#282828}.button-hollow:hover{color:#fff;background:#282828}.button-hollow-red{border:2px solid #d02e42;background:0 0;color:#d02e42}.button-hollow-red:hover{color:#fff;background:#d02e42}.button-big-hollow{border:1px solid #282828;background:0 0;color:#282828;min-width:243px;padding:18px 3px 17px}.button-big-hollow:hover{color:#fff;background:#282828}.button-arrow{background:#fff;color:#282828;padding:0;border:0;min-width:auto;white-space:nowrap}.button-arrow svg{display:inline-block;width:66px;height:18px;fill:#282828;position:relative;top:4px;margin-left:9px}.button-arrow:hover svg{fill:#d02e42}.home-header-logo{position:absolute;top:0;left:0;background:#d02e42;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:799px){.home-header-logo{display:none}}@media(max-width:1799px){.home-header-logo{width:36vw;height:33.3vw}}@media(min-width:1800px){.home-header-logo{width:650px;height:600px}}.home-header-logo svg{fill:#fff}@media(max-width:1799px){.home-header-logo svg{width:58%}}@media(min-width:1800px){.home-header-logo svg{width:376px;height:122px}}.home-header-carousel{position:relative}.home-header-carousel .flickity-viewport{overflow:hidden}.home-header-carousel:focus{outline:0}.home-header-carousel .flickity-page-dots{position:absolute;right:100%;z-index:20;margin:0;padding:0}@media(max-width:1799px){.home-header-carousel .flickity-page-dots{top:calc(33.6vw + 40px)}}@media(min-width:1800px){.home-header-carousel .flickity-page-dots{top:650px}}@media(max-width:799px){.home-header-carousel .flickity-page-dots{display:none}}.home-header-carousel .flickity-page-dots li{list-style:none;height:10px;width:38px;margin-left:auto;position:relative;transition:background .15s ease-in-out,width .15s ease-in-out;background:rgba(35,31,32,.2);border-top:4px solid #fff;border-bottom:4px solid #fff}.home-header-carousel .flickity-page-dots li.is-selected{background:#d02e42;width:78px}.home-header-carousel .flickity-page-dots li+li{margin-top:20px}.home-header-carousel-item{background-size:cover;background-position:center center;height:63vw;width:100%;max-height:calc(100vh - 119px)}.home-schedule{margin-top:34px}@media(max-width:699px){.home-schedule .schedule-items-title .button-arrow{position:relative;top:-40px}}@media(min-width:700px){.home-schedule .schedule-items-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.home-news{overflow:hidden;position:relative;background:#f5f5f5}@media(min-width:900px){.home-news{background:0 0}}@media(min-width:1024px){.home-news:before{background:#f5f5f5;content:"";width:calc(50% + 290px);height:100%;position:absolute;top:0}}@media(min-width:900px) and (max-width:1023px){.home-news:before{background:#f5f5f5;content:"";width:calc(50% + 260px);height:100%;position:absolute;top:0}}@media(max-width:899px){.home-news{margin-top:40px;padding-top:20px;padding-bottom:20px}}@media(min-width:900px){.home-news{margin-top:129px;padding-top:96px;padding-bottom:77px}}.home-news-more{position:relative}@media(max-width:899px){.home-news-more{display:none}}.home-news-more .button-arrow{position:absolute;top:-62px;right:0;z-index:30}@media(max-width:1199px){.home-news-more .button-arrow{right:3vw}}@media(min-width:1200px){.home-news-more .button-arrow{right:50px}}.home-news-carousel{overflow:hidden;position:relative;z-index:20}.home-news-carousel .flickity-viewport{transition:height .3s ease-in-out}.home-news-carousel .flickity-page-dots{margin-top:6px;margin-bottom:0;padding:0;font-size:1px}@media(max-width:899px){.home-news-carousel .flickity-page-dots{text-align:center;margin-top:20px}}@media(min-width:900px) and (max-width:999px){.home-news-carousel .flickity-page-dots{text-align:right;padding-right:242px}}@media(min-width:1000px){.home-news-carousel .flickity-page-dots{text-align:right;padding-right:278px}}.home-news-carousel .flickity-page-dots li{display:inline-block;list-style:none;height:12px;opacity:.2;padding-top:5px;padding-bottom:5px;transition:opacity .15s ease-in-out}@media(max-width:999px){.home-news-carousel .flickity-page-dots li{width:30px}}@media(min-width:1000px){.home-news-carousel .flickity-page-dots li{width:56px}}.home-news-carousel .flickity-page-dots li:before{content:'';display:block;width:100%;height:2px;background:#282828}.home-news-carousel .flickity-page-dots li.is-selected{opacity:1}.home-news-carousel .flickity-page-dots li+li{margin-left:13px}.home-news-carousel:focus{outline:0}.home-news-carousel-prev-next{position:relative}@media(max-width:899px){.home-news-carousel-prev-next{display:none}}.home-news-carousel-prev-next button{position:absolute;bottom:-40px;width:54px;height:54px;border:1px solid #282828;background:#fff;padding:0;transition:border-color .15s ease-in-out;cursor:pointer}.home-news-carousel-prev-next button:hover{border-color:#d02e42}.home-news-carousel-prev-next button:hover svg{fill:#d02e42}.home-news-carousel-prev-next button:focus{outline:0}.home-news-carousel-prev-next button svg{width:19px;height:14px;fill:#282828;position:absolute;top:19px;left:16px}.home-news-carousel-prev-next button:nth-child(1){right:171px}.home-news-carousel-prev-next button:nth-child(1) svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.home-news-carousel-prev-next button:nth-child(2){right:112px}.home-news-carousel-item{width:100%}.home-news-carousel-item .padded-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width:899px){.home-news-carousel-item .padded-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(min-width:900px){.home-news-carousel-item .padded-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.home-news-carousel-item-text{padding-right:2%}@media(max-width:899px){.home-news-carousel-item-text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media(min-width:900px){.home-news-carousel-item-text{width:44%}}.home-news-carousel-item-text h1{font-family:open sans,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:19px}@media(max-width:899px){.home-news-carousel-item-text h1{font-size:20px;line-height:28px}}@media(min-width:900px){.home-news-carousel-item-text h1{font-size:25px;line-height:38px}}.home-news-carousel-item-text time{display:block;font-family:cormorant garamond,serif;font-weight:500;font-style:italic;font-size:22px;line-height:32px;letter-spacing:1px}.home-news-carousel-item-text p{margin-top:17px;padding-right:4%}@media(max-width:899px){.home-news-carousel-item-text p{margin-bottom:17px}}@media(min-width:900px){.home-news-carousel-item-text p{margin-bottom:69px}}@media(max-width:899px){.home-news-carousel-item-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;margin-bottom:3vw}}@media(min-width:900px){.home-news-carousel-item-image{width:54.7%}}.home-news-carousel-item-image-image{display:block;width:100%;background-size:cover;background-position:center center}.home-news-carousel-item-image-image:before{content:'';display:block;width:100%;padding-bottom:101.4%}.news-items{margin-top:96px;margin-bottom:96px}.news-items .news-item+.news-item{margin-top:68px}.news-single-block{margin-top:6.6vw;margin-top:7.1vmin;margin-bottom:6.6vw;margin-bottom:7.1vmin}.news-single-block .recording-single-video-item:before{padding-bottom:60%}.news-single-block:last-child.news-single-block-embed{margin-bottom:0}p a{text-decoration:underline;color:#d02e42}p a:hover{text-decoration:none}@media(min-width:600px){.news-single-block-text p{font-size:19px;line-height:32px}.news-single-block-text p+p{margin-top:1.6em}}.news-single-block-image-quote{background:#f5f5f5;overflow:hidden;padding-top:3.8vw;padding-top:4.1vmin;padding-bottom:4.4vw;padding-bottom:4.75vmin}@media(min-width:600px){.news-single-block-image-quote .padded-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.news-single-block-image-quote .image{position:relative;width:100%}@media(min-width:600px) and (max-width:999px){.news-single-block-image-quote .image{max-width:calc(50% - 20px)}}@media(min-width:1000px){.news-single-block-image-quote .image{margin-left:8vw;max-width:462px}}.news-single-block-image-quote .image:before{content:'';position:absolute;background:#d02e42;z-index:10}@media(max-width:599px){.news-single-block-image-quote .image:before{left:-10vw;bottom:20%;width:120vw;height:100vh}}@media(min-width:600px){.news-single-block-image-quote .image:before{top:-10vw;right:50%;width:100vw;height:100vh}}.news-single-block-image-quote img{display:block;width:100%;position:relative;z-index:20}@media(max-width:599px){.news-single-block-image-quote blockquote{margin-top:6vw}}@media(min-width:1000px){.news-single-block-image-quote blockquote{padding-left:34px}}@media(min-width:600px) and (max-width:999px){.news-single-block-image-quote .image+blockquote{max-width:calc(50% - 20px)}}.news-single-block-embed{overflow:hidden}@media(max-width:599px){.news-single-block-embed .page-header.embed-image{height:auto}}@media(min-width:600px) and (max-width:799px){.news-single-block-embed .page-header.embed-image{height:100vw}}.embed-text-wrapper{background:#fff;position:relative}@media(max-width:599px){.embed-text-wrapper{padding:3vw;width:90%;margin:-54px 5% 0}}@media(min-width:600px){.embed-text-wrapper{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width:600px) and (max-width:1199px){.embed-text-wrapper{bottom:0;left:0;padding:3vw 0 0 3vw}}@media(min-width:1200px){.embed-text-wrapper{bottom:10%;left:30.5%;padding:35px 0 43px 36px;flex-direction:row-reverse}}@media(max-width:600px){.embed-text-wrapper .embed-code iframe{height:80px;margin-bottom:15px}}@media(min-width:600px){.embed-text-wrapper:after{content:'';position:absolute;top:0;left:100%;margin-left:-1px;width:50vw;height:100%;background:#fff}}@media(max-width:599px){.embed-text{padding-bottom:3vw}}@media(min-width:600px) and (max-width:1199px){.embed-text{width:calc(100% - 320px - 3vw);padding-right:3vw}}@media(min-width:1200px){.embed-text{width:55%}}.embed-text h1{font-family:open sans,sans-serif;font-weight:700;font-size:25px;line-height:32px;letter-spacing:2px;text-transform:uppercase}@media(max-width:599px){.embed-text h1{margin-bottom:5px}}@media(min-width:600px){.embed-text h1{margin-bottom:18px}}.embed-text h2{font-family:cormorant garamond,serif;font-weight:500;font-style:italic;font-size:25px;line-height:32px}@media(max-width:599px){.embed-text p{margin:3vw 0}}@media(min-width:600px){.embed-text p{font-size:16px;line-height:22px;margin:10px 0 25px}}.embed-code{position:relative}@media(min-width:600px) and (max-width:1199px){.embed-code{width:calc(300px + 3vw);margin-right:3vw}}@media(min-width:1200px){.embed-code{width:40%}}.embed-code iframe{width:100%}@media(min-width:600px){.embed-code iframe{position:absolute;bottom:0;left:0}}.news-item{border:1px solid #231f20}@media(min-width:600px){.news-item{display:-webkit-box;display:-ms-flexbox;display:flex}}.news-item.category-critical-acclaim{background:#f0f0f0}.news-item-image{background-size:cover;background-position:center center}@media(max-width:599px){.news-item-image{display:block}.news-item-image:before{content:'';display:block;width:100px;padding-bottom:65%}}@media(min-width:600px){.news-item-image{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}}@media(min-width:600px) and (max-width:799px){.news-item-image{width:50%}}@media(min-width:800px){.news-item-image{width:38%}}@media(min-width:600px){.news-item-text{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}}.news-item-category{border-bottom:1px solid #231f20;font-size:14px;line-height:1.2;text-transform:uppercase;letter-spacing:2px;position:relative}.news-single-page-header-title .news-item-category{border:none;padding:0;font-weight:600;display:block;float:left;margin-bottom:0;width:100%;line-height:3}.news-single-page-header-title .news-item-category svg+span{padding-left:30px;margin-right:0;display:inline-block}.news-single-page-header-title .news-item-category svg{top:0;left:0}.uncategorized-ru,.uncategorized-de{display:none!important}.news-item-category svg{display:block;position:absolute;top:5px;fill:#282828;height:28px}@media(max-width:599px){.news-item-category svg{left:3vw}}@media(min-width:600px){.news-item-category svg{left:27px}}.news-item-category svg+span{padding-left:40px}.news-item-category span{display:block}@media(max-width:599px){.news-item-category{padding:13px 3vw 10px}}@media(min-width:600px){.news-item-category{padding:13px 14px 10px 21px}}.news-item-text-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width:599px){.news-item-text-inner{padding:4.5vw 3vw 3vw}}@media(min-width:600px){.news-item-text-inner{padding:27px 14px 14px 28px;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}}.news-item-text-inner time{font-family:open sans,sans-serif;font-weight:700;font-size:17px;line-height:28px;text-transform:uppercase;letter-spacing:2px;display:block}.news-item-text-inner h1{font-family:cormorant garamond,serif;font-weight:600;font-size:25px;line-height:28px;margin-top:20px;letter-spacing:.675px}.news-item-text-inner p{font-size:18px;line-height:28px}@media(max-width:599px){.news-item-text-inner p{margin:15px 0 30px}}@media(min-width:600px){.news-item-text-inner p{margin:15px 0 52px}}.news-item-text-inner blockquote{margin-top:10px}.news-item-text-inner blockquote footer{text-align:left}.news-item-text-inner blockquote footer cite:before{background-color:currentColor}.news-item-text-inner .button-medium{margin-left:auto;-ms-flex-item-align:end;align-self:flex-end}.press-item-header-image{background-size:cover}.press-item-header-image:before{content:'';display:block;width:100%;padding-bottom:50%}.press-items .press-item{margin-bottom:50px}.press-item{background:#eee;padding:20px}.press-item img{display:block;width:100%}.schedule-items{margin-bottom:100px}.schedule-items .schedule-item:nth-of-type(n+9){display:none}.schedule-items-title h1{font-family:open sans,sans-serif;font-weight:700;font-size:25px;text-transform:uppercase;letter-spacing:1px;margin-top:91px;margin-bottom:51px}.schedule-item{display:block;overflow:hidden;position:relative}@media(max-width:799px){.schedule-item{padding-top:30px;padding-bottom:30px;border-bottom:1px solid rgba(40,40,40,.3)}.schedule-item:first-of-type{border-top:1px solid rgba(40,40,40,.3)}}@media(min-width:800px){.schedule-item:before,.schedule-item:after{content:'';position:absolute;left:0;right:0;height:1px;background:rgba(40,40,40,.3);z-index:20;opacity:0;transition:opacity .15s ease-in-out}.schedule-item:before{top:0}.schedule-item:after{bottom:0}}.schedule-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width:799px){.schedule-item-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(min-width:800px){.schedule-item-inner{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:38px;margin-bottom:38px}}@media(max-width:799px){.schedule-item-dates{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:20px}.schedule-item-location{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:20px}.schedule-item-tickets{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media(min-width:800px){.schedule-item-dates,.schedule-item-location,.schedule-item-tickets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(min-width:800px){.schedule-item-dates{-ms-flex-negative:0;flex-shrink:0;width:259px;padding-right:20px;position:relative;z-index:10}.schedule-item-dates:before{content:'';position:absolute;top:-10vw;right:0;height:50vw;width:50vw;background:#f0f0f0;z-index:-1}}.schedule-item-dates time{font-size:20px;line-height:25px;text-transform:uppercase;letter-spacing:.75px}.schedule-item-dates .schedule-item-dates-day,.schedule-item-dates .schedule-item-dates-month{font-family:open sans,sans-serif;font-weight:700;display:inline-block;float:left}.schedule-item-dates em.comma{margin:0 3px 0 0;font-style:normal;display:inline-block;float:left}.schedule-item-dates em:last-of-type{display:none}.schedule-item-dates .schedule-item-dates-month{margin-right:5px;clear:left;display:block;float:left}.schedule-item-dates .schedule-item-dates-year{clear:left;display:block}.schedule-item-dates .schedule-item-dates-day+.schedule-item-dates-month{}@media(min-width:800px){.schedule-item-location{-webkit-box-flex:100;-ms-flex:100 1 auto;flex:100 1 auto;border-right:1px solid #282828;min-height:110px}}@media(min-width:800px) and (max-width:1299px){.schedule-item-location{padding-left:3vw;padding-right:3vw}}@media(min-width:1300px){.schedule-item-location{padding-left:80px;padding-right:80px}}.schedule-item-title{font-family:open sans,sans-serif;font-weight:700;font-size:20px;line-height:28px;text-transform:uppercase}.schedule-item-venue{margin:0;font-size:16px;text-transform:uppercase;letter-spacing:.5px}@media(min-width:800px){.schedule-item-tickets{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;text-align:right}}@media(min-width:800px) and (max-width:1299px){.schedule-item-tickets{width:calc(166px + 3vw)}}@media(min-width:1300px){.schedule-item-tickets{width:246px}}.schedule-item-tickets .button,.schedule-item-tickets .button-big,.schedule-item-tickets .button-medium,.schedule-item-tickets .button-hollow,.schedule-item-tickets .button-hollow-red,.schedule-item-tickets .button-big-hollow,.schedule-item-tickets .button-arrow{-ms-flex-item-align:end;align-self:flex-end}.schedule-item:hover:before,.schedule-item:hover:after{opacity:1}.schedule-item:hover .button,.schedule-item:hover .button-big,.schedule-item:hover .button-medium,.schedule-item:hover .button-hollow,.schedule-item:hover .button-hollow-red,.schedule-item:hover .button-big-hollow,.schedule-item:hover .button-arrow{background:transparent;color:#d02e42}.recording-item{overflow:hidden}@media(min-width:700px){.recording-item{padding-bottom:48px}}@media(min-width:700px){.recording-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.recording-item-inner .recording-item-image{width:calc(50% - 18px)}.recording-item-inner .recording-item-text{width:calc(50% + 18px);padding-left:28px}}.recording-item-image img{display:block;width:100%}.recording-item-text{padding-top:36px;padding-right:28px;position:relative}@media(max-width:699px){.recording-item-text{background:#f0f0f0;padding:6vw 3vw 3vw}}@media(min-width:700px){.recording-item-text:before{content:'';position:absolute;z-index:-1;top:0;bottom:-48px;left:-50%;width:100vw;background:#f0f0f0}}.recording-item-icon{display:inline-block;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:42px;height:42px;position:relative;border:1px solid #282828;margin-left:8px;margin-bottom:-14px}.recording-item-icon svg{position:absolute;top:50%;left:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.recording-item-icon svg[data-icon=audio]{width:14px;height:27px;margin-left:-8px;margin-top:-13px}.recording-item-icon svg[data-icon=video]{width:21px;height:27px;margin-left:-9px;margin-top:-14px}.recording-item-meta{font-family:cormorant garamond,serif;font-weight:700;font-size:25px;line-height:1.2;display:inline-block;margin-left:20px;margin-bottom:17px}.recording-item-meta time:before{content:'|';margin-left:5px;margin-right:5px}.recording-item-title{width:100%;font-family:open sans,sans-serif;font-weight:700;line-height:1.2;text-transform:uppercase}@media(max-width:899px){.recording-item-title{font-size:22px;letter-spacing:1px;margin-top:13px;margin-bottom:16px}}@media(min-width:900px){.recording-item-title{max-width:420px;font-size:25px;letter-spacing:2.5px;margin-top:13px;margin-bottom:23px}}.recording-item-description{width:100%;font-size:18px;line-height:1.8}@media(max-width:899px){.recording-item-description{margin:16px 0 25px}}@media(min-width:900px){.recording-item-description{max-width:420px;margin:23px 0 55px}}@media(max-width:699px){.recording-items{margin-top:6vw}}@media(min-width:700px){.recording-items{margin-top:49px}}@media(max-width:699px){.recording-items .recording-item{margin-bottom:3vw}}@media(min-width:700px){.recording-items .recording-item{margin-bottom:86px}}.recording-single-content-outer{overflow:hidden}@media(max-width:599px){.recording-single-content-outer{margin-bottom:3vw}}@media(min-width:600px){.recording-single-content-outer{margin-bottom:72px}}@media(max-width:599px){.recording-single-content{padding-top:30px;padding-bottom:3vw}}@media(min-width:600px){.recording-single-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width:600px) and (max-width:699px){.recording-single-content{padding-top:70px;padding-bottom:75px}.recording-single-content .recording-single-buy-links{width:250px}.recording-single-content .recording-single-stream-artwork{width:calc(100% - 250px - 3vw)}}@media(min-width:700px){.recording-single-content{padding-top:70px;padding-bottom:75px}.recording-single-content .recording-single-buy-links{width:24%}.recording-single-content .recording-single-stream-artwork{width:71%}}.recording-single-content .recording-single-stream-artwork{position:relative;flex-direction:row-reverse}@media(min-width:700px){.recording-single-content .recording-single-stream-artwork:before{content:'';position:absolute;top:140px;bottom:-75px;z-index:-1;width:100vw;background:#f0f0f0}}@media(max-width:999px){.recording-single-content .recording-single-stream-artwork:before{left:-2.5vw}}@media(min-width:1000px){.recording-single-content .recording-single-stream-artwork:before{left:-30px}}.recording-single-buy-links{width:100%}@media(min-width:1000px){.recording-single-buy-links{max-width:255px}}.recording-single-buy-links h2{font-family:open sans,sans-serif;font-weight:400;font-size:18px;line-height:32px;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}.recording-single-buy-links .button,.recording-single-buy-links .button-big,.recording-single-buy-links .button-medium,.recording-single-buy-links .button-hollow,.recording-single-buy-links .button-hollow-red,.recording-single-buy-links .button-big-hollow,.recording-single-buy-links .button-arrow{display:block;width:100%;text-align:left;position:relative;padding-right:20px}.recording-single-buy-links .button svg,.recording-single-buy-links .button-big svg,.recording-single-buy-links .button-medium svg,.recording-single-buy-links .button-hollow svg,.recording-single-buy-links .button-hollow-red svg,.recording-single-buy-links .button-big-hollow svg,.recording-single-buy-links .button-arrow svg{width:19px;height:14px;position:absolute;top:13px;right:14px;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.recording-single-buy-links .button.buttons-toggle svg,.recording-single-buy-links .buttons-toggle.button-big svg,.recording-single-buy-links .buttons-toggle.button-medium svg,.recording-single-buy-links .buttons-toggle.button-hollow svg,.recording-single-buy-links .buttons-toggle.button-hollow-red svg,.recording-single-buy-links .buttons-toggle.button-big-hollow svg,.recording-single-buy-links .buttons-toggle.button-arrow svg{fill:#fff}.recording-single-buy-links .button-hollow svg{fill:#282828}.recording-single-buy-links .button-hollow.active,.recording-single-buy-links .button-hollow:hover{background:#282828;color:#fff}.recording-single-buy-links .button-hollow.active svg,.recording-single-buy-links .button-hollow:hover svg{fill:#fff}@media(max-width:599px){.recording-single-buy-links .buttons-toggle-wrapper+h2{margin-top:24px}}@media(min-width:600px){.recording-single-buy-links .buttons-toggle-wrapper+h2{margin-top:80px}}.recording-single-buy-links .buttons-toggle-wrapper+.buttons-toggle-wrapper{margin-top:12px}.recording-single-buy-links .buttons-toggle-wrapper{position:relative}.recording-single-buy-links .buttons-toggle-wrapper:hover .buttons-toggle{background:#fff;color:#d02e42}.recording-single-buy-links .buttons-toggle-wrapper:hover .buttons-toggle svg{fill:#d02e42;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.recording-single-buy-links .buttons-toggle-wrapper .buttons{position:absolute;top:100%;left:0;right:0;z-index:20;display:none;background:#fff}.recording-single-buy-links .buttons-toggle-wrapper .buttons .button,.recording-single-buy-links .buttons-toggle-wrapper .buttons .button-big,.recording-single-buy-links .buttons-toggle-wrapper .buttons .button-medium,.recording-single-buy-links .buttons-toggle-wrapper .buttons .button-hollow,.recording-single-buy-links .buttons-toggle-wrapper .buttons .button-hollow-red,.recording-single-buy-links .buttons-toggle-wrapper .buttons .button-big-hollow,.recording-single-buy-links .buttons-toggle-wrapper .buttons .button-arrow{margin-top:-2px}.recording-single-buy-links .buttons-toggle-wrapper:hover .buttons{display:block}.recording-single-stream-artwork{margin-top:46px}@media(max-width:999px){.recording-single-stream-artwork .recording-single-embed{margin-bottom:3vw}}@media(min-width:1000px){.recording-single-stream-artwork{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width:1000px){.recording-single-embed{width:300px}}@media(max-width:999px){.recording-single-embed{padding:3%;background:#f0f0f0;position:relative;width:94%;margin:-20% 3% 0;line-height:0}}.recording-single-embed iframe{width:100%}@media(max-width:600px){.recording-single-embed iframe{height:80px}}@media(min-width:1000px){.recording-single-image{width:calc(100% - 320px);max-width:450px;-ms-flex-item-align:end;align-self:flex-end}}.recording-single-content-outer.type-video .recording-single-image,.recording-single-content-outer.type-video-de .recording-single-image,.recording-single-content-outer.type-video-ru .recording-single-image{width:95%;max-width:none}.recording-single-image img{display:block;width:100%}.recording-single-videos-header{text-transform:uppercase;letter-spacing:2px;text-align:center;padding-top:50px;padding-bottom:70px}.recording-single-videos-header p{font-size:20px;line-height:32px;margin:0}.recording-single-videos-header h2{font-family:open sans,sans-serif;font-weight:700;font-size:25px;line-height:32px}.recording-single-videos{position:relative;clear:left}@media(max-width:999px){.recording-single-videos{padding-bottom:30px;background:#f0f0f0}}@media(min-width:1000px){.recording-single-videos{padding-bottom:186px}.recording-single-videos:before{content:'';position:absolute;top:0;right:20%;bottom:0;width:100vw;background:#f0f0f0;z-index:-1}}@media(max-width:799px){.recording-single-videos-items .recording-single-video-item{width:100%;margin-top:20px}.recording-single-videos-items .recording-single-video-item:nth-child(1){margin-top:0}}@media(min-width:800px){.recording-single-videos-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.recording-single-videos-items .recording-single-video-item{width:calc(50% - 10px);margin-top:20px}.recording-single-videos-items .recording-single-video-item:nth-child(1),.recording-single-videos-items .recording-single-video-item:nth-child(2){margin-top:0}.recording-single-videos-items .recording-single-video-item:nth-child(odd){margin-right:20px}}.recording-single-video-item{display:block;position:relative;background:#282828}.recording-single-video-item:before{content:'';display:block;width:100%;padding-bottom:76.4%}.recording-single-video-item-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center center;opacity:.6}.recording-single-video-item-inner{position:absolute;top:0;right:0;bottom:0;left:0;color:#fff}.recording-single-video-item-description{margin:0;position:absolute;bottom:7%;left:130px;font-size:16px;line-height:21px;padding-right:20px;letter-spacing:.85px;text-shadow:0 0 10px rgba(0,0,0,.8)}.recording-single-video-item-play{position:absolute;bottom:76px;left:38px;font-family:open sans,sans-serif;font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;letter-spacing:1px;color:#282828}.recording-single-video-item-play span{position:relative;z-index:20}:lang(ru) .recording-single-video-item-play span,:lang(de) .recording-single-video-item-play span{display:none}.recording-single-video-item-play svg[data-icon=play]{position:absolute;top:-42px;left:-13px;width:77px;height:96px}.recording-single-video-item-play svg[data-icon=play]:nth-of-type(1){fill:#fff;z-index:15}.recording-single-video-item-play svg[data-icon=play]:nth-of-type(2){fill:transparent;z-index:10;-webkit-transform:rotate(-15deg);transform:rotate(-15deg);opacity:1;transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out}.recording-single-video-item:hover .recording-single-video-item-play svg[data-icon=play]:nth-of-type(2){-webkit-transform:rotate(0);transform:rotate(0);opacity:0}@media(max-width:799px){.contact-blocks{margin-top:50px;margin-bottom:50px}.contact-blocks .contact-block+.contact-block{margin-top:3vw}}@media(min-width:800px){.contact-blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:96px;margin-bottom:100px}.contact-blocks .contact-block{width:calc(50% - 10px)}.contact-blocks .contact-block:nth-child(odd){margin-right:20px}}.contact-block{background:#f0f0f0}@media(max-width:799px){.contact-block{padding:30px}}@media(min-width:800px){.contact-block{padding:40px}}.contact-block h1{font-family:open sans,sans-serif;font-weight:700;text-transform:uppercase;color:#d02e42;text-align:center;font-size:25px;letter-spacing:1px}@media(max-width:799px){.contact-block-company{margin-top:30px}}@media(min-width:800px){.contact-block-company{margin-top:62px}}.contact-block-company h2{font-family:open sans,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:21px;margin-bottom:18px}.contact-block-company p{font-size:17px;line-height:28px;margin:0}.contact-block-company p+p{margin-top:1.55em}.contact-block-company a{color:#d02e42;word-wrap:break-word}.wrapper-404{width:100%;padding:calc(80vh - 300px) 0;float:left;background:#f3f3f3;text-align:center;margin-bottom:60px}.wrapper-404 h1{font-family:cormorant garamond,serif;font-weight:700;text-transform:uppercase}.home-recording .page-header .wrapper{float:right;display:block;position:relative;width:90%;max-width:none}.home-recording .page-header .wrapper .inner{position:absolute;left:0;top:0;width:100%;height:100%}.embed-text-wrapper:after{display:none}.embed-text-wrapper{width:80%;right:0;left:auto;padding:35px;max-width:900px;flex-direction:row-reverse}@media(max-width:1060px){.home-recording .page-header .wrapper{width:100%}.embed-text-wrapper{width:calc(100% - 30px);max-width:none;right:15px}.home-recording .page-header .wrapper .inner{height:50%}.embed-code{margin-right:0}}@media(max-width:700px){.embed-code,.embed-text{width:100%}.embed-text-wrapper{position:relative;margin:190px 5% 0}.home-recording .page-header .wrapper .inner{height:270px}}.center-button{float:left;clear:both;width:100%;margin:5% 0;text-align:center}body.debug_mq:before{position:fixed;bottom:5px;right:5px;z-index:100;font-size:12px;color:#fff;padding:5px 8px 6px;line-height:1;margin-left:5px;font-family:menlo,courier}@media(max-width:399px){body.debug_mq:before{content:"@include respond('to', 'mobile') {}";background:#fc0}}@media(min-width:400px) and (max-width:499px){body.debug_mq:before{content:"@include respond('fromto', 'mobile', 'large_mobile') {}";background:red}}@media(min-width:500px) and (max-width:599px){body.debug_mq:before{content:"@include respond('fromto', 'large_mobile', 'phablet') {}";background:#060}}@media(min-width:600px) and (max-width:699px){body.debug_mq:before{content:"@include respond('fromto', 'phablet', 'small_tablet') {}";background:#060}}@media(min-width:700px) and (max-width:799px){body.debug_mq:before{content:"@include respond('fromto', 'small_tablet', 'tablet') {}";background:#006}}@media(min-width:800px) and (max-width:999px){body.debug_mq:before{content:"@include respond('fromto', 'tablet', 'large_tablet') {}";background:#046}}@media(min-width:1000px) and (max-width:1199px){body.debug_mq:before{content:"@include respond('fromto', 'large_tablet', 'small_desktop') {}";background:#506}}@media(min-width:1200px) and (max-width:1399px){body.debug_mq:before{content:"@include respond('fromto', 'small_desktop', 'desktop') {}";background:#907}}@media(min-width:1400px) and (max-width:1799px){body.debug_mq:before{content:"@include respond('fromto', 'desktop', 'huge') {}";background:#09c}}@media(min-width:1800px){body.debug_mq:before{content:"@include respond('from', 'huge') {}";background:#f06}}.row{float:left;width:100%;clear:both}.recording-videos-wrap{margin-top:100px}.recording-track-listing{font-family:open sans,sans-serif}.recording-track-listing .recording-single-videos-header{padding-bottom:50px}.recording-track-listing h3,.recording-track-listing h4{font-family:open sans,sans-serif}.recording-track-listing .acts{}.recording-track-listing .acts .act-wrapper:first-of-type .act-title{border-top:1px solid #c1c1c1;padding:50px 0}.recording-track-listing .act-title{border-bottom:1px solid #c1c1c1;padding:70px 0 30px}.recording-track-listing .act-title h3{text-transform:uppercase;font-weight:600;letter-spacing:2px;font-size:24px}.recording-track-listing .track-item{border-bottom:1px solid #c1c1c1;padding:20px 0;position:relative}.recording-track-listing .track-item:before{content:"";display:block;background:#f0f0f0;width:50px;position:absolute;left:0;height:100%;top:0}@media(min-width:1199px){.recording-track-listing .track-item:before{width:calc(50% - 455px)}}.recording-track-listing .track-item .track-wrapper{position:relative;z-index:10}.recording-track-listing .track-item .track-number{width:30px;float:left}.recording-track-listing .track-item .track-number p{font-weight:700;margin:0 0 10px}.recording-track-listing .track-item .track-title{width:calc(100% - 55px);float:right}.recording-track-listing .track-item .track-title h4{font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:20px;margin:0}.recording-track-listing .track-item .track-title p{font-size:16px;line-height:1.4;margin:10px 0 0}.recording-track-listing .track-item .track-duration{width:calc(100% - 55px);float:right}.recording-track-listing .track-item .track-duration p{margin:5px 0 0}@media(min-width:600px) and (max-width:1198px){.recording-track-listing .track-item:before{width:120px}}@media(min-width:600px){.recording-track-listing .track-item{padding:4.5vh 0}.recording-track-listing .track-item .track-wrapper{display:flex;align-items:center;justify-content:space-between}.recording-track-listing .track-item .track-number{width:70px;float:none}.recording-track-listing .track-item .track-title{width:calc(100% - 250px);margin:0 15px;float:none;padding-right:40px}.recording-track-listing .track-item .track-duration{width:70px;float:none}.recording-track-listing .track-item .track-number p{margin-bottom:0}}.recording-information{background-color:#242021;padding:50px 0;color:#fff;text-align:center}.recording-information h3{font-family:open sans,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:26px;margin-bottom:25px}.recording-information p{margin:0}.recording-information strong{}.cc-window{background:#fff;color:#363636;overflow:visible;box-shadow:0 0 10px #00000021;width:calc(100% - 60px);max-width:none;bottom:0;padding:15px;position:fixed;bottom:20px;z-index:200;max-width:400px;left:30px;text-align:center;border:1px solid #e0e0e0}.cc-message{display:block;float:left;line-height:1.2;font-family:open sans,sans-serif;font-size:15px}.cc-btn{font-family:open sans,sans-serif;font-weight:700;font-size:13px;line-height:16px;border:2px solid #d02e42;padding:13px 15px 11px;display:inline-block;min-width:166px;text-align:center;color:#fff;background:#d02e42;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .15s ease-in-out,color .15s ease-in-out}.cc-btn:hover{background:transparent;color:#d02e42}.cc-link{color:#d02e42;text-decoration:underline}.cc-link:hover{text-decoration:none}.cc-compliance{float:right;width:100%}.cc-message{margin-bottom:10px}@media all and (min-width:600px){.cc-window{padding:20px;display:flex;align-items:center;justify-content:space-between;text-align:left}.cc-compliance{float:right;width:auto}.cc-btn{width:190px;padding:10px;display:inline;width:auto;font-size:13px}.cc-message{margin-bottom:0}.cc-message{width:calc(100% - 85px)}}