
@font-face {
    font-family: 'Norms';
    src: url('../fonts/TTNorms-Bold.eot');
    src: url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTNorms-Bold.woff2') format('woff2'),
    url('../fonts/TTNorms-Bold.woff') format('woff'),
    url('../fonts/TTNorms-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}

.header_box{
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    padding: 0.55rem 1.85rem;
    padding-bottom: 0.65rem;
    border-radius: 20px;
}
.logo{
    display: block;
    width: 6.875rem;
    margin-top: 0.3rem;
}
.container {
    width: 80rem;
}
header {
    top: 1.5rem;
    transition: all 0.35s;
}
header.shadow{
    top: 0;
}
.header_btn{
    font-size: 0.875rem;
    border: 0.5px solid #FFF;
    padding: 0.95rem 2.9rem;
    border-radius: 10px;
    color: white;
}
.header_btn:hover{
    background-color: white;
    color: black;
}
.socials{
    margin-right: 1.2rem;
}
.socials a{
    display: inline-block;
    margin-left: 1rem;
}
.socials a:hover{
    opacity: 0.5;
}
.socials a img{
    width: 1.5rem;
}
.menu{
    margin-left: 6.1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.menu a{
    display: inline-block;
    border: 1px solid transparent;
    padding: 0.625rem 0.938rem;
    border-radius: 10px;
    margin-right: 0.3rem;
    color: white;
}

.section_title{
    font-weight: 700;
    font-family: Norms, sans-serif;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1.2rem;
    color: #41B84C;
}
#box-1{
    height: 44rem;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    position: relative;
}
#box-1 .container{
    position: relative;
    z-index: 4
}
.box1_text{
    width: 35rem;
}
.box1_btns{
    margin-top: 6.5rem;
}
.box1_btns .btn{
    margin-right: 0.9rem;
}
.btn{
    border-radius: 10px;
    background: #41B84C;
    color: white;
    display: inline-block;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 0 2.1rem;
    min-width: 12.9rem;
    border: 1px solid #41B84C;
    transition: all 0.35s;
}
.btn:hover{
    background: #499850;
    border-color: #499850;
    color: white;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
}
.btn.black{
    border: 1px solid #41B84C;
    background: #343439;
}
.btn.black:hover{
    background: #616166;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
#box-1:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(0deg, #FFF 8.44%, rgba(255, 255, 255, 0.50) 16.09%, rgba(255, 255, 255, 0.00) 24.41%);
    z-index: 1;
}
#box-1:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(118deg, #FFF 8.44%, rgba(255, 255, 255, 0.50) 28.28%, rgba(255, 255, 255, 0.00) 49.84%);
    z-index: 2;
}
#box-2{

}
.section_title.upper{
    text-transform: uppercase;
    font-size: 2.5rem;
}
.btn.full{
    min-width: unset;
    width: 100%;
    padding: 0;
}
.service_item{
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: -4px 4px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 1.2rem 1rem;
}
.service_item:hover{
    color: black;
}

.btn:hover{
    color: white;
}

.service_img img{
    transition: all 0.25s;
}
.service_img{
    border-radius: 16px;
    overflow: hidden;
    height: 15.625rem;
}
.service_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    min-height: 3rem;
}
.service_anons{
    margin-bottom: 1rem;
}
.service_slider .slick-list, .rev_slider .slick-list{
    display: flex;
    margin: 0 -10px;
    padding: 20px 0;
    overflow: unset;
}
.service_slider .slick-track, .rev_slider .slick-track{
    display: flex;
}
.service_slider .slick-slide > div, .rev_slider .slick-slide > div{
    height: 100%;
    padding: 0 10px;
}
.rev_slider .slick-arrow{
    top: 50%;
}
#box-3{
    padding-top: 3.7rem;
}
.quiz_alert.error{
    color: red;
    animation: headShake 1s;
}
.quiz_item:not(.success){
    padding-bottom: 2rem;
}
.quiz_checks_row{
    /*min-height: 11rem;*/
}
.quiz{
    padding: 2.1rem 1.9rem;
    padding-bottom: 0;
    border-radius: 20px;
    border: 1px solid #41B84C;
    /*min-height: 31.1rem;*/
    background-image: url("../img/quiz.jpg");
    background-size: cover;
    background-position: center center;
}
.quiz_pag{
    display: flex;
    margin-bottom: 2.5rem;
}
.quiz_pag span{
    width: 9.125rem;
    height: 5px;
    background: white;
    border-radius: 10px;
    transition: all 0.35s;
    margin-right: 0.6rem;
}
.quiz_pag span.active{
    background: #41B84C;
}
.quiz_num{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.3rem;
}
.quiz_title{
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.18px;
    margin-bottom: 0.9rem;
}
.quiz_label{
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    height: 3.75rem;
    padding: 0 1.8rem;
    cursor: pointer;
    transition: all 0.35s;
}
.form_icon{
    width: 1.125rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    pointer-events: none;
}
select {
    appearance: none;
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none;    /* For Firefox */
    text-indent: 1px;         /* Optional: adjust text position */
    text-overflow: '';        /* Optional: prevent text overflow */
    background-image: none;   /* Important for some scenarios, especially when using frameworks like Tailwind CSS with the forms plugin */
}

