@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400&display=swap);
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:15px;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{display:inline-block;height:24px;position:relative;width:40px}.hamburger-inner{display:block;margin-top:-2px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000;border-radius:4px;height:4px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:40px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{opacity:0;transition-delay:0s}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{opacity:0;transition-delay:0s}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{right:0;top:10px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.hamburger--emphatic.is-active .hamburger-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{right:0;top:10px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-5.71429px,-6px,0)}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{opacity:0;transform:rotate(45deg) translate3d(5.71429px,-6px,0)}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{background-color:transparent!important;transition-delay:.22s}.hamburger--spring.is-active .hamburger-inner:before{top:0;transform:translate3d(0,10px,0) rotate(45deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--spring.is-active .hamburger-inner:after{top:0;transform:translate3d(0,10px,0) rotate(-45deg);transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--spring-r .hamburger-inner{bottom:0;top:auto;transition-delay:0s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{background-color:transparent!important;transform:rotate(90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotate(-90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{opacity:0;top:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{height:100%;overflow:hidden;position:relative}.flickity-slider{height:100%;position:absolute;width:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{background:hsla(0,0%,100%,.75);border:none;color:#333;position:absolute}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{box-shadow:0 0 0 5px #19f;outline:0}.flickity-button:active{opacity:.6}.flickity-button:disabled{cursor:auto;opacity:.3;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{border-radius:50%;height:44px;top:50%;transform:translateY(-50%);width:44px}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{left:10px;right:auto}.flickity-prev-next-button .flickity-button-icon{height:60%;left:20%;position:absolute;top:20%;width:60%}.flickity-page-dots{bottom:-25px;line-height:1;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{background:#333;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 8px;opacity:.25;width:10px}.flickity-page-dots .dot.is-selected{opacity:1}:root{--site-width:1200px;--color-1:#373948;--color-2:#cceef7;--color-3:#ffab65;--color-4:#fddbb8;--color-5:#b6ddec;--color-6:#fcc691;--color-7:#ffedd0;--color-8:#cf9dbf;--color-hover:#050506;--color-active:#1597bb;--color-error:#7b113a;--color-success:#8fd6e1;--link-color:var(--color-1);--link-color-hover:var(--color-hover);--base-font-family:"Open Sans",sans-serif;--base-font-color:var(--color-1);--base-font-size:18px;--base-line-height:1.6;--base-font-weight:400;--heading-font-family:var(--base-font-family);--heading-line-height:1;--heading-font-weight:900;--base-border-color:#000;--base-border-radius:0px;--base-border:1px solid var(--base-border-color);--btn-text-color:var(--color-1);--btn-background:var(--color-5);--btn-text-color-hover:var(--color-3);--btn-background-hover:var(--color-2);--btn-line-height:var(--base-line-height);--btn-font-weight:600;--btn-padding-vertical:0;--btn-padding-horizontal:0;--btn-padding-top:var(--btn-padding-vertical);--btn-padding-bottom:var(--btn-padding-vertical);--btn-padding-right:var(--btn-padding-horizontal);--btn-padding-left:var(--btn-padding-horizontal);--btn-border-width:0;--btn-border-style:solid;--btn-border-color:var(--color-1);--btn-border-radius:0;--btn-hover-border-color:var(--color-1);--btn-duration:var(--base-duration);--btn-timing:var(--base-timing);--btn-box-shadow-h-offset:1px;--btn-box-shadow-v-offset:1px;--btn-box-shadow-blur:1px;--btn-box-shadow-spread:1px;--btn-box-shadow-color:var(--color-1);--input-text-color:var(--color-1);--input-background:#fff;--input-padding-top:1em;--input-padding-bottom:1em;--input-padding-left:1em;--input-padding-right:1em;--input-margin-top:0;--input-margin-bottom:1.5em;--input-margin-left:0;--input-margin-right:0;--input-box-shadow-h-offset:1px;--input-box-shadow-v-offset:1px;--input-box-shadow-blur:1px;--input-box-shadow-spread:1px;--input-box-shadow-color:var(--color-1);--focus-outline-style:solid;--focus-outline-color:var(--color-active);--focus-outline-width:4px;--focus-outline-offset:0;--base-duration:300ms;--base-timing:ease-in-out}body,html{-webkit-font-smoothing:antialiased;color:var(--base-font-color);font-family:var(--base-font-family);font-size:var(--base-font-size);font-weight:var(--base-font-weight);line-height:var(--base-line-height)}@media screen and (max-width:420px){body,html{font-size:14px}}.heading,h1,h2,h3,h4,h5,h6{font-weight:var(--heading-font-weight);line-height:var(--heading-line-height);margin-top:0;text-transform:uppercase}.capitalize{text-transform:capitalize}h1{font-size:5em}h2{font-size:4.5em}@media screen and (max-width:560px){h2{font-size:3.5em}}@media screen and (max-width:420px){h2{font-size:3em}}h3{font-size:4em}h4{font-size:3.5em;font-size:3em}h5{font-size:2.5em}h6{font-size:2em}p{margin:0 0 20px}.links{display:flex;gap:30px}a{color:var(--link-color);transition:all var(--base-duration) var(--base-timing)}a:hover{color:var(--link-color-hover)}a:focus{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}a.link{color:var(--color-1);font-size:1em;font-style:normal;font-weight:700;letter-spacing:normal;letter-spacing:.003rem;line-height:25.47rem;line-height:normal;text-align:left;text-decoration:underline;text-transform:uppercase}hr{border:0;border-bottom:var(--base-border)}blockquote{margin:0;padding:20px 0;position:relative}blockquote p{font-size:1.8em;font-weight:700;line-height:1.2em;margin:0 auto;text-align:left;text-transform:uppercase}@media screen and (max-width:800px){blockquote p{font-size:1.5em}}blockquote p:last-of-type{margin-bottom:0}blockquote:before{background:#000;content:"";display:block;height:3px;margin:0;width:20px}blockquote:after{background:var(--color-6);content:"";height:100%;left:-100vw;position:absolute;top:0;width:200vw;z-index:-1}form{color:var(--color-1);font-family:var(--base-font-family);margin:0 auto;max-width:800px}fieldset{background-color:transparent;border:0;margin:0;padding:0}legend{font-weight:600;padding:0}label,legend{margin-bottom:10px}label{display:block;text-align:left}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:not([type]),textarea{appearance:none;background-color:var(--input-background);border:0;color:var(--input-text-color);font-family:var(--base-font-family);font-size:var(--base-font-size);font-weight:var(--btn-font-weight);margin:var(--input-margin-top) var(--input-margin-right) var(--input-margin-bottom) var(--input-margin-left);padding:var(--input-padding-top) var(--input-padding-right) var(--input-padding-bottom) var(--input-padding-left);transition:border-color var(--base-duration) var(--base-timing);width:100%}[type=color]:focus,[type=color]:hover,[type=date]:focus,[type=date]:hover,[type=datetime-local]:focus,[type=datetime-local]:hover,[type=datetime]:focus,[type=datetime]:hover,[type=email]:focus,[type=email]:hover,[type=month]:focus,[type=month]:hover,[type=number]:focus,[type=number]:hover,[type=password]:focus,[type=password]:hover,[type=search]:focus,[type=search]:hover,[type=tel]:focus,[type=tel]:hover,[type=text]:focus,[type=text]:hover,[type=time]:focus,[type=time]:hover,[type=url]:focus,[type=url]:hover,[type=week]:focus,[type=week]:hover,input:not([type]):focus,input:not([type]):hover,textarea:focus,textarea:hover{outline-color:var(--focus-outline-color);outline-offset:var(--focus-outline-offset);outline-style:var(--focus-outline-style);outline-width:var(--focus-outline-width)}[type=color]:disabled,[type=date]:disabled,[type=datetime-local]:disabled,[type=datetime]:disabled,[type=email]:disabled,[type=month]:disabled,[type=number]:disabled,[type=password]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=text]:disabled,[type=time]:disabled,[type=url]:disabled,[type=week]:disabled,input:not([type]):disabled,textarea:disabled{background-color:shade(var(--input-background-color),5%);cursor:not-allowed}[type=color]:disabled:hover,[type=date]:disabled:hover,[type=datetime-local]:disabled:hover,[type=datetime]:disabled:hover,[type=email]:disabled:hover,[type=month]:disabled:hover,[type=number]:disabled:hover,[type=password]:disabled:hover,[type=search]:disabled:hover,[type=tel]:disabled:hover,[type=text]:disabled:hover,[type=time]:disabled:hover,[type=url]:disabled:hover,[type=week]:disabled:hover,input:not([type]):disabled:hover,textarea:disabled:hover{border:var(--base-border)}[type=color]::placeholder,[type=date]::placeholder,[type=datetime-local]::placeholder,[type=datetime]::placeholder,[type=email]::placeholder,[type=month]::placeholder,[type=number]::placeholder,[type=password]::placeholder,[type=search]::placeholder,[type=tel]::placeholder,[type=text]::placeholder,[type=time]::placeholder,[type=url]::placeholder,[type=week]::placeholder,input:not([type])::placeholder,textarea::placeholder{color:tint(var(--color-1),60%)}textarea{resize:vertical}#field_1_11 legend{float:left}.btn,[type=button],[type=reset],[type=submit],button{-webkit-font-smoothing:antialiased;appearance:none;background:transparent;border:var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);border-radius:var(--btn-border-radius);color:var(--btn-text-color);cursor:pointer;display:inline-block;font-family:var(--base-font-family);font-size:var(--base-font-size);font-weight:var(--btn-font-weight);letter-spacing:.1em;line-height:var(--btn-line-height);padding:var(--btn-padding-top) var(--btn-padding-right) var(--btn-padding-bottom) var(--btn-padding-left);position:relative;text-align:center;text-decoration:underline;text-transform:uppercase;transition:all var(--btn-duration) var(--btn-timing);user-select:none;vertical-align:middle}@media screen and (max-width:800px){.btn,[type=button],[type=reset],[type=submit],button{font-size:.9em}}.btn:hover,[type=button]:hover,[type=reset]:hover,[type=submit]:hover,button:hover{background:var(--btn-background-hover);color:var(--btn-text-color-hover)}.btn:focus,[type=button]:focus,[type=reset]:focus,[type=submit]:focus,button:focus{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.buttons{position:relative}p+.btn{padding-top:0}*,:after,:before{box-sizing:border-box}html{background:var(--color-2)}body,html{margin:0;padding:0}.wrapper{margin:auto;max-width:var(--site-width);padding:0 20px}.block{margin-bottom:200px}.block:last-of-type{margin-bottom:0}.visually-hidden,.visually-hide-label,.visually-hide-text{height:0;opacity:0;position:absolute;right:999999999px;width:0}.align-left,.text-align-left{text-align:left}.align-center,.text-align-center{text-align:center}.align-right,.text-align-right{text-align:right}.block.content-left .row{flex-direction:row}.block.content-right .row{flex-direction:row-reverse}@media screen and (max-width:960px){.block.content-left .row,.block.content-right .row{flex-direction:column}}.bg-color-1{background:var(--color-1);color:var(--color-4)}.bg-color-3{background:var(--color-3)}.bg-color-4{background:var(--color-4)}.bg-color-4,.bg-color-4 a{color:var(--color-1)}.bg-color-6{background:var(--color-6)}.bg-color-7{background:var(--color-7)}.bg-color-8{background:var(--color-8)}.p-top-none{padding-top:0}.p-top-sm{padding-top:20px}.p-top-md{padding-top:60px}.p-top-lg{padding-top:120px}.p-bottom-sm{padding-bottom:20px}.p-bottom-md{padding-bottom:60px}.p-bottom-lg{padding-bottom:120px}.m-bottom-sm{margin-bottom:20px}.m-bottom-md{margin-bottom:60px}.m-bottom-lg{margin-bottom:120px}.m-bottom-n{margin-bottom:-120px}main{padding-top:100px}ol,ul{margin:0 0 20px}ol,ol ol,ol ul,ul,ul ol,ul ul{padding:0 0 0 20px}dl,dt{margin:0}dt{font-weight:600}dd,figure{margin:0}img,picture{height:auto;margin:0;max-width:100%}.embed-container{height:0;max-width:100%;overflow:hidden;padding-bottom:62.25%;position:relative}.embed-container embed,.embed-container iframe,.embed-container object{height:100%;left:0;position:absolute;top:0;width:100%}table{border-collapse:collapse;margin:0 auto;min-width:500px;table-layout:fixed;text-align:left}thead{line-height:--heading-line-height;vertical-align:bottom}tbody{vertical-align:top}td,th{border-left:10px solid var(--color-2);border-right:10px solid var(--color-2);font-weight:600}th{background-color:transparent;padding:10px}tr:first-child td{padding-top:.8em}td{padding:.4em .75em;position:relative}td:after{background-color:var(--btn-background);bottom:0;content:"";display:block;height:1px;left:50%;position:absolute;transform:translateX(-50%);width:calc(100% - 1.5em)}td.amount{text-align:right}td.amount:after,tr:last-child td:after{content:none}.bypostauthor,.gallery-caption,.screen-reader-text,.sticky,.wp-caption,.wp-caption-text{position:relative}.alignright{text-align:right}.alignleft{text-align:left}.aligncenter{text-align:center}header{left:0;padding:20px 0;position:fixed;text-align:right;top:0;transition:all .3s ease-in-out;width:100%;z-index:9999}header .wrapper{position:relative}header ul{list-style-type:none;margin:0;padding:0}header .logo{width:100px}header .logo,header .logo img{display:block}header .menu-button{font-size:2em}header .top-bar{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:11}header .address,header .social{opacity:0;transition:all 1.2s ease-in-out 1.5s}header .social{display:flex;gap:10px;justify-content:flex-end}header .social a{font-size:2em}header .social a:hover{color:#589aba}header .menu-wrapper{align-items:center;display:flex;height:100vh;justify-content:flex-end;left:0;opacity:0;padding:0 40px;position:absolute;top:0;transition:all .9s cubic-bezier(.335,.01,.03,1.36);visibility:hidden;width:100%;z-index:10}header .menu-wrapper.is-open{opacity:1;visibility:visible}header .menu-wrapper.is-open:before{background:#cceef7;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}header .menu-wrapper.is-open .main-menu li{transform:translateX(0)!important}header .menu-wrapper.is-open .address,header .menu-wrapper.is-open .social{opacity:1}header .address,header .social,header nav{position:relative;z-index:2}header nav{display:flex;flex-direction:column;margin-bottom:40px}header nav .main-menu li{display:block;transition:all 1.2s ease-in-out}header nav .main-menu li:first-child{transform:translateX(30px)}header nav .main-menu li:nth-child(2){transform:translateX(40px)}header nav .main-menu li:nth-child(3){transform:translateX(50px)}header nav .main-menu li:nth-child(4){transform:translateX(60px)}header nav .main-menu li:nth-child(5){transform:translateX(70px)}header nav .main-menu li:nth-child(6){transform:translateX(80px)}header nav .main-menu li:nth-child(7){transform:translateX(90px)}header nav a{display:inline-block;font-size:3em;font-weight:800;line-height:1.2em;position:relative;text-decoration:none;text-transform:uppercase;transform:scale(1)}header nav a:hover{color:#589aba;cursor:pointer;transform:scale(1.1);transition:all .3s ease-in-out}header nav a:before{background-color:var(--color-4);bottom:3px;content:"";height:3px;left:0;position:absolute;transition:all .3s ease-in-out;width:0}header nav a:hover:before{width:100%}@media screen and (max-width:900px){header nav a{font-size:2.2em}}header .scene{position:absolute;top:0;z-index:1}.scroll-down header{background:#cceef7;transform:translate3d(0,-100%,0)}.scroll-up header{background:#cceef7;filter:drop-shadow(0 -10px 20px #aaa)}.menu-is-open{overflow:hidden}.menu-is-open header{filter:none}footer{background:var(--color-1);color:#fff;padding:60px 0;z-index:2}footer,footer .wrapper{position:relative}footer .row{display:flex;justify-content:center;margin-bottom:60px}@media screen and (max-width:960px){footer .row{padding-top:60px;width:100%}}@media screen and (max-width:768px){footer .row{display:block;text-align:center}}footer .row.newsletter{align-items:center}@media screen and (max-width:1150px){footer .row.newsletter{flex-direction:column;padding-top:200px;text-align:center}}footer .row .col.text{margin-right:50px;width:100%}@media screen and (max-width:1150px){footer .row .col.text{margin:100px auto 20px;max-width:350px}}footer .row .col.text h5{color:var(--color-4);font-size:2rem;margin:0}footer .row .col.signup-form{max-width:500px;width:100%}@media screen and (max-width:1150px){footer .row .col.signup-form{text-align:left}}footer .row .col.signup-form form{max-width:500px;width:100%}footer .row .col.signup-form form label{font-weight:300;margin-bottom:10px}footer .row .col.signup-form form [type=submit],footer .row .col.signup-form form button{background:transparent;color:#fff;letter-spacing:.1em;padding:0;text-decoration:underline;text-transform:uppercase}footer .row .col.monster{max-width:200px;padding:0;position:absolute;right:0;top:-140px;width:100%}footer .row .col.monster img{width:250px}@media screen and (max-width:960px){footer .row .col.monster{left:50%;margin-top:0;position:absolute;transform:translateX(-50%);width:100%}footer .row .col.monster img{width:200px}}footer .row.info .col{margin-bottom:20px 0;padding:20px}footer .row.info .col.logo{width:180px}@media screen and (max-width:768px){footer .row.info .col.logo{margin:auto}}footer .row.info .col h6{font-size:1.1rem;font-weight:600;letter-spacing:.1em;margin-bottom:10px;margin-top:0}footer .row.info .col .privacy a{text-decoration:none}footer .social{display:flex;gap:10px}@media screen and (max-width:768px){footer .social{justify-content:center}}footer .social a{font-size:1.5em}footer ul{list-style-type:none;margin:0;padding:0}footer a,footer label,footer p{color:#fff}.component.panel{background:var(--color-4);filter:drop-shadow(2px 4px 10px rgba(0,0,0,.2));height:100vh;left:0;padding:20px;position:fixed;top:0;width:220px}.component.panel .option{align-items:center;display:flex}.component.panel .option input{margin-left:10px}.colors{display:flex;list-style-type:none}html{color:var(--color-text);font-family:sans-serif}.colors{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));list-style:none;margin:0;padding:0}.color{border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.25);padding:.5rem;transition:box-shadow .15s}.color:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.color__swatch{background-color:var(--color);border-radius:2px 2px 0 0;display:block;height:7rem}.color__details{font-size:1rem;padding:.5rem;text-align:right}.color input{border:0;display:block;font-family:monospace;font-size:inherit;margin:0;padding:.2rem;text-align:right;width:100%}.block .label{font-size:16px}.block .label.hide{display:none}.block.accordions .row{display:flex;flex-direction:column;gap:20px}.block.accordions summary{background:#000;color:#fff;cursor:pointer;padding:20px}.block.accordions .content{padding-top:20px}.block.basic-content{margin-bottom:0;padding:40px 0;text-align:center}.block.basic-content .row{margin:0 auto;max-width:60ch}.block.basic-content .row .col .image{height:400px;width:100%}.block.basic-content .row .col .image img{height:100%;object-fit:cover;object-position:center;width:100%}.block.column-content{margin-bottom:0;padding:40px 0;position:relative;top:91px}.block.column-content .wrapper{max-width:var(--site-width)}.block.column-content .row{grid-gap:100px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,max-content));justify-content:center;padding:initial}.block.column-content .col{max-width:520px;text-align:center}.block.column-content .col a{text-decoration:none}.block.column-content .title{font-size:1.5em;margin-bottom:10px}.block.column-content .image{height:200px;margin-bottom:20px;overflow:hidden;position:relative}.block.column-content .image img{height:100%;object-fit:contain;object-position:center;width:100%}.block.cards{margin-bottom:0;padding:40px 0}.block.cards .cards{display:flex;flex-wrap:wrap;gap:100px;justify-content:center}.block.cards .card{max-width:309px;text-align:center;width:100%}.block.cards .card a{text-decoration:none}.block.cards .image{height:200px;margin-bottom:20px;overflow:hidden;position:relative}.block.cards .image img{height:100%;object-fit:contain;object-position:center;width:100%}.block.cards .card .content .title{font-size:1.5em;margin-bottom:10px}.block.cards.monsters{margin-bottom:0}.block.cards .intro{margin-bottom:50px}.block.cards.style-1{margin-bottom:0;padding-top:100px;text-align:left}.block.cards.style-1 .cards .title{letter-spacing:.1em}.block.cards.style-2{margin-bottom:91px;position:relative;top:91px}.block.cards.style-2 .card{text-align:left}.block.featured{margin-bottom:0;margin-top:-200px;position:relative;z-index:1}.block.featured:before{background:var(--color-6);content:"";height:100%;left:0;position:absolute;top:91px;width:100%;z-index:0}.block.featured .component{position:relative}.block.featured.style-2{margin-bottom:-20em}.block.featured.style-2:before{background:unset}.block.featured .post-title{font-size:2em;margin-bottom:0}.block.featured .intro{margin-bottom:100px}.block.featured .intro .title{font-size:3rem}.block.hero .row{align-items:center;display:flex;gap:60px;justify-content:center}@media screen and (max-width:960px){.block.hero .row{flex-direction:column}}.block.hero .content{position:relative;z-index:1}.block.hero.style-1{margin-bottom:0;overflow:hidden;position:relative}.block.hero.style-1 .row{padding:60px 0 220px}.block.hero.style-1 .content{padding-bottom:60px;text-align:center}.block.hero.style-1 .title{color:#6a96a7;font-size:3em;margin-bottom:20px}.block.hero.style-1 p{margin:auto;max-width:800px}.block.hero.style-2{margin-bottom:100px;text-align:center}.block.hero.style-2 .col{width:100%}.block.hero.style-2 .col h1{font-size:2.5rem;margin:20px auto}.block.hero.style-2 .col span{display:block;margin-bottom:30px}.block.hero.style-2 .col .image{overflow:hidden;position:relative}.block.hero.style-2 .col .image:before{content:"";display:block;padding-top:56.25%;width:100%}.block.hero.style-2 .col .image img{bottom:0;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;top:0;width:100%}.block.hero.style-2 .col p{margin:50px auto auto;max-width:60ch}.block.hero.style-2 .content{max-width:800px}.block.hero.scene{height:auto;padding-top:0}.block.hero.trees{margin-bottom:0}.block.hero .tree-line{bottom:0;left:50%;position:absolute;transform:translateX(-50%);width:120%}.block.hero .tree-line img{bottom:-40px;position:relative}.block.hero.services{margin-bottom:300px}.page-id-743 .block.hero.style-1 .row{padding:200px 0 300px}.block.listing{padding:100px 0 20px}.block.listing:last-of-type{padding-bottom:100px}.block.listing .intro{margin-bottom:40px}.block.listing .items{display:flex;flex-wrap:wrap;gap:40px 40px;justify-content:center}.block.listing .item{text-align:left;width:349px}.block.listing .title{text-decoration:none}.block.listing .image{background:var(--color-1);background-image:url(images/wax-logo-white.svg);background-position:50%;background-repeat:no-repeat;background-size:50%;margin:auto auto 20px;overflow:hidden;position:relative}.block.listing .image:before{content:"";display:block;padding-top:56.25%;width:100%}.block.listing .image img{bottom:0;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;top:0;width:100%}.block.listing .items .title{font-size:1em;margin-bottom:10px}.block.listing.team-members .heading{margin-bottom:0}.block.listing.style-2{padding:80px 0}.block.listing.style-2 .location{margin:0}@media screen and (max-width:1155px){.block.listing.style-2 .intro .col{margin:0 auto 40px}}.block.listing.style-2 .items{justify-content:space-between}@media screen and (max-width:1155px){.block.listing.style-2 .items{justify-content:center}}.block.listing.style-2 .items .title{font-size:1em;margin-bottom:10px}.block.listing.style-2 .items .title:after{content:"";display:none}.block.listing.style-2 .items .address ul{list-style-type:none;padding-left:0}.block.listing.style-2 .item{height:100%;text-align:left;width:520px}.block.listing.style-2 .image{height:349px;margin:auto auto 20px;width:100%}.block.listing.style-2 .image img{height:100%;object-fit:cover;object-position:center;width:100%}.block.listing.style-1,.block.listing.style-3{margin-bottom:0;padding-bottom:40px}@media screen and (max-width:960px){.block.listing.style-1,.block.listing.style-3{padding-bottom:80px}}.block.listing.style-1 .intro,.block.listing.style-1 .intro p:last-of-type,.block.listing.style-3 .intro,.block.listing.style-3 .intro p:last-of-type{margin-bottom:0}.block.listing.bg-color-1 .intro .title{font-size:2rem;margin-bottom:50px}.block.listing.bg-color-1 .items .title{color:var(--color-3);font-size:1em;margin-bottom:10px;transition:all .3s ease-in-out}.block.listing.bg-color-1 .items .title:focus,.block.listing.bg-color-1 .items .title:hover,.block.listing.bg-color-1 .link{color:#fff}.block.listing.bg-color-1 .link:hover{color:var(--color-3)}.block.listing .facetwp-facet-more_posts{margin:0}.block.listing .facetwp-facet-more_posts button{background:transparent;color:var(--color-1);margin:60px 0;text-align:center;width:100%}.page-id-294 .block.listing .row{gap:40px}.page-id-294 .block.listing .item{height:auto}.page-id-294 .block.listing .image{overflow:hidden;position:relative}.page-id-294 .block.listing .image:before{content:"";display:block;padding-top:100%;width:100%}.page-id-294 .block.listing .image img{bottom:0;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;top:0;width:100%}.block.gallery{margin-bottom:0;padding:100px 0}.block.gallery .row .col{grid-gap:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:900px){.block.gallery .row .col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:700px){.block.gallery .row .col{grid-template-columns:repeat(1,minmax(0,1fr))}}.block.gallery .row .col .image{height:300px}.block.gallery .row .col .image img{height:100%;object-fit:cover;object-position:center;width:100%}.block.gallery .row .col .image:nth-child(10n+2){grid-column:span 2}@media screen and (max-width:900px){.block.gallery .row .col .image:nth-child(10n+2){grid-column:span 1}}.block.gallery .row .col .image:nth-child(10n+6){grid-column:span 2}@media screen and (max-width:900px){.block.gallery .row .col .image:nth-child(10n+6){grid-column:span 1}}.block.masonry ul{list-style:none;margin:0;padding:0}.block.masonry .items{column-gap:20px;columns:300px}@keyframes move{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes bounce{0%,20%,50%,80%,to{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0)}40%{-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-moz-transform:translateY(-15px);-ms-transform:translateY(-15px);-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.block.scene{margin-bottom:0;overflow:hidden;padding-top:100px;position:relative}.block.scene .title{position:relative;text-align:center;z-index:2}@media screen and (max-height:980px){.block.scene .title{font-size:3.5em}}@media screen and (max-width:1060px){.block.scene .title{font-size:3.5em}}@media screen and (max-width:768px){.block.scene .title{font-size:2.5em}}@media screen and (max-width:560px){.block.scene .title{font-size:2em}}.block.scene .title .big,.block.scene .title .small{color:#373947;display:block}.block.scene .title .big{filter:drop-shadow(-5px 5px 0 rgba(89,89,89,.25));font-size:2em}.block.scene .title .small{font-size:.4em;font-weight:400}.block.scene .landscape,.block.scene .sky{height:100%;left:0;position:absolute;top:0;width:100%}.block.scene .env{bottom:0;height:400px;position:absolute;width:100%}.block.scene .env lottie-player,.block.scene .env svg{height:800px;left:50%;position:absolute;transform:translateX(-50%);width:4000px}.block.scene .tzelma lottie-player,.block.scene .tzelma svg{bottom:80%;height:200px;left:66%;width:200px}@media screen and (max-width:1000px){.block.scene .tzelma lottie-player,.block.scene .tzelma svg{left:80%}}@media screen and (max-width:560px){.block.scene .tzelma lottie-player,.block.scene .tzelma svg{left:90%}}.block.scene .anita lottie-player,.block.scene .anita svg{bottom:60%;height:400px;left:40%;width:200px}@media screen and (max-width:1000px){.block.scene .anita lottie-player,.block.scene .anita svg{bottom:55%;left:50%}}@media screen and (max-width:560px){.block.scene .anita lottie-player,.block.scene .anita svg{bottom:50%;width:150px}}@media screen and (max-height:980px){.block.scene .anita lottie-player,.block.scene .anita svg{width:125px}}.block.scene .cheevo lottie-player,.block.scene .cheevo svg{bottom:-18%;height:1200px;left:83%;width:600px;z-index:-1}.block.scene .kruton lottie-player,.block.scene .kruton svg{bottom:58%;height:500px;left:9%;opacity:1;width:250px}@media screen and (max-width:1860px){.block.scene .kruton lottie-player,.block.scene .kruton svg{bottom:40%}}@media screen and (max-width:1100px){.block.scene .kruton lottie-player,.block.scene .kruton svg{bottom:55%}}@media screen and (max-width:560px){.block.scene .kruton lottie-player,.block.scene .kruton svg{width:150px}}.block.scene .rizzo lottie-player,.block.scene .rizzo svg{bottom:25%;height:350px;left:43%;opacity:1;width:400px;z-index:0}@media screen and (max-width:560px){.block.scene .rizzo lottie-player,.block.scene .rizzo svg{width:200px}}.block.scene .mael lottie-player,.block.scene .mael svg{bottom:8%;height:350px;left:87%;opacity:1;width:200px}@media screen and (max-width:560px){.block.scene .mael lottie-player,.block.scene .mael svg{bottom:10%;width:150px}.block.scene .mael,.block.scene .rizzo{display:none}}.block.scene .background-trees{height:1000px}.block.scene .foreground-trees{height:700px}.block.scene .middle{bottom:0;height:600px}@media screen and (max-height:980px){.block.scene .middle{bottom:-175px}}.block.scene .cliff{height:700px;left:-1000px}.block.scene.style-2{height:auto}.block.scene.style-2 img{display:block;width:100%}.block.scene.style-3{bottom:23px;height:auto;position:absolute}.block.scene.style-4{bottom:0;height:600px;pointer-events:none;position:sticky;width:100%}.block.scene.style-4 .fa-chevron-down{bottom:20px;font-size:2.5em;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.block.scene.style-4 svg{height:auto;width:100%}.block.scene.style-4 .landscape{bottom:-10px;height:300px;pointer-events:none;position:absolute;top:auto;width:2500px;z-index:1}.block.scene.style-4 .trees{bottom:0;height:600px;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:3000px}.bounce{-moz-animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite}.block .sky{position:absolute}.block .sky .cloud{background:#ebf2eb;border-radius:50%;position:absolute}.block .sky .puff-1{height:20px;left:30vw;top:100px;width:20px}.block .sky .puff-2{height:30px;left:50vw;top:200px;width:30px}.block .sky .puff-3{height:50px;left:80vw;top:50px;width:50px}.block .clouds-1 svg{animation:move 20s ease-in-out 0s infinite;bottom:auto;height:auto;left:0;top:0;width:150vw;z-index:-1}.block.style-5 .content{margin:auto;max-width:400px}.block.style-5 .logo{display:block}.block.style-5 .title{font-size:2.25em;margin:auto;padding-left:29px;text-align:left;width:100%}.block.style-5 .title .big,.block.style-5 .title .small{color:#589aba;filter:none;font-size:1em;font-weight:600}.block .front .hills svg{height:1000px}.main-scene{height:100vh;margin-bottom:0;min-height:900px;overflow:hidden;position:relative}.main-scene .row{display:flex;justify-content:center}.main-scene .content img{max-width:250px}@media screen and (max-width:420px){.main-scene .content img{width:220px}}.main-scene .title{color:#589aba;font-size:2em;padding-left:18px;position:relative;z-index:10}@media screen and (max-width:420px){.main-scene .title{padding-left:16px}}.main-scene .line-break{display:block}.main-scene .wrapper{position:relative}.main-scene .kruton{left:0;position:absolute;top:-80px}@media screen and (max-width:1028px){.main-scene .kruton{top:-100px}}@media screen and (max-width:960px){.main-scene .kruton{top:-140px}}@media screen and (max-width:680px){.main-scene .kruton{top:-60px;width:140px}}@media (max-height:800px) and (max-width:350px){.main-scene .kruton{display:none}}.main-scene .anita{left:50%;position:absolute;top:-65px;transform:translateX(-50%)}@media screen and (max-width:680px){.main-scene .anita{top:25px;width:100px}}@media (max-height:680px),(max-width:460px),(max-width:768px){.main-scene .anita{display:none}}.main-scene .tzelma{left:28%;position:absolute;top:-120px;width:100px}@media (max-height:680px),(max-width:960px){.main-scene .tzelma{display:none}}.main-scene .cheevo{position:absolute;right:0;top:-380px;width:500px;z-index:-1}@media screen and (max-width:1024px){.main-scene .cheevo{right:-150px}}@media screen and (max-width:768px){.main-scene .cheevo{display:none}}.main-scene .rizzo{left:20%;position:absolute;top:51px}@media screen and (max-width:768px){.main-scene .rizzo{display:none}}.main-scene .mael{position:absolute;right:30%;top:75px;width:174px}@media screen and (max-width:768px){.main-scene .mael{display:none}}.main-scene .landscape{bottom:0;display:block;height:400px;left:0;position:absolute;width:100%}.main-scene .background-trees{bottom:0;height:700px;left:0;position:absolute;width:100%}.main-scene .background-trees svg{height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:3500px}.main-scene .foreground-trees{height:700px;left:0;position:absolute;top:-120px;width:100%}.main-scene .foreground-trees svg{height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2500px}.main-scene .middle .hills{height:650px;left:0;position:absolute;top:0;width:100%}.main-scene .middle .hills svg{height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:3500px}.main-scene .front .hills{bottom:0;height:500px;left:0;position:absolute;width:100%}.main-scene .front .hills svg{height:1200px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:5000px}.sky{top:0}.block.services{margin-bottom:unset}.block.services .row{display:grid;gap:15%;grid-template-columns:repeat(6,101%)}.block.monster-content{overflow:hidden;padding-top:100px;position:relative}.block.monster-content svg{height:auto;width:100%}.block.monster-content .landscape{bottom:-10px;pointer-events:none;position:absolute;width:2500px;z-index:1}.block.monster-content .trees{bottom:0;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:2200px}@media screen and (max-width:980px){.block.monster-content .monster{display:none}}.block.monster-content.anita .monster,.block.monster-content.kruton .monster,.block.monster-content.rizzo .monster{left:-100px;position:relative;z-index:-1}.block.monster-content.anita .monster svg,.block.monster-content.kruton .monster svg,.block.monster-content.rizzo .monster svg{width:170%}.block.monster-content.rizzo .monster,.block.monster-content .Rizzo .monster{left:0;position:relative;z-index:-1}.block.monster-content.rizzo .monster svg,.block.monster-content .Rizzo .monster svg{width:150%}.block.monster-content.rizzo .monster lottie-player,.block.monster-content .Rizzo .monster lottie-player{width:115%}.block.monster-content.mael,.block.monster-content .Mael{margin-bottom:0}.block.monster-content.mael .monster,.block.monster-content .Mael .monster{left:-100px;max-width:380px!important;position:relative;z-index:-1}.block.monster-content.mael .monster svg,.block.monster-content .Mael .monster svg{width:150%}.block.monster-content.mael lottie-player,.block.monster-content .Mael lottie-player{width:125%}.block.monster-content.tzelma .monster{left:-100px;position:relative;z-index:-1}.block.monster-content.tzelma .monster lottie-player,.block.monster-content.tzelma .monster svg{width:120%}.block.monster-content.anita .monster,.block.monster-content.Anita .monster,.block.monster-content .Anita .monster{left:-100px;position:relative;z-index:-1}.block.monster-content.anita .monster lottie-player,.block.monster-content.Anita .monster lottie-player,.block.monster-content .Anita .monster lottie-player{width:140%}.block.monster-content.cheevo .monster lottie-player{width:110%}.block.monster-content.kruton .monster,.block.monster-content .Kruton .monster{bottom:0;left:0;max-width:450px;position:relative;width:100%;z-index:-1}.block.monster-content.kruton .monster lottie-player,.block.monster-content .Kruton .monster lottie-player{width:125%}.block.monster-content.scroller{margin-bottom:-150px;overflow:visible}.block.monster-content.scroller .scroll-wrapper{display:flex;padding-top:40px}.block.monster-content.scroller .row{flex-shrink:0;width:100%}.block.monster-content.scroller .row .wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media screen and (max-width:980px){.block.monster-content.scroller .row .wrapper{flex-direction:column-reverse}}.block.monster-content.scroller .col{margin:0 auto;max-width:450px;width:100%}.block.monster-content.scroller .col .title{font-size:3em;margin-bottom:20px}.block.monster-content.scroller .content{background:rgba(204,238,247,.75);padding:30px 0 30px 30px}@media screen and (max-width:980px){.block.monster-content.scroller .content{margin-bottom:80px}}.block.monster-content.style-1{padding-top:0}.block.monster-content.style-1 .row{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:400px;width:100%}@media screen and (max-width:980px){.block.monster-content.style-1 .row{flex-direction:column-reverse;padding-bottom:700px}}.block.monster-content.style-1 .row .col{margin:0 auto;max-width:450px;width:100%}.block.monster-content.style-1 .row .col .title{font-size:3em;margin:0 auto 50px}.block.monster-content.style-1 .row .content{background:rgba(204,238,247,.75);padding:30px 0 30px 30px}@media screen and (max-width:980px){.block.monster-content.style-1 .row .content{margin-bottom:80px}}.block.monster-content .monster-row{padding-top:100px}.block.monster-content-alt.style-6{overflow:hidden}.block.monster-content-alt.style-6 .row{display:flex}@media screen and (max-width:960px){.block.monster-content-alt.style-6 .row{flex-direction:column-reverse}}.block.monster-content-alt.style-6 .col{width:100%}.block.monster-content-alt.style-6 .monster{position:relative}.block.monster-content-alt.style-6 lottie-player{position:absolute;top:0;z-index:-1}.block.monster-content-alt.style-6.anita lottie-player,.block.monster-content-alt.style-6.cheevo lottie-player,.block.monster-content-alt.style-6.kruton lottie-player,.block.monster-content-alt.style-6.mael lottie-player,.block.monster-content-alt.style-6.rizzo lottie-player,.block.monster-content-alt.style-6.tzelma lottie-player{bottom:-280px;height:1000px;right:-175px;width:1000px}@media screen and (max-width:960px){.block.monster-content-alt.style-6.anita lottie-player,.block.monster-content-alt.style-6.cheevo lottie-player,.block.monster-content-alt.style-6.kruton lottie-player,.block.monster-content-alt.style-6.mael lottie-player,.block.monster-content-alt.style-6.rizzo lottie-player,.block.monster-content-alt.style-6.tzelma lottie-player{bottom:0;height:100%;left:auto;margin:auto auto -150px;max-width:400px;position:relative;right:auto;width:100%}}@media screen and (min-width:961px){.block.monster-content-alt.style-6.anita .monster,.block.monster-content-alt.style-6.kruton .monster{left:-100px}.block.monster-content-alt.style-6.anita .monster lottie-player,.block.monster-content-alt.style-6.kruton .monster lottie-player{height:900px;width:900px}.block.monster-content-alt.style-6.anita .monster{top:100px}}.block.monster-content-alt.style-6 .content{padding:30px}@media screen and (min-width:961px){.block.monster-content-alt.style-6 .content{min-height:700px}}@media screen and (max-width:960px){.block.monster-content-alt.style-6 .content{padding:0}}.block.monster-content-alt.style-6 .content h1,.block.monster-content-alt.style-6 .content h2,.block.monster-content-alt.style-6 .content h3,.block.monster-content-alt.style-6 .content h4,.block.monster-content-alt.style-6 .content h5,.block.monster-content-alt.style-6 .content h6{margin-bottom:20px}.block.monster-content-alt.style-6 .trees{display:none}.block.monster-content-alt.style-6 .landscape{height:500px;position:relative;top:2px}@media screen and (max-width:960px){.block.monster-content-alt.style-6 .landscape{height:300px}}.block.monster-content-alt.style-6 .landscape svg{height:auto;left:50%;position:absolute;top:0;transform:translateX(-50%);width:5000px}@media screen and (max-width:1920px){.block.monster-content-alt.style-6 .landscape svg{width:2500px}}.block.carousel .content{background:var(--color-1);bottom:0;left:0;padding:20px;position:absolute;text-align:left;width:100%}.block.carousel .content a{text-decoration:none}.block.carousel .content .title{color:var(--color-4);font-size:2em;margin:0}@media screen and (max-width:768px){.block.carousel .content .title{font-size:1.5em}}.block.carousel.style-1{margin-bottom:0;padding:100px 0;position:relative}.block.carousel.style-1 .main-carousel img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.block.carousel.style-1 .col .item-title{background:var(--color-2);display:grid;justify-content:left;opacity:.5;padding:10px;position:relative;top:-70px}.block.carousel.style-1 .col .item-title a{font-size:1.5em;font-weight:800;left:7.5px;position:relative;text-decoration:none;text-transform:uppercase}.block.carousel.style-1 .main-carousel{padding-bottom:56.25%;text-align:right}.block.carousel.style-1 .main-carousel .flickity-viewport{position:absolute;width:100%}.block.carousel.style-1 .main-carousel .col{height:100%;width:100%}.block.carousel.style-1 .main-carousel .image{height:100%;left:0;position:absolute;top:0;width:100%}.block.carousel.style-1 .row{padding:0}.block.carousel.style-1 .row .flickity-page-dots{display:none}.block.carousel .flickity-button{position:absolute;top:104%}@media screen and (max-width:768px){.block.carousel .flickity-button{top:107%}}@media screen and (max-width:420px){.block.carousel .flickity-button{top:110%}}.block.carousel .flickity-button.flickity-prev-next-button.previous{left:calc(100% - 80px)}.block.carousel .flickity-button:hover{background:transparent;color:var(--color-1)}.block.carousel.style-2,.block.carousel.style-3{margin-bottom:100px;padding:100px 0}.block.carousel.style-2 .intro,.block.carousel.style-3 .intro{margin-bottom:40px}.block.carousel.style-2 .main-carousel .col,.block.carousel.style-3 .main-carousel .col{align-items:center;display:flex;justify-content:center;width:25%}@media screen and (max-width:768px){.block.carousel.style-2 .main-carousel .col,.block.carousel.style-3 .main-carousel .col{width:33%}}@media screen and (max-width:560px){.block.carousel.style-2 .main-carousel .col,.block.carousel.style-3 .main-carousel .col{width:50%}}@media screen and (max-width:460px){.block.carousel.style-2 .main-carousel .col,.block.carousel.style-3 .main-carousel .col{width:100%}}.block.carousel.style-2 .main-carousel .flickity-viewport,.block.carousel.style-3 .main-carousel .flickity-viewport{height:325px}.block.carousel.style-2 .main-carousel .flickity-page-dots,.block.carousel.style-3 .main-carousel .flickity-page-dots{bottom:0}.block.carousel.style-2 .main-carousel .flickity-page-dots .dot,.block.carousel.style-3 .main-carousel .flickity-page-dots .dot{background:grey;height:12px;opacity:1;width:12px}.block.carousel.style-2 .main-carousel .flickity-page-dots .dot.is-selected,.block.carousel.style-3 .main-carousel .flickity-page-dots .dot.is-selected{background:#fff;height:17px;width:17px}.block.carousel.style-3{padding:50px 0}.block.solo-landscape{margin-bottom:-7px;position:static}.block.solo-landscape .trees{bottom:-440px;position:relative;z-index:-1}.component.intro{position:relative}.component.intro .row{display:flex}.component.intro .col{max-width:800px}.component.intro .title{margin-bottom:20px}.component.intro.right-align{text-align:right}.component.intro.right-align .row{justify-content:flex-end}.component.intro.center-align{text-align:center}.component.intro.center-align .row{justify-content:center}.component.intro.left-align{text-align:left}.component.intro.left-align .row{justify-content:flex-start}.component.intro.title-small .row .col h2{font-size:2.5rem}.component.featured-image .row{overflow:hidden;position:relative}.component.featured-image .row:hover a{transform:translateY(0)}.component.featured-image .image{background:var(--color-1);background-image:url(images/wax-logo-white.svg);background-position:50%;background-repeat:no-repeat;background-size:50%;margin-top:40px;overflow:hidden;position:relative}.component.featured-image .image:before{content:"";display:block;padding-top:56.25%;width:100%}.component.featured-image .image img{bottom:0;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;top:0;width:100%}.component.featured-image a{background:var(--color-3);bottom:0;display:block;left:0;padding:20px;position:absolute;text-align:left;text-decoration:none;transform:translateY(100%);transition:all .3s ease-in-out;width:100%}@media screen and (max-width:768px){.component.featured-image a{position:relative;transform:translateY(0)}}.component.featured-image a .title{font-size:2em;margin:0}.single-post main{padding-top:100px}.single-post .hero.style-2{margin-bottom:0}.single-post .basic-content{text-align:left}.single-post .listing{margin-bottom:0;padding:100px 0 200px}