/* Universal Settings */

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

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100vh;
}

section > * {
    margin: 0 auto;
    text-align: center;
} /* Centers all components within all sections */

@keyframes fadeIn {
    to {
      opacity: 1; /* Fully visible */
    }
  }

h1 {
    font-family: "bebas neue", serif;
    font-weight: 400;
    font-size: 8vh;
    text-transform: uppercase;
}

h2 {
    font-size: 3vh;
    font-weight: 400;
    font-family: "Roboto Flex", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h3, h4, h5, h6, p, li, a {
    font-family: "Roboto Flex", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

button {
    font-size: 1rem;
    font-family: "Roboto Flex", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding: 1em;
    border: none;
    border-radius: .2em;
    text-transform: uppercase;
    background-color: #a9203e;
    color: white;
    width: 20em;
    height: 3em;
    cursor: pointer;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.795);
    color: white;
    border: none;
}

.BOGA1 {
    position: absolute;
    left: 4rem;
    bottom: 6rem;
}

.BOGA1-Section {
    display: none;
}

@media (max-width: 50rem) {
    .BOGA1 {
        display: none;
    }

    .BOGA1-Section {
        display: block;
        min-height: auto;
    }
}

/* Base styles for all devices */

@media (min-width: 1em) { /* 480px max - Phone Portrait */
    /* Adjust for small screens */
    .breakpoint_indicator {
        background-color: blue;
        position:fixed;
        z-index: 1000;
        width: 4em;
        height: 3em;
    }

    .LM, .PT, .LT, .SD, .LD {
        display: none;
    }

    .mobile-nav-toggle {
        margin: 0;
        padding: 0;
        font-size: auto;
        position: absolute;
        height: auto;
        width: 3rem;
        aspect-ratio: 1;
        z-index: 9999;
        top: 2rem;
        right: 2rem;
        background: url('assets/hamburger-icon-white.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mobile-nav-toggle[data-visible="false"] {
        background: url('assets/x-icon-white.svg');
    }

    .mobile-nav-toggle:visited, .mobile-nav-toggle:hover {
        border: transparent;
    }

    .navbar {
        display: flex;
    }

    .nav-links {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 3em;
        position: fixed;
        inset: 0 0 0 30%;
        background: hsla(0, 0%, 0%, 0.6);
        backdrop-filter: blur(1rem);
        padding: min(30vh, 10rem) 2em;
        z-index: 1000;
        transform: translateX(100%);
        transition: transform 350ms ease-out;
    }

    .nav-links[data-visible="true"] {
        transform: translateX(0%);
    }

    .nav-links > li > a {
        display: inline;
        font-family: "bebas neue", serif;
        font-size: 3em;
        color: white;
        text-decoration: none;
    }

    #nav_our_staff {
        white-space: nowrap;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: inline-block;
        margin-top: 3em;
        width: 10em;
    }


    #nav_button {
        display: none;
    }

    #nav_button:hover {
        background-color: rgba(255, 255, 255, 0);
        color: white;
        border: 2px solid black;
    }

    header {
        height: 100vh;
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.405), rgba(0, 0, 0, 0.405)),
            url('assets/hero-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover, 350%;
        background-position: center, -17rem -6rem;
    }

    header > div {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    header > div > * {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    header > div > h1 {
        padding-top: 2rem;
        font-size: 4rem;
        color: white;
    }

    header > div > h2 {
        /* padding-top: 2em; */
        color: white;
        font-weight: 600;
        margin-bottom: 3em;
    }

    .CTA {
        margin-top: 1em;

    }

    .stakes2 {
        background-color: #ffffff;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
    }

    .stakes2_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    
    .stakes2_container > h1 {
        font-size: 3rem;
    }
    
    .stakes2_container > h2 {
        color: rgb(133, 133, 133);
        margin-bottom: 0rem;
        font-size: 1.5rem;
    }

    .stakes2_icons {
        display: flex;
        gap: 0em;
    }

    .icon {
        margin: 0 auto;
        max-width: 20vw;
    }

    .valueprop3 {
        background-image: 
        linear-gradient(rgba(255, 255, 255, 0.696), rgba(255, 255, 255, 0.707)),
        url('assets/value-bg.jpg');
        background-position: top, -5rem -20rem;
        background-size: cover, 200%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
    }

    .valueprop3_container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .valueprop3_container > h1 {
        font-size: 2rem;
    }

    .valueprop3_indart > h2 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .valueprop3_articles {
        display: flex;
        flex-direction: column;
        gap: 1em;
        width: 100%;
    }

    .valueprop3_indart p {
        font-size: .8em;
    }

    #vp-art1, #vp-art2 {
     /*   padding-right: 0em;
        padding-bottom: 2em;
        border-right: none;
        border-bottom: 2px solid black; */
    }

    .art-icon {
        width: 15vw;
    }

    .theguide4 {
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
            url('assets/guide-bg.jpg');
        background-repeat: no-repeat;
        background-position: center, -35rem -40rem;
        background-size: cover, 450%;
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
    }

    .theguide4_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .theguide4_column1 {
        display: flex;
        flex-direction: column;
        gap: 1em;
        max-width: 100%;
        align-items: center;
    }

    .theguide4_column1 > h1 {
        font-size: 3em;
        color: white;
        text-align: center;
    }

    .col2-ul {
        color: white;
        font-size: 1.5em;
        text-align: center;
        margin-top: 1rem;
        list-style: none;
    }

    .col2-ul li {
        font-weight: 300;
        margin-bottom: 2rem;
    }

    .theplan5 {
        background-color: white;
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0rem 0rem;
    }

    .theplan5_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0rem;
    }

    .theplan5 {
        background-image: 
            linear-gradient(rgba(255, 255, 255, 0.525), rgba(197, 197, 197, 0.645)),
            url('assets/process-bg.jpg');
        background-position: center, -10rem 0rem;
        background-repeat: no-repeat;
        background-size: cover, 300%;
    }
    
    .theplan5_container {
        gap: 1em;
    }

    .theplan5_articles {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        gap: 2em;
    }
    
    .theplan5_steps {
        background-color: rgb(155, 231, 254);
        padding: 0em 1em 2em 1em;

    }
    
    .theplan5_steps > .theplan5_indart > h2 {
        margin-top: 1em;
        font-family: "bebas neue", serif;
        font-weight: 400;
        font-size: 2em;
    }
    
    .theplan5_family {
        display: none;
    }

    .explanation6 {
        background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url('assets/explanation-bg.jpg');
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 90vh;
        max-height: 160vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0rem 0rem;
    }

    .explanation6_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .explanation6_container > h1 {
        color: white;
        font-size: 2rem;
        margin-top: 2rem;
    }

    .p_container {
        padding: 1rem;
        background-color: rgba(255, 255, 255, 0.804);
        border-radius: .2em;
        width: 100%;
        margin-bottom: 1em;
    }

    .p_container > p {
        padding: 0rem 0rem;
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .read-more-btn {
        cursor: pointer;
        font-weight: 600;
    }

    .default-displayed-text {
        display: inline;
    }

    .hidden-text {
        display: none;
    }

    .main_footer {
        background-image: 
        linear-gradient(rgba(255, 255, 255, 0.696), rgba(255, 255, 255, 0.707)),
        url('assets/value-bg.jpg');
        background-position: top, 0rem -15rem;
        background-size: cover, cover;
        min-height: 40vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 1rem 0rem;
        width: 100%;
    }

    .main_footer_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        text-align: center;
        gap: 1rem;
    }

    .footer_column1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1em;
        width: 100%;
    }

    .footer_logo {
        display: none;
    }

    .mobile_footer_logo {
        display: block;
        width: 15em;
    }

    .copyright {
        font-size: .7em;
    }

    .footer_column2 {
        display: none;
    }
    
}

