  html{
            background-color:#f1f1f4;
        }
        body::-webkit-scrollbar {width: 0px; }
body::-webkit-scrollbar-thumb {background-color: transparent;}
 .contact-sheet::-webkit-scrollbar {width: 0px; }
.contact-sheet::-webkit-scrollbar-thumb {background-color: transparent;}
hr{opacity:0 !important;}
        body {

            margin: 0;
            font-family: 'Arial', sans-serif;
            font-family: 'Nunito Sans', sans-serif !important;
            top:-8px;
            position:relative;
            color:black;
        }

        nav {
            padding: 10px;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position:fixed;
        }
         #brand{
                cursor:pointer;
                cursor:hand;
              position: absolute;
                width: 120px;
                top: 40px;
                left: 40px;
                z-index: 99;
                transition: opacity 0.5s ease; /* CSS transition for smooth fading effect */
        }
        #brand-ico-nav{ transition: opacity 0.5s ease;position:absolute;top:20px;width:30px;opacity:0;  cursor:pointer;cursor:hand;  
    margin-top: 25px;}
      #brand-ico-nav-alt{ transition: opacity 0.5s ease;position:absolute;top:20px;width:30px;  display:none;   margin-top: 25px;display:none;}
      
        #privacy-return{
            z-index: 999;
    top: 58px;
    right: 40px;
    position: absolute;
    margin:auto;
        }
        #privacy-return div{width: 80px;
    height: 60px;
    z-index: 999999999;
        border-radius: 18px;
    border: solid 1px black;
    height: 36px; text-align:center;}
       
        #go-back{    padding-top: 8px;cursor:pointer;cursor:hand;
    font-size: 12px;}

        .hero-label{
            color:#00a9d9;
        }
        .master-nav{justify-content: center !important;
        align-items: center !important;}
        .main,.container,.master-nav{    
            margin: 0 !important;
            width:100vw !important;
            max-width: 100vw !important;
             padding:0 !important;
            margin:0 !important;
        }
.binder{
    height:1px;
    width:0px;
    position:relative;top:-1px;
      background: linear-gradient(90deg, #18DDDD, #EA15FF);
}
.bwbinder{
       height:1px;
       width:90%;
       background: linear-gradient(90deg, #F0F0F9, #bab8b8);
}
/*-------------------------------------------------CONTACT DEMO SHEET START--------------------------------------------------------*/
.flexing{
    display:flex;
}
#responseText{
        background-color: black;
    height: 100px;
    width: 900px;
    align-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    position: relative;
    padding-left:30px;
    margin-left:20vw;
    color: white;
    font-weight: 700;
   
    font-size: 2em;
}
#homeward{
   margin-top:20px;
    font-size: 1.5em;
   
}
#flash{margin-top:20px;}
#thankyou{
  overflow:hidden;
   z-index:0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}
#thankyou img{
    width: 600px;
   margin-left:-40vw;
    position: relative;
}
.contact-sheet, #privacy-content{
    z-index:5;
    position:fixed;
    width:100vw;
    opacity:0;
    flex-direction:column;
    height:100vh !important;
    transform:translate(100vw,0px);
    font-family: 'Arial', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
}
#privacy-content{
    top:-10px;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.contact-content{

color: black;
    opacity: 1;
    flex-direction:column;
    width: 95vw;
    height: 10vh;
   max-width:1400px;
   margin:auto;

    position:relative;
    top:18vh;

}
.contact-collection{
   flex-grow:1
}
.sub-collection{
    position:relative;
    flex:0 0 50%;
    flex-direction:column;
    display:flex;
    flex-direction:row;
}
.sub-field-collection{
    flex:0 0 50%;
    flex-direction:column;
    padding-right:3vw;
}

