/* 
Theme Name: ORG
Version: 1
Author: Oryginalni Studio
Author URI: https://oryginalni.studio
*/

html {background: #fff;overflow-x: hidden;font-size: 62.5%;} /* 10px = 0.625rem = 62.5%*/
body {
	padding: 0 10rem 0 10rem;
	font-family: 'Montserrat', sans-serif;
	font-size:1.5rem;font-weight: 300;font-style: normal;line-height: 3rem;letter-spacing: 0.04rem;color: #25242A; 
	height: 100%;width: 100%;
	background: #fff;
	overflow-x: hidden;
	overscroll-behavior-x: none;
	overscroll-behavior-y: auto;position: relative;
}


                
.fade-in {
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.fade-out {
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-2-21 15:4:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}

.section {
	
}

#strategy, #digital, #creation, #media-purchase {
	margin-top: 0;margin-bottom: 0;
	padding-top: 0;padding-bottom: 0;
}









a, .btn, .logo, .project { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.section-center {
	display: flex; align-items:center ; flex-direction: row;justify-content: center;
}

h1, h2 {
	margin: 0;padding: 2rem 0;
	font-size: 4rem;line-height: 130%;
	font-weight: 900;position: relative;
}
h1 b, h1 em, h1 strong,
h2 b, h2 em, h2 strong,
h3 b, h3 em, h3 strong,
h4 b, h4 em, h4 strong
 {font-family: 'Libre Baskerville', serif;color: #6F2CD6;font-weight: 400;}

.lead {margin: 0;padding: 1rem 0;font-size: 2rem;font-weight: 600;}
.lead p {margin: 0;padding: 0;}
.description p {margin: 1rem 0;padding: 1rem 0;}
.description p em {font-family: 'Libre Baskerville', serif;}


a {color: #6F2CD6;text-decoration: none;}
a:hover, a:active, a:focus {color: #6F2CD6;text-decoration: none;}
.grecaptcha-badge {display: none !important;}

/* start modyfikacje */
.single .entry {margin-top: 7rem;}
.single .entry-top h2 {font-size: 2.4rem;line-height: 160%;} 
.single .entry-footer {position: relative;z-index: 3;}
.single .entry-footer h3 {margin: 4rem 0;padding: 0;font-size: 2.4rem; line-height: 160%;font-weight: 600;} 
#cover h1 {margin: 0;padding: 0;font-size: 6rem;font-weight: 900;text-align: center;color: #fff;} 
#cover .bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.clients-brands img { 
	display: inline-block;
	margin: 1rem;max-height: 7rem;width: auto;max-width: 15rem;opacity: 0;
	-webkit-transition: all 1s ease; transition: all 1s ease;
	transition-delay: 0.5s;
} /* modyfikacja */
	.clients-brands img.in-viewport {opacity: 1;}
	
/* t modyfikacje */	


.relative {position: relative;z-index: 1;}
.hline {
	display: block;position: absolute;top: 16rem;z-index: 2;
	height: 0.1rem;width: 5rem;
	background: #999999;
}
.hline.left {left: calc(50% - 5rem);}
.hline-footer {
	display: block;position: absolute;bottom: calc(10rem - 0.1rem);left: 50%;
	z-index: 2;
	height: 0.1rem;width: 20rem;
	background: #999999;
}

#hero {position: relative;}
#hero .hline {top: auto;bottom: 4rem;left: 50%;}
#contact .hline {
	top: 50%;
}

.vline {
	position: absolute;top: 0;bottom: 0;left: 50%;display: flex;
	height: 100%;width: 0.2rem;overflow: hidden;z-index: 1;
}
.vline::after {
	display: block;width: 0.1rem;content: " ";font-size: 0;
	position: absolute;top: 80vh;bottom: 30rem;left: 0;
	background: #999999;
}
.single .sticky {
	padding-left: 10rem;padding-right: 10rem;
}
.sticky {
	padding-left: 10rem;padding-right: 10rem;
	position: fixed;top: 0;right: 0;left: 0;z-index: 999;
	background: #fff;
}
.sticky .row {height: 10rem;}
.sticky .logo {opacity: 0;max-width: 12rem;}
.sticky .logo.active {opacity: 1;}
.single .sticky .logo {opacity: 1 !important;}



.navigation {margin: 0;padding: 0;list-style: none;}
.navigation li {display: inline-block;}
.navigation a {margin: 0 2rem;padding: 0;font-size: 1rem;letter-spacing: 0.2rem;font-weight: 600;text-transform: uppercase;color: #25242A; }
.navigation a:hover {color: #6F2CD6}

.navigation.lang a {margin: 0;}
.navigation.lang .active {color: #6F2CD6;}


.hero {
	margin-bottom: 10rem;
	background: #F5F5F5;
	height: calc(100vh - 10rem);
	position: relative;
}

.hero .more {
	display: block;
	font-size: 1rem;font-weight: 600;letter-spacing: 0.2rem;text-transform: uppercase;
	color: #25242A;
	position: absolute;bottom: -4rem;left: 5%;
	transform: rotate(-90deg);
}
.hero .more span {
	margin: 0 2rem -0.5rem 0;
	display: inline-block;width: 1rem;height: 2rem;
	background-image: url('images/down.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: rotate(90deg);
}

.hero #org {
	width: 40%;height: auto;
	position: absolute;left: 28%;
	top: 35%;
}
.hero h1 {position: absolute;left: 60%;bottom: -10rem;}


#strategy, #digital, #creation, #media-purchase, #contact {position: relative;}

.gray-bg {
	position: absolute;top: 10rem;left: 0;bottom: 0;right: 70%;z-index: 0;background: #F5F5F5;
	-webkit-transition: all 2s ease-in-out; transition: all 2s ease-in-out;
	transition-delay: 0.3s;
}
	.gray-bg.in-viewport {right: 30%;}
	

#strategy .lead, #digital .lead, #media-purchase .lead {margin-left: 20%;}
#strategy .description, #digital .description, #media-purchase  .description {margin-top: 10rem;}

#creation {color: #fff;background: #6F2CD6;position: relative;z-index: 2;}
#creation .creation {padding: 6rem 15%;}
#creation h2 em, #creation h2 strong {color: #25242A; }
#media-purchase h2 em {font-size: 3.4rem;}

#projects {margin-top: 20rem;margin-bottom: 10rem;}
#projects h4 {margin: 0 0 4rem 0;padding: 0;font-weight: 900;font-size: 1.8rem;}
#projects .image-container {width: 100%;height: 0;margin: 0 0 7rem 0;padding-bottom: 56.25%;position: relative; overflow: hidden;background: #fff;}
#projects .image {position: absolute; top: 0; left: 0;right: 0;bottom: 0; width: 100%; height: 100%; }
#projects .project {
	position: relative;z-index: 2;
	background: transparent;cursor: pointer;
	margin-top: 3rem;margin-bottom: 3rem;
}
#projects .project a {
	position: absolute;z-index: 3;
	top: 0;right: 0;left: 0;bottom: 0;
	color: #fff;
	display: flex; justify-content: center;align-items: center;
}
#projects .project h3 {font-size: 4.4rem;font-weight: 900;text-align: center;}
#projects .project h3 span {
	display: block;
	font-size: 3rem;line-height: 140%;
	font-family: 'Libre Baskerville', serif; font-style: italic;
}

#projects .image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.3;
	-webkit-transition: all 2s ease-in-out; transition: all 2s ease-in-out; 
	/*-webkit-filter: grayscale(1);
	  filter: grayscale(1);*/
}

#projects .project:hover .image {
	/*background-size: 110%;*/
	opacity: 1; 
	transform: scale(1.12) translateY(0);

}





#clients {
	margin-top: 20rem;
	position: relative;z-index: 2;
}
.clients-brands {
	margin: 4rem 0 0 0;
	padding: 3rem;text-align: center;
	background: #25242A;
	-webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}



