@font-face {
    font-family: 'Zona Pro Light';
    src: url('../fonts/ZonaPro-Light.woff2') format('woff2'),
        url('../fonts/ZonaPro-Light.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro Regular';
    src: url('../fonts/ZonaPro-Regular.woff2') format('woff2'),
        url('../fonts/ZonaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro SemiBold';
    src: url('../fonts/ZonaPro-SemiBold.woff2') format('woff2'),
        url('../fonts/ZonaPro-SemiBold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Bold';
    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'),
        url('../fonts/ZonaPro-Bold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Black';
    src: url('../fonts/ZonaPro-Black.woff2') format('woff2'),
        url('../fonts/ZonaPro-Black.woff') format('woff');
    font-style: normal;
}
body {
font-family: "Zona Pro Light", Arial;
background-color:#ffffff;	
color: #526180;
text-align: center;
margin: 0;

}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
  background-color:#ffffff;
}

img {
	max-width:100%;
	height:auto;
    }
* {
	box-sizing: border-box;
}
.container {
  position: relative;
  text-align: center;
}


.wraplp {
  position: relative;
  max-width: 1160px;
  display: block;
  margin: 0px auto;
  
}
.wrapsection {
    margin: 0 16vw;
	padding: 0vw;
} 
.wrapsection:after {
  content: "";
  display: table;
  clear: both;
}
.rounddiv {
    background: #d57c23;
  	padding: 0vw;
	margin: 0 14vw;
	border-radius: 0 0 4vw 0;
	color: #ffffff;
	font-size: 1.9vw;
    line-height: 2.2vw;
	height: 8.5vw;
}

.herohalfleft {
	width: 50%;
	float: left;
	padding-top: 0vw;
	text-align: center;
	margin: 0vw auto;
	padding: 0 0 0 1vw;
}
.herohalfleft:after {
  content: "";
  display: table;
  clear: both;
}
.herohalfright{
	width: 50%;
	float: left;
	padding-top: 0vw;
	text-align: center;
	margin: 0vw auto;
	padding: 0 1vw 0 0;
}
.herohalfright:after {
  content: "";
  display: table;
  clear: both;
}
.hero2{
	width: 60%;
	float: left;
	padding-top: 0vw;
	text-align: center;
	margin: 0px auto;
}
.hero2:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font-family: "Zona Pro Black", Arial;
  text-align: left;
  color: #ffffff;
  font-size: 5.2vw;
  line-height: 6vw;
  position: absolute;
  top: 24%;
  left: 3%;
  padding-right:28%;

 }
 h2 {
  font-family: "Zona Pro Black", Arial;
  text-align: center;
  color: #ffffff;
  font-size: 3.3vw;
  line-height: 4.1vw;
  position: absolute;
  top: 6vw;
  left: 29vw;
  padding-right:27vw;

 }
 .subh2 {
  font-family: "Zona Pro Black", Arial;
  text-align: center;
  color: #ffffff;
 font-size: 2.6vw;
  line-height: 2.9vw;
  position: absolute;
  top: 10.5vw;
  left: 35vw;
  padding-right:35vw;
}  
.subh3 {
  font-family: "Zona Pro Black", Arial;
  text-align: center;
  color: #ffffff;
 font-size: 2.6vw;
  line-height: 2.9vw;
  position: absolute;
  top: 10.5vw;
  left: 33.5vw;
  padding-right:32vw;
}  
h4 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 1.7vw;
  line-height: 2.1vw;
  text-align: left;
  padding: 4vw 0 0 1vw;
  color: #e71a80;
} 

.h4diff {
	 padding: 6vw 1vw 0 1vw;
}
.conditions {
	font-family: "Zona Pro Light", Arial;
	font-weight: 100;
  text-align: center;
  color: #ffffff;
  font-size: 1.8vw;
  line-height: 2.6vw;
}
.big {
  font-size: 2.4vw;
  line-height: 3vw;
  text-transform:none;
}
.discount {
  font-family: "Zona Pro Bold", Arial;
  font-size: 3.7vw;
  line-height: 3vw;
  text-transform:none;
}
.super {
   vertical-align:text-top;
   font-size: 2.5vw;
}

 .part1 {
  position: absolute;
  top: 75%;
  left: 21%;
  padding-right:19%;
 } 
 .part2 {
  position: absolute;
  top: 83%;
  left: 1.5%;
  padding-right:1%;
 }
h3 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 2.1vw;
  line-height: 2.7vw;
  text-align:center;
  padding: 0.5vw 3vw;
  }
p {
	font-family: "Zona Pro Light", Arial;
  	font-size: 1.1vw;
	line-height: 1.4vw;
	padding: 0px;
}
.colored {
	background: #d57c23;
	color: #ffffff;
	margin-top: -2vw;
}
.addinfo {
	font-family: "Zona Pro Light", Arial;
  	font-size: 1.2vw;
	line-height: 1.6vw;
	text-align: left;
	margin: 0 14vw;
}

