/*-- -------------------------- -->
<---       Who We Help Hero     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #who-we-help-hero {
    position: relative;
    overflow: hidden;
    min-height: 43.75em;
    display: flex;
    align-items: center;
  }
  #who-we-help-hero .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  #who-we-help-hero .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #who-we-help-hero .overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(25, 35, 31, 0.65) 0%, rgba(25, 35, 31, 0.45) 45%, rgba(25, 35, 31, 0.25) 100%);
  }
  #who-we-help-hero .container {
    position: relative;
    z-index: 3;
    width: 92%;
    max-width: 81.25em;
    margin: auto;
    padding-top: 8.75em;
    padding-bottom: 6.25em;
  }
  #who-we-help-hero .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.875em;
    margin-bottom: 2em;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 0.6875em;
    font-weight: 600;
  }
  #who-we-help-hero .breadcrumbs span {
    width: 1.25em;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
  }
  #who-we-help-hero h1 {
    margin: 0 0 0.5em;
    max-width: 43.75em;
    color: #fff;
    font-size: min(14vw, 4.5em);
    line-height: 1.05em;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  #who-we-help-hero h1 span {
    display: block;
    margin-top: .15em;
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
  }
  #who-we-help-hero p {
    margin: 0;
    max-width: 32em;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.25em;
    line-height: 1.7em;
    font-weight: 500;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #who-we-help-hero {
    min-height: 50em;
  }
  #who-we-help-hero .container {
    padding-top: 11.25em;
    padding-bottom: 8.75em;
  }
  #who-we-help-hero h1 {
    font-size: 5em;
    max-width: 51.25em;
  }
  #who-we-help-hero p {
    max-width: 34em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #who-we-help-hero {
    min-height: 53.125em;
  }
  #who-we-help-hero .container {
    padding-top: 12.5em;
    padding-bottom: 10em;
  }
  #who-we-help-hero h1 {
    font-size: 5.875em;
    max-width: 56.25em;
  }
  #who-we-help-hero p {
    font-size: 1.375em;
    max-width: 31.81818182em;
  }
}
/*-- -------------------------- -->
<---      Parent Statement      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #parent-statement {
    padding: 4.75em 0;
    background-color: var(--primary);
  }
  #parent-statement .container {
    width: 92%;
    max-width: 73.75em;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.25em;
  }
  #parent-statement h2 {
    margin: 0;
    max-width: 32.5em;
    color: var(--paper);
    font-size: min(10vw, 3em);
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  #parent-statement h2 span {
    color: var(--gold);
  }
  #parent-statement p {
    margin: 0;
    max-width: 26.875em;
    color: rgba(247, 245, 241, 0.78);
    font-size: 1.125em;
    line-height: 1.75em;
    font-weight: 500;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #parent-statement {
    padding: 5.375em 0;
  }
  #parent-statement .container {
    grid-template-columns: 1fr .55fr;
    align-items: center;
    gap: 5.625em;
  }
  #parent-statement h2 {
    font-size: min(4.2vw, 3.4em);
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #parent-statement {
    padding: 4em 0;
  }
  #parent-statement .container {
    width: 92%;
    max-width: 85em;
    grid-template-columns: 1fr 26.875em;
    gap: 5em;
  }
  #parent-statement h2 {
    max-width: 42.5em;
    font-size: 2.375em;
  }
  #parent-statement p {
    font-size: 1em;
  }
}
/*-- -------------------------- -->
<---          Signs             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #signs {
    padding: 5em 0;
    background-color: var(--paper);
  }
  #signs .container {
    width: 92%;
    max-width: 73.75em;
    margin: auto;
  }
  #signs .content {
    margin-bottom: 3em;
  }
  #signs .topper {
    display: block;
    margin-bottom: 1.375em;
    color: var(--goldDark);
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #signs h2 {
    margin: 0 0 1.375em;
    max-width: 38.75em;
    color: var(--primary);
    font-size: min(12vw, 4.4em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #signs h2 span {
    display: block;
  }
  #signs .content > p {
    margin: 0;
    max-width: 31em;
    color: var(--bodyMuted);
    font-size: 1.25em;
    line-height: 1.55em;
    font-weight: 500;
  }
  #signs .signs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #signs .sign {
    padding: 1.75em 0;
    display: grid;
    grid-template-columns: 2.125em 1fr;
    gap: 1.125em;
    border-top: 1px solid rgba(47, 93, 80, 0.14);
  }
  #signs .check {
    width: 1.625em;
    height: 1.625em;
    border: 1px solid var(--sage);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sage);
    font-size: 0.875em;
    line-height: 1em;
  }
  #signs h3 {
    margin: 0 0 0.5em;
    color: var(--bodyText);
    font-size: 1.125em;
    line-height: 1.3em;
    font-weight: 500;
  }
  #signs .text p {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1em;
    line-height: 1.45em;
    font-weight: 400;
  }
  #signs .note {
    margin-top: 2.625em;
    padding: 1.5em 1.625em;
    background-color: rgba(124, 154, 139, 0.08);
    border-left: 2px solid var(--sage);
  }
  #signs .note p {
    margin: 0;
    color: var(--primary);
    font-family: Georgia, serif;
    font-size: 1.125em;
    line-height: 1.45em;
    font-style: italic;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #signs {
    padding: 5.875em 0;
  }
  #signs .signs-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4em;
  }
  #signs .sign {
    padding: 1.75em 0;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #signs {
    padding: 5.5em 0 6.875em;
  }
  #signs .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #signs .content {
    margin-bottom: 3.375em;
  }
  #signs h2 {
    font-size: 3.625em;
  }
  #signs .content > p {
    font-size: 1.375em;
  }
  #signs .signs-grid {
    column-gap: 4em;
  }
  #signs .sign {
    grid-template-columns: 1.75em 1fr;
    gap: 1em;
    padding: 1.5em 0;
  }
  #signs .note {
    margin-top: 2.625em;
    padding: 1.75em;
  }
  #signs .note p {
    font-size: 1.125em;
  }
}
/*-- -------------------------- -->
<---       Areas We Support     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #support-areas {
    padding: 5em 0;
    background-color: var(--sand);
  }
  #support-areas .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #support-areas .content {
    margin-bottom: 3.375em;
  }
  #support-areas .topper {
    display: block;
    margin-bottom: 1.375em;
    color: var(--goldDark);
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #support-areas h2 {
    margin: 0 0 1.375em;
    max-width: 43.75em;
    color: var(--primary);
    font-size: min(12vw, 4.4em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #support-areas h2 span {
    display: block;
  }
  #support-areas .content > p {
    margin: 0;
    max-width: 32.5em;
    color: var(--bodyMuted);
    font-size: 1.25em;
    line-height: 1.55em;
    font-weight: 500;
  }
  #support-areas .card-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  #support-areas .card {
    min-height: 20.625em;
    padding: 3.625em 2.625em 2.625em;
    background-color: #fff;
    border: 1px solid rgba(47, 93, 80, 0.06);
  }
  #support-areas .icon {
    width: 3em;
    height: 3em;
    margin-bottom: 1.5em;
    position: relative;
    color: var(--primary);
  }
  #support-areas .icon:before,
  #support-areas .icon:after,
  #support-areas .icon span,
  #support-areas .icon span:before,
  #support-areas .icon span:after {
    content: '';
    position: absolute;
    display: block;
    border-color: var(--primary);
    transition: border-color 0.3s, background-color 0.3s;
  }
  #support-areas .icon.target:before {
    width: 2.5em;
    height: 2.5em;
    left: 0.25em;
    top: 0.25em;
    border: 2px solid var(--primary);
    border-radius: 50%;
  }
  #support-areas .icon.target:after {
    width: 1.5em;
    height: 1.5em;
    left: 0.75em;
    top: 0.75em;
    border: 2px solid var(--primary);
    border-radius: 50%;
  }
  #support-areas .icon.target span {
    width: 0.375em;
    height: 0.375em;
    left: 1.3125em;
    top: 1.3125em;
    border-radius: 50%;
    background-color: var(--primary);
    border: none;
  }
  #support-areas .icon.focus:before {
    width: 2.375em;
    height: 2.375em;
    left: 0.3125em;
    top: 0.3125em;
    border: 2px solid var(--primary);
    border-radius: 50%;
  }
  #support-areas .icon.focus:after {
    width: 2px;
    height: 2.375em;
    left: 1.4375em;
    top: 0.3125em;
    background-color: var(--primary);
    border: none;
  }
  #support-areas .icon.focus span {
    width: 2.375em;
    height: 2px;
    left: 0.3125em;
    top: 1.4375em;
    background-color: var(--primary);
    border: none;
  }
  #support-areas .icon.focus span:before,
  #support-areas .icon.focus span:after {
    width: 0.3125em;
    height: 0.3125em;
    border-radius: 50%;
    background-color: var(--primary);
    border: none;
    top: -0.125em;
  }
  #support-areas .icon.focus span:before {
    left: 0.375em;
  }
  #support-areas .icon.focus span:after {
    right: 0.375em;
  }
  #support-areas .icon.leaf:before {
    width: 1.25em;
    height: 2em;
    left: 0.625em;
    top: 0.5em;
    border: 2px solid var(--primary);
    border-radius: 100% 0 100% 0;
    transform: rotate(-34deg);
  }
  #support-areas .icon.leaf:after {
    width: 1.25em;
    height: 2em;
    left: 1.375em;
    top: 0.5em;
    border: 2px solid var(--primary);
    border-radius: 0 100% 0 100%;
    transform: rotate(34deg);
  }
  #support-areas .icon.leaf span {
    left: 1.5em;
    top: 0.9375em;
    width: 2px;
    height: 1.75em;
    background-color: var(--primary);
    border: none;
    transform: rotate(-8deg);
  }
  #support-areas .icon.heart span {
    left: 0.625em;
    top: 0.75em;
    width: 1.75em;
    height: 1.75em;
    border: 2px solid var(--primary);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    border-radius: 0 0 0.4375em 0;
  }
  #support-areas .icon.heart span:before,
  #support-areas .icon.heart span:after {
    width: 1.125em;
    height: 1.125em;
    border: 2px solid var(--primary);
    border-radius: 50%;
    background: transparent;
  }
  #support-areas .icon.heart span:before {
    left: -0.6875em;
    top: 0.3125em;
  }
  #support-areas .icon.heart span:after {
    left: 0.3125em;
    top: -0.6875em;
  }
  #support-areas .icon.motor:before {
    width: 0.625em;
    height: 0.625em;
    left: 1.1875em;
    top: 0.1875em;
    border: 2px solid var(--primary);
    border-radius: 50%;
  }
  #support-areas .icon.motor:after {
    width: 2px;
    height: 1.375em;
    left: 1.4375em;
    top: 0.875em;
    background-color: var(--primary);
    border: none;
  }
  #support-areas .icon.motor span {
    width: 1.75em;
    height: 2px;
    left: 0.625em;
    top: 1.5em;
    background-color: var(--primary);
    border: none;
  }
  #support-areas .icon.motor span:before,
  #support-areas .icon.motor span:after {
    width: 1.125em;
    height: 2px;
    background-color: var(--primary);
    border: none;
    top: 1em;
  }
  #support-areas .icon.motor span:before {
    left: 0;
    transform: rotate(35deg);
  }
  #support-areas .icon.motor span:after {
    right: 0;
    transform: rotate(-35deg);
  }
  #support-areas .icon.layers:before,
  #support-areas .icon.layers:after,
  #support-areas .icon.layers span {
    width: 1.875em;
    height: 1em;
    left: 0.5625em;
    border: 2px solid var(--primary);
    border-top: none;
    transform: rotate(0deg) skewY(-26deg);
  }
  #support-areas .icon.layers:before {
    top: 0.5em;
  }
  #support-areas .icon.layers span {
    top: 1.125em;
  }
  #support-areas .icon.layers:after {
    top: 1.75em;
  }
  #support-areas .number {
    display: block;
    margin-bottom: 1em;
    color: var(--goldDark);
    font-size: 0.8125em;
    letter-spacing: .22em;
    font-weight: 500;
  }
  #support-areas h3 {
    margin: 0 0 1.375em;
    color: var(--primary);
    font-size: 1.75em;
    line-height: 1.18em;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  #support-areas .card p {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.55em;
    font-weight: 400;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #support-areas {
    padding: 5.75em 0;
  }
  #support-areas .card-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875em;
  }
  #support-areas .card {
    min-height: 21.875em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #support-areas {
    padding: 5.75em 0 6.875em;
  }
  #support-areas .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #support-areas .content {
    margin-bottom: 4.375em;
  }
  #support-areas h2 {
    max-width: 45em;
    font-size: 3.5em;
  }
  #support-areas .content > p {
    max-width: 28.18181818em;
    font-size: 1.375em;
  }
  #support-areas .card-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.125em;
  }
  #support-areas .card {
    min-height: 23.125em;
    padding: 4.25em 2.625em 2.75em;
  }
}
/*-- -------------------------- -->
<---          Age Support       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #age-support {
    padding: 5em 0;
    background-color: var(--primary);
  }
  #age-support .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #age-support .content {
    margin-bottom: 3.375em;
  }
  #age-support .topper {
    display: block;
    margin-bottom: 1.25em;
    color: var(--goldLight);
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #age-support h2 {
    margin: 0 0 1.5em;
    max-width: 38.75em;
    color: var(--paper);
    font-size: min(12vw, 4.4em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #age-support h2 span {
    display: block;
  }
  #age-support .content > p {
    margin: 0;
    max-width: 39em;
    color: rgba(247, 245, 241, 0.74);
    font-size: 1.25em;
    line-height: 1.55em;
    font-weight: 600;
  }
  #age-support .age-list {
    border-top: 1px solid rgba(247, 245, 241, 0.18);
  }
  #age-support .age-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125em;
    padding: 2.125em 0;
    border-bottom: 1px solid rgba(247, 245, 241, 0.18);
  }
  #age-support .age {
    color: rgba(247, 245, 241, 0.82);
    font-family: Georgia, serif;
    font-size: 1.5em;
    line-height: 1.2em;
    font-style: italic;
    font-weight: 400;
  }
  #age-support h3 {
    margin: 0 0 0.875em;
    color: var(--paper);
    font-family: Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 700;
  }
  #age-support .text p {
    margin: 0;
    max-width: 40em;
    color: rgba(247, 245, 241, 0.7);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 600;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #age-support {
    padding: 5.75em 0;
  }
  #age-support .content {
    margin-bottom: 4em;
  }
  #age-support .age-item {
    grid-template-columns: 11.25em 1fr;
    gap: 3.5em;
    padding: 2.625em 0;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #age-support {
    padding: 5.25em 0 6em;
  }
  #age-support .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #age-support .content {
    margin-bottom: 4em;
  }
  #age-support h2 {
    max-width: 35em;
    font-size: 3.375em;
  }
  #age-support .content > p {
    max-width: 34.54545455em;
    font-size: 1.375em;
  }
  #age-support .age-item {
    grid-template-columns: 11.25em 1fr;
    gap: 4.375em;
    padding: 2.375em 0;
  }
  #age-support .age {
    font-size: 1.375em;
  }
  #age-support h3 {
    font-size: 1.375em;
  }
  #age-support .text p {
    font-size: 1em;
    max-width: 45em;
  }
}
/*-- -------------------------- -->
<---      Family Hope Banner    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #family-hope {
    position: relative;
    min-height: 38.75em;
    padding: 5.625em 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--primary);
  }
  #family-hope:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(27, 54, 46, 0.78) 0%, rgba(27, 54, 46, 0.58) 44%, rgba(27, 54, 46, 0.24) 100%);
  }
  #family-hope:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(27, 54, 46, 0.06) 0%, rgba(27, 54, 46, 0.18) 45%, rgba(27, 54, 46, 0.86) 100%);
  }
  #family-hope picture {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #family-hope picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  #family-hope .container {
    position: relative;
    z-index: 3;
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #family-hope .content {
    max-width: 35em;
  }
  #family-hope .topper {
    display: block;
    margin-bottom: 1.5em;
    color: var(--goldLight);
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #family-hope h2 {
    margin: 0 0 0.5em;
    color: var(--paper);
    font-size: min(12vw, 4.4em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #family-hope p {
    margin: 0;
    max-width: 27.36842105em;
    color: rgba(247, 245, 241, 0.82);
    font-size: 1.1875em;
    line-height: 1.55em;
    font-weight: 600;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #family-hope {
    min-height: 42.5em;
    padding: 6.875em 0;
  }
  #family-hope .content {
    max-width: 38.75em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #family-hope {
    min-height: 40.625em;
    padding: 7.5em 0;
  }
  #family-hope .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #family-hope .content {
    max-width: 35em;
  }
  #family-hope h2 {
    font-size: 3.375em;
  }
  #family-hope p {
    font-size: 1.125em;
  }
}
/*-- -------------------------- -->
<---            Fit CTA         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #fit-cta {
    padding: 5.375em 0;
    background-color: var(--paper);
    text-align: center;
  }
  #fit-cta .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #fit-cta .topper {
    display: block;
    margin-bottom: 1.5em;
    color: var(--goldDark);
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #fit-cta h2 {
    margin: 0 auto 0.5em;
    max-width: 48.75em;
    color: var(--primary);
    font-size: min(12vw, 4.4em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #fit-cta p {
    margin: 0 auto 2.25em;
    max-width: 36em;
    color: var(--bodyMuted);
    font-size: 1.25em;
    line-height: 1.55em;
    font-weight: 500;
  }
  #fit-cta .button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875em;
  }
  #fit-cta .button-solid,
  #fit-cta .button-transparent {
    width: 100%;
    max-width: 17.5em;
    min-height: 3.25em;
    padding: 0 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 700;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  #fit-cta .button-solid span,
  #fit-cta .button-transparent span {
    margin-left: 0.625em;
  }
  #fit-cta .button-solid {
    background-color: var(--primary);
    color: var(--paper);
    border: 1px solid var(--primary);
  }
  #fit-cta .button-solid:hover {
    background-color: var(--forestDeep);
    border-color: var(--forestDeep);
  }
  #fit-cta .button-transparent {
    background-color: transparent;
    color: var(--primary);
    border: 1px solid rgba(47, 93, 80, 0.18);
  }
  #fit-cta .button-transparent:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--paper);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #fit-cta {
    padding: 6.5em 0;
  }
  #fit-cta h2 {
    font-size: min(7vw, 4.8em);
  }
  #fit-cta p {
    font-size: 1.375em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #fit-cta {
    padding: 6.875em 0 7.375em;
  }
  #fit-cta .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #fit-cta h2 {
    font-size: 3.25em;
  }
  #fit-cta p {
    max-width: 33.63636364em;
    font-size: 1.375em;
  }
  #fit-cta .button-solid,
  #fit-cta .button-transparent {
    max-width: 21.25em;
    min-width: 21.25em;
    height: 3.625em;
  }
  #fit-cta .button-solid {
    margin-bottom: 0.25em;
  }
}