#hero-sub{
    margin-bottom: -6px;
}
input{
    background: transparent;
    border: none;
    color:black;
    width:100%;
}
input:focus{
    outline:none;
}
select{
  background: transparent;
    border: none;
    color:black;
    width:80%;
}
select:focus {
    outline: none;
}
textarea{
      outline: none;
        border: none;
}
#how-can-we{
    max-height: 300px !important;
    min-height: 315px !important;
     border: none;
     white-space: pre-wrap;
    padding:30px;
}
.text-field-label{
    margin-top:80px;
    font-size:20px;
    display:inline-block;
    width:100%;
}
#text-area{
  flex-direction:column;  

}
#text-area input{width:100%;background-color:rgba(255,255,255,0.9);height:300px;}
#agree{
    position: relative;
    margin-top: 60px;
}
#checkbox{
   width: 13px;
    height: 13px;
    position: relative;
    border: solid 1px black;
    top: 5px;
    float:left;
}
#agree-text{
    font-weight:700;
    margin-top:-1px;
    display: inline-block;
    font-size:1.1em;
    float: left;
    margin-left: 20px;
}
#agree-text-explainer{
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top:1px;
}
.submit-carrier{
   
}
#button-shroud{
   align-items: center; /* Center vertically */
          position: absolute;
    top: 45px;
    text-align: center;
    right: 200px;
}
.button-detail{
    position:absolute;
  background: linear-gradient(90deg, #18DDDD, #EA15FF);
  background-size: 200% 100%;
  transition: background-position 0.5s;
  height: 36px;
  text-align: center;
  width: 200px;
  font-size:20px;
  padding-top: 2px;
  border-radius: 18px;
  color:white;
  cursor:pointer;cursor:hand;
  opacity:1;
}
.button-underlay{
     position:absolute;
 transition: background-position 0.5s ease;
      height: 36px;
    text-align: center;
    color:black;
    width: 200px;
    padding-top: 5px;
    border-radius: 18px;
    cursor:pointer;cursor:hand;
   
}
#submit-check{
    top:-36px;
    font-size:0.8em;
    width:300px;
    left:0px;
    display:inline-block;
    opacity:0;
    position:absolute;
}
.button-underlay:hover{
 opacity:0;
}
.button-detail:hover {
  opacity:1;
  background-position: -100% 0;
}
#cc1 div:nth-child(1){

    font-weight:700;
    font-size:2.2em;
    flex:0 0 300px;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}
.hero{ position:absolute;
    display:inline-block;
    left:-6px;
}
#cc1 div:nth-child(2){
  
  position:relative;
  left:53px;
    flex:0 0 70%;
    align-items: center; /* Center vertically */
   
}
#cc4{
    flex-direction:column;
}
#cc4 .sub-collection{

font-weight:100;font-size:0.8em;
}
#information-explainer{
    margin-top:40px;
    padding-right:10px;
}
#marcom-explainer{
    padding-right:10px;
}
#privacy-explainer{
    cursor:pointer;cursor:hand;
}
.sc-hero{
    flex:0 0 25% !important;
}
.sc-hero-sub{
    text-align: left;
    align-items: auto;
    left:0px !important;
    margin-left: 0px;
}
#privacy-content{
    z-index:100;
    overflow-y:scroll;
background:white;
    overflow-x: hidden;
    opacity: 1;
    padding: 0px;
    width:100vw;


}
#privacy-wrapper{
        position: absolute;
    top: 100px;
    width:100vw;
    position: relative;
    top: 100px;
    max-width: 1000px;
    left: 0px;
    right: 0px;
    width: 100vw;
    margin: auto;
}
#privacy-wrapper span{display:inline-block;}
#privacy-wrapper p,#privacy-wrapper span{padding-left:0px;padding-right:0px;}
#privacy-wrapper li{padding-right:10px;}
#privacy-wrapper ul{margin-left:0;}

.title{
font-weight: 700;
    position: relative;
    margin: auto;
    left: 20px;
    top: -70px;
    font-size: 1.5em;
}
.sub-title{
    position:relative;
    font-size:1.2em;
    padding:20px;
    font-weight:300;
}
p{
    position:relative;
    font-weight:100;
    padding:10px;
    padding-left:30px;
    padding-right:30px;
}
.n-dot{width:4px;height:4px;background-color:#EA15FF;border-radius:2px;top: -40px;left: -10px;position: absolute;}
.bwbinder{position:relative;}
/*---------------------------------------------------------ANIMATIONS--------------------------------------------------------------*/
@keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        .fadeIn{
            opacity:1;
            animation: fadeIn 1s;
        }


.hero-txt{
    width:500px;
}
  .text-field-label{margin-top:100px;}


#how-can-span{margin-bottom:25px;}

@media (max-width: 1600px) {
    .contact-content {
 
    top: 22vh;
}
    #cc4{margin-top:20px;}
    .contact-content {
    left: -2%;
   }
    #thankyou img{

    }
    #responseText{
        width:700px;
        font-size:1.5em;
    }
