  /* latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
  }
  /* latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2') format('woff2');
  }


/* main app styles */
body {background-color:#FFF; color: rgb(32, 33, 36); font-size: 4.5vw; -webkit-user-select: none; user-select: none; }

.ct-body { margin:0 auto; /* width:64em; height:48em; */ overflow:hidden; }

a,p,ul,li,div,span { font-family: Poppins, Helvetica Neue, Arial, sans-serif; font-weight:400; line-height: 140%; }


h1,h2,h3,h4,h5,h6 { font-family: Poppins, Helvetica Neue, Arial, sans-serif; padding:0; margin:0;  line-height: 140%; }

h1 {
	font-size: 11vw;
	font-weight:600;

}
h2 {
	font-size: 5.75vw;
	font-weight: 600;
	padding-bottom: 1vw;
	padding-top: 1vw;
}
h3 {
	font-size: 6.5vw;
	font-weight: 400;
	color: #949494;
	padding-bottom: 1vw;
}
h4 {
	font-size: 5.75vw;
	font-weight: 600;
	padding-bottom: 1vw;
	padding-top: 1vw;
}

.loader {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px;
text-align: left;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
z-index: 9;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center; }
.loader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #FF4C3B;
	-webkit-animation: loader 1.5s linear infinite;
			animation: loader 1.5s linear infinite; }
	.loader span:last-child {
	-webkit-animation-delay: -0.9s;
			animation-delay: -0.9s; }

@-webkit-keyframes loader {
0% {
	-webkit-transform: scale(0, 0);
			transform: scale(0, 0);
	opacity: 0.8; }
100% {
	-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
	opacity: 0; } }

@keyframes loader {
0% {
	-webkit-transform: scale(0, 0);
			transform: scale(0, 0);
	opacity: 0.8; }
100% {
	-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
	opacity: 0; } }

.page {
	margin: 6vw;
}

.list {
	column-count: 2;
	column-gap: 5vw;
}

.list-item {
	display: block;
	width: 100%;
	border-radius: 5vw;
}

.ratio-1-1 {
	margin-bottom: 5vw;
}
.ratio-1-2 {
	height:88vw;
	margin-bottom: 5vw;
}

.list-item img {
    width: 100%;
    display: block;
	object-fit: cover;
	border-radius: 3vw;
}

.list-table {
width: 100%;
border-style: none;
border-collapse: separate;
padding: 3.5vw;
margin-top:-6vw;
display: block;
}
  
.list-table td {
border-style: none;
width:50%;
padding:2.5vw;
vertical-align: top;
}

.list-table img {
width: 100%;
display: block;
object-fit: cover;
border-radius: 3vw;
}

.ratio-1-2b {
height:88vw;
display: block;
}

.version-circle {
	background: #3CC79E;
	width:8vw;
	height:8vw;
	border-radius:8vw;
	padding:2vw;
	margin-top:3vw;
	float:right;
}

.version-circle span {
	color: #fff;
	font-size:5.5vw;
	font-weight:400;
	letter-spacing:0.5vw;
}

.main-img {
	width:100vw;
	height:80vw;
	position:absolute;
	top: 0;
	left: 0;
}

.main-img .photo {
	position:absolute;
	width: 84vw;
	height: 84vw;
	aspect-ratio: 1 / 1;
	border-radius:5vw;
	margin: 8vw;
	margin-top: 17vw;
	box-shadow: 0px 7px 15px -7px #161616;
}

.crop-mask {
	position:absolute;
	width: 100%;
	top: -19vw;
	left: 0;
}

.main-nav {
	width:100%;
	height:15vw;
	position:fixed;
	top: 0;
	left: 0;
	overflow:hidden;
	z-index: 999;
	transition: transform 400ms cubic-bezier(.25,.37,.17,.96); 
}

/* When header is not in viewport we hide it */
.main-nav[data-scroll="out"] {
transform: translatey(-100%);
}

/* When moving up and header we show it */
[data-scroll-dir-y="-1"] .main-nav {
transform: translatey(0);
}

.main-nav .back-arrow {
	position:absolute;
	width: 5.5vw;
	padding: 5vw 8vw;
	margin:0vw;
	top: 0;
	left: 0;	
}

.main-nav .share-icon {
	position:absolute;
	width: 5.5vw;
	padding: 5vw 8vw;
	margin:0vw;
	top: 0;
	right: 0;	
}

.invert {
	filter: invert(100%);
}

.main-img h2 {
	position:absolute;
	margin-top:5.5vw;
	color: #fff;
	text-align: left;
	margin-left: 16vw;
	top: 0;
	left: 0;
	font-size: 24px;
	font-weight:400;
}

.main-img div {
	position:absolute;
	background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(0,0,0,1));
	height:32vw;
	width: 100%;
	top: 0;
	left: 0;	
}

#recipe {
	padding-top: 104vw;
	margin: 8vw;
}

#recipe div {
	line-height: 180%;
	margin-top: -2.25vw;
	margin-bottom: -2.25vw;
}


.button-print {
display:block;
font-weight: 400;
font-size: 5vw;
color:#fff;
text-decoration: none;
padding: 1.5vw 1.5vw;
border-radius: 4.5vw;
border: 0.5vw solid #333;
margin: 13vw auto;
width: 36vw;
text-align: center;
}

@media print
{    
    .main-nav, .button-print 
    {
        display: none !important;
	}
	
	a,p,ul,li,div,span { font-family: Poppins, Helvetica Neue, Arial, sans-serif; font-weight:400; line-height: 140%; font-size: 2vw; }
	h1,h2,h3,h4,h5,h6 { font-family: Poppins, Helvetica Neue, Arial, sans-serif; padding:0; margin:0; font-weight: 600;  line-height: 140%; font-size: 3vw; }

	.main-img .photo {
		width: 40vw;
		height: 40vw;
		box-shadow: none;
		margin-top: 1vw;
		border-radius:0;
	}

	#recipe {
		padding-top: 41vw;
	}

	.main-img {
		height: 41vw;
		padding: 0;
		margin: 0;
	}

	.crop-mask {
		display:none;
		padding:0;
		margin:0;
	}

}