@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --ink: #303030;
  --green: #4EA245;
  --orange: #EA7024;
  --cyan: #5AC8DA;
  --lime: #A6CE39;
  --paper: #F7F7F7;
  --soft: #F0F0F0;
  --muted: #707070;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #ececec;
  color: var(--ink);
  font-family: Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased
}

.site-shell {
 
  margin: 0 auto;
  background: var(--paper);
  overflow: hidden
}

a {
  color: inherit;
  text-decoration: none
}

img {
  display: block;
  max-width: 100%
}

button,
input,
textarea {
  font: inherit;
  color: inherit
}

h1,
h2,
h3,
.eyebrow,
.btn,
.nav-links,
.topbar {
  font-family: Inter, Arial, sans-serif
}

p {
  margin: 0;
}

.section-pad {
  padding-left: 50px;
  padding-right: 50px
}

/* header */
.topbar {
  height: 50px;
  background: var(--green);
  color: #fff;
  font-weight: 600;
  font-size: 15px
}

.topbar-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px
}

.campus-pill {
  background: #fff;
  color: var(--ink);
  padding: 8px 18px;
  border-radius: 22px;
  font-size: 14px;
  display: flex;
}
  .campus-pill img{
      height: 15px;
      padding-right: 6px;
    }

.top-contact {
  display: flex;
  align-items: center;
  gap: 20px
}
.top-contact span{
  display: flex;
}
.top-contact span img{
  margin-right: 7px;
}

.top-contact i {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, .5)
}

.main-nav {
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 50px;
  gap: 34px
}

.brand {
  width: 250px
}

.brand img {
  width: 235px;
  height: auto
}

.nav-links {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 16px;
  font-weight: 600
}

.nav-links a {
  white-space: nowrap
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 28px;
  color: #fff;
  font-weight: 600;
  padding: 13px 21px;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.btn-orange {
  background: var(--orange);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.btn-green {
  background: var(--green);
  justify-content: center;
    
}

.nav-cta {
  min-width: 190px
}

/* hero */
.hero {
  height: 670px;
  position: relative;
  background: url('assets/hero.jpg') center 43% / cover no-repeat
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 112, 49, .78) 0%, rgba(25, 95, 47, .55) 46%, rgba(22, 72, 48, .18) 78%, rgba(22, 72, 48, .08) 100%)
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  padding: 112px 50px 70px;
  justify-content: space-between;
  gap: 52px
}

.hero-copy {
  width: 780px;
  color: #fff;
  padding-top: 68px
}
.hero-copy h1{
    width:600px;
}

.reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  color: #a8d739;
  margin-bottom: 18px
}
.rev-text{
    padding-top:3px;
}

.stars {
  color: #ffc000;
  font-size: 31px;
  letter-spacing: 1px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.stars img{
  width: 110px;
  display:block;
}

.hero h1 {
  font-size: 44px;
  line-height: 1.17;
  margin: 0;
  font-weight: 600;
  letter-spacing: -1.6px;
   font-family: "Inter", sans-serif;
    text-shadow:
        0 7px 14px rgba(0,0,0,.35),
        0 2px 8px rgba(0,0,0,.45);
}

.hero h1 em {
  font-style: italic;
  display: block;
  color: var(--orange);
  font-weight: 800
}

.hero h1 u {
  text-decoration-color: #fff;
  text-underline-offset: 9px;
  text-decoration-thickness: 2px
}
.underlineGradient{
  position: relative;
}
.underlineGradient:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #A9CA3F 0%, #EA7024 51%, #5AC8DA 100%);
}

.hero-benefits {
  display: flex;
  gap: 66px;
  margin-top: 62px
}

.benefit {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.round-icon {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(90, 200, 218, .48);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: 27px
}

.lead-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .16);
  color: var(--ink);
  
}

.hero-form {
  width: 600px;
  padding: 24px 20px 28px;
  align-self: flex-start
}

.lead-form h2 {
  font-size: 21px;
  margin: 0 0 20px;
  line-height: 1.3
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 15px
}

.form-grid input,
.form-grid textarea,
.phone-field {
  height: 51px;
  border: 1px solid #bebebe;
  border-radius: 10px;
  background: #fbfbfb;
  padding: 0 14px;
  font-size: 14px;
  outline: none
}

.form-grid textarea {
  grid-column: 1 / -1;
  height: 102px;
  padding-top: 14px;
  resize: none
}

.phone-field {
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 8px
}

.phone-field span {
  white-space: nowrap;
  font-size: 13px
}

.phone-field input {
  border: 0 !important;
  background: transparent !important;
  padding: 0 ;
  width: 100%;
  height: auto !important
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 22px 0 28px;
  font-size: 11px;
  color: #717171;
  line-height: 1.8
}

.consent input {
  width: 30px;
  height: 30px;
  margin: 0;
  accent-color: var(--green)
}

.hero-form .btn {
  display: flex;
  margin: 0 auto;
  width: 220px
}
.phone-field,
.iti{
    width:100%;
}

.iti{
    position:relative;
}

.iti input{
    width:100%;
    height:62px;
    border:1px solid #d9d9d9;
    border-radius:16px;
    /* font-size:18px; */
    padding-right:16px;
    box-sizing:border-box;
}

