/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- reset ---- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: 300;
}

html{
	font-size:16px;
	line-height:1.5em;
	font-weight:400;
	color:#363639;
	font-family:'Roboto',sans-serif;
	scroll-behavior: smooth;
}

h1, h2{
	font-size:1.7rem;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:35px;
}

.static-content h2{
	font-size:1.5rem;
	margin-bottom:10px;
}

h3{
	font-size:1rem;
	font-weight:700;
	line-height:1.667em;
	margin-bottom:45px
}

a{
	text-decoration:underline;
	color:inherit;
}

p{
	margin-bottom:30px;
}

p:last-child{
	margin-bottom:0;
}

p strong{
	font-weight:700;
}

p.strong-paragraph{
	font-weight:600;
}

p .button{
	margin:15px 23px;
}

.static-content ul{
	padding-left:20px;
	margin-bottom:35px;
}

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

.button{
	display:inline-block;
	text-align: center;
	font-size:1rem;
	line-height:1em;
	font-weight:500;
	width:auto;
	color:#fff;
	background-color:#BC0E1F;
 	border:1px solid #BC0E1F;
	border-radius:30px;
	padding:15px 35px;
	text-decoration: none;
	box-sizing: border-box;
}

.button:hover{
	background-color:#A20E1D;
}

.button .icon{	
	position:relative;
	left:0;
	transition:left 0.3s ease 
}

.button:hover .icon{
	position:relative;
	left:7px;
	transition:left 0.3s ease 
}

img{
	width:100%;
	max-width:100%;
}

.image-wrapper{
	position:relative;	
	display: block;
}

.image-wrapper img{
	display:block;
}

.image-wrapper:after{
	content:'';
	display:inline-block;
	width:43px;
	height:44px;
	background-image:url('../images/icon-stars.svg');
	background-size:contain;
	position:absolute;
	right:20px;
	bottom:20px;	
	filter: invert(99%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(103%) contrast(101%);
}

.background-gradient{
	background: rgb(248,248,251);
	background: -webkit-linear-gradient(rgba(248,248,251,1) 0%, rgba(233,233,236,1) 100%);
	background: -o-linear-gradient(rgba(248,248,251,1) 0%, rgba(233,233,236,1) 100%);
	background: linear-gradient(rgba(248,248,251,1) 0%, rgba(233,233,236,1) 100%);
}

.container{
	position:relative;
	width:100%;
	max-width:1160px;
	padding:40px 20px 60px;
	margin:0 auto;
}

.container.container-short{
	max-width:850px;
}

.icon-arrow{
	display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
	background-image:url('../images/icon-arrow.svg');
	width: 19px;
    height: 9px;
	margin-left:9px;
}

#page-header{
	padding:20px;
	text-align: center;
}

#page-header #logo{
	width:250px;
	margin:0 auto;
}

#page-header div{
	font-size:0.55rem;
}

#page-header div small{
	display:block;
	margin-top:30px;
	margin-bottom:10px;
}

#page-header div img{
	display:inline-block;
	width:auto;
	margin:0 10px;
	filter: invert(18%) sepia(8%) saturate(306%) hue-rotate(201deg) brightness(91%) contrast(85%);
}

#intro{
	margin-bottom:80px;
}

#intro .image-wrapper{
	border-radius:24px;
	margin:40px auto -120px;
	max-width:400px;
	overflow: hidden;
}

#recommendation .colored-container{
	border-radius:24px;
	border:1px solid #E9E9EC;
	overflow: hidden;
	max-width: 600px;
    margin: 0 auto;
}

#recommendation ul{
	list-style: none;
	padding:25px 20px 25px 40px;	
}

#recommendation ul li{
	margin-bottom:20px;
	padding-left:17px;
}

#recommendation ul li::marker {
  content: url('../images/icon-check.svg');
	width:16px;
	height:auto;
}

#recommendation .image-wrapper img{
	max-height:280px;
	object-fit: cover;
}

#steps h2{
	text-align:center;
	
}

#steps-container h3{
	text-align: center;
	margin-bottom:0;
}

#steps-container > div{
	padding-bottom:30px;
	border-bottom:1px solid #ededed;
	max-width:350px;
	margin:0 auto 50px;
	text-align: center;
}

#steps-container div div{
	margin:21px 0 24px;
}
	
#steps-footer strong{
	display:block;
}

#partner h2{
	text-align:center;
}

#partner .image-container{
	background-color:#363639;
}

#partner .image-container img{
	filter: invert(100%) sepia(100%) saturate(15%) hue-rotate(273deg) brightness(104%) contrast(104%);
}

#partner .background-gradient{
	padding:0 20px 25px 20px;
	border:1px solid #E9E9EC;
	border-radius:24px;
	overflow: hidden;
	max-width:600px;
	margin:0 auto;
}

#partner .background-gradient + .background-gradient{
	margin-top:30px;
}

#partner .image-container{
	margin:0px -20px 20px -20px;
	padding:0px 20px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items:center;
}

