/*
Theme Name: Barefoot
Theme URI: https://www.barefootdesigner.co.uk
Author: TidyThemes
Author URI: https://www.barefootdesigner.co.uk
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.barefootdesigner.co.uk
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

.ghostkit-testimonial{
	
}

.point img{
	
	width:60px;
	margin-bottom:20px;
}

strong p{
	
	color:#000 !important;
}

.pagecta{
	
	background:#f8f9fa;
	border-radius:30px;
	padding:60px !important;
}

.reasons{
	
	background:#f8f9fa;
	border-radius:30px;
	padding:60px !important;
}


.reasons ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.reasons ul li {
  position: relative;
  padding-left: 37px; /* Space for the icon */
	  list-style: none !important; /* Remove default bullets */
	margin-bottom:20px;

}

.hand{
	
		 font-family: "Permanent Marker", serif;
  font-weight: 400;
  font-style: normal;
	font-size:2em;
}

.claimstout{
	
	padding-top:0px;
	padding-bottom:0px;
	text-align:right;
	 font-family: "Permanent Marker", serif;
  font-weight: 400;
  font-style: normal;
	font-size:1.5em;
	opacity:0.5;
	background:url(https://gap.barefootdev.co.uk/wp-content/uploads/2025/01/arrow.png);
	background-position:bottom right 50px;
	background-repeat:no-repeat;
	padding-right:90px;
	background-size:50px;
	margin-right:90px;
}

.claimstout p{
	
	padding-right:70px;
}

.reasons ul li::before {
  content: '\2713'; /* Unicode for check mark */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 2px #20326b; /* Circle color */
  color: #20326b; /* Tick color */
  width: 20px; /* Circle size */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Makes it a circle */
  font-size: 14px; /* Adjust tick size */
}



.pagecta ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.pagecta ul li {
  position: relative;
  padding-left: 50px; /* Space for the icon */
	  list-style: none !important; /* Remove default bullets */
	margin-bottom:20px;

}

.pagecta ul li::before {
  content: '\2713'; /* Unicode for check mark */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00aaff; /* Circle color */
  color: white; /* Tick color */
  width: 20px; /* Circle size */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Makes it a circle */
  font-size: 14px; /* Adjust tick size */
}


.nowinnofee{
	
	color:#ff3a80;
	font-size:2em;
	text-transform:uppercase;
	font-size:2em;
	font-weight:800;
}


.nothingtopay{
	
	color:#20326b;
	font-size:2em;
	font-size:4em;
	font-weight:800;
	line-height:1em;
}

.pagecta li{
	
	color:#20326b;
	font-size:2em;
	font-size:2em;
	font-weight:800;
	line-height:1em;
}


#transition-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#transition-overlay .overlay-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Applies the blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  z-index: 1;
}

#transition-overlay img {
  position: relative;
  z-index: 2; /* Keeps the GIF above the blurred backdrop */
  max-width: 70px; /* Adjust size as needed */
}


:root {
  --accent-color: #333;
  --max-width:1300px;
    --vpad:150px;

}




#half{
	
	float:left;
	width:45%;
}

p strong {
	
	font-weight:bold;
}

.single article{

  max-width:1200px;
  padding:40px;
  margin:auto;
}

#pagefeature h1{

  color:#fff;
  font-size:4em;
	text-shadow: -2px -1px 10px rgba(0,0,0,0.6);
}

.single #container {
float: left;
width: 100%;
margin-top: 160px;
}

#pagefeature{

  padding:100px 30px;
  border-radius:20px;
  text-align:center;
  margin-bottom:50px;
  background-size:cover;
  background-position:center center;
}


.noround img{

  border-radius:0px !important;
}

body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #096ead;
  outline: 0px solid slategrey;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

#wpadminbar { display:none !important;}

.slick-center img{

  transform: scale(1.0) !important;
  transition-duration:1s;
}

.slick-slide img{

  border-radius:30px;
  transform: scale(0.8);
    transition-duration:1s;

}

.nopadding .slick-slide img{

  border-radius:30px;
  transform: scale(1.0);
    transition-duration:1s;

}

