.anchor_anchor {
  display: block;
}

.siteMain > .title-container {
  padding-top: 0;
  padding-bottom: 0;
}

.ctaCallout_ctaCallout {
  align-items: center;
  border-style: solid;
  border-color: var(--color-teal-50);
  border-width: 0.625em 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2.5em 1.5625em 0;
}

.ctaCallout_ctaCallout {
  border: none;
}

.ctaCallout_ctaCalloutContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.875em;
}

.ctaCallout_ctaIcon {
  margin-bottom: 0.9375em;
  max-width: 4.0625em;
  height: 4.1875em;
}

.ctaCallout_ctaCallout__text {
  text-align: center;
}

.ctaCallout_ctaCallout__description p {
  font-weight: var(--font-weight-medium);
  margin-bottom: 0;
  font-size: 1.125em;
}

.fiftyFiftyResourcePanel_mainWrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25em;
}

.fiftyFiftyResourcePanel_title {
  margin-bottom: 0;
  margin-top: 20px;
}

.fiftyFiftyResourcePanel_title + hr {
  padding: 0;
  margin: 10px 0 0;
  border-top: .1875em solid var(--color-red-30);
  width: 100%;
  display: inline-block;
  position: relative;
}

.fiftyFiftyResourcePanel_subtitle {
  margin-bottom: 1em;
}

.resourcesGroup_title {
  padding: 1.25em 1em;
}

.resourcesGroup_resourceGroupWrapper {
  background-color: var(--color-white);
  padding: 2.5em 1em;
}

.resourcesGroup_subtitle {
  font-size: 1.125em;
  font-weight: var(--font-weight-medium);
  color: var(--color-black-90);
}

.resourcesGroup_resourceTiles {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
  margin-top: 1em;
}

.resourcePanel_box {
  display: flex;
  gap: 1.875em;
  padding: 2.5em 1.5em;
  border-color: var(--color-white);
  border-width: 0 0 0 0.375em;
  border-style: solid;
  box-shadow: var(--color-black-transparent-10) 0.125em 0.25em 0.625em;
  border-radius: 0.1875em 0 0 0.1875em;
  flex-wrap: wrap;
}

.resourcePanel_icon {
  height: auto;
  max-height: 6rem;
  max-width: 6rem;
  width: 100%;
}

.resourcePanel_description h3 {
  font-size: 1.125em;
  font-weight: var(--font-weight-medium);
  color: var(--color-black-90);
  margin-bottom: 0;
}

.resourcePanel_downloadLinks__container {
  margin-bottom: 1em;
}

.resourcePanel_downloadLink {
  margin-right: 0.625em;
  margin-bottom: 1em;
}

.resourcePanel_downloadLink:last-child {
  margin-bottom: 0;
}

.resourcePanel_downloadLink .resourcePanel_linkImg {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  margin-right: 0.25em;
}

.resourcePanel_linksDescription {
  font-weight: var(--font-weight-normal);
}

.resourceTile_tile {
  display: flex;
  background-color: var(--color-white);
  border-radius: 0.1875em 0 0 0.1875em;
  box-shadow: var(--color-black-transparent-10) 0.125em 0.25em 0.625em;
  padding: 2.6875em 1.5em 2.6875em 1.1875em;
  gap: 1.5em;
  border: none;
}

.resourceTile_tile__icon img {
  max-width: 3.75em;
}

.resourceTile_title {
  margin-top: 0.5em;
  font-size: 1.125em;
  font-weight: var(--font-weight-medium);
  color: var(--color-black-90);
  width: 100%;
  margin-bottom: 0.5em;
}

.resourceTile_downloadIcon {
  margin-right: 0.6875em;
  fill: var(--color-teal-70);
  width: 0.75em;
  height: 0.875em;
}

.resourceTile_downloadlink {
  font-size: 1em;
  font-weight: var(--font-weight-semibold);
  margin: 0 1.125em 0.5em 0;
}

.resourceTile_downloadlink:last-child {
  margin-right: 0;
}

.resourceTile_withoutDownloadlink {
  font-size: 1.125em;
  font-weight: var(--font-weight-medium);
  margin-bottom: 0.5em;
  margin-right: 1.125em;
}

.resourceTile_withoutDownloadlink:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.resourceTile_content {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.resourceTile_buttonTile .resourceTile_downloadIcon {
  fill: var(--color-white);
}

@media (min-width: 48em) {
  .ctaCallout_ctaCallout {
    border-width: 0 0 0 0.625em;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1.25em 0;
  }

  .ctaCallout_ctaCalloutContent {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: auto;
    align-items: center;
    flex-direction: row;
  }

  .ctaCallout_ctaIcon {
    margin: -0.625em 1.875em 0 0;
  }

  .ctaCallout_ctaCallout__text {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .ctaCallout_ctaCallout__description p,
  .ctaCallout_ctaCallout__link {
    margin-bottom: 0;
    margin-right: 0.3125em;
    display: flex;
    align-items: center;
  }

  .fiftyFiftyResourcePanel_title {
    margin-bottom: 0;
    font-size: 38px;
  }

  .resourcesGroup_resourcesWrapper {
    padding: 1.25em 2.75em;
  }

  .resourcesGroup_title {
    padding: 0;
  }

  .resourcesGroup_resourceGroupWrapper {
    padding: 2.5em 3.625em;
  }

  .resourcesGroup_subtitle {
    font-size: 1.375em;
  }

  .resourcesGroup_resourceTiles {
    margin-top: 1.5em;
  }

  .resourcePanel_box {
    flex-wrap: nowrap;
  }

  .resourcePanel_description h3 {
    font-size: 1.375em;
  }

  .resourcePanel_downloadLink {
    margin-right: 20%;
  }

  .resourcePanel_downloadLink:last-child {
    margin-right: 0;
  }

  .resourceTile_title {
    font-size: 1.375em;
  }

  .resourceTile_withoutDownloadlink {
    font-size: 1.375em;
  }

  .resourceTile_tile {
    width: 100%;
  }
}

@media (min-width: 62.0625em) {
  .ctaCallout_ctaCallout__description p,
  .ctaCallout_ctaCallout__link {
    font-size: 1.375em;
  }

  .ctaCallout_ctaCallout__description p {
    line-height: 1.22;
  }

  .fiftyFiftyResourcePanel_mainWrapper {
    gap: 1.5em 1.875em;
  }

  .resourcesGroup_resourcesWrapper {
    padding: 1.25em 6.375em;
  }

  .resourcesGroup_resourceGroupWrapper {
    padding: 2.5em 4.6875em;
  }

  .resourcePanel_box {
    flex: 0 0 48%;
  }

  .resourcePanel_downloadLinks__container {
    flex-direction: row;
  }

  .resourcePanel_downloadLink {
    margin-bottom: 0;
  }

  .resourceTile_tile {
    flex: 0 0 31%;
  }
}