#contact {padding-top: 9rem;padding-bottom: 0;}
#contact h2 {margin-bottom: 18rem;}

#footer-contact {height: 20rem;overflow: hidden;text-align: center;}
#footer-contact span.dot {margin-top: 4rem;margin-bottom: 5rem;display: block;font-size: 4rem;font-weight: 900;color: #6F2CD6;}
#footer-contact p {margin: 0;padding: 0 0 3rem 0;font-size: 1.1rem;}
#footer-contact p b {text-transform: uppercase;letter-spacing: 0.2rem;font-weight: 600;}



.heart {margin: 2rem 0 0 0;text-align: right;}
.heart span {
	width: 2rem;height: 2rem;display: inline-block;
	background-image: url('images/heart.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	
}
#cta {
	font-size: 1.4rem;font-style: italic;
	font-family: 'Libre Baskerville', serif;color: #6F2CD6;
	position: fixed;right: 0;top: 45%;z-index: 5;
	transform: rotate(-90deg);
}
#cta b {font-family: 'Montserrat', sans-serif;font-style: normal;font-weight: 600;color: #25242A; }



.single  {padding: 10rem 0 0 0;}
.single #pf {padding: 0;}
.single h2 strong {font-style: italic;}

	
.single .entry p {margin: 2rem 0;}
.single .entry em {font-family: 'Libre Baskerville', serif;}
.single .services {font-size: 1.8rem;line-height: 140%;font-weight: 600;text-transform: lowercase;}
.single .services p {
	margin: 2rem 0;
	font-size: 2.4rem;font-weight: 900;
}
.single .services p b {
	font-family: 'Libre Baskerville', serif;
	color:#6F2CD6;
	font-style: italic;
}
.single .services b {
	color: #6F2CD6;
}
.single .entry-footer p {
	margin: 2rem 0;padding: 0;
}


#cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 10rem);
    overflow: hidden;
}

#cover .bg {position: absolute; width: 100%; height: 100%; }
#cover .title {min-height: calc(100vh - 10rem);display: flex; justify-content: center;align-items: center;}

#cover h1 span {
	display: block;font-size: 4rem;line-height: 140%;
	font-family: 'Libre Baskerville', serif; font-style: italic;
}
.portfolio-gallery {margin: 10rem 0 5rem 0;position: relative; z-index: 2;}
.portfolio-gallery img {margin: 1rem 0 5rem 0;}
.wpcf7-form-control.wpcf7-checkbox label {padding: 1rem 0 !important;display: block;}
.wpcf7-checkbox.form-control:active, .wpcf7-checkbox.form-control:focus {background: none !important;}
.wpcf7-form-control.wpcf7-checkbox {
	margin: 2rem 0;padding: 1rem;
	height: 20rem;overflow-y:scroll;
	border: 1px solid #E6E6E6 !important;
}
.wpcf7-form-control.wpcf7-checkbox  .wpcf7-list-item .wpcf7-list-item-label {margin-left: 1rem;font-size: 1.2rem;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {display: none !important;color: #21800b !important;}

/* start cookies */
#cookies-message-container {
	padding: 0 0;
	background: #fff;position: fixed;right: 10rem;bottom: 2rem;left: 10rem;z-index: 1000;
	font-size: 1.1rem;line-height: 1.8rem;
	box-shadow: 0 0 2rem rgba(0,0,0,0.05);
}
#cookies-message-container p {
	margin: 0;
	padding: 1rem 0;
}
#accept-cookies-checkbox {
	padding: 1rem 2rem;width: 100%;min-width: 14rem;
	display: block;
	font-size: 1.2rem;font-weight: 700;
	text-align: center;color: #343a40;
	background: #fff;border: 1px solid #343a40;
	border-radius: 0;
}
/* end cookies */


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.is-exiting {
	position: fixed;top: 0;right: 0;bottom: 0;left: 0;
	-webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
}