/* Phones - Landscape and small tablets */
@media (min-width: 30.06em) { /* 481px to 768px - Phone LS/SM Tab */
    /* Slightly wider layout */
    .breakpoint_indicator {
        background-color: green;
        position:fixed;
        z-index: 1000;
        width: 10em;
        height: 3em;
    }

    .PM, .PT, .LT, .SD, .LD {
        display: none;
    }

    .LM {
        display: block;
    }

    .desktop-logo {
        display: none;
    }
    
    .mobile-logo {
        display: inline-block;
        margin-top: 5em;
        width: 15em;
    }
    
    header {
        background-image:
            linear-gradient(rgba(0, 0, 0, 0.405), rgba(0, 0, 0, 0.405)),
            url('assets/hero-bg.jpg');
        background-position: center, -10rem 0rem;
    }

    header > div > h1 {
        padding-top: 3rem;
        font-size: 4rem;
        color: white;
    }

    header > div > h2 {
        /* padding-top: 2em; */
        color: white;
        font-weight: 600;
    }

    .stakes2_container > h1 {
        font-size: 4rem;
    }
    
    .stakes2_container > h2 {
        font-size: 1.5rem;
    }
    
    .stakes2_icons {
        gap: 0em;
    }
    
    .valueprop3 {
        background-image: 
        linear-gradient(rgba(255, 255, 255, 0.696), rgba(255, 255, 255, 0.707)),
        url('assets/value-bg.jpg');
        background-position: top, -20rem -50rem;
        background-size: cover, 200%;
    }

    .valueprop3_container > h1 {
        font-size: 2rem;
    }

    .valueprop3_indart > h2 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .valueprop3_articles {
        flex-direction: column;
        gap: 1em;
        width: 70%;
    }

    .valueprop3_indart p {
        font-size: 1.2;
        font-weight: 500;
    }

    .art-icon {
        width: 4em;
    }

    .col2-ul li {
        margin-bottom: 3rem;
        font-weight: 400;
        font-size: 1.3rem;
    }

    .theguide4 {
        background-position: center, center;
        background-size: cover, 250%;
    }

    .theplan5 {
        background-image: 
            linear-gradient(rgba(255, 255, 255, 0.525), rgba(197, 197, 197, 0.645)),
            url('assets/process-bg.jpg');
        background-position: center, -50rem -10rem;
        background-repeat: no-repeat;
        background-size: cover, 400%;
    }
    
    .theplan5_container {
        gap: 2em;
    }

    .theplan5_articles {
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    
    .theplan5_steps {
        background-color: rgb(155, 231, 254);
        padding-bottom: 3em;
        width: 80vw;
    }
    
    .theplan5_steps > .theplan5_indart > h2 {
        margin-top: 1em;
        font-family: "bebas neue", serif;
        font-weight: 400;
        font-size: 2em;
    }
    
    .theplan5_family {
        display: none;
    }

    .explanation6_container > h1 {
        font-size: 2.4em;
    }
}

@media (min-width: 48.06em) { /* 769px to 1024px - Tablet Portrait*/
    /* 2-column layout */
    .breakpoint_indicator {
        background-color: yellow;
        position:fixed;
        z-index: 1000;
        width: 4em;
        height: 3em;
    }

    .PM, .LM, .LT, .SD, .LD {
        display: none;
    }

    .PT {
        display: block;
    }

    .mobile-logo {
        width: 19em;
    }

    header > div > h1 {
        padding-top: 3rem;
        font-size: 5rem;
        color: white;
    }

    .stakes2_container > h1 {
        font-size: 5rem;
    }
    
    .stakes2_icons {
        gap: 2em;
    }
    
    .icon {
        width: 8em;
    }

    .valueprop3_container {
        width: 90%;
    }

    .valueprop3_container > h1 {
        font-size: 2.8rem;
    }

    .valueprop3_indart > h2 {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .valueprop3_articles {
        flex-direction: column;
        gap: 1.5em;
        width: 90%;
    }

    .valueprop3_indart p {
        font-size: 1.2em;
        font-weight: 500;
    }

    .art-icon {
        width: 5em;
    }

    .theguide4_column1 > h1 {
        font-size: 3.55em;
        margin-bottom: .5em;
    }

    .theguide4_column2 {
        margin-top: 3em;
    }

    .col2-ul li {
        margin-bottom: 3rem;
        font-weight: 400;
        font-size: 1.3rem;
    }

    .theplan5 {
        background-image: 
            linear-gradient(rgba(255, 255, 255, 0.525), rgba(197, 197, 197, 0.645)),
            url('assets/process-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .theplan5_container {
        gap: 2em;
    }

    .theplan5_articles {
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    
    .theplan5_steps {
        background-color: rgb(155, 231, 254);
        padding-bottom: 3em;
        width: 80vw;
    }
    
    .theplan5_steps > .theplan5_indart > h2 {
        margin-top: 1em;
        font-family: "bebas neue", serif;
        font-weight: 400;
        font-size: 2em;
    }

    .theplan5_steps > div > p {
        font-size: 1.3em;
    }
    
    .theplan5_family {
        display: none;
    }

    .explanation6_container > h1 {
        font-size: 3.5em;
    }

    .p_container > p {
        font-size: 1.3em;
    }

    .read-more-btn {
        font-size: 1.3em;
    }

    .mobile_footer_logo {
        width: 20em;
    }

    .main_footer_container {
        max-width: 90%;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        text-align: center;
        gap: 1rem;
    }
}

@media (min-width: 64.06em) { /* 1025px to 1280px - Tab LS/SM Lap*/
    /* Adjust grid and spacing */
    .breakpoint_indicator {
        background-color: orange;
        position:fixed;
        z-index: 1000;
        width: 10em;
        height: 3em;
    }

    .PM, .LM, .PT, .SD, .LD {
        display: none;
    }

    .LT {
        display: block;
    }

    .valueprop3_container {
        gap: 4em;
    }

    .valueprop3_container > h1 {
        font-size: 4em;
    }

    .valueprop3_articles {
        flex-direction: row;
    }

    #vp-art1, #vp-art2 {
        padding-right: 2em;
        border-right: 2px solid black;
    }

    .theplan5_steps {
        background-color: rgb(155, 231, 254);
        padding-bottom: 3em;
        width: 60vw;
    }
}

@media (min-width: 80.06em) { /* 1281px to 1567px - Standard Deskt */
    /* Larger font sizes */
    .breakpoint_indicator {
        background-color: red;
        position:fixed;
        z-index: 1000;
        width: 5em;
        height: 3em;
    }

    .PM, .LM, .PT, .LT, .LD {
        display: none;
    }

    .SD {
        display: block;
    }

    .mobile-nav-toggle {
        display: none;
    }

    .navbar { /* nav */
        padding: 1em 2em;
        position: absolute;
        z-index: 1000;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 10vh;
    }

    .nav-links { /* nav ul */
        background: none;
        position: static;
        display: flex;
        list-style: none;
        gap: 3em;
        padding: 0;
        margin: 0;
        flex-direction: row;
        inset: auto;
        backdrop-filter: none;
        transform: none;
        /* opacity: 0;
        animation: fadeIn 1s ease-in-out 5s forwards;
    */}

    #nav_our_staff {
        white-space: nowrap;
    }

    .nav-links > li > a { /* nav ul li a */
        font-family: "bebas neue", serif;
        font-weight: 400;
        font-size: 1.2rem;
        text-decoration: none;
        color: white;
        cursor: pointer;
    }

    .nav-links > li > a:hover {
        color: black;
    }

    #nav_button {
        display: block;
        font-size: 1rem;
        background-color: white;
        color: black;
        white-space: nowrap;
        margin-right: 1em;
        margin-left: 2em;
    }

    #nav_button:hover {
        background-color: rgba(255, 255, 255, 0);
        color: white;
        border: 2px solid black;
    }

    .desktop-logo {
        display: flex;
        width: 25em;
        font-family: "bebas neue", serif;
        margin: 2rem;
        cursor: pointer;
    }

    .mobile-logo {
        display: none;
    }

    header {
        height: 100vh;
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.405), rgba(0, 0, 0, 0.405)),
            url('assets/hero-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    header > div {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    header > div > * {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    header > div > h1 {
        padding-top: 3em;
        font-size: 6em;

    }

    header > div > h2 {
        padding-bottom: 1.5em;
        color: rgb(255, 255, 255);
    }

    .stakes2 {
        background-color: #ffffff;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
    }

    .stakes2_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .stakes2_container > h2 {
        color: rgb(133, 133, 133);
        margin-bottom: 1rem;
    }

    .stakes2_icons {
        display: flex;
        gap: 2em;
    }

    .icon {
        margin: 0 auto;
        max-width: 20vw;
    }

    .valueprop3 {
        background-image: 
        linear-gradient(rgba(255, 255, 255, 0.696), rgba(255, 255, 255, 0.707)),
        url('assets/value-bg.jpg');
        background-position: top, 0rem -75rem;
        background-size: cover, cover;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
    }

    .valueprop3_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .valueprop3_articles {
        display: flex;
        gap: 3rem;
        margin-bottom: 2rem;
    }

    .art-icon {
        width: 5vw;
    }

    .theguide4 {
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
            url('assets/guide-bg.jpg');
        background-repeat: no-repeat;
        background-position: center, center;
        background-size: cover, cover;
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
    }

    .theguide4_container {
        max-width: 90%;
        display: flex;
        flex-direction: row;
        align-items: left;
        gap: 7rem;
    }

    .theguide4_column1 {
        display: flex;
        flex-direction: column;
        gap: 1em;
        max-width: 50%;
    }

    .theguide4_column1 > h1 {
        font-size: 3em;
        color: white;
        text-align: left;
    }

    .col2-ul {
        color: white;
        font-size: 1.25em;
        text-align: left;
        margin-top: 5rem;   
    }

    .col2-ul li {
        font-weight: 100;
        margin-bottom: 5rem;
    }

    .theplan5 {
        background-image: none;
        background-color: white;
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
    }

    .theplan5_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    .theplan5 > h1 {
        padding-top: 1em;
    }

    .theplan5_articles {
        width: 90%;
        display: flex;
        flex-direction: row;
        gap: 7rem;
    }

    .theplan5_articles article {
        border-radius: .2em;
        height: 60vh;
    }

    .theplan5_steps {
        background-color: rgb(155, 231, 254);
        display: flex;
        flex-direction: column;
        width: 40vw;
        align-items: center;
        align-content: center;
        gap: 0em;
        padding: 0em 2em 0em 2em;
    }

    .theplan5_steps > div > p {
        font-size: 1.2em;
    }

    .theplan5_indart > h2 {
        margin-top: 1em;
        font-family: "bebas neue", serif;
        font-weight: 400;
        font-size: 2em;
    }

    .theplan5_family {
        display: inline-block;
        z-index: 1000;
        background-image: url('assets/process-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 40vw;
        height: 60vh;
    }

    .explanation6 {
        background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url('assets/explanation-bg.jpg');
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 80vh;
        max-height: 130vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem 1rem;
    }

    .explanation6_container {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4rem;
    }

    .p_container {
        padding: 1rem;
        background-color: rgba(255, 255, 255, 0.804);
        border-radius: .2em;
        width: 50%;
    }

    .explanation6_container > h1 {
        color: white;
        font-size: 4rem;
    }

    .p_container > p {
        padding: 2rem 5rem;
        font-size: 1.1rem;
        line-height: 2rem;
    }

    .read-more-btn {
        cursor: pointer;
    }

    .default-displayed-text {
        display: inline;
    }

    .hidden-text {
        display: none;
    }

    .p_container {
        width: 70%;
    }
}

@media (min-width: 98em) { /* 1568px - Lg Desktops*/
    /* Additional enhancements */
    .breakpoint_indicator {
        background-color: purple;
        position:fixed;
        z-index: 1000;
        width: 4em;
        height: 3em;
    }
    
    .PM, .LM, .PT, .LT, .SD {
        display: none;
    }

    .LD {
        display: block;
    }

    .theplan5_steps > div > p {
        font-size: 1em;
    }

    .theplan5_steps > div > h2 {
        margin-top: .01em;
        font-family: "bebas neue", serif;
        font-weight: 400;
        font-size: 2em;
    }

    .theplan5_steps {
        gap: 2em;
        padding: 2em 2em 2em 2em;
    }
}
