super-embed:

<!DOCTYPE html>
<!-- Join Our Team Hero USA -->
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!-- Poppins -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?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&display=swap" rel="stylesheet">
    
    <style>
        .hero-section {
            margin-top: 50px;
            margin-bottom:50px;
            font-family: "Poppins", sans-serif;
            color: #0e1d43;
        }

        .hero-section-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
        }

        .hero-section-content {
            margin-bottom: 40px;
        }

        .hero-section-heading {
            font-size: 50px;
            color: #0e1d43;
            margin-bottom: 20px;
            font-weight: 600;
            margin-left:50px;
            margin-right:50px;
        }

        .hero-section-paragraph {
            font-size: 1.10rem;
            color: #0e1d43;
            margin-bottom: 30px;
        }

        .hero-section-cta-link {
            display: inline-block;
            padding: 10px 30px;
            border-radius: 50px;
            text-decoration: none;
            transition: 0.3s;
            margin-right: 8px;
            font-weight: normal;
        }

        .hero-section-cta-link {
            background-color: #312e81;
            color: #f6f7f7;
            border: 1px solid #312e81;
        }

        .hero-section-cta-link:hover {
            background-color: #3730a3;
            border: 1px solid #3730a3;
        }
        
         /* Media Queries for Responsive Design */
				@media (max-width: 992px) and (min-width: 769px) {
	    .hero-section-heading {
	        font-size: 2.2rem; 
	    }

	    .hero-section-paragraph {
	        font-size: 1rem; 
	    }
	
	    .hero-section-cta-link, {
	        padding: 10px 28px; 
	    }

	    .hero-section-content {
	        margin: 30px auto; 
	    }
	}
	
/* Very Small Devices */
@media (max-width: 360px) {
    .hero-section-heading {
        font-size: 1.4rem; 
    }

    .hero-section-paragraph {
        font-size: 0.85rem; 
    }

    .hero-section-content {
        margin: 20px auto; 
    }
	}
</style>
</head>
<body>
    <section class="hero-section">
        <div class="hero-section-container">
            <div class="hero-section-content">
                <h1 class="hero-section-heading">Join Our Team</h1>
                <p class="hero-section-paragraph">Become a transcriptionist, proofer, or translator while working from home.</p>
                <a href="https://form.typeform.com/to/waLN5UBf?typeform-medium=embed-snippet&typeform-source=docs.thelai.com" class="hero-section-cta-link">
                <strong>Apply Now</strong>
                </a>
            </div>
        </div>
    </section>
</body>
</html>

super-embed:
<!DOCTYPE html>
<!-- Join Our Team Benefits USA -->
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- Poppins -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?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&display=swap" rel="stylesheet">

    <!-- Inter -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
    
    <style>
        .benefits{
        padding: 100px;
        font-family:"Inter", sans-serif;
        background: #f4f4f4;
        color:#0e1d43;
        }

				.benefits-content {
		    display: flex;
		    align-items: center;
		    justify-content: space-between;
		    max-width: 1000px;
		    margin: 0 auto;
			  padding: 0 20px;
				}

				benefits-list-item {
		    margin: 10px 0;
		    padding: 20px;
		    margin-top:10px:
		    margin-left:10px;
				}
			
			
			.svg-icon{
			  width:2rem;
			  color: #f5f6f7;
			  background-color: #0e1d43;
			  border-radius: 5px;
			  padding: 3px;
			}

			.benefits-heading{
			  text-align: left;
			  font-family: 'Poppins', sans-serif;
			  font-size:36px;
			  font-weight:normal;
			  text-align:center;
			}

			.benefit-title{
			    padding-top:-100px;
			    margin-left:5px;
			    margin-bottom:10px;
			}
		
		
		/* Media Queries for Responsive Design */
		@media only screen and (max-width: 768px) {
		    .benefits {
		        padding: 20px;
		        font-size: 14px;
		    }
		
		    .benefits-heading {
		        font-size: 24px;
		    }

    .benefits-content {
        flex-direction: column;
        padding: 0 10px;
    }

    .svg-icon {
        width: 1.5rem;
        margin-top: -30px;
    }

    .benefits-list-item {
        padding: 15px;
    }
	}
</style>
</head>
<body>
    <section class="benefits">
        <h2 class="benefits-heading">Discover the Advantages of Joining Our Team</h2>
        <div class="benefits-content">
            <div class="benefits-list-item">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="svg-icon">
              <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
              </svg>
              <strong class="benefit-title">Flexible Work Schedule</strong> 
              <p>
              You have complete control of your schedule.You decide when and where to work.
              </p>
            </div>
            
            <div class="benefits-list-item">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="svg-icon">
                <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
              </svg>                  
              <strong class="benefit-title">Fair Compensation</strong> 
              <p>
              Vendors are compensated based on the length of the recorded audio file.
              </p>
            </div>

            <div class="benefits-list-item">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="svg-icon">
                <path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" />
              </svg>
              <strong class="benefit-title">Interesting Topics</strong>
              <p>
              We specialize in research projects. We'll make sure to send you work of your interest.
              </p> 
            </div>
        </div>
    </section>