.back {
	width: 4rem;height: 4rem;
	position: fixed;top: 14rem;right: 3.5rem;z-index: 10;
	border: 0 none;
	background-image: url('images/x.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}

.video {margin: 1rem auto;}

.video-container {margin: 4rem 0;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;z-index: 2; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

input[type=text], input[type=tel], input[type=email], textarea, .content-editable {
	font-family: 'Libre Baskerville', serif;font-weight: 400;font-style: italic;color: #6F2CD6;
	outline: none;-webkit-appearance: none;
	border-top: 0 none;border-right: 0 none;border-left: 0 none;border-radius: 0 !important;
	border-bottom: 0.1rem solid #999;box-sizing : border-box;
	width: 100%;
}
.wpcf7-validation-errors {
	font-size: 1rem;line-height: 1.3rem;position: absolute;
	left: 1rem;bottom: 1rem;right: 40%;
}

label {font-family: 'Libre Baskerville', serif;font-weight: 400; font-size: 1.3rem;line-height: 1.3rem;font-style: italic;}

textarea {resize: none;height: 10rem;}

.wpcf7-textarea {display: none;}
.content-editable-box {
    position:relative;
    overflow:auto;
    width: 100%;
    height: 21rem;
}
.content-editable {
    min-height:3rem;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    white-space: pre-wrap;
    display: inline;
}

.btn-send {
	margin-top: 0.7rem;padding: 0.5rem 5rem 0.5rem 2rem;
	font-size: 1.4rem;font-weight: 600;letter-spacing: 0.2rem;
	border: solid 0.1rem #25242A;
	background-color: #fff;
	background-image: url('images/right.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30%;
	cursor: pointer;
    width: 12.4rem;
}
.progress-wrapper {
    position: absolute;
    top: 0;
    right: 12.4rem;
    width: 0;
    overflow: hidden;
}
.progress-wrapper[progress="1"] {
    right: calc(12.4rem - 12.4rem / 4);
    width: calc(12.4rem / 4);
}
.progress-wrapper[progress="2"] {
    right: calc(12.4rem - 12.4rem / 2);
    width: calc(12.4rem / 2);
}
.progress-wrapper[progress="3"] {
    right: calc(12.4rem - 12.4rem / 4 * 3);
    width: calc(12.4rem / 4 * 3);
}
.progress-wrapper[progress="4"] {
    right: 0;
    width: 12.4rem;
}
.progress-wrapper .btn-send {
	background-color: #000;
    color: #fff;
	background-image: url('images/right-white.svg');
}
form br {
	display: none;
}

.screen-reader-response, .wpcf7-not-valid-tip {
	display: none;
}


.hamburger {position: fixed;top: 2rem;z-index: 100;display: none;}


/* IE11 */

@media all and (-ms-high-contrast:none) {
	
} 



/*fix */
.h-100 {min-height: 100vh;}

/* slider */ 

@media (min-width: 1800px) and (min-height: 960px){
	html {
		font-size: 100%;
	}
}

@media (max-width: 1024px) {

}

@media (max-width: 959.999px) { 
	
	.hamburger {display: block;right: 10rem;}
	#navigation {display: none;}
	.sticky .logo {z-index: 100;position: fixed; top: 3rem;left: 12rem;}
	.sticky .logo.active {opacity: 1;}
	
	#navigation .navigation.lang, #navigation .navigation.main {
		-webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
		opacity: 0;
	}
	
	#navigation .navigation.main {position: fixed;top: 15rem;left: 2rem;right: 2rem;text-align: center;opacity: 0;}
	#navigation .navigation.main li {padding: 2rem 0;display: block;}
	
	#navigation .navigation.lang {position: fixed;bottom: 3rem; right: 2rem;left: 2rem;z-index: 99;text-align: center !important;}
	#navigation .navigation.lang li {padding: 1rem;display: inline-block;}
	
	#navigation {
		font-size: 2rem;
		position: fixed;top: 0;right: 0;left: 0;background: #fff;overflow: hidden;
		opacity: 0;z-index: 0;position: relative;display: block;visibility: hidden;
		-webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
	}
	#navigation.active {
		visibility: visible;bottom: 0;
		position: fixed;z-index: 99;max-width: 100%;opacity: 1;transition-delay: 0;
	}
	#navigation.active .navigation.main, #navigation.active .navigation.lang {
		opacity: 1;transition-delay: 0.5s;
	}
	
	#navigation a {font-size: 1.6rem;}

}
@media (max-width: 739.999px) { 
		html {
			font-size: 50%;
		}
		#cookies-message-container {
			padding: 0 0;
			background: #fff;position: fixed;right: 1rem;bottom: 1rem;left: 1rem;z-index: 1000;
			font-size: 1.1rem;line-height: 1.8rem;
			box-shadow: 0 0 2rem rgba(0,0,0,0.05);
		}
		
		
}

