@charset "UTF-8";
.socials--container--section {
  padding: var(--spacing-large) 0;
  background-color: var(--fox-blue-normal);
  text-align: center;
  margin-top: -2px;
}
.socials--container--section .upper-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}
.socials--container--section .lower-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}
.socials--container--section .content--wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .socials--container--section .content--wrapper {
    gap: 35px;
  }
}
.socials--container--section .content--wrapper .paragraph {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
}
.socials--container--section .content--wrapper .paragraph a {
  color: var(--black);
  font-weight: bold;
}
.socials--container--section .content--wrapper .heading {
  font-family: "Tusker FoxNFL 5500 Angled";
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 100;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .socials--container--section .content--wrapper .heading {
    font-size: 32px;
  }
}
.socials--container--section .content--wrapper .heading span {
  font-family: "Tusker FoxNFL 6700 Angled";
}
.socials--container--section .content--wrapper .subheading {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Tusker FoxNFL 5500 Angled";
  font-size: 32px;
  line-height: 100%; /* 32px */
}
@media screen and (max-width: 1400px) {
  .socials--container--section .content--wrapper .subheading {
    font-size: 24px;
  }
}
.socials--container--section .socials--container {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .socials--container--section .socials--container {
    gap: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.socials--container--section.align__left {
  text-align: left;
}
.socials--container--section.align__center {
  text-align: center;
}
.socials--container--section.align__right {
  text-align: right;
}
.socials--container--section .social--logo {
  border-radius: 50%;
  padding: 0px;
}

#careers-page.rich-text--section .heading__container .heading {
  text-align: center;
}
#careers-page.rich-text--section .content--wrapper .paragraph ul {
  background: var(--light-primary);
  width: fit-content;
  margin: auto;
  padding: 20px;
}
#careers-page.rich-text--section .content--wrapper .paragraph ul li {
  list-style: none;
}
#careers-page.rich-text--section .content--wrapper .paragraph ul li:before {
  content: "•";
  color: var(--primary-button-background);
  display: inline-block;
  width: 1em;
}

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