*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* HEADER */

header{
    padding: 10px 0;
    background-color: #467146;
}

.header_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1195px;
    width: 100%;
    margin: auto;
}

.logo_container{
    max-width: 280px;
    width: 100%;
    height: auto;
}

.logoheader_desktop{
    width: 100%;
    height: auto;
}

.logoheader_mobile{
    display: none;
}

.navbar{
    max-width: 631px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: flex-end;
}

.navbar ul{
    display: flex;
    align-items: center;
    gap: 24px;
}

.navbar ul li{
    list-style-type: none;
}

.navbar ul li a{
    color: #DDEDDE;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.navbar button{
    display: flex;
    height: 36px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    background: #EABF1F;
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    border: none;
}

/* MOBILE FIRST NAV HIDDEN */
.menu_icon{
    display: none;
    cursor: pointer;
}

.title_container{
    display: flex;
    height: 200px;
    padding: 60px 0;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    background-image: url("https://img.fitralin.com/header_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title_container h1{
    color: #000;
    font-family: "Open Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 83.2px */
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* MAIN */

main{
    padding: 40px 0;
    background-color: #FFFFFF;
}

.main_container{
    display: flex;
    max-width: 1320px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin: auto;
}

.subtitle{
    color: #222;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}

.application_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
}

.application{
    border-radius: 10px;
    background: #F8F7F9;
    display: flex;
    padding: 48px 60px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    width: 100%;
}

.application_img{
    max-width: 210px;
    width: 100%;
    max-height: 210px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application_img img{
    width: 100%;
    height: auto;
    margin: auto;
}

.width{
    width: 80% !important;
}

.application div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.application h3{
    color: #222;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
}

.application p{
    color: #222;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}

/* FAQS */

.faqs_wrapper{
    padding: 56px 0;
}

.faqs_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    max-width: 1320px;
    width: 100%;
    margin: auto;
}

.faqs_container h2{
    color: #000;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}

.faqs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
}

.faq{
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid rgba(33, 37, 41, 0.25);
}

.faq h3{
    color: #000;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 27.3px */
}

.faq p{
    color: #000;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 27.3px */
}

/* SIDE EFFECTS */

.sideeffects_wrapper{
    padding-bottom: 40px;
}

.sideeffects_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    max-width: 1320px;
    width: 100%;
    margin: auto;
}

.sideeffects_container h2{
    color: #222;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px; /* 120% */
}

.sideeffects_container ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding-left: 20px;
}

.sideeffects_container ul li{
    color: #222;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}

/* FOOTER */

footer{
    background: #222;
    padding: 48px 0;
}

.footer_container{
    max-width: 1320px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.footer_container img{
    max-width: 125px;
    width: 100%;
    height: 36px;
}

.footer_container p{
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
}

/* RESPONSIVE DESIGN*/

@media (max-width: 475px) {
    .main_container, .footer_container, .faqs_container, .sideeffects_container {
        width: 90%;
    }
    header {
        display: flex;
        width: 100%;
        padding: 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .title_container{
        display: flex;
        width: 100%;
        height: 200px;
        padding: 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .title_container h1{
        font-size: 48px;
        line-height: 130%; /* 62.4px */
    }
    .application{
        padding: 48px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .sideeffects_container h2{
        font-size: 24px;
    }
}



/* BURGER BAR */

.hidden{
    display: none;
}

@media (max-width: 475px){
    .navbar{
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(8px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        transition: right .3s ease;
        padding: 24px;
    }
    .navbar.active{
        right: 0;
    }
    .navbar ul{
        flex-direction: column;
        gap: 32px;
    }
    .navbar button{
        width: 100%;
        justify-content: center;
    }
    .header_container {
        justify-content: space-between;
    }
    .navbar ul li a{
        font-size: 22px;
    }
    .logoheader_mobile{
        display: block;
        width: 132px;
    }
    .logoheader_desktop{
        display: none;
    }
    .menu_icon{
        display: block;
        z-index: 200;
    }
}