@font-face {
    font-family: 'Azo Sans Test';
    src: url('AzoSansTest-Bold.woff2') format('woff2'),
        url('AzoSansTest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Azo Sans Test';
    src: url('AzoSansTest-Medium.woff2') format('woff2'),
        url('AzoSansTest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Azo Sans Test';
    src: url('AzoSansTest-Regular.woff2') format('woff2'),
        url('AzoSansTest-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    color: #1D1D1B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
header {
    padding: 18.5px 0;
}
header .container {
    max-width: 1301px;
}
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-header nav ul li {
    margin-left: 24px;
}
.site-header nav ul li a {
    color: #1D1D1B;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

/* Mobile menu */
.hamburger{ display:none; background:none; border:0; padding:8px; margin-left:auto; }
.hamburger span{ display:block; width:24px; height:2px; background:#1D1D1B; margin:5px 0; transition:transform .2s ease, opacity .2s ease; }
.hamburger.is-active span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.hamburger.is-active span:nth-child(2){ opacity:0; }
.hamburger.is-active span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.primary-nav{ }
.mobile-menu{ display:block; }
.mobile-menu ul{ list-style:none; margin:0; padding:12px 0; }
.mobile-menu a{ display:block; padding:14px 4px; color:#1D1D1B; text-decoration:none; }

@media (max-width: 768px){
  .site-header nav{ display:none; }
  .hamburger{ display:block; }
  .mobile-menu{ background:#fff; border-radius:8px; margin-top:12px; }
}

.hero {
    background: url(Hero\ \(3\).png) no-repeat center center;
    background-size: cover;
    padding: 15px 0;
}
.hero .container {
    max-width: 1240px;
}
.hero .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero h1 {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    margin: 0 0 8px 0;
}
.hero .hero-description {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.hero .hero-description span {
    font-weight: 700;
}
.hero .inner {
    padding-right: 40px;
}
.form-cont {
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    background: #1D1D1B;
    padding: 36px 30px 15px 30px;
}
.form-cont h3 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Azo Sans Test";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.form-cont label {
    color: var(--White, #FFF);
    font-family: "Azo Sans Test";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.note {
    color: var(--White, #FFF);
    font-family: "Azo Sans Test";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-top: 32px;
}
.note a {
    color: var(--White, #FFF);
    font-family: "Azo Sans Test";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.mktoAsterix {
    display: none;
}
.mktoButtonWrap {
    margin-left: 0 !important;
}
.mktoButton {
    border-radius: 100px;
    background: #9F0 !important;
    color: var(--Dark, #003545) !important;
    text-align: center;
    font-family: "Azo Sans Test" !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-transform: uppercase;
    border: none !important;
    width: 100% !important;
    height: 60px !important;
}
.mktoButton:after {
    content: url(Symbol.svg);
    position: relative;
    top: 1px;
    left: 15px;
}
.mktoForm {
    width: 100% !important;
}
input,
.mktoForm select.mktoField {
    border-radius: 8px !important;
    border: 1px solid var(--Gray-300, #D0D5DD) !important;
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    height: 45px !important;
    width: 100% !important;
    padding: 0 16px !important;
}
textarea {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    width: 100% !important;
    padding: 0 16px !important;
}
/* Two-column Marketo form by floating rows */
.mktoForm{ --gap:16px; display: flow-root; } /* contain floats */

.mktoForm .mktoFormRow{
  float: left !important;
  box-sizing: border-box;
  width: 50%;
  padding-right: 24px;
}
.mktoForm .mktoFormRow:nth-child(15) {
    width: 100%;
    float: none !important;
}
.mktoForm .mktoFormRow:nth-of-type(2n){  /* right column rows */
  padding-right: 0 !important;
}
.mktoForm .mktoFormRow:nth-child(11) {
    padding-right: 25px !important;
}
.mktoForm .mktoFormRow:nth-child(n+6) {
    width: 100% !important;
    padding-right: 0 !important;
}
.mktoForm .mktoFormRow:nth-child(29),
.mktoForm .mktoFormRow:nth-child(30) {
   display: none !important;
}

.mktoForm .mktoLabel{
  display:block !important;
  width:100% !important;
  margin-bottom:6px !important;
}
.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoField{ width:100% !important; }

/* Full-width rows (add "full" as the Row/Field CSS Class in Marketo) */
.mktoForm .mktoFormRow.full{ width:100% !important; padding-right:0 !important; }

/* Buttons full width */
.mktoForm .mktoButtonRow{ margin-top: 15px !important;clear:both !important; width:100% !important; padding-right:0 !important; }
#LblSales_Opt_In__c,
#LblMarketing_Opt_In__c {
    padding-right: 30px;
}
.mktoCheckboxList {
    width: auto !important;
    clear: none !important;
}
.mktoForm input[type=checkbox], .mktoForm input[type=radio] {
    display: none !important;
}
/* Mobile */
@media (max-width:640px){
  .mktoForm .mktoFormRow{ width:100% !important; padding-right:0 !important; }
}
.mktoHtmlText {
    display: none !important;
}
.mktoFieldDescriptor {
    margin-bottom: 0px !important;
}
/* Style input & textarea placeholders */
.mktoForm input::placeholder,
.mktoForm textarea::placeholder {
  color: var(--Light-Grey, #858585);
  font-family: "Azo Sans Test", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

/* Vendor prefixes for broader support (older Safari/Edge) */
.mktoForm input::-webkit-input-placeholder,
.mktoForm textarea::-webkit-input-placeholder {
  color: var(--Light-Grey, #858585);
  font-family: "Azo Sans Test", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.mktoForm input:-ms-input-placeholder,
.mktoForm textarea:-ms-input-placeholder {
  color: var(--Light-Grey, #858585);
  font-family: "Azo Sans Test", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
/* Style selects themselves */
.mktoForm select {
    color: var(--Light-Grey, #858585) !important;
    font-family: "Azo Sans Test", sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150%; /* 24px */
  }
  
  /* Style the placeholder option */
  .mktoForm select option[value=""],
  .mktoForm select option[disabled] {
    color: var(--Light-Grey, #858585) !important;
    font-family: "Azo Sans Test", sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  
  /* Once a real value is chosen, force text back to normal color */
  .mktoForm select:valid {
    color: #000; /* or your normal text color */
  }
  /* Reset default select styling */
.mktoForm select {
    appearance: none !important;          /* modern browsers */
    -webkit-appearance: none !important;  /* Safari/Chrome */
    -moz-appearance: none !important;     /* Firefox */
  
    background: #fff url("selectarrow.svg") no-repeat right 12px center !important;
    background-size: 16px 16px !important; /* adjust size to your SVG */
  
    padding-right: 36px !important; /* make room for the arrow */
}
/* Remove the ugly IE arrow */
.mktoForm select::-ms-expand {
    display: none !important;
}

.trusted-by {
    padding: 40px 0;
    background: #212121;
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 19px;
    font-weight: 600;
    line-height: 18px; /* 90% */
}
.trusted-by .container {
    max-width: 1240px;
}
.logos-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section h2 {
    color: #0F783D;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 24px;
}
section .subtitle {
    color: #1D1D1B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    padding-bottom: 20px;
    max-width: 880px;
    margin: 0 auto;
}
.platform-overview {
    padding: 60px 0;
    color: #1D1D1B;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.platform-overview h3 {
    color: #1D1D1B;
    font-family: "Inter Tight";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 39.6px */
    margin: 0 0 26px 0;
}
.platform-overview .container {
    max-width: 1380px;
}
.platform-overview .row {
    margin-bottom: 20px;
}
.list {
    font-size: 16px;
    font-style: normal;
    list-style: none;
    padding: 10px 0 0 0;
}

.list  li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 11px;
}
.list  li strong{
    font-weight: 600;
}

.list li::before {
    content: "";
    background-image: url("listitem.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.list.white li:before {
    background-image: url("listitemwhite.svg");
}
.cta {
    text-align: center;
}
.cta a {
    border-radius: 20px;
    background: #9F0;
    color: #000;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; 
    width: 324px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cta a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.why-universities {
    background: #F2F5F6;
    padding: 60px 0;
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.why-universities .container {
    max-width: 1260px;
}
.why-universities strong {
    font-weight: 700;
}
.why-universities .subtitle {
    margin-bottom: 70px;
}
.feature-card {
    display: flex;
    padding: 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 8px 20px 0 rgba(49, 53, 59, 0.15);
    color: #1D1D1B;
    font-family: "Inter Tight";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 100%;
}
.feature-card strong {
    font-weight: 600;
}
img {
    max-width: 100%;
}
.why-universities .quote {
    margin: 0;
    background: #18181B;
    margin-top: 70px;
    padding: 10px;
}
.why-universities .quote > div {
    padding: 0;
}
.auth {
    margin-top: 40px;
}
.why-universities .inner {
    padding: 20px;
    text-align: center;
}
.ratings-banner {
    background: #1D1D1B;
    padding: 50px 0;
}
.ratings-banner h2 {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -2px;
    text-align: left;
}
.ratings-banner svg {
    margin-right: 24px;
}

.ratings-banner .container {
    max-width: 1260px;
}
.ratings-banner .d-flex {
    gap: 7px;
}

.global-orgs {
    padding: 60px 0;
    background: #F2F5F6;
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
.global-orgs .subtitle {
    margin-bottom: 70px;
}
.global-orgs .container {
    max-width: 1260px;
}

.global-orgs .quote {
    margin: 0;
    background: #18181B;
    margin-top: 70px;
    padding: 10px;
}
.global-orgs .quote > div {
    padding: 0;
}
.global-orgs .inner {
    padding: 20px;
    text-align: center;
}
.cta-final {
    background: url("Hero 5.png") no-repeat center center;
    background-size: cover;
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 166px 0;
}
.cta-final .container {
    max-width: 1260px;
}
.cta-final h2 {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
}
.cta-final .cta {
    text-align: left;
    margin-top: 30px;
}
.cta a:after {
    content: url(arr.svg);
    position: relative;
    top: 1px;
    left: 15px;
}
footer {
    background: #191919;
    padding: 30px 0;
    text-align: center;
}
footer .container {
    max-width: 1280px;
    color: rgba(255, 255, 255, 0.60);
    font-family: "Inter Tight";
    font-size: 9.844px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 162.54% */
}
footer .copy {
    margin-right: 46px;
}
footer img {
    margin-left: 15px;
}
footer p *{
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 50px;
    }
    button:focus {
        outline: none !important;
    }
    .hero .inner {
        padding-right: 15px;
    }
    .logos-row {
        margin-top: 30px;
        gap: 15px;
    }
    section h2 {
        font-size: 26px;
        line-height: 30px;
    }
    section .subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px !important;
    }
    .platform-overview h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .feature-card {
        margin-bottom: 20px;
        height: auto;
    }
    .why-universities,
    .global-orgs {
        font-size: 30px;
        line-height: 35px;
    }
    .ratings-banner h2 {
        font-size: 20px;
    }
    .cta-final {
        padding: 60px 0;
    }
    .video {
        margin-bottom: 30px;
    }
    .cta-final .cta {
        text-align: center;
    }
    footer .copy {
        margin: 0 0 20px 0;
        display: block;
        text-align: center;
    }
    .form-cont {
        margin-top: 20px;
    }
    
}