html{

	padding: 0px;
	margin: 0px;
 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 14px;
	color: #333;
  background:#fff;
  overflow-x:hidden;
}

body{
  overflow-x:hidden;


}


/*
HEADER
*/


#header{

	
  	width: 100%;
  	position: fixed;
  	top: 0px;
  	left: 0%;
  	z-index: 9;
  	transition-duration: 1s;
	background:#fff;
  -webkit-box-shadow: -1px 2px 39px 0px rgba(0,0,0,0.41);
-moz-box-shadow: -1px 2px 39px 0px rgba(0,0,0,0.41);
box-shadow: -1px 2px 39px 0px rgba(0,0,0,0.41);
transition-duration:1s;
   

}

#headercontain{


  width:100%;
display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  max-width:1300px;
  margin:auto;
  padding:15px 40px;
}


.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 100px 12% 100px 8%;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 100px 12% 100px 8%;
}














#call{

   display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
font-size:1.2em;
	background:url(https://gap.barefootdev.co.uk/wp-content/uploads/2025/01/call.png);
	background-position:left center;
padding-left:60px;	background-repeat:no-repeat;
	background-size:15%;

	
}

.call1{
	
	font-size:1.2em;
	padding-bottom:10px;
}

#call a{

	color:#bbb9c6;
	font-weight:700;
	font-size:1.4em;
}


#ctacall a{
	
	border-radius:20px;
	background:none;
	padding:15px 30px;
	color:#ff3a80;
	font-weight:700;
	font-size:2.0em;
}

#cta{

display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;

  
}

#logos{

display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  
}


#logo{

  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
	width:300px;
}

#logo img{width:100%;}

#container{

  float:left;
  width:100%;
	margin-top:150px;

}

@keyframes wiggle {
  0% { transform: rotate(0); }
  25% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0); }
}

.wp-block-group {

position:relative;
}

.current-menu-item {
background:#bbb9c6;

}

#menu{

	
  font-size:1.4em;
	text-align: center;
 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	background:#242c51;
	position:fixed;
	top:111px;
	left:0px;
	width:100%;
	z-index:99;
  
}



.menu{

  max-width:1300px !important;
  margin:auto !important;
  padding:0px 40px;
	text-align:center;

}

.ghostkit-col-3{



}

.ghostkit-col-6{

  
}


#menu ul{

	padding: 0px;
	margin: 0px;
}

#menu li{

	padding: 15px 23px;
	margin: 0px;
	display: inline-block;
	  position: relative;
    margin-left:0px;
font-size:0.9em !important;
	list-style: none;
}

#menu a{
color:#fff;
}

#menu a:hover{

opacity:1;

}

#menu-item-41{

  background-color:#63996b;
  border-radius:20px;
}

#menu-item-41 a{

  color:#fff !important;

}

#mobilemenu .current-menu-item{

  border-bottom:0px;
}


#mobilemenu{

	position: fixed;
	top: 100px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #242c51;

		text-align: right;
			  padding: 20px;
  	font-size: 2.5em;
  	z-index: 99;
  	display: none;
	padding-top:100px;
 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

}

#mobilemenu a{

	color: #fff;
}

#mobilemenu li{

  list-style:none !important;
  padding:5px;
}

#mobilemenu .menu{


}


.sub-menu{
	
	

position:absolute;
	top:50px;
	left:-5px;
	width:250px;
	background:#242c51;
	padding:0px 20px 20px 20px !important;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	display:none;
	
}

.sub-menu li{
	
	float:left;
	width:100%;
	text-align:left;
	padding:10px 0px !important;
}

.menu-item:hover .sub-menu{display:block;}


.sub-menu .current-menu-item{
	
	background:none;
}

/*
CTA
*/

.cta{

	background-color: var(--accent-color);
	color: #fff;
	padding: 15px 20px;
	text-align: center;
}


#option{


  float:left;
  width:30%;
  margin-right:1%;
   background: rgb(255,255,255);
background: linear-gradient(160deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.51) 100%);
padding:30px;
border-radius:20px;
text-align:center;
height:200px;
}

/*
HIDE BURGER
*/

