body{
    font-family: Roboto;
}

.skip-btn{display: none; justify-self: center; border-radius: 0; background: #070542; margin-right: 15px; width: calc(100% - 15px);}

.confetti-layer {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

.confetti {
    position: absolute;
    display: block;
    width: clamp(25px, 4vw, 70px);
    height: auto;
    object-fit: contain;
}

.confetti-1 {
    top: 53%;
    right: 2%;
    transform: rotate(0deg);
    width: clamp(55px, 11vw, 80px);
}

.confetti-3 {
    top: 10%;
    right: 48%;
    transform: rotate(-65deg);
    width: clamp(55px, 11vw, 130px);
}

.confetti-5 {
    top: 48%;
    left: 1%;
    transform: rotate(-10deg);
}

.confetti-6 {
    top: 5%;
    right: 1%;
    transform: rotate(-10deg);
}

.confetti-7 {
    bottom: 38%;
    left: 48%;
    transform: rotate(190deg);
}

.confetti-8 {
    bottom: 8%;
    left: 40%;
    transform: rotate(-45deg);
}

.confetti-9 {
    top: 2%;
    left: 13%;
    transform: rotate(0deg);
}



#hero { 
    background: #070542; 
    color: #fff; 
    padding: 0; 
    position: relative;
}

#hero-inner { 
    min-width: 100%; 
    margin: 0 auto; 
    display: flex; 
    gap: 5rem; 
    align-items: center; 
    justify-content: center; 
}

#hero-left {     
    margin-left: auto;
    padding: 1.5rem 0 1.5rem 3rem;
}

#hero-logo { 
    height:auto; 
    width:208px; 
}

#hero-logo-mobile{
    display:none;
}

#hero-logo img,
#hero-logo-mobile img{ 
    height:auto; 
    min-width:100%;
}

#yearsLogo-desktop{
    width: 490px;
    margin-top: 1rem;
    margin-left: -11px;
}

#yearsLogo-mobile{
    max-width: 100%;
    width: 405px;
    display: none;
    place-self: anchor-center;
    margin-top: -30px;
}

#hero-title { 
    font-size: clamp(3rem, 4.388vw, 4rem); 
    font-weight: 700; 
    line-height: 1.04; 
    margin: 0 0 1rem; 
    color: #fff; 
    text-decoration:none;
}

#hero-line1, 
#hero-line2 { 
    display: block;
}

#hero-line2 { 
    color: #FF4A65
}

#hero-text { 
    font-size: 1.125rem;
    line-height: 1.25;
    margin: 1.5rem 0 2rem;
    max-width: 500px;
    font-weight:300;
}

#hero-cta { 
    display: inline-block; 
    background: #FF4A65; 
    color: #fff;
    padding: 0.7rem 2.5rem;
    min-height: 49px;
    text-align: center; 
    font-weight: 300; 
    text-decoration: none; 
    font-size: 1.125rem; 
    margin-bottom: 1rem; 
}

#hero-cta span{ 
    font-weight: 700;  
}

.hero-cta-qual{     
    display: flex;
    font-size: 0.8125rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.hero-cta-qual-btn-a .hero-cta-qual{   
    color: white;
}

.hero-cta-qual-btn-a-w .hero-cta-qual{    
    color: #0A0447;
    letter-spacing: 5%;
    gap: 0.5em;
}

.hero-cta-qual-btn{    
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    	padding-bottom: 1.125rem;
    	padding-top: 1.125rem;
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: center;
    	overflow: hidden;
    	flex: 1 0 auto;
    	position: relative;
    	height: 100%;
    	border-radius: inherit;
    	transform: translate(0);
}

.hero-cta-qual-btn-a{    
    background-color: #ff4a65;
    border: solid 0px white;
    min-width: calc(50% - 10px);
}

.hero-cta-qual-btn-a-w{    
    background-color: #ffffff;
    border: solid 0px white;
    width:100%;
}

.x-row-inner{    
    display: flex;
    gap: 1.25rem;
    max-width: 400px;    
    width: 100%;
    flex-wrap: wrap;
}

#hero-prices { 
    font-size: 1rem;
    margin-bottom: 1.5rem; 
    display: flex; 
    max-width: max-content;
    line-height: 1.25;
}

#hero-prices div { 
    border-left: 1px solid #FF4A65; 
    padding: 0 1rem;
}

#hero-prices-short {
    max-width: 23ch;
    margin-right: 1rem;
}

#hero-prices-higher { 
    max-width: 27ch;
}
#hero-prices div p{ 
    margin-bottom: 0;
    font-weight: 300;
}
#hero-prices div span{ 
    color: #FF4A65;
    font-weight: 700;
}

#hero-images { 
    width: 50%;
    max-height: 670px;
    overflow: clip;
}

#hero-images img { 
    width: 100%;
    min-width: fit-content;
}


#section { 
	background: #eef0f2; 
	padding: 3rem 1.5rem; 
}

#section-inner { 
    max-width: 85%;
    width: 1110px;
    margin: 0 auto; 
    display: flex; 
    gap: 4rem; 
    align-items: start; 
}

#boxes { 
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
    margin: auto;
}

.box {
    background: #070542; 
    color: #fff; 
    padding: 1.5rem;  
    max-width: 390px;
    width: 390px;
    min-height: 162px;
    align-content: center;
}

.box h3 { 
    font-size: 1.125rem; 
    font-weight: 700; 
    margin: 0 0 1rem; 
    text-transform: uppercase; 
    color: #fff; 
    text-align: center; 
}