/* For Internet Explorer */
select::-ms-expand {
    display: none;
}
.quiz_label input{
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    border: 1px solid #D9D9D9;
    width: 1.188rem;
    height: 1.188rem;
    border-radius: 50%;
    margin-right: 0.6rem;
    filter: grayscale(1);
    opacity: 0.9;
}
.quiz_label:hover{
    background: #f8f8f8;
}
.quiz_alert{
    margin-bottom: 2.6rem;
}
.quiz_checks_row .mb_30{
    margin-bottom: 1rem;
}
.quiz_bottom .btn{
    text-transform: uppercase;
    min-width: 22rem;
}
.quiz_back{
    margin-bottom: 1rem;
}
.quiz_back img{
    width: 1.425rem;
    /*display: block;*/
    margin-right: 0.2rem;
}
#box-4{
    padding-top: 5rem;
}
.about{
    border: 3px solid #41B84C;
    color: white;
    border-radius: 20px;
    padding: 1.7rem 1.7rem;
    background-image: url("../img/about_bg.jpg");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.about .section_title{
    color: white;
}
.border_img{
    border-radius: 15px;
    overflow: hidden;
}
.about_text{
    padding-top: 3.4rem;
}
.section_title span{
    font-size: 2rem;
    display: block;
}
.about_text .section_title{
    margin-bottom: 1.5rem;
}
.preim_title{
    font-family: Norms, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #41B84C;
}
.preim_title span{
    font-size: 1.875rem;
    text-transform: uppercase;
}
.preim_row{
    margin-top: 0.6rem;
}
.preim_item:last-child .preim_title{
    font-size: 2.188rem;
}
#box-5 {
    padding-top: 4.8rem;
}
.rev_item{
    border-radius: 20px;
    background: #FFF;
    box-shadow: -4px 4px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 1.2rem 1.2rem;
    height: 100%;
}
.rev_img {
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    overflow: hidden;
}
.rev_title{
    width: calc(100% - 3.625rem);
    padding-left: 1.2rem;
    font-size: 1.25rem;
    font-weight: 500;
}
.big_mar{
    margin-bottom: 2.1rem;
}
.rev_top{
    margin-bottom: 1.5rem;
}
.rev_more{
    opacity: 0.5;
}
#box-6{
    padding-top: 3.4rem;
}
.form{
    border-radius: 20px;
    border: 1px solid #41B84C;
    background-image: url("../img/form_bg.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    box-shadow: 0 4px 30px 0 rgba(63, 95, 45, 0.25);
    padding: 3rem 3.5rem;
    padding-bottom: 4.4rem;
    padding-right: 2.3rem;
}
.form .section_title{
    color: white;
}
.section_title.sm{
    font-size: 2rem;
}
.form-group{
    margin-bottom: 1.1rem;
}
.quiz_success_content .quiz_title{
    font-size: 2.5rem;
    text-transform: uppercase;
}
.form-control{
    border-radius: 10px;
    padding: 1.3rem 2rem;
    width: 100%;
}
.quiz_item .policy a{
    color: black!important;
}
.quiz_item:not(.factive){
    display: none;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.5);
}
.policy{
    line-height: 1.1;
    margin-bottom: 1.1rem;
    font-size: 0.75rem;
}
.form_row{
    position: relative;
    z-index: 2;
}
.form_img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41.118rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    color: white;
    text-decoration: none;
}
#box-7 {
    padding-top: 4.8rem;
    padding-bottom: 3.7rem;
}
#box-7 .section_title{
    margin-bottom: 1.5rem;
}
.cont_tiem{
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    height: 22.4rem;
    border-radius: 20px;
    padding: 1rem 1.2rem;
    padding-bottom: 1.8rem;
    color: #A0DBA5!important;
    background: black;
}
.cont_tiem.c2{
    align-items: flex-end;
    color: black!important;
}
.cont_tiem:hover .ab_img{
    opacity: 0.7;
}
.cont_tiem .ab_img{
    transition: all 0.35s;
}
.cont_tiem.c3{
    color: white!important;
}
.cont_tiem.c3 .cont_arrow{
    background: #41B84C;
}
.cont_tiem.c3 .cont_arrow img{
    filter: brightness(0) invert(1);
}
.cont_flex{
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 2;
}
.cont_arrow{
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_arrow img{
    width: 1.1rem;
}
.footer_logo{
    display: block;
    width: 12.5rem;
    margin-left: -0.6rem;
}
footer{
    padding-top: 3.1rem;
    padding-bottom: 4rem;
    background-image: url("../img/footer.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
}
footer a{
    color: white;
}
.footer_menu {
    margin-left: 3.6rem;
    font-size: 0.875rem;
    padding-top: 0.7rem;
}
.footer_menu a{
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.25rem;
}
footer .socials{
    margin-right: 0;
}
footer .socials a {
    margin: 0;
    margin-right: 0.9rem;
}
footer .socials a img {
    width: 2.3rem;
}
.footer_form_title{
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
.footer_form .form-control{
    padding: 1rem 1.3rem;
    font-size: 0.875rem;
}
.footer_form .policy{
    margin-top: 1rem;
}
.footer_bottom{
    border-top: 1px solid #F4ECDD;
    margin-top: 1.4rem;
    padding: 1.3rem 0;
}
.footer_bottom a{
    color: rgba(255,255,255,0.8);
}
.footer_bottom a:hover{
    color: white;
}
.footer_form .btn{
    position: absolute;
    right: 0;
    top: 0;
    min-width: unset;
}
.footer_form .btn span {
    height: 2.925rem;
}
.page{
    padding-top: 9rem;
    padding-bottom: 4rem;
}
.result{
    font-size: 0.875rem;
}
.footer_form .result p{
    margin: 0;
    margin-top: 1rem;
}