.hamburger{

	display: none;
}


.bannercta{

  position:absolute;
  bottom:-2px;
  right:0px;
  width:350px;
}

.bannercta img{

  width:100%;
}


/*
ARCHIVES
*/


.category section{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 50px;
grid-row-gap: 50px;
max-width: var(--max-width);
margin:auto;
padding:50px;
	margin-top:100px;

}

.category section article{

  background-color:#fff;
  border-radius:20px;
  padding:20px;
}

#thumb{

  float:left;
  width:100%;
  margin-bottom:20px;
}

#thumb img{width:100%; border-radius:10px; height:300px; object-fit:cover;}



.category-latest-news section img{

  width:100%;
  height:200px;
  object-fit:cover;
}


.newsfloat{

  float:left;
  width:70%;
  padding:50px;
}

#sidebar{

  float:right;
  width:30%;
  padding:50px;
  background-color:#eee;
}

/*
FIX ON SCROLL
*/


.fix{

	
	position: fixed !important;
	transition-duration: 1s;
	height:100px !important;
	-webkit-box-shadow: -1px 2px 89px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 89px 0px rgba(0,0,0,0.75);
box-shadow: -1px 2px 89px 0px rgba(0,0,0,0.75);
background: #63996b;
width:100% !important;
left:0px !important;

}

.fix #call{

  color:#fff;
  position:absolute;
  top:40px;
  left:170px;
  height:50px;
}

.fix #logo{

	width:60px;
		transition-duration: 1s;
    top:10px;
    left:20px;

}

.fix #menu {

  top:20px;
  padding-right:20px;
}

.fix #menu li {
    	transition-duration: 1s;

    
}



  .wp-block-cover, .wp-block-cover-image {
}

.shape{
	
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:-1;
}

.theform{
	
	background:#bbb9c6;
	z-index:99;
	position:relative;
	border-radius:30px;
	padding:40px 40px 0px 40px;

}

.point{
	
	background:#bbb9c6;
	padding:20px;
	text-align:center;
	border-radius:20px;
}

.point2{
	
	background:#eee;
	padding:20px;
	text-align:center;
	border-radius:20px;
}



/*
BLOCKS
*/

.fixed{

  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
}

.wp-block-cover .wp-block-cover__inner-container h2{
	
	

}

.wp-block-cover .wp-block-cover__inner-container h2 span{



}

.wp-block-cover .wp-block-cover__inner-container p{
  

  
}

.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
	
	float:left;
	clear:left;
}

.scrolldown{

  position:absolute;
  bottom:0px;
  right:0px;
  width:80px;
  padding:15px;
}

.icon{

  width:50%;
  margin-bottom:20px;
  margin-left:25%;
}


.wp-block-cover .wp-block-cover__inner-container .wp-block-button__link {
    color: #fff;
    background: none !important;
    border-radius: 10px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
	border:solid 2px #fff;
      transition-duration:1s;

}


.wp-block-cover .wp-block-cover__inner-container .wp-block-button__link:hover {
    background: #63996b !important;
    transition-duration:1s;
    border: solid 2px #63996b !important;
}





.wp-block-cover .wp-block-cover__inner-container {
    z-index: 1;
    margin: auto;
    padding: 170px 0px 150px 0px;
max-width: var(--max-width);

    color: #fff;
}

.ghostkit-grid {

max-width: var(--max-width);
margin: auto;
padding: 0px 40px;



}

.less{

padding: 0px 100px !important;
}

.ghostkit-grid p{


}



.wp-block-group {

  padding:100px 0px;
}

.ghostkit-carousel-slide img{

  margin-bottom:20px;
  border-radius:15px;

}

.ghostkit-carousel-slide p{

 
}


.ghostkit-carousel-arrow{

  top:30%;
	opacity:1 !important;
}

.wp-block-getwid-section__inner-content{

  max-width:1000px;
  margin:auto;
  text-align:center !important;
  padding:100px 50px;
}

.nopad {
padding-bottom:0px;
}


.nopad .wp-block-getwid-section__inner-content{
padding-bottom:0px;
}