/* This fixes the overlap */
.iti--separate-dial-code input{
    padding-left:95px !important;
}

.iti__selected-country{
    border-radius:16px 0 0 16px;
    padding:0 12px;
    background:#fff;
}





/* stats */
.stats {
  height: 180px;
  background: #efefef;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  padding: 30px 50px
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #d0d0d0
}

.stat:last-child {
  border: 0
}

.stat-icon {
  display: block;
  color: var(--orange);
  font-size: 30px;
  height: 35px
}

.stat strong {
  font-family: Inter;
  font-size: 32px;
  display: block;
  margin: 8px 0 7px
}

.stat p {
  font-size: 16px
}

.stripe-right:after,
.stripe-left:before {
  content: "";
  position: absolute;
  width: 6px;
  z-index: 4
}

.stripe-right:after {
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, var(--lime) 0 33%, var(--orange) 33% 66%, #06b9c8 66% 100%)
}

.stripe-left:before {
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, var(--lime) 0 33%, var(--orange) 33% 66%, #06b9c8 66% 100%);
  
}

/* overview */
.overview {
  padding-top: 63px;
  padding-bottom: 76px;
  background: #f6f6f6
}

.overview-grid {
  display: grid;
  grid-template-columns: 620px 1fr;
  gap: 98px;
  max-width: 1340px;
  margin: 0 auto
}

.image-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 797px
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.section-copy {
  padding-top: 4px;
  position: relative
}

.section-copy h2,
.careers h2,
.testimonials h2 {
  font-size: 42px;
  line-height: 1.15;
  margin: 10px 0 19px;
  letter-spacing: -1.2px;
  font-weight: 600;
}

.eyebrow {
  color: var(--orange);
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 9px;

}
.overview-grid .eyebrow{
     text-align: left; 
}

.accent-line {
  width: 95px;
  height: 2px;
  background: var(--orange);
  margin-bottom:20px;
}

.accent-line.center {
  margin: 10px auto 25px;
  
}

.section-copy>p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 27px
}

.timeline-copy {
  padding-left: 50px;
  border-left: 1px dashed #bdbdbd
}

.timeline-dot {
  position: absolute;
  left: -11px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--cyan)
}

.highlight-box {
  background: #fff;
  border-radius: 11px;
  overflow: hidden;
  margin: 25px 0 27px
}

.highlight-box h3 {
  background: var(--cyan);
  color: #fff;
  margin: 0;
  padding: 14px 20px;
  font-size: 18px
}

.highlight-box ul {
  padding: 19px 33px 18px 43px;
  margin: 0
}

.highlight-box li {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 8px
}

.section-copy .btn {
  font-size: 14px;
  padding: 12px 20px
}

/* why */
.why-wrap {
  padding-top: 10px;
  padding-bottom: 70px;
  background: #f6f6f6
}

.center-heading {
  text-align: center
}

.center-heading h2 {
  font-size: 38px;
  margin: 7px 0 13px;
  letter-spacing: -1px;
  text-align: center;
}

.center-heading>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 18px 35px
}

.worry-card {
  background: #fff;
  border-radius: 10px;
  min-height: 115px;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  gap: 22px
}

.worry-card h3 {
  font-size: 16px;
  margin: 0 0 7px
}

.worry-card p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 1.45
}

.worry-icon {
  font-size: 38px;
  min-width: 55px;
  text-align: center
}

.worry-icon.lime {
  color: var(--lime)
}

.worry-icon.cyan {
  color: var(--cyan)
}

.worry-icon.orange {
  color: var(--orange)
}

.jobready-panel {
  margin: 0 18px;
  min-height: 525px;
  border-radius: 10px;
  padding: 48px 50px;
  display: grid;
  grid-template-columns: 55% 45%;
  background: linear-gradient(112deg, #afd233 0%, #9bcf54 36%, #5ac8ba 100%);
  position: relative;
  overflow: hidden
}

.jobready-panel:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 322px;
  height: 503px;
  /* border-radius: 50%; */
  background: url(./assets/leaf.png);
  /* transform: skewX(-20deg) */
}

.mini-label {
  font-family: Inter;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 12px
}

.jobready-left {
  position: relative;
  z-index: 1;  
}

.jobready-left h2 {
  width:90%;
  font-size: 33px;
  line-height: 1.18;
  margin: 0 0 17px;
  letter-spacing: -1.2px
}

.jobready-left em {
  font-style: italic;
  color: #fff
}

.dark-line {
  height: 2px;
  width: 90px;
  background: var(--ink);
  margin: 0 0 33px
}

.jobready-left .btn {
  font-size: 14px;
  padding: 13px 25px
}

.jobready-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding-left: 25px;
  padding-right: 100px;
}

.job-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  align-items: start
}

.job-item>span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center
}

.job-item h3 {
  font-size: 18px;
  margin: 3px 0 7px;
  font-family: "Roboto", sans-serif;
}

.job-item p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.55
}

/* funding */
.funding {
  height: 640px;
  background: #fff;
  display: grid;
  grid-template-columns: 47% 53%
}

.funding-copy {
  padding: 55px 48px 35px 50px
}

