html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
.landing_page {
    width: 100%;
}
/*      LANDING SECTION STYLING  -----------------------------------------------------------   */
.landing_section {
    width: 100%;
    background-image: url(landing_images/landing.webp);
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 90px;
    padding-bottom: 200px;
    margin-top: 0px;
}
.landing_section_heading {
    font-family: 'Poppins';
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    padding-top: 15px;
    letter-spacing: 0.01em;
}
.landing_section_paragraph {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    padding-top: 15px;
}
.landing_section_buttons_box {
    padding-top: 25px;
}
.landing_section_button_1 {
    width: 274px;
    height: 52px;
    background-color: black;
    color: white;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    border-style: none;
    margin-right: 10px;
    border-radius: 3px;
}
.landing_section_button_1:hover {
    background-color: white;
    color: black;
}
.landing_section_button_2 {
    width: 274px;
    height: 52px;
    background-color: #513169;
    color: white;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    border-style: none;
    margin-left: 10px;
    border-radius: 3px;
}
.landing_section_button_2:hover {
    background-color: white;
    color: black;
}
/*      LANDING SECTION INTRO STYLING  -----------------------------------------------------   */
.landing_section_intro {
    width: 100%;
    background-size: cover;
    background-image: url(landing_images/fol_background_edit.jpg);
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.landing_intro_title {
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    padding-bottom: 80px;
}
.landing_intro_paragraph_box {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.landing_intro_paragraph_1 {
    margin-right: 20px;
}
.landing_intro_paragraph_2 {
    margin-left: 20px;
}
/*      LANDING SECTION MEDIA STYLING   -----------------------------------------------------  */
.landing_section_media {
    width: 100%;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    padding-bottom: 80px;
}
.landing_section_media_buttons_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    margin-top: 40px;
    margin-bottom: 40px;
}
.landing_section_media_buttons_box a {
    width: 340px;
    height: 40px;
    background-color: black;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
    font-size: 17px;
    padding-top: 5px;
}
.landing_section_media_buttons_box a:hover {
    background-color: rgb(255, 255, 255);
    color: black;
}

.landing_media_box {
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.landing_media_box iframe {
    padding: 20px;
    width: 40%;
}
.landing_media_text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.landing_media_paragraph {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-top: 60px;
}
.landing_media_link {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 80px;
    color: black;
    text-decoration: underline;
}
/*      LANDING SECTION ABOUT OST STYLING   -------------------------------------------------  */
.landing_section_about_ost {
    width: 100%;
    background-color: #fcbb2e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
}
.landing_section_about_ost_text_block {
    width: 100%;
    padding: 30px;
    padding-left: 100px;
    padding-right: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.landing_section_about_ost_text_container {
    width: 100%;
}
.landing_section_about_ost_text_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
}
.landing_section_about_ost_text_list_heading {
    font-size: 24px;
    padding-top: 20px;
}
.landing_section_about_ost_text_list {
    font-size: 18px;
    padding-top: 40px;
    list-style-type: disc;
    line-height: 25px;
    padding-left: 30px;
}
.landing_section_about_ost_img {
    width: 100%;
}
.landing_section_about_ost_image_responsive {
    display: none;
  }
/*      LANDING SECTION OST MOTIVATION STYLING   --------------------------------------------  */
.landing_section_ost_motivation {
    width: 100%;
    background-color: rgb(252, 248, 237);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
}
.landing_section_ost_motivation_image_responsive {
    display: none;
  }
.landing_section_ost_motivation_text_block {
    padding-left: 40px;
    padding-right: 50px;
    width: 100%;
    padding-top: 40px;
}
.landing_section_ost_motivation_text_container {
    width: 100%;
}
.landing_section_ost_motivation_title {
    font-size: 50px;
    font-weight: 600;
}
.landing_section_ost_motivation_heading {
    font-size: 24px;
    font-weight: 400;
    padding-top: 20px;
    color: #654b12;
    letter-spacing: 0.1em;
}
.landing_section_ost_motivation_paragraph {
    font-size: 18px;
    padding-top: 30px;
    line-height: 25px;
    color: #313231;
}
.landing_section_ost_motivation_paragraph a {
    text-decoration: underline;
    color: black;
}
/*      LANDING SECTION ACHIEVE STYLING   ---------------------------------------------------  */
.landing_section_achive {
    width: 100%;
    background-color: white;
    background-image: url(landing_images/fol_background_2_edit2.jpg);
    background-size: cover;
    height: auto;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
    padding-top: 40px;
}
.landing_section_achive_title {
    font-size: 50px;
    font-weight: 600;
    color: white;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.landing_section_achive_blocks_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.landing_section_achive_block {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    background-color: white;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    border-radius: 15px;
    width: 30%;
    height: auto;
    margin: 15px;
}
.landing_section_achive_block_title {
    font-size: 23px;
    font-weight: 600;
}
.landing_section_achive_block_paragraph {
    font-size: 19px;
    padding-top: 30px;
    line-height: 25px;
}
/*      LANDING SECTION PLATFORM STYLING   --------------------------------------------------  */
.landing_section_platform {
    width: 100%;
    background-image: linear-gradient(#0B336E, #7392B9);
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    font-family: 'Poppins';
    color: white;
    padding-top: 180px;
    padding-bottom: 180px;
}
.landing_section_platform_image_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.landing_section_platform img {
    width: 90%;
}
.landing_section_platform_text_block {
    padding-right: 60px;
    width: 100%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.landing_section_platform_text_container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
}
.landing_section_platform_text_block_title {
    font-size: 50px;
    font-weight: 600;
}
.landing_section_platform_text_block_heading {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 35px;
    letter-spacing: 0.1em;
}
.landing_section_platform_text_block_paragraph {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin-top: 30px;
}
.landing_section_platform_text_block_button {
    width: 274px;
    height: 52px;
    background-color: black;
    color: white;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    border-style: none;
    margin-right: 10px;
    margin-top: 50px;
    border-radius: 3px;
}
.landing_section_platform_text_block_button:hover {
    background-color: white;
    color: black;
}
/*      LANDING SECTION BENEFIT STYLING   ---------------------------------------------------  */
.landing_section_benefit {
    width: 100%;
    background-color: rgb(169 140 190 / 31%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    color: #3C2301;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.landing_section_benefit_title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}
.landing_section_benefit_heading {
    font-size: 24px;
    font-weight: 400;
    padding-top: 20px;
}
.landing_section_benefit_paragraph {
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 50px;
    width: 80%;
    text-align: center;
}
.landing_section_benefit_blocks_title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 60px;
    text-align: center;
}
.landing_section_benefit_blocks_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.landing_section_benefit_block {
    width: 30%;
    height: auto;
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 20px;
    border-color: rgb(247 232 187);
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.landing_section_benefit_block_icon {
    width: 40px;
    height: 40px;
}
.landing_section_benefit_block_title {
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
}
.landing_section_benefit_block_paragraph {
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    line-height: 26px;
}
/*      LANDING SECTION MEMBER STYLING   ----------------------------------------------------  */
.landing_section_member {
    width: 100%;
    background-image: linear-gradient(to right, #FFFFFF , #E8F2FF);
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: 'Poppins';
    padding-top: 80px;
    padding-bottom: 80px;
}
.landing_section_member_text_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
}
.landing_section_member_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 70%;
}
.landing_section_member_text_block_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
.landing_section_member_text_block_paragraph {
    padding-top: 40px;
    font-size: 18px;
    line-height: 26px;
    color: #313231;
}
.landing_section_member_text_block_paragraph a {
    color: black;
}
.landing_section_member_image_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
}
.landing_section_member_image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*      LANDING SECTION TOKEN STYLING   -----------------------------------------------------  */
.landing_section_token {
    width: 100%;
    background-image: url(landing_images/infinity_background.webp);
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    padding-top: 120px;
    padding-bottom: 80px;
}
.landing_section_token_infinity_image_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.landing_section_token_infinity_stats_block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
}
.landing_section_token_infinity_stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.landing_section_token_infinity_stats_textline1 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}
.landing_section_token_infinity_stats_textline2 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 10px;
}
.landing_section_token_infinity_stats_textline_extra {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}
.landing_section_token_infinity_text_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.landing_section_token_infinity_text_block_container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}
.landing_section_token_infinity_text_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
.landing_section_token_infinity_text_paragraph {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 25px;
}
.landing_section_token_infinity_text_link {
    color: black;
    text-decoration: underline;
}
.landing_section_token_infinity_text_button {
    width: 274px;
    height: 52px;
    background-color: black;
    color: white;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    border-style: none;
}
.landing_section_token_infinity_text_button:hover {
    background-color: white;
    color: black;
}
/*      LANDING SECTION CONTRIBUTE STYLING   ----------------------------------------------------  */
.landing_section_contribute {
    width: 100%;
    background-image: url(landing_images/fol_background_3.3.jpg);
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    padding-top: 120px;
    padding-bottom: 120px;
}
.landing_section_contribute_text_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.landing_section_contribute_text_block_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 80%;
}
.landing_section_contribute_text_block_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
.landing_section_contribute_text_block_paragraph {
    padding-top: 40px;
    font-size: 18px;
    line-height: 25px;
}
.landing_section_contribute_text_block_paragraph a {
    color: black;
}
.landing_section_contribute_image_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
}
.landing_section_contribute_image {
 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 22px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}
