.h3 {
  color: #414141;
  text-transform: none;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
}

@media (min-width: 551px) {
  .h3 {
    font-size: 1.8rem;
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
}
p {
  font-size: 1.05rem;
  line-height: 1.6;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.container {
  max-width: 800px;
}

@media (max-width: 575.98px) {
  .download-posts,
.social-links-row {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .download-posts,
.social-links-row {
    margin-top: 64px;
  }
}
@media (min-width: 992px) {
  .download-posts,
.social-links-row {
    margin-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .title {
    margin-bottom: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .title {
    margin-bottom: 32px;
  }
}
body {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #232323;
  max-width: 100vw;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

p {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #232323;
  line-height: 140%;
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
h1 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #232323;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #232323;
  letter-spacing: 0.03em;
  line-height: 130%;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #232323;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

@media (max-width: 575.98px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
h4.condensed {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

h5 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #232323;
  line-height: 140%;
}

@media (max-width: 575.98px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #232323;
  line-height: 140%;
}

@media (max-width: 575.98px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 16px;
  }
}
.primary {
  color: #E13570;
}

.italic {
  font-style: italic;
}

.centered {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.title .line {
  flex: 1 1;
  height: 1px;
  background-color: #d7d7d7;
}

@media (max-width: 575.98px) {
  .title h1 {
    margin: 0 8px;
  }
}
@media (min-width: 992px) {
  .title h1 {
    margin: 0 16px;
  }
}
.download-posts > a {
  display: block;
  text-align: center;
}

@media (max-width: 767.98px) {
  .download-posts > a {
    margin: 24px 0;
    width: 100%;
  }

  .download-posts > a .btn-primary {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .download-posts > a {
    margin: 24px auto 32px auto;
  }
}
@media (min-width: 992px) {
  .download-posts > a {
    margin: 24px auto 40px auto;
  }
}
@media (max-width: 767.98px) {
  .download-posts > .row > .col-12 {
    border-top: 1px solid #d7d7d7;
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .download-posts > .row > .col-12:first-of-type {
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .download-posts > .row > .col-12:first-of-type {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .download-posts > .row > .col-12:nth-of-type(2) {
    padding-top: 24px;
  }
}
.download-posts h2 {
  text-align: center;
}

@media (max-width: 575.98px) {
  .download-posts h2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .download-posts h2 {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .download-posts h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .download-posts h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .download-posts h2 + p {
    margin: -4px auto 24px auto;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .download-posts h2 + p {
    margin: -16px auto 40px auto;
  }
}
@media (min-width: 992px) {
  .download-posts h2 + p {
    margin: -24px auto 40px auto;
  }
}
.download-posts .share-type-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-posts .share-type-column .video-container {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .download-posts .share-type-column .video-container {
    max-width: 250px;
  }
}
.download-posts .share-type-column .video-container video {
  width: 100%;
}

@media (max-width: 767.98px) {
  .download-posts .share-type-column:nth-of-type(n + 2) {
    margin-top: 32px;
  }
}
.download-posts .share-type-column h4 {
  font-family: Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 992px) {
  .download-posts .share-type-column h4 {
    margin-bottom: 16px;
  }
}
.download-posts .share-type-column img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .download-posts .share-type-column img {
    max-width: 250px;
  }
}
.download-posts .share-type-column a {
  width: 100%;
}

@media (max-width: 767.98px) {
  .download-posts .share-type-column a {
    max-width: 250px;
  }
}
.social-links-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-links-row .social-links {
  text-align: center;
}

@media (max-width: 767.98px) {
  .social-links-row .social-links {
    margin-bottom: 16px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .social-links-row .social-links {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .social-links-row .social-links {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .social-links-row .social-links {
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .social-links-row .social-links > img {
    margin: 0 auto 16px auto;
    display: block;
  }
}
.social-links-row .social-links img {
  height: 60px;
  width: auto;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .social-links-row .social-links a {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .social-links-row .social-links a {
    margin-left: 16px;
  }
}
@media (max-width: 575.98px) {
  .social-links-row .social-links a:nth-of-type(n + 2) {
    margin-left: 8px;
  }
}
.social-links-row p {
  text-align: center;
  max-width: 630px;
}

.copy-tooltip {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #232323;
  line-height: 140%;
  padding: 2px 4px;
  background-color: #eeeeee;
  border-radius: 2px;
}

.copy-tooltip.copy-tooltip-visible {
  opacity: 1;
}

.section-body {
  margin-top: 2rem;
}

@media (min-width: 551px) {
  .section-body {
    margin-top: 3rem;
  }
}
.header-logo {
  position: absolute;
  right: 1vw;
  top: 1vh;
  max-width: 90px;
  z-index: 2;
}

@media (min-width: 552px) {
  .header-logo {
    max-width: 100%;
  }

  .header-logo {
    right: -1vw;
  }
}
.video-container {
  margin-top: 0;
}

@media (min-width: 551px) {
  .video-container {
    margin-top: 2rem;
  }
}
.video-container .col-12 {
  padding: 0;
}

@media (min-width: 551px) {
  .video-container .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.remind-section {
  align-items: center;
  background-color: #E21219;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 551px) {
  .remind-section {
    flex-direction: row;
    padding: 1rem;
  }
}
@media (min-width: 720px) {
  .remind-section {
    padding: 1.5rem 3rem;
  }
}
.remind-section .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 720px) {
  .remind-section .content {
    margin-right: 2rem;
  }
}
.remind-section .content .header {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.remind-section .content .date {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
}

@media (min-width: 551px) {
  .remind-section .content .date {
    font-size: 2rem;
  }
}
@media (min-width: 720px) {
  .remind-section .content .date {
    font-size: 2.5rem;
  }
}
.remind-section .content .reminder {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.remind-section .logo img {
  max-width: 100px;
  margin-bottom: 1.5rem;
}

@media (min-width: 551px) {
  .remind-section .logo img {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.video-button {
  text-align: center;
  margin-top: 1rem;
  z-index: 2;
  position: relative;
}

@media (min-width: 551px) {
  .video-button {
    margin-top: -1.5rem;
  }
}
.header .container {
  position: relative;
}

.btn {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 600;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 300ms ease-in;
  padding: 0.4rem 1.75rem;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
}

@media (min-width: 551px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn:hover {
  color: #ffffff;
}

.btn svg {
  width: 16px;
  height: auto;
  margin-right: 8px;
}

.btn-primary {
  background-color: #E21219;
  border-color: #E21219;
  border-radius: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover {
  color: #ffffff;
  background-color: #E21219;
  border-color: #E21219;
}
.btn-primary:not(:disabled):not(.disabled).active svg path, .btn-primary:not(:disabled):not(.disabled):active svg path, .btn-primary:hover svg path {
  fill: #ffffff;
}
.btn-primary svg {
  margin-top: -4px;
}
.btn-primary:focus, .btn-primary:focus-visible, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 53, 112, 0.2);
}

.btn-primary-dark:not(:disabled):not(.disabled).active svg path,
.btn-primary-dark:not(:disabled):not(.disabled):active svg path,
.btn-primary-dark:hover svg path {
  fill: #ffffff;
}

.btn-primary-dark:not(:disabled):not(.disabled).active:focus,
.btn-primary-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 53, 112, 0.2);
}

.btn-outline-primary {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:hover {
  color: #E21219;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active svg path, .btn-outline-primary:not(:disabled):not(.disabled):active svg path, .btn-outline-primary:hover svg path {
  fill: #E21219;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 53, 112, 0.2);
}
.btn-outline-primary svg {
  margin-top: -4px;
}

.btn-outline-secondary {
  color: #04BDCF;
  border: 1px solid #04BDCF;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #04BDCF;
  border-color: #04BDCF;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active svg path, .btn-outline-secondary:not(:disabled):not(.disabled):active svg path, .btn-outline-secondary:hover svg path {
  fill: #ffffff;
}
.btn-outline-secondary:focus, .btn-outline-secondary:focus-visible, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 189, 207, 0.2);
}

.btn-social {
  padding: 0;
  border-radius: 50%;
  border-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .btn-social {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 576px) {
  .btn-social {
    width: 60px;
    height: 60px;
  }
}
.btn-social svg {
  width: 60%;
  height: auto;
  max-height: 60%;
  margin-left: 0;
  margin-right: 0;
}

.suggested-caption {
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
}
@media (max-width: 767.98px) {
  .suggested-caption {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .suggested-caption {
    margin-top: 64px;
  }
}
.suggested-caption p {
  margin-bottom: 16px;
}
.suggested-caption .tooltip-container {
  width: 100%;
}
@media (max-width: 767.98px) {
  .suggested-caption .tooltip-container {
    max-width: 400px;
  }
}
.suggested-caption .tooltip-container .btn-outline-secondary {
  width: 100%;
}

.suggested-caption .suggested-caption-pill {
  position: absolute;
  left: 16px;
  top: 0;
  transform: translateY(-50%);
  background: #04BDCF;
  padding: 4px 8px 2px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.suggested-caption .tooltip-container {
  position: relative;
  width: 100%;
}

.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.footer div {
  color: #d7d7d7;
}

.header {
  background-color: #E21219;
  position: relative;
}

@media (max-width: 767.98px) {
  .header .header-background {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .header-background {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .header .header-background {
    height: 350px;
  }
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 0;
}

@media (max-width: 767.98px) {
  .header .header-content {
    flex-direction: column;
  }
}
.header .header-content .header-logo img {
  height: auto;
}

@media (max-width: 767.98px) {
  .header .header-content .header-logo img {
    width: 120px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .header-content .header-logo img {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .header .header-content .header-logo img {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .header .header-content .header-social {
    position: absolute;
    right: 0;
  }
}
.header .header-content .header-social a svg {
  width: 44px;
  height: 44px;
  transition: all 300ms ease-in;
}

@media (hover: hover) {
  .header .header-content .header-social a svg {
    opacity: 0.9;
  }
}
@media (hover: hover) {
  .header .header-content .header-social a:hover svg,
.header .header-content .header-social a:active svg,
.header .header-content .header-social a:focus svg {
    transform: scale(1.04);
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .header .header-content .header-social a:nth-of-type(n + 2) {
    margin-left: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header .header-content .header-social a:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .header-content .header-social a:nth-of-type(n + 2) {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .header .header-content .header-social a:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
.header .header-hero {
  outline-style: solid;
  background-color: #ffffff;
  outline-color: #ffffff;
  position: relative;
}
@media (max-width: 767.98px) {
  .header .header-hero {
    outline-width: 4px;
  }
}
@media (min-width: 768px) {
  .header .header-hero {
    outline-width: 2px;
  }
}
.header .header-hero img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .header-hero-desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  .header-hero-mobile {
    display: none;
  }
}
.help-spread-the-word {
  overflow: hidden;
  animation-name: revealBanner;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  max-width: 0;
}
@media (max-width: 1199.98px) {
  .help-spread-the-word img {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .help-spread-the-word img {
    width: 320px;
  }
}

@keyframes revealBanner {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 320px;
  }
}
.header-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-copy .help-spread-the-word {
  margin: 1rem 0;
}
.header-copy .btn-primary {
  margin-top: 2rem;
  font-size: 1.3rem;
  padding: 0.375rem 1.5rem;
}

.btn-instagram {
  background-color: #d72d75;
  background-image: url(images/shared/btn-instagram-bg.jpg);
  background-size: 105% auto;
  background-position: center;
  position: relative;
}

@media (hover: hover) {
  .btn-instagram:not(:disabled):not(.disabled).active,
.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:hover {
    background-image: url(images/shared/btn-instagram-bg.jpg);
  }

  .btn-instagram:not(:disabled):not(.disabled).active::before,
.btn-instagram:not(:disabled):not(.disabled):active::before,
.btn-instagram:hover::before {
    opacity: 1;
  }
}
.btn-instagram:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 45, 117, 0.2);
}

.btn-instagram span {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.btn-instagram::before {
  content: "";
  position: absolute;
  background-image: url(images/shared/btn-instagram-bg-hover.jpg);
  background-size: 105% auto;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 0;
  opacity: 0;
  transition: opacity 300ms ease-in;
}

.btn-facebook {
  background-color: #4267b2;
}

.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:hover {
  color: #ffffff;
  background-color: #34518d;
  border-color: #34518d;
}

.btn-facebook:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 103, 178, 0.2);
}

.btn-twitter {
  background-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:hover {
  color: #ffffff;
  background-color: #0c85d0;
  border-color: #0c85d0;
}

.btn-twitter:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.2);
}

.btn-tiktok {
  background-color: #414141;
}

.btn-tiktok:not(:disabled):not(.disabled).active,
.btn-tiktok:not(:disabled):not(.disabled):active,
.btn-tiktok:hover {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828;
}

.btn-tiktok:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.2);
}

.btn-youtube {
  background-color: #f00c0c;
}

.btn-youtube:not(:disabled):not(.disabled).active,
.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:hover {
  color: #ffffff;
  background-color: #bf0a0a;
  border-color: #bf0a0a;
}

.btn-youtube:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 7, 7, 0.2);
}

.social-links {
  display: flex;
  justify-content: center;
  padding-inline-start: 0;
  margin-bottom: 2rem;
}
.social-links a {
  list-style: none;
  padding-right: 0.75rem;
}
.social-links a:last-of-type {
  padding-right: 0;
}

.Page-footer-container .Page-footer-logo {
  text-align: center;
  margin-bottom: 2rem;
}

.footer-info {
  text-align: center;
}

.h3 {
  color: #414141;
  text-transform: none;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
}

@media (min-width: 551px) {
  .h3 {
    font-size: 1.8rem;
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
}
p {
  font-size: 1.05rem;
  line-height: 1.6;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
}

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