.funding-copy h2 {
  font-family: Inter;
  font-size: 38px;
  line-height: 1.15;
  margin: 8px 0 17px
}

.funding-copy>p:not(.eyebrow, .note) {
  font-size: 14px;
  line-height: 1.9;
  color: #747474;
  margin-bottom: 15px
}

.note {
  display: grid;
  grid-template-columns: 20px auto;
  column-gap: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #6f6f6f;
  margin: 18px 0 22px
}

.note span {
  color: var(--orange);
  font-size: 18px
}

.note b {
  color: #6a6a6a;
  margin-left: -3px
}

.note b+* {
  grid-column: 2
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.check-list li {
  font-family: Inter;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.55;
  margin: 12px 0;
  position: relative;
  padding-left: 35px
}

.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--green);
  border-radius: 10px;
  font-size: 14px;
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center
}

.tri-line {
  display: flex;
  margin: 25px 0 16px;
  height: 8px
}

.tri-line i:nth-child(1) {
  background: var(--lime);
  width: 33%
}

.tri-line i:nth-child(2) {
  background: var(--orange);
  width: 34%
}

.tri-line i:nth-child(3) {
  background: #05b9c7;
  width: 33%
}

.funding-cta {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 10px;
  align-items: center
}

.phone-big {
  font-size: 42px;
  color: var(--orange)
}

.funding-cta small {
  display: block;
  font-family: Inter;
  font-size: 11px;
  font-weight: 700;
  color: #737373
}

.funding-cta strong {
  font-family: Inter;
  font-size: 21px;
  display: block;
  margin-top: 5px
}

.funding-cta .btn {
  font-size: 15px;
  padding: 12px 18px;
  font-family: "Roboto", sans-serif;
}

.funding-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* advantages */
.advantages {
  padding-top: 72px;
  padding-bottom: 70px;
  background: #f6f6f6;
  /* min-height: 690px */
}

.advantages-grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 55px
}

.adv-title h2 {
    max-width:80%;
  font-family: Inter;
  font-size: 60px;
  line-height: 1.12;
  
  color: var(--orange);
  letter-spacing: -1.8px;
  margin: 15px 0 18px
}

.adv-title .btn {
  font-size: 14px
}

.adv-details {
  padding-top: 10px;
  padding-right:90px;
}

.laptop-card {
  width: 430px;
  min-height: 135px;
  background: var(--orange);
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  margin-bottom: 30px
}

.laptop-card img {
  width: 145px;
  height: 95px;
  object-fit: contain
}

.laptop-card h3 {
  font-size: 20px;
  margin: 0 0 7px
}

.laptop-card p {
  font-size: 13px;
  line-height: 1.35
}

.laptop-card small {
  display: block;
  text-align: right;
  font-size: 9px;
  margin-top: 9px
}

.adv-details>h2 {
  font-family: Inter;
  font-size: 42px;
  line-height: 1.08;
  margin: 0 0 30px;
  
}

.adv-details>p {
  font-size: 14px;
  line-height: 1.75;
  color: #666;
  margin: 0 0 18px
}

/* placement */
.placement {
  padding-top: 68px;
  padding-bottom: 60px;
  background: #f6f6f6
}

.center-heading.narrow {
  max-width: 920px;
  margin: 0 auto
}

.center-heading.narrow h2 {
  font-size: 40px;
  text-align: center;
}

.center-heading.narrow>p:not(.eyebrow) {
  line-height: 1.75;
  text-align: center;
}

.placement-row {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 40px;
  align-items: center;
  max-width: 1120px;
  margin: 34px auto 25px
}

.placement-row img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 10px
}

.check-list.large li {
  font-size: 17px;
  margin: 16px 0
}

.placement-row .btn {
  font-size: 15px;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
}

.salary-banner {
  max-width: 1120px;
  margin: 0 auto;
  background: var(--orange);
  color: #fff;
  border-radius: 10px;
  padding: 21px 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.salary-banner span {
  display: block;
  font-family: Inter;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px
}

.salary-banner strong {
  display: block;
  font-family: Inter;
  font-size: 40px
}

.salary-banner small {
  font-style: italic;
  margin-bottom: 5px
}

/* careers */
.careers {
  padding-top: 55px;
  padding-bottom: 65px;
  background: #f6f6f6
}

.careers-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 45px
}

.career-copy {
  border-left: 0;
  padding-left: 0;
  padding-right: 42px;
  position: relative
}

.career-copy:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px dashed #bdbdbd
}

.career-copy:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--cyan);
  border-radius: 50%;
  z-index: 2
}

.career-box {
  margin-top: 25px
}

.career-box .check-list {
  padding: 17px 20px
}

.career-box .check-list li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 14px 0
}

.career-copy>p:last-child {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 25px
}

.career-image {
  height: 520px;
  border-radius: 11px;
  overflow: hidden;
  position: relative
}

.career-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* testimonials */
.testimonials {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #fff
}

.testimonials h2 {
  margin-bottom: 23px;
  text-align:center;
}
.testimonials .eyebrow{
    text-align:center;
}
.testimonials .accent-line{
   margin: auto;
}
.testimonial-viewport {
  overflow: visible;
  width: 118%;
  margin-top: 35px
}

