/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.2;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

#root {
  isolation: isolate;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select, form {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
.visually-hidden, .cc-trusted-by__name {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --fluidMeasure: 18rem;
}
@media screen and (min-width: 320px) {
  :root {
    --fluidMeasure: calc(0.45 * 100vw + 9rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --fluidMeasure: 45rem;
  }
}
:root {
  --pageSize: 20rem;
}
@media screen and (min-width: 320px) {
  :root {
    --pageSize: calc(1 * 100vw + 0rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --pageSize: 80rem;
  }
}
:root {
  --sMargin: 0.75rem;
}
@media screen and (min-width: 320px) {
  :root {
    --sMargin: calc(0.003125 * 100vw + 0.6875rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --sMargin: 0.9375rem;
  }
}
:root {
  --mMargin: 1.125rem;
}
@media screen and (min-width: 320px) {
  :root {
    --mMargin: calc(0.0041666667 * 100vw + 1.0416666667rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --mMargin: 1.375rem;
  }
}
:root {
  --lMargin: 1.6875rem;
}
@media screen and (min-width: 320px) {
  :root {
    --lMargin: calc(0.05625 * 100vw + 0.5625rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --lMargin: 5.0625rem;
  }
}
:root {
  --xlMargin: 3.75rem;
}
@media screen and (min-width: 320px) {
  :root {
    --xlMargin: calc(0.0145833333 * 100vw + 3.4583333333rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --xlMargin: 4.625rem;
  }
}
:root {
  --pageHMargin: 1rem;
}
@media screen and (min-width: 320px) {
  :root {
    --pageHMargin: calc(0.2333333333 * 100vw + -3.6666666667rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --pageHMargin: 15rem;
  }
}
:root {
  --pageVMargin: 4rem;
}
@media screen and (min-width: 320px) {
  :root {
    --pageVMargin: calc(0 * 100vw + 4rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --pageVMargin: 4rem;
  }
}
:root {
  font-size: 0.875rem;
}
@media screen and (min-width: 320px) {
  :root {
    font-size: calc(0.0104166667 * 100vw + 0.6666666667rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    font-size: 1.5rem;
  }
}
:root {
  line-height: 1.875rem;
}
@media screen and (min-width: 320px) {
  :root {
    line-height: calc(0.0104166667 * 100vw + 1.6666666667rem);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    line-height: 2.5rem;
  }
}

html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=heading-] p {
  line-height: inherit;
}

.heading-a {
  font-size: 3.5em;
  line-height: 1.14;
  font-weight: 400;
}

.heading-b {
  font-size: 2em;
  line-height: 1.25;
  font-weight: 600;
}

.heading-c {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
}

.heading-d {
  font-size: 1em;
  text-transform: uppercase;
}

.heading-e {
  font-size: 1.125em;
  line-height: 1.55;
  text-transform: uppercase;
  font-weight: 400;
}

.heading-f {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.heading-g {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

p {
  font-size: 1em;
  line-height: 1.5;
}

@font-face {
  font-family: "DM Sans";
  src: url("/fonts/DMSans.ttf") format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "DM Sans";
  src: url("/fonts/DMSans-Italic.ttf") format("truetype");
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
  font-optical-sizing: auto;
}
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.cc-flow {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}

.cc-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.cc-page {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: space-between;
}

.cc-header--light, .cc-header--dark {
  width: 100vw;
  padding-inline: calc((100vw - 1280px) / 2);
}
.cc-header--light {
  background: #ffffff;
  color: hsl(0, 0%, 12%);
}
.cc-header--dark {
  background: hsl(169, 58%, 18%);
  color: #ffffff;
}

.cc-footer {
  width: 100vw;
  padding: 2.25rem 1.5rem 1.5rem;
  background: hsl(169, 58%, 18%);
  color: #ffffff;
}
.cc-footer__nav {
  display: flex;
  gap: 1.5rem;
}
.cc-footer__logo {
  height: 2rem;
}
.cc-footer__copyright {
  text-transform: initial;
}

.cc-cover-image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
}
@media (min-width: 768px) {
  .cc-cover-image {
    aspect-ratio: 3;
  }
}

.cc-button, .cc-button--tertiary, .cc-button--secondary, .cc-button--primary {
  width: auto;
  min-height: 3em;
  color: #ffffff;
  padding: 0.75rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  display: block;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.cc-button:hover, .cc-button--tertiary:hover, .cc-button--secondary:hover, .cc-button--primary:hover {
  text-shadow: 0 1px hsl(0, 0%, 23%);
}
.cc-button--primary {
  background: hsl(118, 40%, 48%);
}
.cc-button--primary:hover {
  background: hsl(118, 45%, 64%);
}
.cc-button--secondary {
  background: hsl(20, 100%, 50%);
}
.cc-button--secondary:hover {
  background: hsl(20, 100%, 63%);
}
.cc-button--tertiary {
  background: hsl(169, 58%, 18%);
}
.cc-button--tertiary:hover {
  background: hsl(169, 40%, 31%);
}

.cc-nav {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.cc-nav__list {
  padding: 1.5rem;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
}
@media (min-width: 1280px) {
  .cc-nav__list {
    padding-inline: 0;
  }
}
.cc-nav__list-item {
  font-size: 1em;
  line-height: 1.5;
}
.cc-nav__list .cc-nav__list {
  padding: 0;
  justify-content: initial;
}
.cc-nav__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.cc-nav__link {
  color: inherit;
  text-decoration: none;
}
.cc-nav__link-image--home {
  height: 2.625rem;
}
.cc-nav__link-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.cc-cta {
  width: 100vw;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background: hsl(169, 58%, 18%);
}
@media (min-width: 1280px) {
  .cc-cta {
    padding: 1.5rem calc((100vw - 1280px) / 2);
  }
}
.cc-cta__image {
  aspect-ratio: 0.75;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
@media (min-width: 768px) {
  .cc-cta__image {
    aspect-ratio: 2;
  }
}
.cc-cta__title {
  padding: 1.5rem;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  color: #ffffff;
  z-index: 2;
}
.cc-cta__title p {
  font-size: inherit;
}

.cc-features {
  width: 100%;
  background: hsl(169, 58%, 18%);
  color: #ffffff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .cc-features {
    width: 100vw;
    padding: 1.5rem calc((100vw - 1280px) / 2);
  }
}
.cc-features__title p {
  font-size: inherit;
}

.cc-trusted-by {
  width: 100%;
  padding: 2.25rem 1.5rem 1.5rem;
  background: hsl(0, 0%, 95%);
}
@media (min-width: 1280px) {
  .cc-trusted-by {
    width: 100vw;
    padding-inline: calc((100vw - 1280px) / 2);
  }
}
.cc-trusted-by__title {
  width: 100%;
  color: hsl(0, 0%, 12%);
  text-align: center;
  grid-column: 1/3;
  margin-block-end: 2.25rem;
}
.cc-trusted-by__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 1rem;
  row-gap: 2.25rem;
  padding: 0;
}
@media (min-width: 768px) {
  .cc-trusted-by__list {
    grid-template-columns: repeat(auto-fit, minmax(60px, 120px));
  }
}
.cc-trusted-by__item {
  flex: 0 0 calc(50% - 0.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 6rem;
  min-width: 3rem;
}
@media (min-width: 768px) {
  .cc-trusted-by__item {
    flex: unset;
  }
}
.cc-trusted-by__image {
  width: auto;
  min-height: 3rem;
  object-fit: contain;
}

.cc-services {
  padding: 2.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cc-services__title {
    text-align: center;
  }
}
.cc-services__subtitle {
  color: hsl(169, 58%, 18%);
}
@media (min-width: 768px) {
  .cc-services__subtitle {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cc-services__body {
    text-align: center;
  }
}
.cc-services__item {
  padding-block: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-services__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "body image";
  }
  .cc-services__item:nth-of-type(odd) {
    grid-template-areas: "image body";
  }
}
.cc-services__item-title {
  color: hsl(169, 58%, 18%);
}
.cc-services__item-text {
  grid-area: body;
}
.cc-services__item-text li {
  list-style: none;
  position: relative;
}
.cc-services__item-text li:before {
  content: "";
  position: absolute;
  display: block;
  padding-inline-end: 1em;
  top: 0.25em;
  left: -1.5em;
  width: 1em;
  height: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/bullet.svg");
}
.cc-services__item-image {
  grid-area: image;
}

.cc-newsletter {
  background: hsl(169, 58%, 18%);
  color: #ffffff;
  text-align: center;
  padding-block-end: 1.5rem;
}
@media (min-width: 768px) {
  .cc-newsletter {
    padding-block-end: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "body image" "form image";
  }
}
@media (min-width: 1280px) {
  .cc-newsletter {
    width: 100vw;
    padding-inline: calc((100vw - 1280px) / 2);
  }
}
.cc-newsletter__content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 1.5rem;
  grid-area: body;
  justify-content: center;
}
.cc-newsletter__image {
  width: 100%;
  height: 100%;
  grid-area: image;
}
.cc-newsletter__form {
  margin: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  grid-area: form;
}
.cc-newsletter__form-input {
  color: #ffffff;
  background: hsl(169, 40%, 31%);
  appearance: none;
  border: none;
  border-radius: 0.25rem;
  padding: 1rem;
}
.cc-newsletter__form-input::placeholder {
  color: hsl(0, 0%, 95%);
  text-transform: uppercase;
}
.cc-demo, .cc-demo--light, .cc-demo--dark {
  padding: 2.25rem 1rem;
}
.cc-demo--light__content, .cc-demo--dark__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cc-demo--light__content, .cc-demo--dark__content {
    align-items: center;
  }
}
.cc-demo--light__title p, .cc-demo--dark__title p {
  font-size: inherit;
}
.cc-demo--dark {
  color: #ffffff;
}
.cc-demo--dark__title {
  grid-area: title;
}
.cc-demo--dark__body {
  grid-area: body;
}
.cc-demo--dark__cta {
  grid-area: cta;
}
.cc-demo--dark__content {
  padding: 2.25rem 2.25rem;
  background: hsl(20, 100%, 50%);
}
@media (min-width: 768px) {
  .cc-demo--dark__content {
    display: grid;
    align-items: start;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "title cta" "body cta";
    text-align: unset;
  }
}
.cc-demo--light {
  color: hsl(0, 0%, 12%);
}

.cc-testimonials {
  padding: 2.25rem 1.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cc-testimonials__carousel {
  max-width: 45rem;
  display: flex;
  padding: 0 4.5rem;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  flex-wrap: nowrap;
}
.cc-testimonials__carousel::-webkit-scrollbar {
  display: none;
}
.cc-testimonials__title {
  text-align: center;
  color: hsl(169, 58%, 18%);
}
.cc-testimonials__item {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
  row-gap: 2.25rem;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.cc-testimonials__item:not(.is-active) {
  display: none;
}
@media (min-width: 768px) {
  .cc-testimonials__item {
    display: grid;
    grid-template-columns: 4.5rem auto 1fr 4.5rem;
    grid-template-areas: "gap-start quote quote gap-end" "gap-start image info gap-end" "gap-start image info gap-end";
    align-items: center;
    text-align: start;
  }
}
.cc-testimonials__item-info {
  order: 3;
  grid-area: info;
}
.cc-testimonials__item-position {
  grid-row: 4;
  grid-area: position;
  width: 100%;
  order: 4;
}
.cc-testimonials__item-name {
  grid-row: 3;
  grid-area: name;
  width: 100%;
  order: 3;
}
.cc-testimonials__item-quote {
  grid-row: 1;
  grid-area: quote;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .cc-testimonials__item-quote {
    text-align: center;
  }
}
.cc-testimonials__item-picture {
  width: 6rem;
  aspect-ratio: 1;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
  grid-row: 2;
  grid-area: image;
  order: 2;
}
.cc-testimonials__pager {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.cc-testimonials__pager-button {
  appearance: none;
  background: #ffffff;
  width: 3rem;
  height: 3rem;
  color: hsl(0, 0%, 35%);
  outline: none;
  border: 1px solid hsl(0, 0%, 54%);
}
@media (min-width: 768px) {
  .cc-testimonials__pager-button {
    position: absolute;
    top: 50%;
  }
  .cc-testimonials__pager-button:nth-of-type(1) {
    left: 1.5rem;
  }
  .cc-testimonials__pager-button:nth-of-type(2) {
    right: 1.5rem;
  }
}
.cc-testimonials__pager-icon {
  color: hsl(169, 58%, 18%);
  font-size: 1.5rem;
}

.cc-supported-by {
  width: 100vw;
  padding: 2.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  background: hsl(0, 0%, 95%);
}
@media (min-width: 768px) {
  .cc-supported-by {
    flex-direction: row;
  }
}
.cc-supported-by__title {
  color: hsl(169, 58%, 18%);
  text-align: center;
}
.cc-supported-by__item-logo {
  max-height: 200px;
}

.cc-team {
  padding: 2.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: center;
  justify-content: center;
}
.cc-team__title {
  text-align: center;
  color: hsl(169, 58%, 18%);
}
.cc-team__item {
  display: grid;
  gap: 1rem;
  justify-items: center;
  grid-template-areas: "position" "image" "bio";
}
@media (min-width: 768px) {
  .cc-team__item {
    grid-template-columns: auto 1fr;
    grid-template-areas: "image position" "image bio";
  }
  .cc-team__item:nth-of-type(even) {
    grid-template-columns: 1fr auto;
    grid-template-areas: "position image" "bio image";
  }
}
.cc-team__item-name-position {
  width: 100%;
  text-align: start;
  grid-row: 2;
  grid-area: position;
}
.cc-team__item-picture {
  width: 100%;
  padding: 1.5rem;
  aspect-ratio: 1;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
  grid-row: 1;
  grid-area: image;
}
@media (min-width: 768px) {
  .cc-team__item-picture {
    width: 16rem;
  }
}
.cc-team__item-bio {
  grid-area: bio;
  grid-row: 3;
}
@media (min-width: 768px) {
  .cc-team__item-bio {
    grid-row: unset;
  }
}

.cc-advisory-board {
  padding: 2.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .cc-advisory-board {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.cc-advisory-board__title {
  text-align: center;
  color: hsl(169, 58%, 18%);
  grid-column: 1/-1;
}
.cc-advisory-board__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-items: center;
  max-width: 16rem;
}
@media (min-width: 768px) {
  .cc-advisory-board__item {
    justify-items: start;
  }
}
.cc-advisory-board__item-name-position {
  width: 100%;
  text-align: start;
  grid-row: 2;
  grid-area: position;
}
.cc-advisory-board__item-picture {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
  grid-row: 1;
  max-width: 12rem;
}
@media (min-width: 768px) {
  .cc-advisory-board__item-picture {
    width: 16rem;
  }
}

.cc-support-us {
  width: 100%;
  background: #ffffff;
  color: hsl(0, 0%, 12%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-support-us {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cc-support-us__image {
    width: 100%;
    aspect-ratio: 3;
    object-fit: cover;
  }
}
.cc-support-us__body {
  max-width: 60ch;
}

.cc-timeline {
  background: #ffffff;
  color: hsl(0, 0%, 12%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  .cc-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
}
.cc-timeline__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-inline-start: 2px solid hsl(0, 0%, 73%);
}
@media (min-width: 768px) {
  .cc-timeline__item {
    grid-row: span 1;
    border: none;
  }
  .cc-timeline__item:nth-of-type(odd) {
    box-shadow: -1px 0 0 0 hsl(0, 0%, 73%);
  }
  .cc-timeline__item:nth-of-type(even) {
    box-shadow: inset -1px 0 0 0 hsl(0, 0%, 73%);
    text-align: end;
  }
  .cc-timeline__item:nth-of-type(1) {
    grid-row: 1;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(3) {
    grid-row: 3;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(4) {
    grid-row: 4;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(5) {
    grid-row: 5;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(6) {
    grid-row: 6;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(7) {
    grid-row: 7;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(8) {
    grid-row: 8;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(9) {
    grid-row: 9;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(10) {
    grid-row: 10;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(11) {
    grid-row: 11;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(12) {
    grid-row: 12;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(13) {
    grid-row: 13;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(14) {
    grid-row: 14;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(15) {
    grid-row: 15;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(16) {
    grid-row: 16;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(17) {
    grid-row: 17;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(18) {
    grid-row: 18;
    grid-column: 1;
  }
  .cc-timeline__item:nth-of-type(19) {
    grid-row: 19;
    grid-column: 2;
  }
  .cc-timeline__item:nth-of-type(20) {
    grid-row: 20;
    grid-column: 1;
  }
}
.cc-timeline__item li {
  list-style: none;
  position: relative;
}
.cc-timeline__item li:before {
  content: "";
  position: absolute;
  display: block;
  padding-inline-end: 1em;
  top: 0.25em;
  left: -1.5em;
  width: 1em;
  height: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/bullet.svg");
}
.cc-timeline__date {
  width: 100%;
  display: grid;
  grid-template-columns: 0.75rem 1fr auto 1fr;
}
@media (min-width: 768px) {
  .cc-timeline__date > * {
    grid-row: 1;
  }
  .cc-timeline__item:nth-of-type(even) .cc-timeline__date {
    grid-template-columns: 1fr auto 1fr 0.75rem;
  }
}
.cc-timeline__date-marker {
  grid-column: 1;
  width: 1.5rem;
  aspect-ratio: 1;
  background-color: hsl(20, 100%, 50%);
  border-radius: 50%;
  margin-inline-start: -0.75rem;
}
@media (min-width: 768px) {
  .cc-timeline__item:nth-of-type(even) .cc-timeline__date-marker {
    grid-column: 4;
    margin-inline-start: unset;
    margin-inline-end: -0.75rem;
  }
}
.cc-timeline__date-line {
  grid-column: 2;
  width: 100%;
  height: 2px;
  background: hsl(20, 100%, 50%);
  margin-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .cc-timeline__item:nth-of-type(even) .cc-timeline__date-line {
    grid-column: 3;
  }
}
.cc-timeline__date-label {
  margin-block-start: -0.375rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  grid-column: 3;
  display: inline-block;
  padding-inline: 0.5rem;
  color: hsl(169, 58%, 18%);
  background: #ffffff;
}
@media (min-width: 768px) {
  .cc-timeline__item:nth-of-type(even) .cc-timeline__date-label {
    grid-column: 2;
  }
}
.cc-timeline__body {
  margin-block-start: 0.7rem;
  padding-inline: 0.75rem;
  width: 100%;
  max-width: 48ch;
  color: hsl(0, 0%, 12%);
  margin-block-end: 1.5rem;
}
@media (min-width: 768px) {
  .cc-timeline__item:nth-of-type(odd) .cc-timeline__body {
    align-self: start;
  }
  .cc-timeline__item:nth-of-type(even) .cc-timeline__body {
    align-self: end;
  }
}

.cc-contact-form {
  color: hsl(0, 0%, 12%);
  text-align: center;
  padding-inline: 1.5rem;
  padding-block-end: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.cc-contact-form__form {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-contact-form__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name email" "phone organisation" "message message" "terms terms" "button empty";
  }
}
.cc-contact-form__input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5em;
}
.cc-contact-form__input-wrapper:has(.is-invalid) .cc-contact-form__input-label {
  color: hsl(349, 100%, 50%);
}
.cc-contact-form__input-wrapper:has(.is-invalid) .cc-contact-form__input,
.cc-contact-form__input-wrapper:has(.is-invalid) .cc-contact-form__textarea {
  border: 2px solid hsl(349, 100%, 73%);
}
.cc-contact-form__input-label {
  font-size: 1em;
  font-weight: 600;
  color: hsl(169, 58%, 18%);
}
.cc-contact-form__input, .cc-contact-form__textarea {
  width: 100%;
  background: hsl(0, 0%, 90%);
  appearance: none;
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
}
.cc-contact-form__input::placeholder, .cc-contact-form__textarea::placeholder {
  color: hsl(0, 0%, 54%);
  text-transform: uppercase;
}
.cc-contact-form__checkbox {
  width: 1em;
  height: 1em;
}
.cc-contact-form__button {
  min-width: 10rem;
}
.cc-contact-form__name {
  grid-area: name;
}
.cc-contact-form__subject {
  grid-area: subject;
}
.cc-contact-form__phone {
  grid-area: phone;
}
.cc-contact-form__email {
  grid-area: email;
}
.cc-contact-form__message {
  grid-area: message;
}
.cc-contact-form__organisation {
  grid-area: organisation;
}
.cc-contact-form__terms {
  grid-area: terms;
  flex-direction: row;
}
.cc-contact-form__button {
  grid-area: button;
  justify-self: start;
}
.cc-contact-form__validation {
  width: 100%;
  padding: 1rem;
  background: hsl(349, 100%, 93%);
  border: 2px solid hsl(349, 100%, 50%);
  border-radius: 0.5rem;
}
.cc-contact-form__validation-errors {
  font-size: 1rem;
  line-height: 1.5;
}
.cc-contact-us {
  width: 100%;
  background: #ffffff;
  color: hsl(0, 0%, 12%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cc-contact-us__title {
  text-align: center;
}
@media (min-width: 768px) {
  .cc-contact-us__image {
    width: 100%;
    aspect-ratio: 3;
    object-fit: cover;
  }
}

.cc-join-us {
  background: #ffffff;
  color: hsl(0, 0%, 12%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-join-us {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cc-join-us__body {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cc-join-us__image {
    width: 100%;
    aspect-ratio: 3;
    object-fit: cover;
  }
}

.cc-about-us {
  width: 100%;
  background: #ffffff;
  color: hsl(0, 0%, 12%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-about-us {
    align-items: center;
  }
}
.cc-about-us__image {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cc-about-us__image {
    aspect-ratio: 3;
    object-position: center center;
  }
}

.cc-donate, .cc-donate--inline {
  width: 100%;
  background: #ffffff;
  color: hsl(0, 0%, 12%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-donate--inline {
    flex-direction: row;
  }
}
.cc-donate__fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
  flex-direction: column;
}
.cc-donate__legend {
  margin-block-end: 1.5rem;
}
.cc-donate__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  gap: 1rem;
}
.cc-donate__form-heading {
  margin-bottom: 0.5rem;
}
.cc-donate__amounts {
  gap: 1rem;
  width: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cc-donate__amount {
  color: hsl(0, 0%, 12%);
  padding: 0.75rem 0.75rem;
  border: 1px solid hsl(0, 0%, 73%);
  border-radius: 0.25rem;
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.cc-donate__amount:has(:checked) {
  background: red;
}
.cc-donate__amount-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.cc-donate__amount:last-of-type {
  position: relative;
  padding: 0;
  border: none;
}
.cc-donate__amount:last-of-type .cc-donate__amount-label {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.cc-donate__amount:last-of-type .cc-donate__amount-input {
  position: relative;
  color: hsl(0, 0%, 12%);
  padding: 0.75rem 0.75rem;
  border: 1px solid hsl(0, 0%, 73%);
  border-radius: 0.25rem;
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  -moz-appearance: textfield;
  width: 100%;
  line-height: 1.5;
  height: auto;
}
.cc-donate__amount:last-of-type .cc-donate__amount-input::-webkit-outer-spin-button, .cc-donate__amount:last-of-type .cc-donate__amount-input::-webkit-inner-spin-button {
  appearance: none;
}
.cc-donate__text-input {
  background: #ffffff;
  appearance: none;
  border: 1px solid hsl(0, 0%, 73%);
  padding: 1rem;
  border-radius: 0.5rem;
}
.cc-donate__text-input::placeholder {
  color: hsl(0, 0%, 54%);
  text-transform: uppercase;
}
.native > .cc-donate__button {
  background: hsl(0, 0%, 12%);
}

.cc-session-form {
  color: hsl(0, 0%, 12%);
  text-align: center;
  padding-inline: 1.5rem;
  padding-block-end: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.cc-session-form__form {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-session-form__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name email" "phone organisation" "message message" "terms terms" "button empty";
  }
}
.cc-session-form__input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5em;
}
.cc-session-form__input-wrapper.is-invalid .cc-contact-form__input-label {
  color: hsl(349, 100%, 50%);
}
.cc-session-form__input-wrapper.is-invalid .cc-contact-forn__input,
.cc-session-form__input-wrapper.is-invalid .cc-contact-form__textarea {
  border: 2px solid hsl(349, 100%, 73%);
}
.cc-session-form__input-label {
  font-size: 1em;
  font-weight: 600;
  color: hsl(169, 58%, 18%);
}
.cc-session-form__input, .cc-session-form__textarea {
  width: 100%;
  background: hsl(0, 0%, 90%);
  appearance: none;
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
}
.cc-session-form__input::placeholder, .cc-session-form__textarea::placeholder {
  color: hsl(0, 0%, 54%);
  text-transform: uppercase;
}
.cc-session-form__checkbox {
  width: 1em;
  height: 1em;
}
.cc-session-form__button {
  min-width: 10rem;
}
.cc-session-form__name {
  grid-area: name;
}
.cc-session-form__subject {
  grid-area: subject;
}
.cc-session-form__phone {
  grid-area: phone;
}
.cc-session-form__email {
  grid-area: email;
}
.cc-session-form__message {
  grid-area: message;
}
.cc-session-form__organisation {
  grid-area: organisation;
}
.cc-session-form__terms {
  grid-area: terms;
  flex-direction: row;
}
.cc-session-form__button {
  grid-area: button;
  justify-self: start;
}

.cc-password-form {
  color: hsl(0, 0%, 12%);
  text-align: center;
  padding-inline: 1.5rem;
  padding-block-end: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.cc-password-form__form {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cc-password-form__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name email" "phone organisation" "message message" "terms terms" "button empty";
  }
}
.cc-password-form__input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5em;
}
.cc-password-form__input-wrapper.is-invalid .cc-contact-form__input-label {
  color: hsl(349, 100%, 50%);
}
.cc-password-form__input-wrapper.is-invalid .cc-contact-forn__input,
.cc-password-form__input-wrapper.is-invalid .cc-contact-form__textarea {
  border: 2px solid hsl(349, 100%, 73%);
}
.cc-password-form__input-label {
  font-size: 1em;
  font-weight: 600;
  color: hsl(169, 58%, 18%);
}
.cc-password-form__input, .cc-password-form__textarea {
  width: 100%;
  background: hsl(0, 0%, 90%);
  appearance: none;
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
}
.cc-password-form__input::placeholder, .cc-password-form__textarea::placeholder {
  color: hsl(0, 0%, 54%);
  text-transform: uppercase;
}
.cc-password-form__checkbox {
  width: 1em;
  height: 1em;
}
.cc-password-form__button {
  min-width: 10rem;
}
.cc-password-form__name {
  grid-area: name;
}
.cc-password-form__subject {
  grid-area: subject;
}
.cc-password-form__phone {
  grid-area: phone;
}
.cc-password-form__email {
  grid-area: email;
}
.cc-password-form__message {
  grid-area: message;
}
.cc-password-form__organisation {
  grid-area: organisation;
}
.cc-password-form__terms {
  grid-area: terms;
  flex-direction: row;
}
.cc-password-form__button {
  grid-area: button;
  justify-self: start;
}