@media (max-width: 479.999px) { 
	body {padding: 10rem 1rem 0 1rem;}	
	#cta, .vline, .hline, .hline-footer {display: none;}
	h2, .lead {text-align: left;}
	#strategy .lead, #digital .lead, #media-purchase .lead {margin-left: 0;}
	#strategy .description, #digital .description, #media-purchase .description {margin-top: 4rem;}
	.hero .more {left: 0;}
	.hero h1 {left: 10rem;}
	.hero #org {width: 70%;left: 15%;}
	#projects .image-container {margin-bottom: 4rem;}
	#projects .project h3 {font-size: 2.6rem;}
	#projects .project h3 span {font-size: 1.8rem;}
	
	#projects .image {opacity: 1;}
	#footer-contact p {line-height: 1.8rem;}
	#footer-contact b {display: block;}
	#creation .creation {padding: 1rem 7%;}
	#creation .creation h2, #creation .creation .lead {text-align: center;}
	
	.sticky, .single .sticky {padding: 1rem 2rem;}
	#contact h2 {margin-bottom: 4rem;}
	
	#creation {margin-top: 0;margin-bottom: 0;}
	#clients {margin-top: 10rem;}
	#contact {padding-top: 10rem;}
	#projects {margin-top: 10rem;margin-bottom: 0;}
	#media-purchase {margin-top: 0;}
	
	#cover {min-height: calc(100vh - 100vw);}
	#cover .title {min-height: calc(100vh - 100vw);}
	#cover h1 {font-size: 2rem;}
	#cover h1 span {font-size: 1.8rem;}
	.entry, .services, .portfolio-gallery, .entry-footer {margin-left: 1.5rem;margin-right: 1.5rem;}
	.services {margin-top: 5rem;text-align: left;}
	
	.sticky .logo {z-index: 100;position: fixed; top: 3rem;left: 2rem;}
	.hamburger {display: block;right: 2rem;}
	
	
	.single #contact {margin-left: 1.5rem;margin-right: 1.5rem;}
}


@media only screen and (max-width : 768px) {
    .animated {
		/*
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
		*/
    }
}







/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.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:#343a40}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:0;background-color:#343a40}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.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{transform:rotateY(180deg);background-color:transparent!important}.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{transform:rotateY(-180deg);background-color:transparent!important}.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{transform:rotateX(-180deg);background-color:transparent!important}.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{transform:rotateX(180deg);background-color:transparent!important}.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{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.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{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.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;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.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;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.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{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.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{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.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{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.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{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.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{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.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{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.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{top:10px;right:0;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{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.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{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.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-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.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{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity: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-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.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{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.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{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.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{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.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{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.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{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.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{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.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{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.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{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.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{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.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{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}






