html{
    scroll-behavior: initial;
    overflow-x:hidden !important;

  }

html, body{
    width:100%;
    position:relative;
    min-height: 100%;
    overflow-x:hidden !important;
}

.full{
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% + 50vw);
    width:100vw !important
}

.h {
    max-width: 1240px;
    margin:0 auto;
    padding:10px;
}


.title-wrapper{
    width:100vw;
    margin-top:-100vh !important;
    height:100vh;
    text-align:left;
    display:flex;
    align-items: center;
    justify-content: space-between;
    }

/* test snooze test */
.z-c-image{
    width:100vw;
    height:100vh;
    background:url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20240812182509/Rectangle-2470-3.png") no-repeat;
    background-size:cover;
    background-position:center
}


.join4m{
    width:100vw;
    max-width: 1240px;
    margin:0 auto;
    height:400px;
    background:url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20240812133130/zilchdesignai_looking.png") no-repeat;
    background-size:cover;
    background-position:right;
    /* padding:50px; */
    display:flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    padding-left:80px;
}

.join4m-title{
    font-size:22px;
    font-weight: bold;

}

.join4m-body{
    font-size:32px;
    max-width:420px;
    color:white;
}

.join4m-tp{
margin-left:-10px;
}

.getHelp{
    display:flex;
    padding:80px;
    margin: 0 auto;
    margin-top:50px;
    background:#E6FBF3;
    max-width: 1240px;
}

.getHelp > div {
    width:50%;
    /* border:1px solid red; */
}


.getHelp-body{
    padding:20px 0px;
    max-width: 66%;
}
.getHelp-link{
    font-weight:bold;
    text-decoration: underline;
    text-underline-offset: 5px;;
}
.r-legals-2{
    text-align:center;
    padding:30px 0px !important;
    max-width: 540px !important;
    /* font-size:22px */
}

.r-legals-2 b{
    font-size:22px;
}

.r-legals-2 p{
    font-size:16px;
    max-width: 400px;
    margin:0 auto 

}
.getHelp h1{
    padding-bottom:20px;
}

.copy-container p {
    padding: 20px 0px;
}
/* media queries */
.messages{
    display:flex;
    width:100%;
    flex-direction: column;
    padding:0px;
    margin:0px;
    pointer-events: none;
    /* overflow:hidden */
}
.messages div{
    margin:0 auto;
}
.messages{
    margin-top:-40px;
}
.messages div:nth-child(1){
    background:#41AA85;
    width:fit-content;
    color:white;
    padding:20px;
    border-radius: 10px;
    margin-left: 100px;
    margin-top:100px;
    position: relative;
    
}

.messages div:nth-child(1):after{
    content: '';
	position: absolute;
	bottom: 0;
	left:16px;
	width: 0;
    top:50px;
	height: 0;
	border: 22px solid transparent;
	border-top-color: #41AA85;
	border-bottom: 0;
	border-left: 0;
	margin-left: -16px;
	margin-bottom: -32px;
}

.messages div:nth-child(2){
    background:#07462F;
    width:fit-content;
    color:white;
    padding:30px;
    margin-top:50px;
    margin-right:100px;
    border-radius: 10px;
}

.messages div:nth-child(2):after{
    content: '';
	position: relative;
	bottom: 0;
	right:0px;
	height: 0;
    float:right;
	border: 22px solid transparent;
    border-top-color: #07462F;
	border-bottom: 0;
	border-right: 0;
    top:45px;
    left:14px;
	margin-right: -16px;
	/* margin-bottom: -15px; */
}

@media screen and (max-width:970px){
    .getHelp h1{
        font-size:32px
    } 
     .getHelp-body{
        margin: 0 auto;

    }
    .messages{
        max-width:500px;
        margin: 0 auto;
    }
    .getHelp{
        flex-direction: column;
        padding:80px;
    }
    
    .getHelp > div{
        width:100%
    }

    .mob-indent{
        display:block;
        text-indent:17.5px
    } 
    .z-c-image{
        background:url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20240812182509/Rectangle-2470-3.png") no-repeat;
        background-position:center;
        background-size:center center
    }
  
    
}

@media screen and (max-width:870px) {
  
}

@media screen and (min-width:1240px){
    .z-c-title{
        /* margin-left: */
        max-width:1240px;
        margin:0 auto;
    }
}

@media screen and (max-width:735px){
  
    
}




@media screen and (max-width:680px){
    .join4m{
        background:url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20240812132706/Gradient-Exploration_3-3.png") no-repeat;
        background-size:cover;
        width:calc(100% - 60px);
        height:750px;
        justify-content: flex-start !important;
        padding:60px 40px;
        margin-top:-38px;
        background-position:center bottom;
    }
    .strip{
        display:flex !important;
     }
     .join4m-body{
        padding-left:0px !important;
        font-size:30px;
    }

}
@media screen and (max-width:578px){
}

.desk-lb{
    display:block;
}


@media screen and (min-width:970px){
  
}
.mob-ln{
    display:none
}
@media screen and (max-width:500px){
    .getHelp{
        width:calc(100vw - 60px);
        padding:30px;
        padding-bottom:60px;
    }
    .r-work-toggle h1, .flex-box h1{
        font-size:28px !important;
    }
    .mob-ln{
        display:block
    }
    
    .desk-lb{
        display:none;
    }
    .messages div:nth-child(1){
        margin-left:20px;
    }
    .messages div:nth-child(2){
        margin-right:20px;
    }

    .z-c-image{
        background-size: cover ;
        background-position: center;
        
    }
    .join4m{
        padding-left:20px;
    }
    .join4m-title{
        font-size:15px;
    }
}

@media screen and (max-width:360px){
   
}