/*-- -------------------------- -->
<---       Motor Skills Hero    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #motor-hero {
    position: relative;
    z-index: 1;
    min-height: 36.25em;
    padding: 10.625em 1em 4em;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-color: var(--primaryDark);
  }
  #motor-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.93) 0%, rgba(17, 35, 30, 0.8) 54%, rgba(17, 35, 30, 0.42) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.74) 0%, rgba(17, 35, 30, 0.16) 58%, rgba(17, 35, 30, 0.24) 100%);
  }
  #motor-hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #motor-hero .motor-hero-content {
    width: 100%;
    max-width: 43.75em;
  }
  #motor-hero .motor-hero-breadcrumbs {
    margin-bottom: 1.625em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    font-size: 0.625em;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: .18em;
  }
  #motor-hero .motor-hero-breadcrumbs .line {
    width: 1.5em;
    height: 1px;
    display: block;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #motor-hero h1 {
    margin: 0 0 0.5em;
    color: var(--paper);
    font-size: clamp(2.625em, 11vw, 3.625em);
    line-height: .98em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #motor-hero h1 span {
    margin-top: 0.3125em;
    display: block;
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
    line-height: 1.05em;
  }
  #motor-hero p {
    width: 100%;
    max-width: 35.55555556em;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 400;
  }
  #motor-hero .motor-hero-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
  }
  #motor-hero .motor-hero-background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 58% center;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #motor-hero {
    min-height: 38.75em;
    padding: 11.875em 2em 4.875em;
    align-items: flex-end;
  }
  #motor-hero:before {
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.93) 0%, rgba(17, 35, 30, 0.8) 46%, rgba(17, 35, 30, 0.44) 76%, rgba(17, 35, 30, 0.24) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.62) 0%, rgba(17, 35, 30, 0.08) 64%, rgba(17, 35, 30, 0.2) 100%);
  }
  #motor-hero .motor-hero-content {
    max-width: 46.25em;
  }
  #motor-hero .motor-hero-breadcrumbs {
    margin-bottom: 1.875em;
    gap: 0.6875em;
    font-size: 0.6875em;
  }
  #motor-hero .motor-hero-breadcrumbs .line {
    width: 1.63636364em;
  }
  #motor-hero h1 {
    font-size: 3.75em;
    line-height: .98em;
  }
  #motor-hero h1 span {
    margin-top: 0.25em;
  }
  #motor-hero p {
    max-width: 35.78947368em;
    font-size: 1.1875em;
    line-height: 1.6em;
  }
  #motor-hero .motor-hero-background img {
    object-position: center;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #motor-hero {
    min-height: 28.4375em;
    padding: 9.0625em 2em 3.875em;
    align-items: center;
  }
  #motor-hero:before {
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.92) 0%, rgba(17, 35, 30, 0.8) 38%, rgba(17, 35, 30, 0.46) 66%, rgba(17, 35, 30, 0.22) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.58) 0%, rgba(17, 35, 30, 0.08) 62%, rgba(17, 35, 30, 0.18) 100%);
  }
  #motor-hero .container {
    width: 85%;
    max-width: 73.125em;
  }
  #motor-hero .motor-hero-content {
    max-width: 47.5em;
  }
  #motor-hero .motor-hero-breadcrumbs {
    margin-bottom: 1.75em;
    gap: 0.75em;
    font-size: 0.6875em;
    letter-spacing: .19em;
  }
  #motor-hero .motor-hero-breadcrumbs .line {
    width: 1.63636364em;
  }
  #motor-hero h1 {
    margin-bottom: 0.5em;
    font-size: 4em;
    line-height: .96em;
  }
  #motor-hero h1 span {
    margin-top: 0.3125em;
    line-height: 1em;
  }
  #motor-hero p {
    max-width: 32.38095238em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #motor-hero .motor-hero-background img {
    object-position: center 48%;
  }
}
/*-- -------------------------- -->
<---      Motor Skills Intro    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #motor-intro {
    padding: 4em 1em;
    background-color: var(--paper);
  }
  #motor-intro .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  #motor-intro .motor-intro-content {
    width: 100%;
  }
  #motor-intro .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #motor-intro .title {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #motor-intro .motor-intro-copy p {
    margin: 0 0 1.15789474em;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #motor-intro .motor-intro-copy p:last-child {
    margin-bottom: 0;
  }
  #motor-intro .motor-intro-copy p strong {
    color: var(--primary);
    font-weight: 600;
  }
  #motor-intro .motor-intro-copy p a {
    color: var(--primary);
    text-decoration-color: rgba(47, 93, 80, 0.5);
    text-underline-offset: 3px;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
  }
  #motor-intro .motor-intro-copy p a:hover {
    color: var(--goldDark);
    text-decoration-color: var(--goldDark);
  }
  #motor-intro .motor-intro-quote {
    margin: 1.54545455em 0 0;
    padding: 1.18181818em 0 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 400;
  }
  #motor-intro .motor-intro-card {
    width: 100%;
    padding: 2em 1.5em;
    border: 1px solid rgba(47, 93, 80, 0.12);
    box-sizing: border-box;
    background-color: transparent;
  }
  #motor-intro .card-topper {
    margin-bottom: 2em;
    display: block;
    color: var(--bodyMuted);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .24em;
  }
  #motor-intro .card-item {
    margin-bottom: 1.75em;
  }
  #motor-intro .card-item h3 {
    margin: 0 0 0.45454545em;
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.35em;
    font-weight: 400;
    font-style: italic;
  }
  #motor-intro .card-item p {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 400;
  }
  #motor-intro .card-link {
    padding-top: 1.33333333em;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
    display: flex;
    align-items: center;
    gap: 0.4em;
    color: var(--sage);
    text-decoration: none;
    font-size: 0.9375em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .04em;
    transition: color .3s ease,
                gap .3s ease;
  }
  #motor-intro .card-link:hover {
    gap: 0.66666667em;
    color: var(--primary);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #motor-intro {
    padding: 5.25em 2em;
  }
  #motor-intro .container {
    gap: 3.5em;
  }
  #motor-intro .motor-intro-content {
    max-width: 50em;
  }
  #motor-intro .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-intro .title {
    font-size: 3.75em;
  }
  #motor-intro .motor-intro-copy p {
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #motor-intro .motor-intro-quote {
    max-width: 29.56521739em;
    margin-top: 1.65217391em;
    padding-top: 1.2173913em;
    font-size: 1.4375em;
  }
  #motor-intro .motor-intro-card {
    max-width: 35em;
    padding: 2.375em 2.125em;
  }
  #motor-intro .card-item h3 {
    font-size: 1.375em;
  }
  #motor-intro .card-item p {
    font-size: 1.0625em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #motor-intro {
    padding: 5.5em 2em;
  }
  #motor-intro .container {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(20.625em, 0.95fr);
    align-items: start;
    gap: 5em;
  }
  #motor-intro .motor-intro-content {
    max-width: none;
  }
  #motor-intro .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-intro .title {
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #motor-intro .motor-intro-copy {
    max-width: 48.75em;
  }
  #motor-intro .motor-intro-copy p {
    margin-bottom: 1.04761905em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #motor-intro .motor-intro-quote {
    max-width: 30.83333333em;
    margin-top: 1.58333333em;
    padding-top: 1.08333333em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  #motor-intro .motor-intro-card {
    width: 100%;
    max-width: none;
    padding: 2.375em 2.25em 2.25em;
  }
  #motor-intro .card-topper {
    margin-bottom: 2.15384615em;
    font-size: 0.8125em;
  }
  #motor-intro .card-item {
    margin-bottom: 1.75em;
  }
  #motor-intro .card-item h3 {
    margin-bottom: 0.35714286em;
    font-size: 1.75em;
    line-height: 1.4em;
  }
  #motor-intro .card-item p {
    font-size: 1.3125em;
    line-height: 1.6em;
  }
  #motor-intro .card-link {
    padding-top: 1.33333333em;
    font-size: 0.9375em;
  }
}
/*-- -------------------------- -->
<---   Motor Skills Profiles    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #motor-profiles {
    padding: 4em 1em;
    background-color: var(--paper);
  }
  #motor-profiles .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #motor-profiles .motor-profiles-header {
    width: 100%;
    max-width: 47.5em;
    margin-bottom: 2.5em;
  }
  #motor-profiles .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #motor-profiles .title {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #motor-profiles .intro {
    width: 100%;
    max-width: 37.77777778em;
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #motor-profiles .motor-profiles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  #motor-profiles .profile-card {
    width: 100%;
    padding: 1.875em 1.5em;
    border: 1px solid rgba(47, 93, 80, 0.12);
    box-sizing: border-box;
    background-color: transparent;
  }
  #motor-profiles .profile-number {
    margin-bottom: 1.81818182em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.6875em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .2em;
  }
  #motor-profiles h3 {
    margin: 0 0 0.54545455em;
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.35em;
    font-weight: 400;
  }
  #motor-profiles .profile-description {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 400;
  }
  #motor-profiles ul {
    margin: 1.375em 0 0;
    padding: 1.375em 0 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #motor-profiles li {
    position: relative;
    margin-bottom: 0.875em;
    padding-left: 1.25em;
    color: var(--bodyText);
    font-size: 1em;
    line-height: 1.55em;
    font-weight: 400;
    list-style: none;
  }
  #motor-profiles li:before {
    content: '';
    position: absolute;
    top: 0.6875em;
    left: 0;
    width: 0.375em;
    height: 1px;
    background-color: var(--sage);
  }
  #motor-profiles li:last-child {
    margin-bottom: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #motor-profiles {
    padding: 5.25em 2em;
  }
  #motor-profiles .motor-profiles-header {
    margin-bottom: 3em;
  }
  #motor-profiles .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-profiles .title {
    font-size: 3.75em;
  }
  #motor-profiles .intro {
    max-width: 37.89473684em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #motor-profiles .motor-profiles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75em;
  }
  #motor-profiles .profile-card {
    padding: 2.125em 1.875em;
  }
  #motor-profiles .profile-card:last-child {
    grid-column: -1;
  }
  #motor-profiles .profile-number {
    margin-bottom: 2em;
  }
  #motor-profiles h3 {
    font-size: 1.375em;
  }
  #motor-profiles .profile-description {
    font-size: 1.0625em;
  }
  #motor-profiles li {
    font-size: 1em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #motor-profiles {
    padding: 5.5em 2em;
  }
  #motor-profiles .motor-profiles-header {
    max-width: 49.375em;
    margin-bottom: 3.375em;
  }
  #motor-profiles .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-profiles .title {
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #motor-profiles .intro {
    max-width: 33.80952381em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #motor-profiles .motor-profiles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.125em;
  }
  #motor-profiles .profile-card {
    height: 100%;
    padding: 2.375em 2.375em 2.25em;
  }
  #motor-profiles .profile-card:last-child {
    grid-column: auto;
  }
  #motor-profiles .profile-number {
    margin-bottom: 1.84615385em;
    font-size: 0.8125em;
    letter-spacing: .24em;
  }
  #motor-profiles h3 {
    margin-bottom: 0.5em;
    color: var(--primary);
    font-size: 1.75em;
    line-height: 1.45em;
    font-weight: 400;
  }
  #motor-profiles .profile-description {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #motor-profiles ul {
    margin-top: 1.75em;
    padding-top: 1.75em;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #motor-profiles li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.33333333em;
    color: var(--bodyText);
    font-size: 1.125em;
    line-height: 1.6em;
    list-style: none;
  }
  #motor-profiles li:before {
    content: '';
    position: absolute;
    top: 0.66666667em;
    left: 0;
    width: 0.38888889em;
    height: 1px;
    background-color: var(--sage);
  }
  #motor-profiles li:last-child {
    margin-bottom: 0;
  }
}
/*-- -------------------------- -->
<---  Motor Skills Process      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #motor-process {
    padding: 4em 1em;
    background-color: var(--primary);
  }
  #motor-process .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #motor-process .motor-process-header {
    width: 100%;
    max-width: 45em;
    margin-bottom: 2.5em;
  }
  #motor-process .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #motor-process .title {
    margin: 0 0 0.5em;
    color: var(--paper);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #motor-process .intro {
    width: 100%;
    max-width: 36.66666667em;
    margin: 0;
    color: rgba(247, 245, 241, 0.78);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #motor-process .motor-process-list {
    width: 100%;
    border-top: 1px solid rgba(247, 245, 241, 0.18);
  }
  #motor-process .process-item {
    width: 100%;
    padding: 1.875em 0;
    border-bottom: 1px solid rgba(247, 245, 241, 0.18);
    display: grid;
    grid-template-columns: 2.625em minmax(0, 1fr);
    gap: 1.125em;
  }
  #motor-process .process-number {
    padding-top: 0.38461538em;
    color: rgba(247, 245, 241, 0.72);
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: .12em;
  }
  #motor-process .process-content {
    width: 100%;
  }
  #motor-process .process-content h3 {
    margin: 0 0 0.45454545em;
    color: var(--paper);
    font-size: 1.375em;
    line-height: 1.35em;
    font-weight: 400;
  }
  #motor-process .process-content p {
    margin: 0;
    color: rgba(247, 245, 241, 0.76);
    font-size: 1.0625em;
    line-height: 1.65em;
    font-weight: 400;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #motor-process {
    padding: 5.25em 2em;
  }
  #motor-process .motor-process-header {
    max-width: 47.5em;
    margin-bottom: 3em;
  }
  #motor-process .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-process .title {
    font-size: 3.75em;
  }
  #motor-process .intro {
    max-width: 36.84210526em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #motor-process .process-item {
    padding: 2.125em 0;
    grid-template-columns: 4em minmax(0, 1fr);
    gap: 1.875em;
  }
  #motor-process .process-number {
    font-size: 0.9375em;
  }
  #motor-process .process-content {
    max-width: 47.5em;
  }
  #motor-process .process-content h3 {
    font-size: 1.5em;
  }
  #motor-process .process-content p {
    font-size: 1.125em;
    line-height: 1.65em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #motor-process {
    padding: 5.5em 2em;
  }
  #motor-process .motor-process-header {
    max-width: 49.375em;
    margin-bottom: 3.375em;
  }
  #motor-process .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-process .title {
    margin-bottom: 0.5em;
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #motor-process .intro {
    max-width: 33.80952381em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #motor-process .process-item {
    padding: 2em 0;
    grid-template-columns: 5.125em minmax(0, 1fr);
    gap: 1.75em;
  }
  #motor-process .process-number {
    padding-top: 0.33333333em;
    font-size: 1.125em;
    line-height: 1.2em;
    letter-spacing: .14em;
  }
  #motor-process .process-content {
    max-width: 47.5em;
  }
  #motor-process .process-content h3 {
    margin-bottom: 0.35714286em;
    font-size: 1.75em;
    line-height: 1.4em;
  }
  #motor-process .process-content p {
    font-size: 1.3125em;
    line-height: 1.6em;
  }
}
/*-- -------------------------- -->
<---       Motor Skills FAQ     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #motor-faq {
    padding: 4em 1em;
    background-color: var(--paper);
  }
  #motor-faq .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #motor-faq .motor-faq-header {
    width: 100%;
    max-width: 49.375em;
    margin-bottom: 2.5em;
  }
  #motor-faq .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #motor-faq .title {
    margin: 0;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #motor-faq .motor-faq-list {
    width: 100%;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #motor-faq .faq-item {
    width: 100%;
    border-bottom: 1px solid rgba(47, 93, 80, 0.16);
  }
  #motor-faq .faq-question {
    width: 100%;
    padding: 1.5em 0;
    border: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.75em;
    align-items: center;
    gap: 1.125em;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
  }
  #motor-faq .faq-question > span:first-child {
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.4em;
    font-weight: 400;
  }
  #motor-faq .faq-icon {
    position: relative;
    width: 1.25em;
    height: 1.25em;
    display: block;
    justify-self: end;
  }
  #motor-faq .faq-icon:before,
  #motor-faq .faq-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75em;
    height: 1px;
    background-color: var(--sage);
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
  }
  #motor-faq .faq-icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #motor-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.45s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  #motor-faq .faq-answer-inner {
    padding: 0 0 1.625em;
  }
  #motor-faq .faq-answer-inner p {
    width: 100%;
    max-width: 48.23529412em;
    margin: 0 0 1.05882353em;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #motor-faq .faq-answer-inner p:last-child {
    margin-bottom: 0;
  }
  #motor-faq .faq-item.active .faq-answer {
    max-height: 43.75em;
    opacity: 1;
    visibility: visible;
  }
  #motor-faq .faq-item.active .faq-icon:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #motor-faq {
    padding: 5.25em 2em;
  }
  #motor-faq .motor-faq-header {
    margin-bottom: 3em;
  }
  #motor-faq .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-faq .title {
    font-size: 3.75em;
  }
  #motor-faq .faq-question {
    padding: 1.75em 0;
    grid-template-columns: minmax(0, 1fr) 2.125em;
    gap: 1.5em;
  }
  #motor-faq .faq-question > span:first-child {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  #motor-faq .faq-answer-inner {
    padding-bottom: 1.875em;
  }
  #motor-faq .faq-answer-inner p {
    max-width: 47.77777778em;
    font-size: 1.125em;
    line-height: 1.7em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #motor-faq {
    padding: 5.5em 2em;
  }
  #motor-faq .motor-faq-header {
    max-width: 49.375em;
    margin-bottom: 3.375em;
  }
  #motor-faq .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-faq .title {
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #motor-faq .motor-faq-list {
    max-width: 65em;
  }
  #motor-faq .faq-question {
    padding: 1.875em 0;
    grid-template-columns: minmax(0, 1fr) 2.375em;
    gap: 1.75em;
  }
  #motor-faq .faq-question > span:first-child {
    font-size: 1.75em;
    line-height: 1.4em;
  }
  #motor-faq .faq-icon {
    width: 1.375em;
    height: 1.375em;
  }
  #motor-faq .faq-icon:before,
  #motor-faq .faq-icon:after {
    width: 0.875em;
  }
  #motor-faq .faq-answer-inner {
    padding-bottom: 2em;
  }
  #motor-faq .faq-answer-inner p {
    max-width: 40.47619048em;
    margin-bottom: 0.95238095em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
}
/*-- -------------------------- -->
<--- Motor Skills Location      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #motor-location {
    padding: 4em 1em;
    background-color: var(--sand);
  }
  #motor-location .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2.75em;
  }
  #motor-location .motor-location-content {
    width: 100%;
  }
  #motor-location .motor-location-content h2 {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.25em, 9vw, 3em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  #motor-location .motor-location-content p {
    width: 100%;
    max-width: 42.22222222em;
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 400;
  }
  #motor-location .motor-location-details {
    width: 100%;
  }
  #motor-location .location-detail {
    padding: 1.375em 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #motor-location .location-detail:last-child {
    border-bottom: 1px solid rgba(47, 93, 80, 0.16);
  }
  #motor-location .location-detail > span {
    margin-bottom: 0.92307692em;
    display: block;
    color: var(--bodyMuted);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .24em;
  }
  #motor-location .location-detail address {
    margin: 0;
    font-style: normal;
  }
  #motor-location .location-detail a,
  #motor-location .location-detail p {
    margin: 0;
    color: var(--primary);
    font-size: 1.125em;
    line-height: 1.6em;
    font-weight: 400;
    text-decoration: none;
  }
  #motor-location .location-detail a {
    transition: color .3s ease;
  }
  #motor-location .location-detail a:hover {
    color: var(--goldDark);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #motor-location {
    padding: 5.25em 2em;
  }
  #motor-location .container {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(17.5em, 0.8fr);
    align-items: start;
    gap: 4em;
  }
  #motor-location .motor-location-content h2 {
    font-size: 3.25em;
  }
  #motor-location .motor-location-content p {
    font-size: 1.1875em;
    line-height: 1.65em;
  }
  #motor-location .location-detail {
    padding: 1.5em 0;
  }
  #motor-location .location-detail > span {
    font-size: 0.8125em;
  }
  #motor-location .location-detail a,
  #motor-location .location-detail p {
    font-size: 1.125em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #motor-location {
    padding: 5.5em 2em;
  }
  #motor-location .container {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(21.25em, 0.85fr);
    align-items: start;
    gap: 6em;
  }
  #motor-location .motor-location-content {
    max-width: 49.375em;
  }
  #motor-location .motor-location-content h2 {
    margin-bottom: 0.5em;
    font-size: 3em;
    line-height: 1.1em;
  }
  #motor-location .motor-location-content p {
    max-width: 36.19047619em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #motor-location .motor-location-details {
    width: 100%;
    max-width: 24.375em;
    justify-self: end;
  }
  #motor-location .location-detail {
    padding: 1.375em 0;
  }
  #motor-location .location-detail > span {
    margin-bottom: 0.92307692em;
    font-size: 0.8125em;
  }
  #motor-location .location-detail a,
  #motor-location .location-detail p {
    font-size: 1.125em;
    line-height: 1.6em;
  }
}
/*-- -------------------------- -->
<---  Motor Skills Evaluation   -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #motor-cta {
    padding: 4em 1em;
    background-color: var(--sand);
  }
  #motor-cta .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #motor-cta .motor-cta-content {
    width: 100%;
    max-width: 56.25em;
    margin: auto;
    text-align: center;
  }
  #motor-cta .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #motor-cta .title {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #motor-cta .text {
    width: 100%;
    max-width: 42.22222222em;
    margin: 0 auto;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #motor-cta .motor-cta-buttons {
    margin-top: 1.875em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875em;
  }
  #motor-cta .primary-button,
  #motor-cta .secondary-button {
    min-width: 13.75em;
    min-height: 3.25em;
    padding: 0 1.5em;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .14em;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, gap 0.3s ease;
  }
  #motor-cta .primary-button {
    gap: 0.57142857em;
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--paper);
  }
  #motor-cta .primary-button:hover {
    gap: 0.85714286em;
    background-color: var(--primaryDark);
    border-color: var(--primaryDark);
  }
  #motor-cta .secondary-button {
    background-color: transparent;
    border-color: rgba(47, 93, 80, 0.18);
    color: var(--primary);
  }
  #motor-cta .secondary-button:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--paper);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #motor-cta {
    padding: 5.25em 2em;
  }
  #motor-cta .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-cta .title {
    font-size: 3.75em;
  }
  #motor-cta .text {
    max-width: 43.15789474em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #motor-cta .motor-cta-buttons {
    margin-top: 2.125em;
  }
  #motor-cta .primary-button,
  #motor-cta .secondary-button {
    min-width: 15em;
    min-height: 3.375em;
    font-size: 0.875em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #motor-cta {
    padding: 5.5em 2em;
  }
  #motor-cta .motor-cta-content {
    max-width: 58.75em;
  }
  #motor-cta .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #motor-cta .title {
    margin-bottom: 0.5em;
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #motor-cta .text {
    max-width: 40.47619048em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #motor-cta .motor-cta-buttons {
    margin-top: 2.25em;
    gap: 0.875em;
  }
  #motor-cta .primary-button,
  #motor-cta .secondary-button {
    min-width: 15.625em;
    min-height: 3.375em;
    padding: 0 1.75em;
    font-size: 0.875em;
  }
}