.wp-block-getwid-section__inner-content img{

  width:100px;
  margin-bottom:30px;

}



.ghostkit-carousel {

  max-width:100%;
  margin:auto;
  padding:0px 40px;
}

.ghostkit-carousel-slide {
 
}

.ghostkit-testimonial-content {
	background:#f8f9fa;


}

/*
TYPE
*/

a{

	text-decoration: none;
	color: #444;
}

.feature{
	

}


.pull{

  max-width:500px;


}

.ghostkit-testimonial-content p{
font-size:1.2em;
  line-height:1.4em;
  padding-bottom:10px;

}

.ghostkit-carousel-slide img:hover{


  transform: scale(1.1);
    transition-duration:1s;


}


.ghostkit-carousel-slide img{


    transition-duration:1s;


}


input, textarea{

  width:100%;
  padding:10px;
  border-radius:15px !important;
  border:solid 0px #333;
     font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.wpcf7-submit {

background-color:#20326b;
color:#fff;
font-size:1.3em;
padding:15px;
       font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
      border:0px !important;
      width:100% !important;


}

p{


  font-size:1.3em;
  line-height:1.5em;
  padding-bottom:20px;
}

.wp-block-getwid-accordion__header-title{

 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
font-size:2em;
}

.wp-block-getwid-accordion__content{

  background-color:#fff;
}

h1 strong{
	
	color:#bbb9c6;
}

h1,h2,h3,h4,h5{

padding:0px;
margin:0px;
 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	color:#242c51;
	letter-spacing:-1px;


}

.wp-block-getwid-banner__title {
 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size:3em;
}


h1{

		font-size: 4em;
  padding-bottom:40px;
  line-height:1.0em;
	max-width:1000px;
	margin:auto;

}

h2{

	font-size: 2.8em;
  padding-bottom:40px;
  line-height:1.2em;
	max-width:1000px;


}

h3{

	font-size: 3.0em;
    padding-bottom:20px;
    line-height:1.1em;
	color:#20326b;
  font-weight:700;


}

h4{

	font-size: 2.0em;
  padding-bottom:20px;
      line-height:1.1em;





}

.wp-block-getwid-accordion {

max-width:1300px;
margin:auto;
padding:30px;

}

.wp-block-getwid-accordion__header{

  background-color:#fff;
}


has-cyan-bluish-gray-background-color {
    background-color: #ebeae7 !important;
}

h5{

	font-size: 2.0em;
  padding-bottom:20px;
  line-height:1.2em;


}

.wp-block-post-excerpt__excerpt{

  font-size:0.8em;
}

.wp-block-post{

  list-style:none !important;
}

strong{
	
	
}

h6{

	font-size: 1.8em;


}

ul{

  margin-left:20px;
}

li{

  list-style:square !important;
  font-size:1.2em;
  line-height:1.3em;

}

.wp-block-list li{
	
	padding-bottom:15px;
}

.wp-block-image img{

  border-radius:20px;

}

.radius{



}



.foot{

  font-size:0.7em;
}

.up{

  margin-top:-10vh;
}

.home .up{

  margin-top:-18vh;
}

.up2{

  margin-top:-22vh;
}


.wp-block-button__link {
color: #000;
background-color:#bbb9c6;
border-radius: 10px;
box-shadow: none;
text-decoration: none;
padding: calc(.667em + 2px) calc(1.333em + 2px);
font-size: 1.6em;
 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
transition-duration:1s;

}

.wp-block-button__link:hover {
color: #096ead;
background-color: #000;
border-radius: 10px;
box-shadow: none;
text-decoration: none;
padding: calc(.667em + 2px) calc(1.333em + 2px);
font-size: 1.6em;

transition-duration:1s;


}

/*
FOOTER
*/

.ghostkit-carousel-arrow {
    top: 40%;
    opacity: 1 !important;
}

#footer{

	float: left;
	width: 100%;
	background-color: #eee;
	color: #333;
	padding: 20px 10%;
	  	float: left;
  	width: 100%;
  	display:none;
}

.ghostkit-carousel-arrow{

  background-color:#000 !important;
  color:#fff;
}