</body>
</html>
super-embed:
<!DOCTYPE html>
<html lang="en">
<head>
	<!-- Testimonials Transcriptors USA-->
  <meta charset="UTF-8">
  <meta name="viewport" content="width=, initial-scale=1.0">
  

    <!-- Inter -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">

    <!-- Poppins -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?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&display=swap" rel="stylesheet">
 </head>

<style>
			  .testimonial-container {
			  display: flex;
			  justify-content: space-evenly;
			  padding: 0 10px;
			  margin: 0 auto;
			  font-family: "Inter", sans-serif;
			  color:#0e1d43;
			  margin-bottom:10px;
			}
			
			.testimonial-one {
				border-radius:5px; 
			  padding: 20px;
			  text-align: left;
			  width: 350px; 
			  height: 300px; 
				background: #ffffff;
				border-radius: 20px;
				box-shadow: 0px 8px 8px rgba(63, 63, 65, 0.1);
				margin-bottom:10px;
				margin-right:10px;
			}
			
			.testimonial-two {
				border-radius:5px; 
			  padding: 20px;
			  text-align: left;
			  width: 350px; 
			  height: 300px; 
				background: #ffffff;
				border-radius: 20px;
				box-shadow: 0px 8px 8px rgba(63, 63, 65, 0.1);
				margin-bottom:10px;
			}
			
	
			
			.testimonial p {
			  margin-top:10px;
			  margin-bottom:10px; 
			  text-align:left;
			}
			
					cite {
					  display: inline;
					  margin-top: 10px;
					  font-weight: bold;
					  font-style: normal;
					  text-align:left;
					}
					
					.cite-container {
					  display: flex;
					  align-items: center; 
					  gap: 10px; 
					}
					
					.icon-test {
					  width:2rem; 
					}
					
					
			
					
					.testimonial-h2 {
					  font-family: "Poppins", sans-serif;
					  text-align: center;
					  color:#0e1d43;
					  font-weight:normal;
					  font-size:36px;
					}
	
	/* Media Queries */

/* For tablets and below (max-width: 768px) */
@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-one {
    width: 90%;
    font-size:90%;
    margin-left:-150px;
  }
}

