/* RESET */
* { 
	margin:0;
	padding:0;
	box-sizing: border-box;
	line-height: 120%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select, textarea, button { font-size: inherit; font-family: inherit; border: 0; background: none; }
button { cursor: pointer; }

p { margin-bottom: 1rem;  }
p:last-child { margin-bottom:0; }

a { text-decoration: none; }
p a { text-decoration: underline; color: black; }
p a:hover  { text-decoration: none; }


/* END OF RESET */

:root {
  --red:  	 	#FF0F43;
  --red2:  	 	#98093F;
  
  
  scroll-behavior: smooth;
}

html { font-family: "GT Walsheim LC";  font-size: 20px; }
body { min-width: 320px; background: white; color: black; overflow-x: hidden; }
.wrapper { margin: 0 auto; max-width: 1264px; padding: 5rem 0; position: relative; }
.wide_wrapper { padding: 0 4rem; }


h1 { font-size: 4.7rem;	font-weight: normal; margin-bottom: 1.5rem; font-family: 'alter_avesregular'; text-transform: uppercase; line-height: 100%;  }
h2 { font-size: 2.4rem; font-weight: bold; 	 margin-bottom: 2rem;  text-transform: uppercase; line-height: 110%; }
h3 { font-size: 1.9rem; font-weight: normal; margin-bottom: 2rem; line-height: 110%; }
h4 { font-size: 1.2rem; font-weight: bold; margin-bottom: 1rem; line-height: 110%; }

button, a.rating_link { 
    font-weight: normal;
	font-size: 1.2rem;
	line-height: 100%;
	display: inline-block;
	padding: 1rem 3.2rem; 
	text-align: center; 
	border-radius: 2.5rem;
	transition: 300ms ease; 
	background: var(--red); color: white;
}

button:hover, a.rating_link:hover { background: var(--red2); }

form { margin: 1.5rem 0 0rem 0; }


section { position: relative; z-index: 1; }

header, section, footer { padding-left: 4rem; padding-right: 4rem; }






footer { font-size: 0.7rem; position: relative; color: white;  }
footer .wrapper { height: 4rem; padding-top: 0; padding-bottom: 0; display: flex; justify-content: space-between; align-items: center; position: relative;  z-index: 2; }
footer .copy { display: flex; gap: 1rem; align-items: center; }
footer .copy a { position: relative; top: 0.4rem; display: block; }
footer .copy a img { display: block; height: 1.9rem; }
footer .copy span {  }

footer .links { position: relative; display: flex; gap: 3rem; }
footer .links a { color: white; }
footer .links a:hover { color: white; text-decoration: underline; }

footer::before { content: ''; display: block; width: 50%; height: 100%; position: absolute; top: 0; left: 0; background: var(--red2); border-radius: 0 4rem 0 0; z-index: 1; }
footer::after { content: ''; display: block; width: 50%; height: 100%; position: absolute; top: 0; right: 0; background: var(--red); border-radius: 4rem 0 0 0; z-index: 1; }

.corners {  height: 4rem; position: absolute; top: -4rem; right: 0; width: 100%; z-index: 2; background: transparent; }
.corners div { height: 100%; aspect-ratio: 1/1; position: absolute; overflow: hidden; top: 0;  background: transparent; }
.corners div::before { content: ''; display: block; height: 100%;   }
.corners div.left { left: 0; }
.corners div.left::before { border-radius: 0 0 0 100%; box-shadow: 0px 0px 0px 999px var(--red2); }
.corners div.right { right: 0; }
.corners div.right::before { border-radius: 0 0 100% 0; box-shadow: 0px 0px 0px 999px var(--red); }



nowrap, nobr { white-space: nowrap; }






@media (max-width: 1600px){


}

@media (max-width: 1399px), (max-height: 850px){
	html { font-size: 19px; }
	
	header, section, footer { padding-left: 3rem; padding-right: 3rem; }

	h1 { font-size: 4.3rem; }
	h2 { font-size: 2.3rem; }
	h3 { font-size: 1.6rem !important; }

}
@media (max-width: 1199px), (max-height: 800px){
	html { font-size: 18px; }

	h1 { font-size: 4.1rem; }
	h2 { font-size: 2.1rem; }
	h3 { font-size: 1.4rem !important; }

	
}
@media (max-width: 1099px), (max-height: 750px){
	html { font-size: 17px; }
}

@media (max-width: 999px), (max-height: 700px){
	html { font-size: 16px; }

	header, section, footer { padding-left: 2rem; padding-right: 2rem; }
	
	h3 { margin-bottom: 1.3rem; }
}


@media (max-width: 750px){
	article { max-width: 100%; }
	header, section, footer, .wrapper { padding-left: 1.5rem; padding-right: 1.5rem; }

	footer .wrapper { padding: 1.5rem; height: initial; }
	footer .copy,
		footer .wrapper { flex-direction: column; gap: 1rem; justify-content: center; text-align: center;  }
	footer::before { width: 100%; border-radius: 0; }
	footer::after { display: none; }
	.corners {  height: 2rem; top: -2rem; }
	.corners div.right::before { box-shadow: 0px 0px 0px 999px var(--red2); }
}


@media (max-width: 499px){
	
	
	button, a.rating_link { min-width: 100%; padding: 1rem 2rem 1.1rem 2rem; }

}

@media (max-width: 399px){
	header, section, footer, .wrapper { padding-left: 1.2rem; padding-right: 1.2rem; }
	
	

}

@media (max-width: 359px), (max-height: 650px){
	html { font-size: 15px; }
	h2 { font-size: 2rem; }
}