a { color: #8f2427; text-decoration: none; }
.button_round {
	font-family: "Zona Pro Bold", Arial;
	width: 15vw;
	border-radius: 0.2vw;
	color: #ffffff;
	background-color: #7f28c4;
	text-decoration: none;
	padding: 1vw 1.5vw;
}
.button_round:hover {color: #fff; opacity: 0.8;}

.button_round2 {
	width: auto;
	border-radius: 2vw;
	font-size: 1.6vw;
    line-height: 2vw;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 1vw 2vw;
}
.button_round:hover {color: #fff; opacity: 0.8;}

.button2div {
    position: absolute;
    top: 79%;
    left: 41.5%;
    padding-right:41%;

}

.spacer {
	display: block;
	height: 20px;
	width: 100%;
	}




.dark {
	font-family: "Zona Pro Bold", Arial;
}
.darker {
	font-family: "Zona Pro Black", Arial;
}

.logo {
	width:20%; 
	padding:3%;
}




.mobi {
	display: none;
}
.deskttabl {
	display: block;
}



/*********************
RESPONSIVE
*********************/


@media all and  (max-width: 480px) {
	

		
p {
	font-size: 2.5vw;
	line-height: 3vw;
	padding: 2vw;
}
.pln {
	font-size: 6vw;
	line-height: 7vw;
}
h2 {
  top: 18vw;
  left: 14vw;
  padding-right:14vw;
  color: #ffffff;
  font-size: 5.3vw;
  line-height: 6vw;
 }
h1 {
  font-size: 10.5vw;
  line-height: 11.5vw;
  position: absolute;
  top: 10%;
  left: 6%;
  padding-right:8%;
 }
.subh2 {
 font-size: 4.6vw;
  line-height: 5.2vw;
  position: absolute;
  top: 20vw;
  left: 22vw;
  padding-right:22vw;
}  
.subh3 {
 font-size: 4.6vw;
  line-height: 5.2vw;
  position: absolute;
  top: 18vw;
  left: 18vw;
  padding-right:20vw;
} 

.colored {
	margin-top: -5vw;
}
.discount {
  font-size: 12vw;
  line-height: 12vw;
}
.big {
  font-size: 8vw;
  line-height: 3vw;
  text-transform:none;
}
.conditions {
	font-family: "Zona Pro Light", Arial;
	font-weight: 100;
  text-align: center;
  color: #ffffff;
  font-size: 1.8vw;
  line-height: 2.6vw;
  padding-top: 0;
}
.lntext {
  font-size: 6vw;
  line-height: 7vw;
  text-transform:none;
}
.button_round {
	width: auto;
	border-radius: 0.5vw;
	font-size: 3vw;
    line-height: 4vw;
	padding: 3vw 4vw;
}
.button_round2 {
	width: auto;
	border-radius: 4vw;
	font-size: 4vw;
    line-height: 4.5vw;
	padding: 2vw 4vw;
}
.button2div {
    position: absolute;
    top: 88%;
    left: 30%;
    padding-right:20%;
}

 .part1 {
  position: absolute;
  top: 79%;
  left: 3%;
  padding-right:1%;
 } 
 .part2 {
  position: absolute;
  top: 86%;
  left: 1%;
  padding-right:3%;
 }

h3  {
	font-size: 4.5vw;
	line-height: 5.5vw;
	padding: 3.5vw 6vw;
    text-align: center;
}
h4  {
	font-size: 4.5vw;
	line-height: 5.5vw;
	padding: 2vw;
    text-align: center;
}
.h4diff {
	 padding: 2vw;
}
.logo {
	width:40%; 
	padding:3%;
}
.spacer {
	height: 2vw;
}

.rounddiv {
	padding: 0;
	margin: 0;
	border-radius: 0 0 20vw 0;
	font-size: 1.9vw;
    line-height: 3vw;
	height: 47vw;
}

.herohalfleft {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0vw auto;
	padding: 2vw;
}
.herohalfright{
	width: 100%;
	float: none;
	text-align: center;
	margin: 0vw auto;
	padding: 2vw;
}

.hero1{
	width: 100%;
	float: none;
	padding-top: 0vw;
	text-align: center;
	margin: 0px auto;
}
.hero2{
	width: 100%;
	float: none;
	padding-top: 0vw;
	text-align: center;
	margin: -16vw auto 0;
}

.wrapsection {
    padding: 0vw;
	margin: 0;
} 

.addinfo {
	font-size: 3vw;
	line-height: 4vw;
	color: #000000;
	margin: 0;
	padding: 4vw;
}

.mobi {
	display: block;
}
.deskttabl {
	display: none;
}

}

@media all and (min-width: 481px) and (max-width: 1200px) {

p {
	font-size: 1.2vw;
	line-height: 1.6vw;
	padding: 0px;
}
.wrapsection {
    margin: 0 3vw;
	padding: 0vw;
} 
 
.rounddiv {
	margin: 0 8vw;
	border-radius: 0 0 4vw 0;
	font-size: 1.9vw;
    line-height: 2.2vw;
	height: 9.3vw;
}

.addinfo {
	font-size: 1.6vw;
	line-height: 2.2vw;
	color: #000000;
	margin: 0 8vw;
}
.spacer {
	height: 1.5vw;
}
.logo {
	padding: 2vw;
}


.button_round {
	width: 15vw;
	border-radius: 0.3vw;
	padding: 1vw 2vw;
}

 
h3 {
  font-size: 2.7vw;
  line-height: 3vw;
} 

h4 {
  font-size: 2.2vw;
  line-height: 2.6vw;
  padding: 7vw 0 0 1vw;
} 

.h4diff {
	 padding: 9vw 1vw 0 1vw;
}
.button2div {
    position: absolute;
    top: 79%;
    left: 42%;
    padding-right:41%;

}
}