/* For small devices and below (max-width: 480px) */
@media (max-width: 480px) {
  .testimonial-header h3, .testimonial-header h2 {
    font-size: 24px; /* Smaller text for smaller screens */
  }
					

</style>
<body>
  <div class="testimonial-header">
    <h3 class="testimonial-h2"> Hear from our team: Testimonials and Reviews  </h3>
  </div>
	<div class="testimonial-container">
    
    <!-- Testimonial -->
    <div class="testimonial-two">
      <p>
        Working with you has been a truly enjoyable experience for me. I feel very comfortable in this environment, and I genuinely relish the work I do here.
      </p>
      <br>
      <br>
      <br>
      <br>
      <hr>
      <div class="cite-container">
		     <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="icon-test">
				 <path stroke-linecap="round" stroke-linejoin="round" d="M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" />
				 </svg>		
      <cite> 
        Gail, Transcriptionist
      </cite>
      </div>
    </div>
    
    <!-- Testimonial -->
    <div class="testimonial-one">      
      <p>
        Landmark has done a great job setting up an efficient process. Navigating through assignments, setting up my availability, and managing invoicing is straightforward and user-friendly. Additionally, the staff's readiness to assist and resolve any questions I have is commendable.
      </p>
      <hr>
      <div class="cite-container">
		     <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="icon-test">
				 <path stroke-linecap="round" stroke-linejoin="round" d="M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" />
				 </svg>		
      <cite>Nancy, Transcriptionist </cite>
      </div>
    </div>

    
    <!-- Testimonial -->
    <div class="testimonial-two">
      <p>
        Landmark is flexible, turnaround times are manageable, is educational and fun, interesting too.
      </p>
      <br>
      <br>
      <br>
      <br>
      <br>
      <hr>
      <div class="cite-container">
		     <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="icon-test">
				 <path stroke-linecap="round" stroke-linejoin="round" d="M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" />
				 </svg>		
      <cite> 
        Emily, Transcriptionist
      </cite>
      </div>
    </div>


</body>
</html>

super-embed:

<!DOCTYPE html>
<html lang="en">
<head>
		<!-- Work with US, CTA, Disclaimer -->
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="styles.css">
</head>

  <!-- Poppins -->
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?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&display=swap" rel="stylesheet">

  	
  <!-- Inter -->
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
    
        
<style>
  .contractor {    
    color: #0e1d43;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    background-color: #f5f6f7;
    margin:10px 150px;
    font-size:15px;
}
.mail-link{
  color:#312e81
}

.procedure h2, .second-cta h2 {

    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size:36px;

}

.card-procedure{
  padding:10px;
  border-radius:20px;
  margin-left: 10px; 
  box-shadow: 3px -2px 20px rgba(0, 4, 23, 0.2); 
  margin-bottom:10px;
  
}



.begin {
font-size: 36px;
font-weight: normal;
text-align:center;
}

.procedure-paragraph{
font-size:20px;
margin-bottom:10px;
text-align:center;
}

.second-cta{
text-align:center;
margin-bottom:100px;
margin-top:100px;
}

.second-cta p{
margin-bottom:50px;
}

.procedure{
margin-bottom:20px;
}

.apply-button{
  color: #f5f6f7;
  background-color:#312e81;
  padding: 15px;
  text-decoration: none;
  border-radius:10px;
  transition:ease-in-out 200ms;
  text-align: center;
  margin-top:250px;
}

.apply-button:hover {
  background-color:#3730a3;
}

/* For tablets and devices with width less than 768px */
@media (max-width: 768px) {
  .contractor {
    margin: 10px; /* Reducing side margins */
  }
  .procedure h2, .second-cta h2 {
    font-size: 28px; /* Adjusting heading sizes for smaller screens */
  }
  .begin, .procedure-paragraph {
    font-size: 24px; /* Adjust text sizes for readability */
  }
  .apply-button {
    padding: 10px; /* Adjust button padding */
    margin-top: 100px; /* Reduce margin above the button */
  }
}

/* For smartphones and devices with width less than 480px */
@media (max-width: 480px) {
  .contractor {
    margin: 5px; /* Further reduce side margins */
  }
  .procedure h2, .second-cta h2 {
    font-size: 24px; /* Further adjust heading sizes for smaller screens */
  }
  .begin, .procedure-paragraph {
    font-size: 20px; /* Further adjust text sizes for readability */
  }
  .card-procedure {
    margin-left: 0; /* Remove left margin */
    padding: 5px; /* Reduce padding */
  }
  .apply-button {
    font-size: 14px; /* Reduce font size */
    padding: 8px; /* Adjust padding */
    margin-top: 50px; /* Reduce margin */
  }
}



</style>
<body>
  <div class="contractor">
    <main>
        <section class="procedure">
            <h2 class="begin">Begin working with us in just 2 easy steps</h2>
            <p class="procedure-paragraph">Follow the steps below. Upon completion, we will promptly get in touch with you.</p>
            
            <div class="card-procedure">
              <h3><strong> 1. Take the Test </strong></h3>
              <p>              
                Please complete the transcription test. 
                Click on the provided links to download the necessary documents and 
                audio files to your hard drive.
               </p>
              <ul class="list-content">
              <li> <a href="https://static-resources-super.s3.amazonaws.com/Landmark++-+Test+Instructions+US.pdf" class="mail-link">01. Instructions </a></li>
              <li> <a href="https://static-resources-super.s3.amazonaws.com/Test+US+March+2022.mp3" class="mail-link">02. Audio Test </a></li>
              <li> <a href="https://styleguide.thelai.com/landmarks-standard-template" class="mail-link"> 03. Landmark Template </a></li>
              </ul>
            </p>
            </div>
           <div class="card-procedure">
            <h3>
            <strong>
              2. Answer our questionnaire
             </strong>
            </h3>
            
            <p>
              Complete a brief questionnaire detailing your experience, previous clients,
              the equipment you use, and your time availability. Additionally, 
              upload your test for our review.
             </p>
             <br/>
             <p>
             <a href="https://form.typeform.com/to/LIHHam?typeform-medium=embed-snippet" class="mail-link">             
              Contractors Intake Form ▸
             </a>
            </p>
            </div>
        </section>
       
        <section class="second-cta">
            <h2>Join Landmark's Team.</h2>
            <p>Thank you for being interested in working with Landmark Associates.</p>
            <a href="https://form.typeform.com/to/LIHHam?typeform-medium=embed-snippet&typeform-source=docs.thelai.com" class="apply-button"> Request more Info</a>
            
        </section>

        <section class="disclaimer">
            <p> Please be aware that our staff will only contact you via email addresses ending in 
            our domain (@thelai.com) and will never request you to fill out forms on websites other than our official site. 
            To avoid falling into traps, please use only our official links. If you have any questions or concerns, feel free to reach out to us through our official chat service or by emailing <a href="mailto:landmarksupport@thelai.com." class="mail-link">landmarksupport@thelai.com</a></p>
        </section>
    </main>
  </div>
</body>
</html>