@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    border-radius: 15px 15px 0px 0px;
    background: linear-gradient(0deg, rgba(255, 250, 233, 0.50) 0%, rgba(255, 250, 233, 0.50) 100%), #FFF;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
}

.logo_header_dls {
    display: flex;
    justify-content: space-between;
    padding: 7px 39px 7px 27px;
    background: linear-gradient(0deg, rgba(24, 44, 88, 0.05) 0%, rgba(24, 44, 88, 0.05) 100%), #FFFDF4;
    align-items: center;
}
.logo_header_dls img{    width: 180px;}
.logo_header {
    position: fixed;
    width: 100%;
}

.logo_header_dls a:last-child {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container_wrap {
    width: 100%;
    max-width: 768px;
    padding: 0;
    margin: auto;
}

.ai_para {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 75.47px;
}

.ai_lefts {
    display: flex;
    padding: 0px 5px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 3px solid var(--Navy, #182C58);
}

.ai_lefts p {
    color: var(--Navy, #182C58);
    font-family: "JetBrains Mono";
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -5.4px;
    margin-bottom: 0;
}

.ai_lefts span {
    color: var(--Navy, #182C58);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 103%;
    letter-spacing: -4.5px;
}

.ai_rights {
    display: flex;
    height: 91px;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.ai_rights p {
    display: flex;
    width: 100%;
    height: 90px;
    max-width: 384px;
    flex-direction: column;
    justify-content: center;
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.right_side_menus li a {
    display: flex;
    padding: 8px 10px;
    align-items: flex-start;
    gap: 10px;
    color: var(--75-navy, rgba(24, 44, 88, 0.75));
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: fit-content;
    background: var(--5-navy, rgba(24, 44, 88, 0.05));
}

.right_side_menus ul {
    display: flex;
    width: 211px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.main_our_generations {
    display: flex;
    padding-bottom: 120px;
}

.right_side_menus {
    position: fixed;
    right: 25px;
    top: 144px;
}

.hero_img {
    margin-top: 10px;
}

.hero_img img {
    width: 100%;
}



.our_world_para {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.our_world_para p {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.sign_your_msg {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.sign_your_msg a:first-child {
    border-radius: 2px;
    display: flex;
    width: 370px;
    padding: 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Navy, #182C58);
    color: var(--Cream, #FFFAE9);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    flex: 1 0 0;
    font-weight: 500;
    line-height: 100%;
    height: 40px;
}

.sign_your_msg a:last-child {
    display: flex;
    width: 370px;
    padding: 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 2px solid var(--Navy, #182C58);
    color: var(--Navy, #182C58);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.our_signatures_wrap {
    margin-top: 20px;
    padding: 40px 0px;
}

.our_signatures_title h4 {
    color: var(--Red, #FF6347);
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 0;
}

.leaders_cols {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.leaders_cols .left_leaders_cols {
    width: 100%;
    max-width: 370px;
    margin-top: 16px;
}

.leaders_cols .left_leaders_cols h2 {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.leader_list h4 {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.leader_list p {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

.leader_list_col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.see_all_sigbtn a {
    margin-top: 52px;
    display: flex;
    padding: 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 2px solid var(--Navy, #182C58);
    color: var(--Navy, #182C58);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.encode_jusrtice_para p:first-child {
    color: var(--Navy, #182C58);

    /* Body/Paragraph 14px */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    /* 21px */
}

.encode_jusrtice_para h6 {
    color: var(--Navy, #182C58);
    /* Header/H4 Inter Regular 24px */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
}

.encode_jusrtice_para {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 38px;
}

.encode_jusrtice_para ul {
    padding: revert;
    list-style: auto;
}

.encode_jusrtice_para ul li a,
.encode_jusrtice_para ul li {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
}

.get_involed {
    /* display: flex; */
    padding: 30px 70px 30px 40px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 2px;
    background: var(--Navy, #182C58);
}

.get_involed h4 {
    color: var(--Yellow, #FEFE19);
    font-family: "JetBrains Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 0;

}

.add_yours_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 12px;
}

.add_yours_title h2 {
    color: var(--Cream, #FFFAE9);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.5px;
    margin-bottom: 0;
}

.get_involed p {
    color: var(--Cream, #FFFAE9);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    max-width: 487px;
    margin-top: 14px;
    margin-bottom: 0;
}

.call_to_action {
    margin-top: 95px;
}

.call_to_action h4 {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: var(--Red, #FF6347);
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 18px;
}

.call_to_action h2 {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.5px;
    width: 100%;
    /*    max-width: 680px;*/
}

.call_to_action img {
    width: 100%;
    margin: 20px 0;
}

.call_writes_para p {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.call_writes_para p a {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
}

.call_writes_para {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.our_calls_action {
    margin-top: 50px;
    padding: 40px 40px 60px 40px;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--25-red, rgba(255, 99, 71, 0.25));
}

.our_calls_action h4 {
    color: var(--Red, #FF6347);
    font-family: "JetBrains Mono";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
}

.our_calls_action ul {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.our_calls_action ul li {
    list-style: disc;
    color: var(--Navy, #182C58);
    /* Body/Big Para. 18px */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.second_actions h2 {
    max-width: 768px;
}

.all_cell_end {
    border: 1px solid var(--Navy, #182C58);
    margin-top: 75px;
    margin-bottom: 54px;
}

.guideby_dip_para p {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.guideby_dip_para p a {
    color: var(--Red, #FF6347);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.guideby_dip_para {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.social_medias {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 40px;
    padding-top: 40px;
}

.social_media_icons {
    display: flex;
    gap: 12px;
}

.social_media_dls span {
    color: var(--50-navy, rgba(24, 44, 88, 0.50));
    font-family: "JetBrains Mono";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.support_teams {
    margin-top: 100px;
}

.support_teams_titles h6 {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: var(--Red, #FF6347);
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 18px;
}

.support_teams_titles h2 {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.5px;
    margin-bottom: 0;
}

.our_signators {
    margin-top: 40px;
}

.our_signators h2 {
    border-bottom: 1px solid #182C58;
    width: 324px;
    padding-bottom: 10px;
}

.leaders_cols.our_signators {
    justify-content: space-between;
}

.our_signators .leader_list h4 {
    margin-bottom: 0;
}

.our_signators .leader_list_col {
    gap: 30px;
}

.leaders_cols.our_signators .left_leaders_cols h2 {
    margin-bottom: 40px;
}

.flg_leader_list {
    display: flex;
    gap: 29px;
}

.flg_leader_list .flag_coun img {
    width: 40px;
    height: 25px;
}

.see_more_coun a {
    display: block;
    width: 370px;
    height: 40px;
    padding: 1px 0px;
    justify-content: center;
    align-items: center;
    color: var(--Navy, #182C58);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    border-radius: 2px;
    border: 2px solid var(--Navy, #182C58);
    gap: 10px;
    width: 100%;
    float: left;
}

.community_supprt {
    margin-top: 75px;
}

.community_supprt_title h2 {
    width: 100%;
    max-width: 728px;
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #182C58;
    padding-bottom: 10px;
}

.our_community {
    gap: 75px;
}

.leaders_cols.our_community .left_leaders_cols {
    max-width: 350px;
}

.seemore_couns a {
    margin-top: 40px;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 1px 0px;
    justify-content: center;
    align-items: center;
    color: var(--Navy, #182C58);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    border-radius: 2px;
    border: 2px solid var(--Navy, #182C58);
    gap: 10px;
    width: 100%;
    float: left;
}

.sign_the_states {
    margin-top: 120px;
}

.states_title h6 {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: var(--Red, #FF6347);
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
}

.states_title h2 {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.states_title p {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}

.states_forms {
    display: flex;
    width: 100%;
    max-width: 750px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.states_forms input[type=text],
.states_forms select {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid var(--Navy, #182C58);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: transparent;
}

.states_forms input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.states_forms input[type=submit]:hover {
    background-color: #45a049;
}

.states_forms input::placeholder {
    color: var(--75-navy, rgba(24, 44, 88, 0.75));

    /* Misc./Eyebrow JetBrains Mono */
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
}

.check_currentally {
    width: 100%;
    display: inline-block;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 20px;
}

.check_currentally input {
    width: 18px;
    height: 18px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 2px;
    border: 2px solid var(--Navy, #182C58);
}

.check_currentally input[type=checkbox] {
    border-radius: 2px;
    border: 2px solid var(--Navy, #182C58);
}

.check_currentally span {
    color: var(--75-navy, rgba(24, 44, 88, 0.75));
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.end_check_lorems {
    margin: 20px -20px;
}

.end_check_lorems .check_currentally p {
    width: 372px;
    flex-shrink: 0;
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.end_check_lorems .check_currentally p span {
    margin-bottom: 0;
    color: var(--50-navy, rgba(24, 44, 88, 0.50));
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.add_voices {
    display: flex;
    width: 750px;
    padding: 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: var(--Navy, #182C58);
    color: var(--Cream, #FFFAE9);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border: none;
    margin: 20px -20px;
}

.foo_sec {
    border-radius: 2px;
    background: var(--Navy, #182C58);
    padding: 60px 70px 60px 40px;
}

.footer_title h6 {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: var(--Yellow, #FEFE19);
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 26px;
}

.footer_title .add_yours_title h2 {
    color: var(--Cream, #FFFAE9);
    font-family: Inter;
    font-size: 95px;
    font-style: normal;
    font-weight: 400;
    line-height: 103%;
    letter-spacing: -4.75px;
    margin-bottom: 24px;
}

.foo_lastpara p {
    color: var(--Cream, #FFFAE9);

    /* Body/Big Para. 18px */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    max-width: 750px;
    margin-bottom: 0;
}

.bottom_footer {
    background: var(--Cream, #FFFAE9);
    padding: 7px 24px 7px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_foo_btm {
    display: flex;
    gap: 40px;
}

.right_foo_btm a {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.right_foo_btm span {
    color: var(--Navy, #182C58);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.flag_leader_list_div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.see_more_coun a.see_less_btn {
    display: none;
}

.seemore_couns a.see_less_btn {
    display: none;
}

/*  01-04*/

.toggle_menuss .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.toggle_menuss .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menuss .overlay a {
    padding: 8px 25px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: "JetBrains Mono";
    font-size: 16px;
    text-align: left;
}

.toggle_menuss .overlay a:hover,
.toggle_menuss .overlay a:focus {
    /* color: #f1f1f1; */
}

.toggle_menuss .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    padding: 0;
}

.our_community {
    display: block;
}

.leaders_cols.our_community .left_leaders_cols {
    max-width: 100%;
}

.our_community .flg_leader_list {
    width: 50%;
}

.our_community .leader_list_col {
    display: flex;
    flex-direction: unset;
    gap: 30px 0;
    flex-wrap: wrap;
}

.see_all_btn {
    display: block;
    width: 370px;
    height: 40px;
    padding: 1px 0px;
    justify-content: center;
    align-items: center;
    color: var(--Navy, #182C58);
    text-align: center;
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    border-radius: 2px;
    border: 2px solid var(--Navy, #182C58);
    gap: 10px;
    width: 100%;
    margin-top: 30px
}

.support_teams_titles h2 .color-accent {
    display: none;
}

.toggle_menuss .overlay {
    background: linear-gradient(0deg, rgba(255, 250, 233, 0.50) 0%, rgba(255, 250, 233, 0.50) 100%), #FFF;
}

@media screen and (max-height: 450px) {
    .toggle_menuss .overlay {
        overflow-y: auto;
        background: linear-gradient(0deg, rgba(255, 250, 233, 0.50) 0%, rgba(255, 250, 233, 0.50) 100%), #FFF;
    }

    .toggle_menuss .overlay a {
        font-size: 20px
    }

    .toggle_menuss .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.toggle_icons {
    display: none;
}

/* Press
--------------------------------------------- */
.press-logos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    margin: 4em auto;
}

.press-item {
	text-align: center;
	padding: 1.5em 2em;
	border: 1px solid rgba(24, 44, 88, 0.05);
	margin-right: -1px;
	margin-bottom: -1px;
}
.press-item h6 {
    color: #000000;
}

.press-item h6 span {
    display: block;
    margin-top: 8px;
    color: var(--Red, #FF6347);
}


.press-item:hover {
	background-color: var(--25-red, rgba(255, 99, 71, 0.25));
}

.press-item svg {
	height: auto;
	display: block;
	margin: 0 auto;
	width: 65%;
	max-height: 120px;
}

.press-details {
	margin-top: 10px;
}

@media screen and (max-width: 1100px) {
	.press-logos-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 768px)  {
	.press-logos-grid {
        grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 480px) {
	.press-logos-grid {
		margin: 0px;
		padding: 20px;
	}
	.press-logos-grid {
        grid-template-columns: 1fr;
	}
}