/* --------------- model page -------------- */

.page-template-template-model .container{
    max-width: 1200px;
}

.page-template-template-model{
    font-family: "apercu_regular", sans-serif;
}
 
.model_hero {
    text-align: center;
    padding: 6rem 0 0;
    position: relative;
	background-color: transparent;
}

.model_hero-clippath{
    background-color: #00afd7;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 79%, -16% 55%, 0% 43%);
    position: absolute;
    width: 100%;
    height: 60%;
    z-index: -1;
    top: 0;
    left: 0;
}

.model_hero .model_hero-heading{
    color: #fff;
    text-transform: uppercase;
    font-size: 7rem;
    margin: 0;
    font-family: "Pancho-Semibold", sans-serif;
	position: relative;
}

.model_hero .model_hero-heading span{
    font-size: 0.5em;
    display: block;
    letter-spacing: 2px;
    margin-bottom: -30px;
}

.model_hero-image{
    margin-top: -3.5rem;
	z-index: 2;
    position: relative;
}

.model_hero-content h2{
    font-family: "Pancho-Semibold", sans-serif;
    color: #194e83 !important;
}
.model_hero-content h2 span.tblue{
	color: #00afd7;
}
.model_hero-content p{
    font-size: 2rem;
    line-height: 1.3;
    color: #194e83;
    max-width: 980px;
    margin: 0 auto;
}
.model_how-it-works p:last-child{
    margin-bottom: 0;
}

.model_how-it-works{
    padding: 6rem 0;
}
.model_how-it-works .container{
    position: relative;
}

.model_how-it-works_content_after{
    position: absolute;
    width: 170px;
    bottom: -20px;
    z-index: 2;
    right: 230px;
}

.model_how-it-works_content{
    max-width: 80%;
    margin: 0 auto;
    background-color: #e6f7fb;
    margin-top: -13rem;
    padding: 10rem 3rem 7rem;
    color: #000;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 96%, -16% 55%, 0% 43%);
    z-index: -1;
    position: relative;
}
.model_how-it-works_content ul{
    padding-left: 2rem;
}
.model_how-it-works_content-heading,
.model_how-it-works_content h4{
    color: #194e83 !important;
    font-family: "apercu_bold", sans-serif;
}

.model_how-it-works_content blockquote{
    padding: 1.5rem;
    color: #fff;
    background-color: #00afd7 !important;
    display: block;
    margin-bottom: 2rem;
}
.model_how-it-works_content blockquote::before,
.model_how-it-works_content blockquote::after{
	display: none !important;
}
.model_how-it-works_content blockquote p{
    margin-bottom: 1rem;
}
.model_how-it-works_content blockquote p:last-child{
    margin-bottom: 0;
}

.model_form-inner {
    max-width: 75%;
    margin: 0 auto;
}
.model_form{
    padding-bottom: 6rem !important;
}
.model_form .gfield_label{
    font-family: "apercu_regular", sans-serif;
    font-weight: normal !important;
}
.model_form .gfield{
    margin-bottom: 1.5rem;
}

.model_form textarea,
.model_form input[type="text"],
.model_form input[type="tel"]{
    border-radius: 0 !important;
}

.model_form .gfield_html{
    margin-bottom: 1rem;
}
.model_form .checkbox-ways input{
    display: none !important;
}

