.button {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Open Sans";
}
.button .icon {
  font-size: 16px;
  color: #FFFFFF;
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.small {
  padding: 8px 16px;
}
.button.medium {
  padding: 12px 16px;
}
.button.large {
  padding: 24px;
}
.button.cta {
  background: #ED1C24;
  border: 1px solid #ED1C24;
}
.button.cta:hover {
  background: #FEECED;
  color: #ED1C24;
}
.button.primary {
  background: #0C1A81;
  border: 1px solid #0C1A81;
}
.button.primary:hover {
  background: #EFF0FD;
  color: #0C1A81;
}
.button.primary:hover .icon {
  color: #0C1A81;
}
.button.primary:disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}
.button.secondary {
  background: #FEECED;
  border: 1px solid #FEECED;
}
.button.secondary:hover {
  background: #ED1C24;
  color: #FFFFFF;
  border: 1px solid #ED1C24;
}
.button.disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}

.wysiwyg {
  font-family: Open Sans;
}
.wysiwyg h1 {
  font-size: 36px;
  /* Heading 1 */
  margin: 16px 0;
  font-weight: 900;
}
.wysiwyg h2 {
  font-size: 28px;
  /* Heading 2 */
  margin: 14px 0;
  font-weight: 900;
}
.wysiwyg h3 {
  font-size: 24px;
  /* Heading 3 */
  margin: 12px 0;
  font-weight: 900;
}
.wysiwyg h4 {
  font-size: 18px;
  /* Heading 4 */
  margin: 10px 0;
  font-weight: 900;
}
.wysiwyg h5 {
  font-size: 16px;
  /* Heading 5 */
  margin: 8px 0;
  font-weight: 900;
}
.wysiwyg h6 {
  font-size: 14px;
  /* Heading 6 */
  margin: 6px 0;
  font-weight: 900;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg p {
  margin: 10px 0;
}
.wysiwyg strong {
  font-weight: 700 !important;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg a {
  color: #0C1A81;
}

.connect {
  padding: 16px;
}
.connect .title-wrapper {
  display: flex;
  justify-content: start;
  left: unset;
}
.connect .title-wrapper .cfa-title h4 {
  font-size: 20px;
}
.connect .title-wrapper .cfa-title::after {
  margin-top: 10px;
  left: unset;
  transform: unset;
}
.connect .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.connect .content .share-text .share {
  color: #000000;
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.connect .content .africa {
  width: 100%;
  display: flex;
  justify-content: center;
}
.connect .content .africa .africa-img {
  width: 300px;
}
.connect .content .join-slack {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 50px 0;
  gap: 10px;
}
.connect .content .join-slack .share-text {
  display: none;
}
.connect .content .join-slack .become-a-member {
  color: #0C1A81;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.connect .content .join-slack .button {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  font-family: Open Sans;
}
@media (min-width: 768px) {
  .connect .title-wrapper {
    justify-content: center;
  }
  .connect .title-wrapper .cfa-title h4 {
    font-size: 20px;
  }
  .connect .title-wrapper .cfa-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1152px) {
  .connect {
    padding: 134px 40px;
  }
  .connect .title-wrapper {
    justify-content: start;
  }
  .connect .title-wrapper .cfa-title h4 {
    font-size: 40px;
    line-height: 48px;
  }
  .connect .title-wrapper .cfa-title::after {
    left: unset;
    transform: unset;
  }
  .connect .content {
    justify-content: start;
    flex-direction: row;
  }
  .connect .content .share-text {
    display: none;
  }
  .connect .content .africa {
    flex: 1;
  }
  .connect .content .africa .africa-img {
    width: 500px;
  }
  .connect .content .join-slack {
    flex: 1;
  }
  .connect .content .join-slack .share-text {
    display: block;
  }
  .connect .content .join-slack .share-text .share {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .connect {
    padding: 148px 120px;
  }
}
@media (min-width: 1920px) {
  .connect {
    padding: 134px 388px;
  }
}

/*# sourceMappingURL=connect.css.map */