#partner .image-container img{
	height:35px;
}

#partner button{
	background-color:transparent;
	border:none;
	padding:0;
	text-decoration: underline;
	font-size:1rem;
}

#wealtchcreation img{
	width: 56px;
    height: 55px;
    filter: invert(31%) sepia(71%) saturate(4713%) hue-rotate(338deg) brightness(70%) contrast(118%);
    position: absolute;
    left: 10px;
    top: 48px;
}

#wealtchcreation h2{
	padding-left:55px;
}

#page-footer{
	font-size:0.625rem;
	line-height:1.2em;
	margin:0 auto ;
	padding-top:50px;
	padding-bottom:30px;
}

#page-footer ul{
	margin-top:16px;
	list-style:none;
	display:flex;
	justify-content: center;
	gap:16px 40px
}

#page-footer ul li a{
	text-decoration: none;
	color:inherit;
}

@media screen and (min-width: 468px) {
	
	#wealtchcreation .container{
		padding-left:80px;
	}
		
	#wealtchcreation h2{
		padding-left:0px;
	}
}


@media screen and (min-width: 768px) {
	html{
		font-size:18px;
	}
	
	h1, h2{
		font-size:2.22rem;	
	}
	
	.container{
		padding:80px 40px 80px;
	}
	
	.button{
		padding:21px 55px;
	}
	
	#page-header{
		padding:30px 40px 0;
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width:1160px;
		margin:0 auto;
	}
	
	#page-header #logo{
		margin:0;
	}
	
	#page-header div small{
		margin:0;
		text-align: right;
	}
	
	#page-header div img{
		margin-right:0;
		margin-left:48px;
	}
	
	#intro.container{
		padding-right:450px;
	}
	
	#intro p{
		padding-right: 310px;
	}
	
	#intro .image-wrapper{
		position: absolute;
        right: -10px;
        bottom: -55px;
        transform: rotate(4deg);
		transform-origin: top right;
        margin: 0;
        aspect-ratio: 1 / 1.1;
		max-width: 325px;
	}
	
	#intro .image-wrapper img{
        object-fit: cover;
		height: 100%;
        width: 100%;
	}
	
	#recommendation .colored-container{
		display:flex;
		justify-content: space-between;
		max-width: none;
	}
	
	#recommendation ul{
		flex:0 0 65%;
		padding:40px;
		display:grid;
		gap:20px 40px;
	}
	
	#recommendation ul li{
		margin-bottom:0;
	}
	
	#recommendation .image-wrapper img {
		display: block;
		object-position: 29% center;
		object-fit: cover;
		height: 100%;
		max-height:none;
	}
	
	#steps h3, #steps p{
		font-size:0.889rem;
	}
	
	#steps h3{
		min-height:54px;
	}
	
	#steps-container{
		display:grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap:20px;
	}
	
	#steps-container p{
		text-align: left;
	}
	
	#steps-container > div{
		border-bottom:none;
	}
	
	#steps-container div div{
		margin:41px 0 44px;
	}
	
	
	#partner h2{
		text-align:left;
	}
	
	#partner .background-gradient{
		display:grid;
		grid-template-columns: 246px auto;
		padding:0;
		gap:32px;
		max-width:none;
	}
	
	#partner .background-gradient + background-gradient{
		margin-top:23px;
	}
	
	#partner .background-gradient > div{
		padding:38px 65px 38px 0;
	}
	
	#partner .background-gradient .image-container{
		height:100%;
		margin:0;
		padding:0;
	}
	
	#partner .background-gradient .image-container img{
		height:47px;
	}
	
	#wealtchcreation .container{
		padding-left:170px;
	}
		
	#wealtchcreation img{
		width:130px;
		height:135px;
		top:80px;
	}
	
	#page-footer{
		display:flex;
		justify-content: space-between;
		gap:20px;
	}
	
	#page-footer ul{
		margin-top:0;
	}
}

@media screen and (min-width: 1024px) {
	#page-header #logo{
		margin:0;
		width:308px;
	}
	
	#intro p{
		padding-right: 50%;
	}
	
	#intro .image-wrapper{
		right:40px;
        aspect-ratio:auto;
		bottom:-70px;
		max-width: 42%;
	}	
	
	#recommendation ul{
		flex: 1 1 auto;
        grid-template-columns: 1fr 1fr;
		gap:38px 90px;
		padding:40px 44px 40px 60px;
	}
	
	#recommendation .image-wrapper{
		flex:0 0 280px;
	}
	
	#steps h3, #steps p{
		font-size:1rem;
	}
	
	#steps-container{
		gap:60px;
	}
	
	#steps-footer strong{
		display:inline;
	}
}

@media screen and (min-width: 1280px) {
	#intro p{
		padding-right: 55%;
	}
	
	#intro .image-wrapper{
		max-width: 540px;
	}
	
	#steps-container{
		gap:160px;
	}
}