.model_form .checkbox-ways{
	position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
.model_form .checkbox-ways input[type="checkbox"] + label::before {
    width: 1rem;
    height: 1rem;
    border-color: #a3a0a0 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.model_form .checkbox-ways input[type="checkbox"] + label{
    padding-left: 1.5rem;
}
.model_form form{
    position: relative;
}

.model_form input[type="submit"]{
    background: #84bc54 !important;
    border-radius: 0 !important;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0.9rem 2rem;
}

.model-footer{
    border-top: 1px solid #ddd;
    padding: 1.5rem 0;
    text-align: center;
}

.model-footer .model-footer_links ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.model-footer .model-footer_links ul li{
    margin-left: 1rem;
    font-size: 0.85rem;
}
.model-footer .model-footer_links ul li a{
    text-decoration: underline;
}
.model-footer .footer-col:first-child{
    margin-right: auto;
}
.model-footer .text-logo{
    font-weight: bold;
    font-family: "Pancho-Semibold", Sans-serif;
    font-size: 15px;
    color: #687585;
    margin-left: 1rem;
	position: relative;
    top: 2px;
}

.model-footer_logo{
    line-height: 1;
    display: inline-block;
}

.model-footer_logo img{
    width: 55px;
}
.model-footer_logo .footer-logos{
    display: flex;
    align-items: center;
}


.model-social_links{
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
    margin-left: 1rem;
}

.model-social_links a{
    display: inline-block;
    margin-left: 1rem;
    line-height: 1;
}
.model-social_links img{
    height: 17px;
}

.model-footer_copyright{
    font-size: 0.85rem;
}


.model_hero-heading .icon-squirrel{
    position: relative;
    font-style: normal;
}
.model_hero-heading .icon-squirrel:after{
    content: '';
    background: url("/wp-content/uploads/2022/09/Asset-318.png") center no-repeat;
    position: absolute;
    width: 39px;
    background-size: contain;
    height: 33px;
    top: -20px; 
    left: -2px; 
}
.model_form .gform_footer{
    position:relative;
}
.model_form .gform_footer:after{
    position: absolute;
    content: '';
    background: url("/wp-content/uploads/2022/09/Asset-334.png") center no-repeat;
    padding: 61px;
    background-size: contain;
    top: -28px;
    left: 150px;
}

.model_how-it-works_content-contents li strong{
	color: #1c4d7a;
}

.model_how-it-works_content-contents p,
.model_how-it-works_content-contents li{
    font-size: 1.25rem;
    line-height: 1.3;
}
.model_how-it-works_content-contents li{
    margin-bottom: 0.5rem;
}

.model_how-it-works_image{
	text-align: center;
}

.float-text-image{
	position: absolute;
	top: 50%;
	width: 11%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-left: -2.6em;
	margin-top: -0.7em;
}

@media only screen and (min-width: 960px){
    .model-footer_logo img{
        border-right: 1px solid #ddd;
        padding-right: 1rem;
    }
    .footer-logos{
        display: flex;
        justify-content: center;
    }
    .model-footer .footer-row{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (max-width: 959px){
	.float-text-image{
		width: 8%;
	}
    .model-footer_logo:first-child{
        display: block;
        margin-bottom: 1rem;
    }
    .model_how-it-works_content{
        clip-path: none;
    }
    .model_hero .model_hero-heading span{
        margin-bottom: 0;
    }
    .model_hero .model_hero-heading{
        font-size: 4rem;
        line-height: 1;
    }
    .model_hero-heading .icon-squirrel:after{
        top: -22px;
        left: -2px;
        width: 24px;
    }
    .model_hero-image{
        margin-top: 0;
    }
    .model-footer_copyright{
        margin-top: 1rem;
    }
    .model-footer .model-footer_links ul{
        justify-content: center;
    }
    .model-footer .model-footer_links ul li{
        margin: 0 0.5rem;
    }
    .model-social_links{
        justify-content: center;
        margin-top: 1rem;
    }
    .model-social_links a{
        margin: 0 0.5rem
    }
}
@media only screen and (max-width: 600px){
    .model_hero-image,
    .model_how-it-works_content_after,
    .model_form .gform_footer:after{
        display: none;
    }
    .model_hero-clippath{
        height: 47%;
        clip-path: none;
    }
    .model_hero .model_hero-heading span{
        margin-bottom: 0.5rem;
    }
    .model_hero .model_hero-heading {
        margin-bottom: 4rem;
    }
    .model_how-it-works_content{
        padding: 0.5rem 1.5rem 1.5rem;
		
        margin: auto;
    }
    .model_how-it-works_image{
        display: none;
    }
    .model_how-it-works{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .model_hero-content p{
        font-size: 1.5rem;
    }
    .model_form-inner{
        max-width: 100%;
        padding: 1.5rem;
    }
    .model_hero{
        padding-top: 3rem;
    }
}
