@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

html { 
    scroll-behavior: smooth;
}

body {
    font-family: "Hanken Grotesk", sans-serif;
    width: 100%;
    margin: 0 auto;
    cursor: default;
}

.hero {
    display: flex;
    background: radial-gradient(96.18% 96.18% at 50% 3.82%, #FFF1DF 0%, #FFEACC 100%);
    flex-direction: column;
    align-items: center;
}

.navigation {
    display: flex;
    width: 100%;
    padding: 12px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-wrapper {
    display: flex;
    width: 100%;
    max-width: 1100px;
    justify-content: space-between;
    align-items: center;
}

.menu-navigation ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

.logo-header {
    width: 189px;
    height: 45px;
}
.menu-navigation li a{
    color: #100E1D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.btn-primary{
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #EF620A;
    text-decoration: none;
    background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.btn-primary:hover{
    opacity: 1;
    background: radial-gradient(59.58% 100% at 50% 0%, #EA8910 0%, #E85B04 100%)!important;
}

.btn-primary span{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.hero-wrapper {
    max-width: 1100px;
    display: flex;
    width: 100%;
    padding: 12px 15px 0px 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.hero-lt {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.hero-lt .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-rt {
    
}

.content-wrapper h2 {
    color: #EF620A;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 84px; /* 116.667% */
    margin: 0px;
}

.content-wrapper p {
    color: #3E3630;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0px;
}

.btn-wrapper {
    display: flex;
}

.wave {
    margin-top: -4%;
    padding-bottom: 0px;
    position: relative;
}
.wave img{
    width: 100%;
    max-width: 100vw;
}

.full-content {
    width: 100%;
    max-width: 1100px;
    padding: 20px;
    margin: auto
}

.benefit-section {

}

.benefit-section h3{
    color: #100E1D;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.benefit-wrapper {
    width: 100%;
    display: flex;
    height: 304px;
    align-items: center;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 30px;
}

.card-benefit {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    width: 220px;
    border-radius: 12px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.card-benefit a{
    transition: all 0.1s;

}

.card-benefit a:hover {
    transform: translateY(-3px);
}
.title-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}
.card-benefit h4 {
    color: #100E1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0px;
}

.card-benefit p {
    color: #656565;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    line-height: 22px; /* 146.667% */
}

.card-benefit a {
    color: #EF890A;
    font-family: "Hanken Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.title-section {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto;
}

.title-section h3 {
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}

.title-section p {
    color: #656565;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 133.333% */
    margin: 0;
}

.register-step {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step-lt1 {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 65px;
    padding: 10px 0px;
}

.step-lt1 .step-wrapper {
    display: flex;
    width: 450px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.step-rt2 {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-direction: row-reverse;
    gap: 65px;
    padding: 10px 0px;
}

.step-rt2 .step-wrapper {
    display: flex;
    width: 450px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.step-wrapper h3 {
    margin: 0px;
    color: #EF620A;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.step-wrapper p {
    color: #3E3630;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    margin: 0px;
    padding-top: 12px;
}

.step-wrapper span.number {
    display: flex;
    color: #EF620A;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    gap: 10px;
    border-radius: 61px;
    background: rgba(239, 98, 10, 0.10);
}

.step-wrapper .right p {
    text-align: right;
}

.cta-section {
    margin-top: 80px;
    display: flex;
    width: 1100px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.testimoni-section {
    display: flex;
    padding: 60px 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #FFF6F0;
    margin-top: 80px;
}

.testimoni-wrapper {
    display: flex;
    width: 1100px;
    align-items: center;
    gap: 30px;
}

.testimoni {
    display: flex;
    padding: 25px 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #C5C5C5;
    background: #FFF;
}

.testimoni:hover {
    border: 1px solid #EF620A;

}

.testimoni p {
    color: #3E3630;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    margin: 0px;
    font-weight: 500;
}
.testimoni-container {
	
}
.testimoni-quote {
    /* margin-top: 20px; */
}

.testimoni-quote span {
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testimoni-quote p {
    color: #EF620A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.testimoni .author {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.container-faq-area{
    display: flex;
    /* width: 1440px; */
    padding: 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.container-faq-area .wrapper-faq-area{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 44px;
    align-self: stretch;
    margin: 0 auto;
}
.container-faq-area .laft-area-faq{
    display: flex;
    width: 457px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.container-faq-area .laft-area-faq h4{
    margin: 0px;
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-faq-area .laft-area-faq h3{
    margin: 0px;
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}
.container-faq-area .laft-area-faq h5{
    margin: 0px;
    color: #656565;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    align-self: stretch;
}
.container-faq-area .laft-area-faq a{
    text-decoration: none;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 2px solid #0DC152;
    background: #0DC152;
    margin-top: 10px;
}
.container-faq-area .laft-area-faq a:hover {
	background: #11ac4c;
}
.container-faq-area .laft-area-faq a i{
    font-size: 24px;
    color: #FFFFFF;
}
.container-faq-area .laft-area-faq a span{
    color: var(--BaseWhite, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
.container-faq-area .right-area-faq{
    display: flex;
    width: 599px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.container-faq-area .right-area-faq .item-faq{
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 16px; */
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #CDCDCD;
    background: var(--BaseWhite, #FFF);
}
.container-faq-area .right-area-faq .item-faq .header-item-faq{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    padding: 16px;
}
.container-faq-area .right-area-faq .item-faq .header-item-faq b{
    color: #100E1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all ease .1s;
}
.container-faq-area .right-area-faq .item-faq.opened .header-item-faq b{
    color: #EF620A;
}
.container-faq-area .right-area-faq .item-faq .header-item-faq i{
    display: flex;
    padding: 6px;
    gap: 10px;
    border-radius: 999px;
    background: #FFF0E7;
    color: #EF620A;
    width: 26px;
    height: 26px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.container-faq-area .right-area-faq .item-faq .content-item-faq{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}
.container-faq-area .right-area-faq .item-faq .content-item-faq p{
    color: #59575E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    align-self: stretch;
    margin: 0;
}
.footer-landing-reseller{
    display: flex;
    /* width: 1440px; */
    padding: 20px 80px;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(226, 232, 255, 0.10);
    background: #242424;
}
.footer-landing-reseller .left-content-footer{
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1 0 0;
}
.footer-landing-reseller .left-content-footer img{
    width: 179.1px;
    height: 45px;
}
.footer-landing-reseller .left-content-footer p{
    color: var(--BaseWhite, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.footer-landing-reseller .right-content-footer{
    
}
.footer-landing-reseller .right-content-footer p{
    color: var(--BaseWhite, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.mobile-scroll {
    width: 100%;
}

.confetti-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.confetti {
    position: absolute;
    width: 8px;
    height: 8px;
    background: red;
    opacity: 0;
    animation: confetti-fall 1s ease-out forwards;
    border-radius: 50%;
}
.rotate-0 {
    transform: rotate(0deg);
    transition: transform 0.4s ease-in-out;
}

.rotate-180 {
    transform: rotate(90deg);
    transition: transform 0.4s ease-in-out;
}
@keyframes confetti-fall {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(100px) scale(0);
        opacity: 0;
    }
}

.super-frame-menu-mobile{
    display: none;
}

@media (max-width: 480px) {
    .body {
        width: 100%;
    }
    .hero {
     
    }
    .hero .nav-wrapper .btn-wrapper {
        display: none;
    }
    .navigation {
        width: 92%;
    }
    .nav-wrapper {

    }
    .menu-navigation {
        display: none;
    }
    .logo-header {

    }

    .logo-header img {
        width: auto;
        height: 45px;
        flex-shrink: 0;
    }
    .menu-navigation li a {

    }
    .btn-primary {

    }
    .btn-primary:hover {

    }
    .btn-primary span {
        
    }
    .hero-wrapper {
        width: 100%;
        padding: 0px;
        flex-direction: column;
        margin-top: 40px;
    }
    .hero-lt {
        padding: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-lt .content-wrapper {
        padding: 0px 12px;
    }
    .hero-rt {
        display: flex;
        width: 90%;
        padding: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .hero-rt img {
        width: 90vw;
    }
    .content-wrapper h2 {
        color: #EF620A;
        text-align: center;
        font-size: 50px;
        font-style: normal;
        font-weight: 900;
        line-height: 62px; /* 129.167% */
    }
    .content-wrapper p {
        color: #3E3630;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 160% */
    }
    .btn-wrapper {
    }
    .wave {
        display: none;
        position: relative;
    }
    .wave img{
        width: 100%;
        max-width: 100vw;
        z-index: 20;
    }
    .full-content {
        width: 92%;
        padding: 0px;
    }
    .benefit-section { }
    .benefit-section h3 {
        color: #000;
        text-align: center;
        font-size: 26px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;

    }
    .show_before::before{
        top: 0;
        left: 0;
        transform: rotateZ(180deg);
        background: linear-gradient(270deg, #ff0000 0%, rgba(255, 255, 255, 0.03) 80%);    
        content: "";
        position: absolute;
        z-index: 2;
        width: 60px;
        height: 100%;
        /* overflow-x: hidden; */
    }
    .show_after::after{
        top: 0;
        right: 0;
        background: linear-gradient(270deg, #ff0000 0%, rgba(255, 255, 255, 0.03) 80%);    
        content: "";
        position: absolute;
        z-index: 2;
        width: 60px;
        height: 100%;
    }
    @keyframes fade_in_show {
        0% {
            width: 0px;
             opacity: 0;
            z-index: -1;
        }
    
        100% {
            width: 50px;
            opacity: 1;
            z-index: 500;
        }
    }
    .benefit-wrapper {
		overflow: auto;
		gap: 15px;
		padding: 0px 5px;
        width: 100%;
        height: 100%;
    }
    .mobile-scroll {
        width: 100%;
        display: flex;
		position: relative;
		justify-content: flex-start;
    }
    .card-benefit {
        width: 260px;
        height: 235px;
        flex: none;!important
    }
    .title-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: auto;
    }
    .title-section h3 {
        color: #000;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }
    .title-section p {
        color: #656565;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }
    .register-step {gap: 60px;}
    .step-lt1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        align-self: stretch;
    }
    .step-lt1 .step-wrapper {
        display: flex;
        /* width: 450px; */
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
    }
    .step-lt1 img {
        width: 90%;
    }
    .step-rt2 img {
        width: 90%;
    }
    .step-rt2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        align-self: stretch;
    }
    
    .step-rt2 .step-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .step-wrapper h3 {
        color: #EF620A;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .step-rt2 .step-wrapper .content-wrapper {
        display: flex;
        flex-direction: column;
    }
    .step-wrapper p {
        font-size: 16px;
        line-height: 22px;
    }
    .step-wrapper span.number {}
    .cta-section {
        margin-top: 80px;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .testimoni-section {
	    padding: 55px 15px;
	    gap: 20px;
	}
	.testimoni-container {
		width: 100%;
		padding: 0px;
		overflow-x: scroll;
		
	}
    .testimoni-wrapper {
        padding: 0px;
    }
    .testimoni {}
    .testimoni:hover {}
    .testimoni p {
    font-size: 18px;
    line-height: 24px;
}
    .testimoni-quote {}
    .testimoni-quote span {}
    .testimoni-quote p {}
    .container-faq-area{
        padding: 30px 18px;
    }
    .container-faq-area .laft-area-faq h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .container-faq-area .laft-area-faq h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .container-faq-area .laft-area-faq a {
        margin-top: 10px;
    }
    .container-faq-area .laft-area-faq{
        width: 100%;
    }
    .container-faq-area .right-area-faq{
        width: 100%;
    }
    .container-faq-area .wrapper-faq-area{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
        margin: 0 auto;
        flex-direction: column;
    }
    .footer-landing-reseller{
        display: flex;
        /* width: 1440px; */
        padding: 30px 18px;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid rgba(226, 232, 255, 0.10);
        background: #242424;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
    }
    .footer-landing-reseller .left-content-footer{
        display: flex;
        align-items: center;
        gap: 7px;
        flex: 1 0 0;
        flex-direction: column;
    }
    .footer-landing-reseller .left-content-footer p{
        margin: 0px;
        text-align: center;
        font-size: 14px;
    }
    .frame-menu-mobile{
        display: block;
    }
    .super-frame-menu-mobile{
        display: block;
        padding-right: 8px;
    }
    .overlay-frame-nav-menu-mobile{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 888;
        display: none;
        background: rgb(0 0 0 / 70%);
    }
    .frame-nav-menu-mobile{
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        bottom: 0;
        background: white;
        padding: 20px;
        width: 300px;
        margin-right: -300px;
        box-sizing: border-box;
        transition: all 0.5s ease-out;
        font-family: "Hanken Grotesk";
    }
    .frame-nav-menu-mobile b {
		font-weight: 400;
	}

    .nav-menu-mobile .header-content-menu img{
            width: 150px;
    }

    .nav-menu-mobile .header-content-menu a{
    font-size: 18px;
        color: #b4b4b4 !important;
        text-decoration: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .nav-menu-mobile .header-content-menu a i{
        color: #b4b4b4;
    }

    .nav-menu-mobile{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: stretch;
        gap: 20px;
        position: relative;
        height: 100%;
        padding-right: 10px;
            margin: 0;
        padding: 0;
    }
    .nav-menu-mobile .header-content-menu{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px;
        padding-top: 0px;
    }
    .nav-menu-mobile .nav-menu-mobile-parent{
            margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
    }
    .nav-menu-mobile .nav-menu-mobile-parent .nav-menu-mobile-child a{
        color: #EF620A !important;
        display: block;
        text-decoration: none;
        font-weight: bold !important;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 8px;
        text-align: right;
        text-transform: capitalize!important;
    }
    .nav-menu-mobile .nav-menu-mobile-parent .nav-menu-mobile-child a:hover{
            background: none !important;
        color: #770303 !important;
    }
    .nav-menu-mobile .daftar-sekarang-mobile-menu{
        background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
		border: 1px solid #EF620A;
        border-radius: 50px;
        padding: 14px 35px !important;
        margin-left: 10px;
        text-align: center;
        text-decoration: none;
        color: #fff !important;
        margin-top: -2px;
        font-weight: bold;
    }
    .nav-menu-mobile .section-before-footer{
            display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-end;
        gap: 15px;
        margin-top: 10px;
        padding-right: 10px;
    }

    .section-footer-sidebar-mobile{
            display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
    }

    .nav-menu-mobile .section-before-footer .section-before-footer-header{
        font-size: 14px;
        color: #EF620A;
		font-weight: 500;
    }

    .nav-menu-mobile .section-before-footer .section-before-footer-content .section-before-footer-content-title{
        color: #59575E;
        font-size: 14px;
		padding-bottom: 6px;
		font-weight: 400;
    }

    .nav-menu-mobile .section-before-footer .section-before-footer-content .section-before-footer-content-content{
        font-size: 18px;
		color: #100E1D;
    }

    .nav-menu-mobile .section-before-footer .section-before-footer-content{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: center;
        align-items: flex-end;
    }

    .menu-mobile{
        /* display: block; */
        text-decoration: none;
        color: #E85B04;
        font-size: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }
}