.testimonial-track {
  display: flex;
  gap: 20px;
  transform: translateX(0);
  transition: .35s
}

.quote-card {
  flex: 0 0 572px;
  height: 285px;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 35px 35px 25px;
  display: flex;
  flex-direction: column
}

.quote {
  font-family: Inter;
  color: var(--cyan);
  font-weight: 800;
  font-size: 82px;
  line-height: .5
}

.quote-card>p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 15px
}

.author {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 15px
}

.author img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%
}

.author b {
  font-family: Inter;
  font-size: 14px
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px
}

.dots {
  display: flex;
  gap: 8px
}

.dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7d7d7
}

.dots i.active {
  background: var(--green)
}

.slider-controls button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 5px;
  background: #e4f1df;
  color: var(--green);
  font-weight: bold;
  font-size: 20px;
  margin-left: 8px
}

/* admissions */
.admissions {
  height: 675px;
  background: #303030;
  color: #fff;
  padding: 70px 50px 45px;
  position: relative
}
.admissions::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(to bottom, var(--lime) 0 33%, var(--orange) 33% 66%, #06b9c8 66% 100%);
}

.dark-heading h2 {
  font-size: 40px;
  text-align: center;
}

.dark-heading>p:not(.eyebrow) {
  color: #bcbcbc
}

.steps {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative
}

.steps:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  background: #555
}

.steps article {
  text-align: center;
  position: relative;
  padding: 0 18px
}

.steps article>span {
  font-size: 12px;
  position: relative;
  top: -30px;
}

.steps article>i {
   position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #A8D739;
    z-index: 2;
}

.steps article>strong {
  display: block;
  font-family: Inter;
  font-size: 70px;
  color: #383838;
  line-height: 1;
  margin-bottom: 34px
}

.steps h3 {
  font-size: 17px;
  line-height: 1.45;
  margin: 0 0 12px
}

.steps p {
  font-size: 12px;
  line-height: 1.65;
  color: #bcbcbc
}

/* faq */
.faq {
  padding-top: 70px;
  padding-bottom: 68px;
  background: #f7f7f7;
  min-height: 590px
}

.faq .center-heading h2 {
  font-size: 40px
}

.faq-grid {
  max-width: 1060px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px
}

.faq-col {
  display: flex;
  flex-direction: column;
  gap: 18px
}

details {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  overflow: hidden
}

summary {
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  padding: 19px 45px 19px 20px;
  cursor: pointer;
  list-style: none;
  position: relative
}

summary::-webkit-details-marker {
  display: none
}

summary:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 28px;
  font-weight: 400
}

details[open] summary:after {
  content: "−"
}

details p {
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.55;
  color: #6d6d6d
}

.faq-contact {
  text-align: center;
  margin-top: 35px;
  font-size: 15px

}

.faq-contact a {
  color: var(--orange);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* final CTA */
.final-cta {
  height: 85vh;
  /*background: linear-gradient(to bottom, var(--orange) 0 63%, #f7f7f7 63% 100%);*/
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 70px 50px 0;
  position:relative;
  overflow:hidden;
}
.final-cta:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:95vh;
    background: linear-gradient(to bottom, var(--orange) 0 63%, #f7f7f7 63% 100%);
    z-index:1;
}
.final-cta .lead-form,
.final-cta .cta-title{
    z-index:2;
}
.final-cta form .btn{
    background:var(--green);
}

.cta-title h2 {
  font-family: Inter; 
  font-size:60px;
  line-height: 1.12;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  font-weight:600;
}

.white-line {
  width: 95px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  
}

.bottom-form {
  width: 490px;
  padding: 23px 20px 30px;
  justify-self: center;
  align-self: start
}

.bottom-form h2 {
  font-size: 21px
}

.bottom-form .consent {
  margin: 20px 0 23px
}

.bottom-form .btn {
  display: flex;
  width: 220px;
  margin: 0 auto
}

.secure {
  text-align: center;
  color: #737373;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 15px
}

/* footer */
.site-footer {
  position: relative;
  background: #303030;
  color: #fff
}

.footer-main {
  height: 280px;
  display: grid;
  grid-template-columns: 37% 30% 33%;
  align-items: center;
  padding: 35px 50px
}

.footer-brand img {
  width: 300px;
  margin-bottom: 25px;
}

.footer-brand p,
.footer-main p {
  font-size: 14px;
  line-height: 1.7;
  color: #eee;
  text-align: left;
}
.footer-brand-text{
   font-size: 14px;
   font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.footer-main h3 {
  font-size: 20px;
  color: var(--cyan);
  margin: 0 0 18px
}
.footer-address{
  font-family: "Roboto", sans-serif;
  font-size: 18px!important;
}

.footer-contact {
  font-size: 15px
}
.footer-contact p{
  display: flex;
  font-size: 18px;
}
.footer-contact p img{
  margin-right: 10px;
}


.footer-contact p:first-child {
  margin-bottom: 22px
}

.footer-bottom {
  height: 70px;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  font-family: Inter;
  font-weight: 600;
  font-size: 13px
}

/* Precision pass against the supplied 1440px PDF */
.top-contact {
  white-space: nowrap;
  font-size: 14px
}

.hero {
  background-image: url('assets/hero.jpg');
  background-position: center 43%
}

.hero-copy {
  padding-top: 128px
}

.hero-benefits {
  gap: 82px
}

.btn {
  width: max-content
}

.hero-form .btn,
.bottom-form .btn {
  width: 220px
}

.overview-grid {
  gap: 49px
}
.overview-grid .stripe-left:before{
    display:none;
}

.funding {
  height: auto;
}

.note {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.note .note-icon {
  flex: 0 0 20px
}

.note .note-text {
  display: block;
  min-width: 0
}

.note .note-text b {
  color: #666
}

.note .note-text {
  color: #6f6f6f
}

.line-svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.stat-icon .line-svg {
  width: 34px;
  height: 34px
}

.worry-icon .line-svg {
  width: 52px;
  height: 52px
}

.job-item>span .line-svg {
  width: 34px;
  height: 34px
}

.section-copy .btn {
  width: 218px
}

.jobready-left .btn {
  width: 208px
}

.funding-cta .btn {
  width: 230px
}

.adv-title .btn {
  width: 270px
}

.placement-row .btn {
  width: 305px
}

/* Responsive behavior ----------------------------------------------------- */
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto
}

.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform .25s ease, opacity .2s ease
}

.main-nav.menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.main-nav.menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0
}

