/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Open-Sans, sans-serif;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    padding-left:6%;
    padding-right:6%;
    background-color: #FFF9EB;
    position: relative;
    overflow: hidden;
   
}
.wrapper.index {
    
}
.wrapper.basepage {
    background: #fff;
    background-image: none !important;
    justify-content: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #FFB104;
}
nav {
    display: flex;
    gap: 40px;
}
nav a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}
.header-index nav a {
    color: #FFF;
}
nav a.active, nav a:hover {
    color: #262626;
}
main {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.main-index {
    
}
.basepage-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
   
}
.basepage-main.legals {
    width: 70%;
    align-self: center;
    padding-top: 48px;
    padding-bottom: 48px;
}
.title {
    font-size: 57px;
    color: #262626;
    display: flex;
    align-items: center;
    gap: 32px;
    font-family: Open-Sans, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}

.subtitle {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #262626;
}
.description {
    font-family: Open-Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #262626;
    line-height: 1.5em;
    margin-bottom: 48px;
}
.disclaimer {
    font-family: Open Sans;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0px;
vertical-align: middle;
color: #262626;
   margin-top: 24px;
}
.disclaimer a {
    text-decoration: none;
    color: #FFB104;
}
.laptop {
    width: 40%;
}
.container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 600px;
    align-items: flex-start;
}

.button-scase {
    padding: 24px 36px;
    font-family: Open Sans;
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    box-shadow: 8px 12px 0px 0px #FE8C07;
    border: 3px solid #FE8C07;
    background-color: #FFB104;
    border-radius: 130px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.button-scase:hover, .button-index:hover {
    transform: scale(1.05);
}
.button-index {
 
    background-color: #FFB104;
    padding: 20px 30px;
    font-family: Open Sans;
font-weight: 700;
font-style: Bold;
font-size: 28px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0px;
text-align: center;
color: #FFFFFF;
display: flex;
gap: 10px;
color: #fff;
text-decoration: none;
text-transform: capitalize;
transition: all 0.3s ease;
border-radius: 6px;

}
.buttons {
    flex-direction: column;
    display: flex;
    gap: 24px;
}
footer {
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
font-family: Open-Sans, sans-serif;
color: #A7A7A7;
font-weight: 400;
}
.wrapper-before {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background: #F0F0F0;
}
.container-before {
    margin-top: 10px;
    width: 800px;
    padding: 24px;
    background: #FFF;
    border-radius: 12px;
}
.container-before.v2 {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}
.bluetop {
    background-color: #0368FD;
    padding: 20px;
}
.whitebottom {
    background-color: #FFF;
    padding: 20px;
}
.bluetop .description-before {
    color: #FFF !important;
}
.bluetop .title-before {
    color: #FFF !important;
}
.title-before {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    font-family: Open-Sans, sans-serif;
    margin-bottom: 24px;

}
.description-before {
    font-size: 16px;
    font-weight: 400;
    font-family: Open-Sans, sans-serif;
    margin-bottom: 24px;
   color: #262626;
   line-height: 1.2;
}
.ff-addons {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}
.button-before {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    background-color: #0368FD;
    padding: 16px 24px 16px 24px;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
    transition: transform 0.3s ease;
}
.button-before:hover {
    transform: scale(1.05);
}
.title-basepage {
    font-size: 56px;
    font-weight: 700;
    color: #262626;
    font-family: Open-Sans, sans-serif;

}
.description-basepage {
    font-size: 20px;
    font-weight: 400;
    color: #262626;
    font-family: Open-Sans, sans-serif;
    text-align: center;
    line-height: 1.5;
   
}
.list-basepage {
    font-size: 20px;
    font-weight: 400;
    color: #262626;
    font-family: Open-Sans, sans-serif;
    max-width: 45%;
    line-height: 1.5;
}
.list-basepage li {
    margin-bottom: 8px;
}
.list-basepage p {
    font-size: 32px;
    font-weight: 500;
    color: #262626;
    font-family: Open-Sans, sans-serif;
    line-height: 1.5;
    margin-bottom: 32px;
}
.email-class {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    font-family: Darker Grotesque, sans-serif;
    text-decoration: none;
}
.steps {
    display: flex;
    gap: 128px;
    margin-top: 48px;
}
.step {
    display: flex;

    gap: 12px;
}

.step-description {
    font-size: 33px;
    font-weight: 500;
    color: #262626;
    font-family: Darker Grotesque, sans-serif;
    line-height: 1.2;
}
.instructions {
    display: flex;
    justify-content: space-between;
}