.sub-collection{
 flex:0 0 60%;  
 margin-left:4.5%; 
}
.submit-carrier{
   margin-left:0px;
}
.sc-hero-sub{
    position:relative;
    bottom:-30px;
}
#cc1{
    flex-direction:column;
}


.sub-collection{
 flex:0 0 60%;  
 margin-left:3.5%; 
}
.submit-carrier{
   margin-left:0px;
}
#cc2{flex-direction:column !important;}
/*#brand{position:relative;left:0px;}*/
.sub-collection{
 flex:0 0 60%;  
 margin-left:10%; 
}
#text-area{
    width: 100% !important;
    flex-grow: 1;
    max-width: 80%;
    flex:0 0 100%;
    margin-left:10%;
    max-height: 150px !important;
    min-height: 150px !important;
}

.contact-sheet{
    overflow-y:scroll;
}

#cc3{margin-top:300px;width:80%; margin-left:10%;}
#cc3 .left-sub{
    margin-left:0px;
    flex:0 0 50%;
}
#agree-text-explainer{
    margin-left:5px;
}
#button-shroud{width:100%;right:0px; }
#button-shroud div{right:0px; }
#agree{margin-top:40px;}
#marcom-explainer{margin-top:20px;}
#cc4 .sub-collection {
    width: 80%;
    height: 50px !important;
    max-height: 150px;
}
#cc4 .sub-collection:nth-child(2){
    margin-top:-40px;
}
.spacer{height:200px;}
#submit-carrier{
    margin-left:7.5%;
}
.submit-carrier{
    max-width:100%;
    margin-left:0px;flex:0 0 50%;
}
#text-area{max-width:85%}
#cc4 .sub-collection{width:85%;}
}
@media(max-width: 1000px){
    #brand{opacity:0}
    #brand-ico-nav{opacity:1}

  #thankyou img{
margin-left:auto;
    }
    #responseText{
        margin-left:auto;
        font-size:1.5em;
    }
    #cc3{margin-top:350px;width:85%;}
    .bwbinder{width:95%;}
    .hero-txt{
    width:71.4vw;
}
    select{width:90%;}
  
    #submit-check{font-size:0.5em;}
    #button-shroud{
    top:45px;
     font-size:0.7em;
}
    #cc3 .left-sub{
    margin-top:0px;
}
    .field-set{
        flex-direction:column !important;

    }
    #button-shroud div{width:100%;     width: 100%;
    height: 50px;
    border-radius: 25px;
    padding-top: 10px;
   
    font-size: 2em;}
#agree-text-explainer{
    margin-left:0px;
}
}
@media (max-width: 800px) {
    .privacy-wrapper{padding:0px;}
    .title{left:0px;}
    #marcom-explainer{
   margin-top:50px;
}
    #cc3{margin-top:375px;}
    #cc3 .left-sub {
    margin-top: 40px;}
     #thankyou img{
        width:80%;
        margin:0%;
    }
    #responseText{
       width: 100%;
    text-align: center;
    margin-left: 0%;
    padding: 0px;
    justify-content: center;
        font-weight:100;
        font-size:3.5vw;
    }
#submit-check{width:100%;}
#button-shroud{
    top:40px;
}
#button-shroud div{width:100%; }
#cc3{
    flex-direction:column-reverse;
}
#cc3 .left-sub{
    margin-top:35px;
}
#agree-text-explainer{
    margin-top:1px;
    margin-left:20px;
}
}


.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.fade-in.visible {
    opacity: 1;
}

#consult-txt{display:none;}
@media (max-width: 500px) {
      #cc3{margin-top:385px;}
}
.contact-sheet,body,html,{width:100vw;overflow-x:hidden;}