.main-nav.menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}


/* LEFT BUTTON */

.floating-text{
    position:fixed;
    left:20px;
    bottom:80px;
    z-index:9999;
}

.text-toggle{
    width:72px;
    height:72px;
    border:none;
    border-radius:50%;
    background:#0a6d84;
    color:#fff;
    font-size:32px;
    cursor:pointer;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.text-popup{
    position:absolute;
    left:90px;
    bottom:0;
    width:260px;
    background:#fff;
    border-radius:18px;
    padding:24px;
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.text-popup::before{
    content:"";
    position:absolute;
    left:-10px;
    top:35px;
    border:10px solid transparent;
    border-right:#fff;
}

.text-popup h4{
    margin:0 0 10px;
    color:#0a6d84;
    font-size:30px;
}

.text-popup p{
    margin:0;
    font-size:17px;
    line-height:1.5;
}


/* RIGHT CONTACT */

.floating-contact{
    position:fixed;
    right:20px;
    bottom:80px;
    z-index:9999;
}

.contact-btn{
    width:84px;
    height:84px;
    border:none;
    border-radius:50%;
    background:#056d08;
    color:#fff;
    font-size:36px;
    cursor:pointer;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    transition:.3s;
}

.contact-btn.close{
    background:#056d08;
}

.contact-btn.close i{
    transform:rotate(180deg);
}

/* Popup */

.contact-popup{
    position:absolute;
    right:95px;
    bottom:0;
    width:320px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 25px 50px rgba(0,0,0,.18);
    overflow:hidden;

    opacity:0;
    visibility:hidden;
    transform:translateX(25px) scale(.95);
    transition:.35s ease;
}

.contact-popup.open{
    opacity:1;
    visibility:visible;
    transform:translateX(0) scale(1);
}

.contact-popup::after{
    content:"";
    position:absolute;
    right:-10px;
    bottom:35px;
    border:10px solid transparent;
    border-left:#fff;
}

.contact-popup a{
    display:flex;
    gap:18px;
    align-items:center;
    text-decoration:none;
    color:#222;
    padding:22px 26px;
    transition:.25s;
}

.contact-popup a:hover{
    background:#f7f7f7;
}

.contact-popup a+a{
    border-top:1px solid #ececec;
}

.contact-popup i{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#056d08;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.contact-popup strong{
    display:block;
    font-size:20px;
}

.contact-popup span{
    display:block;
    font-size:15px;
    color:#666;
    margin-top:4px;
}


/* Mobile */

@media(max-width:767px){

    .text-popup{
        width:220px;
        left:75px;
    }

    .contact-popup{
        width:280px;
        right:75px;
    }

    .text-toggle{
        width:62px;
        height:62px;
        font-size:26px;
    }

    .contact-btn{
        width:72px;
        height:72px;
        font-size:30px;
    }

}

@media (max-width:1199px) {
  body {
    overflow-x: hidden
  }

  .section-pad {
    padding-left: 34px;
    padding-right: 34px
  }

  .topbar-inner {
    padding-left: 34px;
    padding-right: 34px
  }

  .main-nav {
    height: 88px;
    padding: 0 34px;
    gap: 18px;
    position: relative;
    z-index: 30
  }

  .brand {
    width: 215px
  }

  .brand img {
    width: 205px
  }

  .mobile-menu-toggle {
    display: block;
    margin-left: auto
  }

  .nav-cta {
    min-width: 170px;
    font-size: 14px;
    padding: 12px 18px
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
    font-size: 15px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease, opacity .2s ease, visibility .2s ease;
    padding: 0 34px
  }

  .nav-links a {
    padding: 15px 0;
    border-bottom: 1px solid #ececec
  }

  .main-nav.menu-open .nav-links {
    max-height: 360px;
    opacity: 1;
    visibility: visible;
    padding-top: 8px;
    padding-bottom: 8px
  }

  .hero {
    height: auto;
    min-height: 620px
  }

  .hero-content {
    height: auto;
    min-height: 620px;
    padding: 70px 34px 56px;
    gap: 34px;
    align-items: flex-start
  }

  .hero-copy {
    width: min(58%, 680px);
    padding-top: 70px
  }

  .hero h1 {
    font-size: clamp(34px, 3.6vw, 43px)
  }

  .reviews {
    font-size: 17px
  }

  .stars {
    font-size: 27px
  }

  .hero-benefits {
    gap: 28px;
    margin-top: 45px;
    flex-wrap: wrap
  }

  .benefit {
    font-size: 14px
  }

  .round-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px
  }

  .hero-form {
    width: 500px;
    padding: 22px 18px 25px;
  }

  .overview-grid {
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    gap: 34px
  }

  .image-card {
    height: 680px
  }

  .timeline-copy {
    padding-left: 34px
  }

  .section-copy h2,
  .careers h2,
  .testimonials h2 {
    font-size: 36px
  }

  .worry-grid {
    margin-left: 0;
    margin-right: 0;
    gap: 14px
  }

  .worry-card {
    padding: 20px 18px;
    gap: 14px
  }

  .jobready-panel {
    margin: 0;
    padding: 40px 34px;
    grid-template-columns: 52% 48%
  }

  .jobready-left h2 {
    font-size: 34px
  }

  .jobready-list {
    padding-left: 12px
  }

  .funding {
    height: auto;
    min-height: 650px;
    grid-template-columns: 52% 48%
  }

  .funding-copy {
    padding: 48px 34px
  }

  .funding-image {
    height: 100%;
  }

  .funding-cta {
    grid-template-columns: 42px 1fr;
    align-items: center
  }

  .funding-cta .btn {
    grid-column: 1 / -1;
    margin-top: 8px
  }

  .advantages-grid {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    gap: 36px
  }

  .adv-title h2 {
    font-size: 48px
  }

  .placement-row {
    gap: 28px
  }

  .careers-grid {
    gap: 30px
  }

  .testimonial-viewport {
    width: 100%;
    overflow: hidden
  }

  .quote-card {
    flex-basis: calc((100% - 20px)/2);
    min-width: 0
  }

  .admissions {
    height: auto;
    min-height: 620px;
    padding-left: 34px;
    padding-right: 34px
  }

  .steps article {
    padding: 0 10px
  }

  .steps h3 {
    font-size: 15px
  }

  .final-cta {
    padding-left: 34px;
    padding-right: 34px
  }

  .bottom-form {
    width: min(100%, 470px)
  }

  .footer-main,
  .footer-bottom {
    padding-left: 34px;
    padding-right: 34px
  }
}

@media (max-width:900px) {
  .topbar {
    height: auto
  }

  .topbar-inner {
    min-height: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
    gap: 10px;
    flex-wrap: wrap
  }

  .top-contact {
    white-space: normal;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 14px;
    font-size: 13px
  }

  .hero {
    background-position: 43% center
  }

  .hero-content {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 52px 34px 54px
  }

  .hero-copy {
    width: 100%;
    max-width: 720px;
    padding-top: 22px
  }

  .hero-form {
    width: 100%;
    max-width: 620px;
    align-self: center;
    margin-top: 12px
  }

  .hero-benefits {
    max-width: 700px
  }

  .stats {
    height: auto;
    padding: 24px 34px
  }

  .stat strong {
    font-size: 28px
  }

  .overview-grid,
  .advantages-grid,
  .careers-grid {
    grid-template-columns: 1fr
  }

  .overview-grid {
    gap: 34px
  }

  .image-card {
    height: min(68vw, 590px)
  }

  .timeline-copy {
    padding-left: 0;
    border-left: 0
  }

  .timeline-dot {
    display: none
  }

  .worry-grid {
    grid-template-columns: 1fr
  }

  .jobready-panel {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .jobready-list {
    padding-left: 0
  }

  .funding {
    grid-template-columns: 1fr
  }

  .funding-copy {
    padding: 50px 34px 42px
  }

  .funding-image {
    min-height: 0;
    height: min(68vw, 520px)
  }

  .funding-image img {
    object-position: center
  }

  .funding-cta {
    grid-template-columns: 48px 1fr auto
  }

  .funding-cta .btn {
    grid-column: auto;
    margin-top: 0
  }

  .advantages {
    min-height: 0;
    padding-top: 58px;
    padding-bottom: 58px
  }

  .adv-details {
    padding-top: 0
  }

  .laptop-card {
    width: min(100%, 500px)
  }

  .placement-row {
    grid-template-columns: 1fr;
    max-width: 760px
  }

  .placement-row img {
    height: min(48vw, 340px)
  }

  .placement-row>div {
    padding: 0 4px
  }

  .career-copy {
    padding-right: 0
  }

  .career-copy:before,
  .career-copy:after {
    display: none
  }

  .career-image {
    height: min(72vw, 560px)
  }

  .quote-card {
    flex-basis: calc((100% - 20px)/2);
    height: auto;
    min-height: 310px
  }

  .admissions {
    padding-top: 58px;
    padding-bottom: 58px
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 24px
  }

  .steps:before {
    display: none
  }

  .steps article>strong {
    margin-bottom: 18px
  }

  .final-cta {
    height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 54px 34px 56px;
    background: linear-gradient(to bottom, var(--orange) 0 43%, #f7f7f7 43% 100%)
  }

  .cta-title h2 {
    font-size: 52px
  }

  .bottom-form {
    justify-self: center;
    margin-top: 4px
  }

  .footer-main {
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding-top: 45px;
    padding-bottom: 45px
  }

  .footer-brand {
    grid-column: 1 / -1
  }

  .footer-bottom {
    height: auto;
    min-height: 70px;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 18px
  }
}

@media (max-width:700px) {
  .section-pad {
    padding-left: 22px;
    padding-right: 22px
  }

  .topbar-inner {
    padding-left: 22px;
    padding-right: 22px;
    justify-content: center;
    text-align: center
  }

  .campus-pill {
    font-size: 12px;
    padding: 7px 13px
  }


  .top-contact {
    width: 100%;
    justify-content: center;
    font-size: 12px
  }

  .top-contact i {
    display: none
  }

  .main-nav {
    height: 78px;
    padding: 0 22px
  }

  .brand {
    width: 175px
  }

  .brand img {
    width: 170px
  }

  .nav-cta {
    display: none
  }

  .nav-links {
    padding-left: 22px;
    padding-right: 22px
  }

  .hero-content {
    padding: 42px 22px 44px
  }

  .hero-copy {
    padding-top: 8px
  }

  .reviews {
    font-size: 14px;
    gap: 9px;
    flex-wrap: wrap
  }

  .stars {
    font-size: 24px
  }

  .hero h1 {
    font-size: clamp(31px, 8.6vw, 39px);
    line-height: 1.12;
    letter-spacing: -1px
  }

  .hero h1 br,
  .section-copy h2 br,
  .jobready-left h2 br,
  .funding-copy h2 br,
  .adv-title h2 br {
    display: none
  }

  .hero-benefits {
    flex-direction: column;
    gap: 18px;
    margin-top: 34px
  }

  .benefit {
    font-size: 13px;
    line-height: 1.45
  }

  .benefit br {
    display: none
  }

  .round-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 22px
  }

  .hero-form {
    margin-top: 8px;
    padding: 22px 17px
  }

  .stats {
    grid-template-columns: 1fr;
    padding: 10px 22px
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 8px
  }

  .stat:last-child {
    border-bottom: 0
  }

  .stat-icon {
    height: 31px
  }

  .stat-icon .line-svg {
    width: 30px;
    height: 30px
  }

  .stat strong {
    font-size: 26px;
    margin: 6px 0
  }

  .stat p {
    font-size: 14px
  }

  .overview {
    padding-top: 44px;
    padding-bottom: 52px
  }

  .image-card {
    height: min(112vw, 520px)
  }

  .section-copy h2,
  .careers h2,
  .testimonials h2 {
    font-size: 32px;
    letter-spacing: -.7px
  }

  .section-copy>p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.7
  }

  .highlight-box ul {
    padding: 18px 22px 17px 34px
  }

  .highlight-box li {
    font-size: 13px
  }

  .why-wrap {
    padding-top: 6px;
    padding-bottom: 50px
  }

  .center-heading h2,
  .center-heading.narrow h2,
  .faq .center-heading h2,
  .dark-heading h2 {
    font-size: 31px;
    line-height: 1.18;
    letter-spacing: -.6px
  }

  .center-heading>p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.55
  }

  .worry-card {
    min-height: 0
  }

  .jobready-panel {
    padding: 32px 22px;
    margin: 0
  }

  .jobready-left h2 {
    font-size: 30px;
    letter-spacing: -.7px
  }

  .job-item {
    grid-template-columns: 54px 1fr;
    gap: 13px
  }

  .job-item>span {
    width: 50px;
    height: 50px
  }

  .job-item>span .line-svg {
    width: 28px;
    height: 28px
  }

  .job-item h3 {
    font-size: 15px
  }

  .job-item p {
    font-size: 13px
  }

  .funding-copy {
    padding: 44px 22px 38px
  }

  .funding-copy h2 {
    font-size: 31px
  }

  .check-list li {
    font-size: 14px;
    padding-left: 28px
  }

  .check-list li:before {
    width: 20px;
    height: 20px;
    font-size: 12px
  }

  .funding-cta {
    grid-template-columns: 42px 1fr;
    gap: 8px
  }

  .funding-cta .btn {
    grid-column: 1 / -1;
    margin-top: 8px
  }

  .funding-cta strong {
    font-size: 18px
  }

  .phone-big {
    font-size: 36px
  }

  .funding-image {
    height: min(92vw, 470px)
  }

  .advantages {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .advantages-grid {
    gap: 34px
  }

  .adv-title h2 {
    font-size: 42px;
    letter-spacing: -1.2px
  }

  .laptop-card {
    padding: 14px;
    gap: 12px;
    align-items: flex-start
  }

  .laptop-card img {
    width: 115px;
    height: 82px
  }

  .laptop-card h3 {
    font-size: 17px
  }

  .adv-details>h2 {
    font-size: 34px
  }

  .placement {
    padding-top: 50px;
    padding-bottom: 48px
  }

  .placement-row {
    margin-top: 28px
  }

  .placement-row img {
    height: min(57vw, 300px)
  }

  .salary-banner {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    padding: 18px 20px
  }

  .salary-banner span {
    font-size: 15px;
    margin-bottom: 10px
  }

  .salary-banner strong {
    font-size: 30px
  }

  .careers {
    padding-top: 48px;
    padding-bottom: 50px
  }

  .career-image {
    height: min(105vw, 520px)
  }

  .testimonials {
    padding-top: 48px;
    padding-bottom: 52px
  }

  .testimonial-viewport {
    margin-top: 28px
  }

  .quote-card {
    flex-basis: 100%;
    min-height: 330px;
    padding: 30px 24px 24px
  }

  .quote-card>p {
    font-size: 12.5px
  }

  .author img {
    width: 54px;
    height: 54px
  }

  .admissions {
    padding: 50px 22px
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 42px
  }

  .steps article {
    padding: 0
  }

  .steps article>i {
    margin: 16px auto 10px
  }

  .steps article>strong {
    font-size: 58px;
    margin-bottom: 13px
  }

  .steps h3 {
    font-size: 16px
  }

  .steps p {
    font-size: 12px
  }

  .faq {
    padding-top: 52px;
    padding-bottom: 50px;
    min-height: 0
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 34px
  }

  .faq-col {
    gap: 15px
  }

  summary {
    font-size: 14px;
    padding: 17px 42px 17px 17px
  }

  summary:after {
    right: 17px;
    top: 11px
  }

  .final-cta {
    padding: 45px 22px 50px;
    background: linear-gradient(to bottom, var(--orange) 0 39%, #f7f7f7 39% 100%)
  }

  .cta-title h2 {
    font-size: 45px;
    line-height: 1.08
  }

  .bottom-form {
    padding: 22px 17px 27px
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 40px 22px;
    gap: 28px
  }

  .footer-brand {
    grid-column: auto
  }

  .footer-brand img {
    width: 235px;
    margin-bottom: 18px
  }

  .footer-brand p br {
    display: none
  }

  .footer-main h3 {
    font-size: 18px
  }

  .footer-main p {
    font-size: 13px;
    overflow-wrap: anywhere
  }

  .footer-bottom {
    padding: 18px 22px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 11px
  }
}

@media (max-width:480px) {
  .mobile-menu-toggle {
    width: 42px;
    height: 42px
  }

  .brand {
    width: 225px
  }

  .brand img {
    width: 190px
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .form-grid textarea {
    grid-column: auto;
  }

  .lead-form h2 {
    font-size: 19px
  }

  .consent {
    font-size: 10.5px;
    line-height: 1.55;
    margin: 18px 0 22px
  }

  .consent input {
    width: 24px;
    height: 24px;
    flex: 0 0 24px
  }

  .btn {
    font-size: 14px;
    padding: 13px 18px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.2
  }

  .hero-form .btn,
  .bottom-form .btn,
  .section-copy .btn,
  .jobready-left .btn,
  .funding-cta .btn,
  .adv-title .btn,
  .placement-row .btn {
    width: 100%
  }

  .hero h1 {
    font-size: 30px
  }

  .reviews {
    font-size: 12px
  }

  .stars {
    font-size: 21px
  }

  .center-heading h2,
  .center-heading.narrow h2,
  .faq .center-heading h2,
  .dark-heading h2 {
    font-size: 28px
  }

  .section-copy h2,
  .careers h2,
  .testimonials h2 {
    font-size: 29px
  }

  .adv-title h2 {
    font-size: 37px
  }

  .cta-title h2 {
    font-size: 40px
  }

  .laptop-card {
    flex-direction: column
  }

  .laptop-card img {
    width: 135px;
    height: auto;
    align-self: center
  }

  .salary-banner strong {
    font-size: 28px
  }

  .quote-card {
    min-height: 360px
  }
  .topbar-inner{
      display:none;
  }
  .hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(24, 112, 49, .78) 0%, rgb(25 95 47 / 91%) 46%, rgb(22 72 48 / 89%) 78%, rgb(22 72 48) 100%);
}
.hero-copy h1{
    width:400px;
}
.stat {
    display: flex;
    flex-direction: row;
    
}
.stat-icon{
    margin-right:10px;
}
.stat p{
    padding-left:10px;
}
.jobready-left h2 {
    width:100%;
}
.jobready-list{
    padding-right: 20px;
}
.steps article{
    text-align:left;
    padding-left:10px;
}
.steps article>i {
        margin: 16px 10px 10px;
    }
.eyebrow{
    text-align:left;
}
.center-heading h2{
    text-align:left;
}
.center-heading>p{
    text-align:left;  
}
.accent-line.center {
    margin: 10px 0 25px;
}
.adv-details{
    padding-right:10px;
}
.center-heading.narrow>p:not(.eyebrow) {
    text-align:left;
}
.check-list li:before{
    margin-top: 5px;
}
.testimonials h2{
    text-align:left;
}
.steps article>i {
    position: absolute;
    top: -15px;
    left: 10px;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #A8D739;
    z-index: 2;
}
.placement .center-heading h2{
    text-align:left;
}
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  .testimonial-track,
  .nav-links,
  .mobile-menu-toggle span {
    transition: none
  }
}