@charset "UTF-8";
@font-face {
	font-family: 'quatro';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('fonts/Quatro-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'quatro-light';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('fonts/Quatro-Light.woff2') format('woff2');
}
body {
    margin: 0 auto;
    width: 100%;
	font-family: 'quatro-light', "sans-serif"
}
h1 {
    font-size: clamp(25px,3vw,55px);
    font-family: 'quatro', "sans-serif";
    color: #4964A2;
	line-height: clamp(35px,4vw,66px);
}
h1 span.thin {
	font-family: 'quatro-light', "sans-serif"
}
h2 {
    font-size: clamp(22px,3vw,32px);
    font-family: 'quatro', "sans-serif";
    position: relative;
    color: #4964A2;
}

table {
    border-spacing: 0 30px;
}
tbody tr {
    font-family: 'quatro-light', "sans-serif";
    /* [disabled]margin-bottom: 30px; */
	vertical-align: baseline;
	line-height: clamp(22px,4vw,44px);
	display: block;
}
tbody tr td {
	padding: 0;
}
tbody tr th {
	font-size: clamp(22px,3vw,32px);
    font-family: 'quatro', "sans-serif";
	line-height: clamp(22px,4vw,44px);
    text-align: left;
    position: relative;
    width: 150px;
    max-width: 200px;
    display: block;
	padding: 0;
	margin-bottom: -20px;
}
tbody tr th:before {
	content: "+";
    position: absolute;
    left: -35px;
    color: #671763;
}
h2:before {
    content: "+";
    position: absolute;
    left: -35px;
    color: #671763;
}
p , button, table, ul{
    margin: 0;
    font-size: clamp(16px,3vw,26px);
    padding-bottom: 1em;
    font-family: 'quatro-light', "sans-serif";
    color: #484848;
	line-height: clamp(22px,4vw,44px)
}
b{
	font-size: clamp(16px,3vw,26px);
    padding-bottom: 1em;
    font-family: 'quatro', "sans-serif";
	font-weight: bold;
    color: #484848;
}
a.button {
    border-radius: 100px;
    background-color: #671763;
    padding: 10px;
    color: #fff;
    width: 100%;
    border: none;
    max-width: 300px;
	display: flex;
    justify-content: space-around;
	align-items: center;
	text-decoration: none;
}
a.button:hover {
	text-decoration: underline;
}
a.button:after {
    content: "";
    width: clamp(35px,4vw,70px);
    height: clamp(20px,4vw,40px);
    display: block;
    background-image: url("images/arrow_right_big.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.header {
    height: clamp(50px,6vw,100px);
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    z-index: 1;
}
.header .branding {
    position: absolute;
    left: 12%;
    background-position: 20%;
    border: medium;
    border-radius: 0 0 clamp(20px,4vw,50px) clamp(20px,4vw,50px);
	padding: 30px 20px 10px 20px;
    overflow: hidden;
    background-color: #fff;
    width: clamp(100px, 20vw, 400px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.header .branding img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.hero-image {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}
.hero-image img {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
}
.hero-image .page-title-wrapper {
    position: relative;
	top: clamp(-70px,4vw,-300px);
	margin: 0 auto clamp(-300px,-10vw,-70px) 0;
    max-width: 1920px;
    width: 90%;
    left: 0;
    right: 0;
    border-radius: 0 clamp(20px,4vw,50px) clamp(20px,4vw,50px) 0;
    background-color: rgba(103,23,99,0.84);
	padding: 0 0 0 12%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hero-image .page-title-wrapper h1 {
    color: #fff;	
}
.main {
    margin: 20px auto 0;
    width: auto;
}
.main .content {
    margin: 0 auto;
    width: 76%;
	max-width: 1466px;
}
.main .content-bottom {
    padding: 0 0 0 0;
    background-color: #4964A2;
}
.main .content-bottom .content * {
    color: #fff;
    /* [disabled]width: auto; */
}
.footer {
	padding: 40px 0 20px 0;
    background-color: #671763;
}
.footer .footer-inner {
    margin: 0 auto;
    width: 76%;
	max-width: 1466px;
}
.footer .footer-inner p {
    color: #fff;
}
footer ul.footer-menu {
	margin: 0;
    padding: 0;
	color: #fff;
    list-style: none;
}
footer ul.footer-menu a {
	color: #fff;
	font-size: clamp(22px,3vw,32px);
    font-family: 'quatro', "sans-serif";
	text-decoration: none;
	position: relative;
	padding-bottom: 20px;
	display: block
}
footer ul.footer-menu a.is-active {
	text-decoration: underline;
}
footer ul.footer-menu a:before {
    position: absolute;
	left: clamp(-60px,-7vw,-44px);
	top: 10%;
	content: "";
    width: clamp(22px,4vw,44px);
    height: clamp(13px,4vw,26px);
    display: block;
    background-image: url("images/arrow_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (min-width:450px){
	tbody tr {
		display: table-row;
	}
	tbody tr th {
		margin-bottom: 0;
	}
}
@media screen and (min-width:750px){
	.hero-image .page-title-wrapper {
		position: absolute;
		top: clamp(100px,12vw,300px);
		margin: 0 auto 0 0;
		border-radius: 0 clamp(20px,4vw,50px) clamp(20px,4vw,50px) 0;
		background-color: rgba(103,23,99,0.74);
	}
}
@media screen and (min-width:1024px){
	.hero-image .page-title-wrapper {
		width: 50%;
	}
	.main .content {
    	width: 68%;
    	max-width: 1305px;
	}
	.header .branding {
    	left: 16%;
	}
	.footer .footer-inner {
    	width: 68%;
	}
	.hero-image .page-title-wrapper {
		padding: 0 0 0 16%;
	}
}
