	.uwy .uwif {
		display: none !important;
	}

/* Kickstart Popup */

    #kspop {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; 
        text-align: center;
        background-color: #f9f9f9;  
        padding: 5px 20px; 
        justify-content: center;
        align-items: center;
        z-index: 999;
		box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 12px;
		box-sizing: border-box;
    }

    #ksform {
		display: flex;
		position: fixed;
		left: 0;
		top: 50px;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.71);
		justify-content: center;
		align-items: center;
		z-index: 999;
    }


    #ksform-content {
		background-color: #fff;
		border-radius: 5px;
		padding: 40px;
		width: 37%;
		box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    #close {
		position: absolute;
		right: 60px;
		top: 30%;
		cursor: pointer;
		color: #000;
		border: 0 solid #fff;
		font-size: 25px;
		background-color: #f9f9f9;
    }


    #form-close {
		float: right;
		cursor: pointer;
		color: #000;
		font-size: 25px;
		font-weight: 700;
		margin-bottom: 20px;
		border: 0 solid #fff;
		background-color: #fff;  
    }

    .kspop h2 {
       color: #111d33;
       font-size: 30px;
	   padding-bottom: 0;
    }

    .kspop .kspop-col1 {
   	   margin-right: 20px;
    }

    .kspop-btn {
      border: 0 solid #fff;
      background-color: #000;
      padding: 12px 24px;
      color: #fff;
      font-size: 20px;
	  line-height: 1.8;
	  border-radius: 4px;
    }

    .kspop-btn:hover {
      cursor: pointer;
    }

    /* Responsive layout - makes a one column layout instead of a two-column layout */
  @media (max-width: 800px) {
    #kspop {
      flex-direction: column;
      padding: 15px;
	  width: 97% !important;
    }

    #ksform {
      flex-direction: column;
    }

	#ksform-content { 
	  width: 80% !important;
	  }

    #close {
		position: absolute;
		right: 30px;
		top: -13px;
		cursor: pointer;
		color: #000;
		border: 0 solid #fff;
		font-size: 25px;
		background: rgba(0,0,0,0);
    }


   .kspop h2 {
      font-size: 4.5vw;
     }

   .kspop-btn {
      font-size: 17px;
     }

  }