/*      LANDING SECTION START STYLING   ----------------------------------------------------  */
.landing_section_start {
    width: 100%;
    background-image: radial-gradient(circle, #FFFBF1, #7D668E);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    padding-top: 140px;
    padding-bottom: 100px;
}
.landing_section_start_text_block_title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}
.landing_section_start_text_block_paragraph {
    width: 60%;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.landing_section_start_buttons_block button {
    margin: 40px;
}
/*      LANDING SECTION SUPPORTING STYLING   ----------------------------------------------------  */
.landing_section_supporting {
    width: 100%;
    background-image: url(landing_images/hands.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-family: 'Poppins';
    padding-top: 120px;
    padding-bottom: 80px;
}
.landing_section_supporting_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-right: 240px;
}
.landing_section_supporting_paragraph {
    padding-top: 40px;
    font-size: 17px;
    line-height: 25px;
    width: 610px;
    margin-right: 160px;
}
.landing_section_supporting button {
    margin-right: 350px;
    margin-top: 30px;
}
/*      LANDING SECTION THE ONES STYLING   ----------------------------------------------------  */
.landing_section_the_ones {
    width: 100%;
    background-image: url(landing_images/background_4_edit.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    padding-top: 120px;
    padding-bottom: 60px;
}
.landing_section_the_ones_text_block {
    background-color: rgb(254 232 185);
    width: 70%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.landing_section_the_ones_text_block_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}
.landing_section_the_ones_text_block_paragraph {
    padding-top: 40px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 40px;
}