#copyright{

	font-size: 0.6em;
}


#tout{

  display:none;
}





/*
Mobile
*/

@media only screen and (max-width: 1200px) {


.up{

  margin-top:0vh;
}

#logos{

  display:none;
}

}


@media only screen and (max-width: 600px) {
	
	.trust{
		
		padding:0px 30%;
	}


  html:not(.no-js) .aoswp-enabled [data-aos] {
        opacity: 1!important;
        -webkit-transform: none!important;
        transform: none!important;
        transition: none!important;
        transition-timing-function: unset!important;
        transition-duration: unset!important;
        transition-property: none!important;
    }
.ghostkit-carousel{

  padding:0px 10px !important;

}
	
	.nothingtopay {
   
    font-size: 3em;
   
}
	
	.reasons {
   
    padding: 30px !important;
		border-radius:0px;
}
	
	.pagecta {
       padding: 30px !important;
		border-radius:0px;
}
	
	.reasons ul li {
   text-align:left;
		padding-left:50px;
}
	
	.pagecta ul li {
      text-align:left;
		padding-left:50px;

}

  .scrolldown {
    position: absolute;
    bottom: 0px;
    right: 40%;
    width: 20%;
    padding: 15px;
}

	#logo img{
		
		width:100%;
	}
#call {
background:none;
	margin-right:80px;
text-align:left;	margin-top:15px;
font-size:1em;
	padding-left:0px;

}

#tout a{color:#fff;}

#logos{

  display:none;
}

#cta{

  display:none;
}

#tout{

  position:fixed;
  bottom:20px;
  left:5%;
  width:90%;
  background-color:#000;
  color:#fff;
  border-radius:20px;
  padding:20px;
  z-index:99;
  font-family: 'Alro';
  opacity:0;
  display:block;
  transition-duration:2s;
}

.makehere{

  opacity:1 !important;
    transition-duration:2s;

}


  .wp-block-cover, .wp-block-cover-image {
}



  .wp-block-cover{

    margin-bottom:50px;

  }

  .go{

    display:none;
  }

  .ghostkit-grid {
  
    padding: 0px 10px;
}


.wp-block-group {
    padding: 100px 10px;
}

  #option{

    width:98%;
  }
	
  html{

    text-align:center !important;
  }


  .icon {
    width: 33%;
    margin-bottom: 20px;
    margin-left: 32%;
}
	
	.wp-block-cover .wp-block-cover__inner-container {
    z-index: 1;
    margin: auto;
    padding: 5px 1% 50px 1%;
    color: #fff;
}

.tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 1px solid #4d4c47;
    border-radius: 0;
    font-size:1em;
  }
	
  .wp-block-buttons>.wp-block-button {
    
    width: 100%;
}
	
	.pagecta li {
    
    font-size: 1.5em;
   
}

#container {
    float: left;
    width: 100%;
    margin-top: 130px;
}
	
	#logo{
		
		width:160px;
		margin-top:20px;
	}
	
	h1 {
    font-size: 4.1em;
}
	h2 {
    font-size: 2.5em;
}

  h3 {
    font-size: 2em;
}
	
	  h4 {
    font-size: 2em;
}
	
	#calc {
    float: left;
    width: 100% !important;
    padding-right: 0% !important;
}

.has-text-align-right {
    text-align: center;
}

	#headercontain {
   
    padding: 10px 10px;
}
	
.hamburger{

	display: block;
}

#header{

  height:100px;
}
	
	
	.wp-block-getwid-section__inner-content {
  
padding:0px ;
}
	
.ghostkit-carousel-slide {
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
}


#menu{

	display: none;
}


.fix .hamburger{
  top:20px;

      transition-duration: 1s;


}

.fix #call {
    
    left: 120px;
}

.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
    float: left;
    clear: left;
    width: 100%;
}


}






/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 37px 15px;
  cursor: pointer;
position:absolute;
	top:0px;
	right:0px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #bbb9c6;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.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); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.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); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.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); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.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); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.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); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-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); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.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) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  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); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .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 {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .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 {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .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); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .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); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    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(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    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); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    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(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    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); }