.box p { 
    font-size: 1rem; 
    margin: 0; 
    text-align: center; 
}

#form-card {  
    padding: 2rem 0;   
    max-width:550px;
    margin: auto;
}

#form-title {     
    color: #070542;
    font-size: 2.6rem;
    font-weight: 400;
    margin: 0 0 .5rem;
    text-transform: uppercase;
    column-gap: .25em;
    display: flex;
    flex-wrap: wrap;
}

#form-title .bold-span { 
    font-weight: 700; 
    display:flex;
    width: max-content;
}

#form-desc { 
    color: #070542; 
    font-size: 1.125rem; 
    margin-bottom: 1.5rem; 
}

.radio_answers label{
    padding: 0.25rem 0rem 0.25rem 1.5rem;
}

.radio_answers .form-check-input {
    display: block;
    height: 17px;
    width: 17px;
    align-self: center;
    margin: 0;
}

.col {
    padding-right:0;
}

.form-check input:checked + label {
    background-color: transparent;
    color: #070542;
}

.form-control{
    border: 1px solid #A1ABBA;    
    border-radius: 0;
}

.form-check-label a{
    color: #FF4A65;
}

.btn-primary{
    width: 100%;
    height: 49px;
    background: #FF4A65;
    border-radius: 0;
    font-size: 18px;
    border: none;
}

.small{
    font-size:12px;
    color: #070542;
}

@media (max-width: 1200px) { 
	#hero-inner {
        gap: 3rem;
    }
}

@media (max-width: 1024px) { 
    
    #hero-inner {
        gap: 1rem;
    }
    
    #section-inner {
        flex-direction:column;
        gap: 2rem;
    }
    
    #form-card { 
        order: -1; 
    } 
}

@media (max-width: 960px) { 
    #hero-images img{
    	display: flex;
    	justify-self: center;
	}
}
@media (max-width: 800px) { 

.confetti {
        width: clamp(22px, 10vw, 48px);
    }

    .confetti-1 {
        top: 13%;
        right: 3%;
    }

    .confetti-3 {
        top: 75%;
        left: -3%;
    }

    .confetti-5 {
        top: 28%;
        left: 6%;
    }

    .confetti-6 {
        top: 3%;
        right: 15%;
    }

    .confetti-7 {
        bottom: 5%;
        left: unset;
        right: -5%;
    }
    
    .confetti-8 {
        bottom: 45%;
        right: 3%;
        left: unset;
    }

    .confetti-9 {
        top: 8%;
        right: 2%;
    }
    #yearsLogo-desktop{
    	display: none;
	}

	#yearsLogo-mobile{
	    display: flex;
        z-index:99;
		position: relative;
	}
    
    #hero-images img {
        width: auto;
        min-width: -webkit-fill-available;
        max-width: 100%;
        position: relative;
        z-index: 1;
	}
    
    #hero-images {
        width: 100%;
        max-width: 460px;
        overflow: clip;
        padding: 1rem 0.5rem 0 0.5rem;
    	position: relative;
    	z-index: 1;
	}
    
    #hero-logo{
        display:none;
    } 
    #hero-logo-mobile { 
		display:block;
        height:auto; 
        width:203px; 
        margin-bottom: 0.5rem;
    }
    
    #hero-inner {
        flex-direction:column-reverse;
        gap: 0;
    }
    
    #hero-left {       
        min-width: fit-content;       
        max-width:100%;	
        margin-right: auto;
        padding: 0 1rem 2rem;
    	position: relative;
    	z-index: 21;
    }
    
	#hero-text { 
        text-align: center;
        margin: 1rem 0;
	}	
    
    #hero-prices { 
    	font-size: 1rem;
        flex-direction:column;
        gap: 0.2rem;
        width: 100%;
        max-width: 100%;
	}
    
    #hero-prices div {
	    border-left: 0px solid #FF4A65;
    	padding: 0;
	    text-align: center;
        margin:auto;
	}
    
    #hero-prices-short {
	    max-width: 100%;
    	margin: 0rem;
	}
    
    #hero-prices-higher {  
        max-width: 100%;
	}

    .x-row-inner {
    	margin: auto;
        gap:0.5rem;
	}
    
    .hero-cta-qual-btn-a{
        min-width: calc(50% - 4px)
    }
    
    #section-inner {
        flex-direction:column;
        gap: 2rem;
    }
    
    #form-card { 
        order: -1; 
    }
    
    #hero-cta{
    	margin: 0 auto 1rem auto;
		display: block;
	}
}
@media (max-width: 576px) {
    #hero-text{
        font-size:1.125rem
    }
	.col {
    	padding-right: 0;
    	padding-left: 0;
	}
    
    .btn-primary {
    	margin-left: 15px;
	}
    
    #boxes { 
    	max-width: 100%;
	}
    
    .box {    
    	max-width: 100%;
    	min-height: 162px;
	}
}
@media (max-width: 420px) {
    #hero-text,#hero-prices{
        font-size:1rem
    }
    
	#hero { 
    	padding:0rem 0.5rem 3rem
	}
}
@media (max-width: 380px) {
	#hero-title { 
    	font-size: 2.5rem;
	}
}
@media (max-width: 350px) {
	#hero-prices-higher {
        max-width: 27ch;
	}
}
@media (max-width: 340px) {
	#hero-title { 
    	font-size: 2rem;
    }
    
    .hero-cta-qual{
        font-size:0.8rem;
    }
}