.ns-l {
  font-family: "new-spirit", serif;
  font-weight: 300;
  font-style: normal;
}

.ns-r {
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-style: normal;
}

.agl, .accordion-button, h2, h3, h4, h5 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.agr, .expertise h3.fact em span, .expertise h3.fact em, body {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ags, .expertise h3.fact, h2, h4, h1 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.agb {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.agt {
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.pixel, .btn-primary, .accordion-body .project-archived, .accordion-body a.partner-link, .accordion-button::after, .expertise h3.fact span, header p {
  font-family: "cofo-sans-pixel", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.icon-cookie {
  background: transparent url("/assets/img/icon-cookie.svg") 0 0 no-repeat;
  background-size: 32px 32px;
  display: inline-block;
  height: 32px;
  margin-right: 30;
  position: relative;
  text-indent: -9999em;
  top: -3px;
  width: 32px;
}

.icon-arrow {
  background: transparent url("/assets/img/icon-arrow.svg") 0 0 no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  height: 26px;
  margin-right: 5px;
  position: relative;
  text-indent: -9999em;
  top: 5px;
  width: 26px;
}

.icon-archive {
  background: transparent url("/assets/img/icon-archive.svg") 0 0 no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  height: 26px;
  margin-right: 5px;
  position: relative;
  text-indent: -9999em;
  top: 5px;
  width: 26px;
}

.icon-sad {
  background: transparent url("/assets/img/icon-sadface.svg") 0 0 no-repeat;
  background-size: 36px 36px;
  display: inline-block;
  height: 36px;
  margin-right: 5px;
  position: relative;
  text-indent: -9999em;
  top: 10px;
  width: 36px;
}

.icon-email {
  background: transparent url("/assets/img/icon-email.svg") 0 0 no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  height: 26px;
  position: relative;
  text-indent: -9999em;
  top: 5px;
  width: 26px;
}

.icon-weather {
  background: transparent url("/assets/img/icon-rainbow.svg") 0 0 no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  height: 26px;
  margin: 0 5px;
  position: relative;
  text-indent: -9999em;
  top: 5px;
  width: 26px;
}

.icon-Rain,
.icon-Clouds,
.icon-Clear,
.icon-Thunderstorm,
.icon-Drizzle,
.icon-Snow,
.icon-Fog {
  background-image: url("/assets/img/icon-cloud-rain.svg");
}

.icon-Clouds {
  background-image: url("/assets/img/icon-clouds.svg");
}
.icon-Clouds.icon-801 {
  background-image: url("/assets/img/icon-partly-cloudy.svg");
}

.icon-Clear {
  background-image: url("/assets/img/icon-clear.svg");
}

.icon-Thunderstorm {
  background-image: url("/assets/img/icon-thunderstorm.svg");
}

.icon-Snow {
  background-image: url("/assets/img/icon-snow.svg");
}

.icon-Fog,
.icon-Mist {
  background-image: url("/assets/img/icon-clouds-fog.svg");
}

body {
  background-color: #CDC3B1;
  color: #0D1417;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.25rem;
  }
}

h1 {
  line-height: 1;
  margin: 0;
}

h2, h3, h4, h5 {
  margin: 0;
}

h2, h4 {
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
h2::after, h4::after {
  background-color: #B78242;
  content: "";
  display: block;
  height: 3px;
  margin: 6px 0 33px;
  width: 22px;
}

h3 {
  font-size: 3.333rem;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

a {
  color: #CDC3B1;
}

header {
  background-color: #CDC3B1;
  border-bottom: 2px solid #0D1417;
  padding: 30px 0;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 9999;
}
header figure,
header p {
  margin: 0;
  padding: 0;
}
header img {
  cursor: pointer;
  height: 40px;
  transform: rotate(13deg);
}
@media only screen and (max-width: 767px) {
  header {
    background-color: #CDC3B1;
    padding: 15px 0;
  }
}

.nav-link {
  color: #0D1417;
}

.nav-link:hover {
  color: #B78242;
}

.nav-item:last-child .nav-link {
  padding-right: 0;
}

.lead--in {
  border-bottom: 2px solid #0D1417;
  padding: 66px 0;
}
@media only screen and (max-width: 767px) {
  .lead--in {
    padding: 33px 0;
  }
}

.about {
  border-bottom: 2px solid #0D1417;
  padding: 66px 0;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 33px 0;
  }
}

.expertise {
  border-bottom: 2px solid #0D1417;
  padding: 66px 0;
}
.expertise h3.fact {
  font-size: 66px;
}
.expertise h3.fact span {
  font-size: 44px;
}
.expertise h3.fact em {
  display: block;
  font-size: 22px;
  font-style: normal;
}
.expertise h3.fact em span {
  font-size: 22px;
  text-transform: capitalize;
}
.expertise ul {
  list-style-type: square;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .expertise {
    padding: 33px 0;
  }
  .expertise h3.fact {
    font-size: 44px;
  }
  .expertise h3.fact em, .expertise h3.fact span {
    font-size: 22px;
  }
  .expertise ul {
    padding-left: 1rem;
  }
}

.work {
  padding: 66px 0 0;
}
@media only screen and (max-width: 767px) {
  .work {
    padding: 33px 0;
  }
}

.work .container {
  padding-left: 0;
  padding-right: 0;
}
.work .container h2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.accordion-item {
  background-color: #CDC3B1;
  border: none;
  border-bottom: 2px solid #0D1417;
  border-radius: 0 !important;
  color: #0D1417;
}
.accordion-item .container {
  padding-left: 5px;
  padding-right: 5px;
}

.accordion-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #CDC3B1;
  border: none;
  border-radius: 0 !important;
  font-size: 3.33rem;
  padding: 33px 1.5rem;
}
.accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 44px;
  height: 30px;
  position: relative;
  top: -6px;
  width: 30px;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  color: #B78242;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .accordion-button {
    font-size: 1.75rem;
    padding: 22px 1rem;
  }
}

.accordion-button:not(.collapsed) {
  background-color: #0D1417;
  box-shadow: none !important;
  color: #CDC3B1;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  padding: 66px 1.5rem;
}
.accordion-body ul {
  font-size: 20px;
  list-style-type: square;
  padding-left: 1.5rem;
}
.accordion-body ul li {
  line-height: 1;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .accordion-body ul {
    padding-left: 1rem;
  }
}
.accordion-body a.partner-link {
  border-bottom: 2px solid #0D1417;
  color: #0D1417;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
.accordion-body a.partner-link:hover {
  border-color: #B78242;
}
.accordion-body .project-archived {
  font-size: 20px;
}

.btn-primary {
  background-color: #0D1417;
  border: none;
  border-radius: 0;
  color: #CDC3B1;
}
.btn-primary:hover {
  background-color: #B78242;
}
.btn-primary.btn-block {
  display: block;
  width: 100%;
}

.contact {
  border-bottom: 2px solid #0D1417;
  padding: 66px 0;
}
.contact p {
  font-size: 33px;
}
@media only screen and (max-width: 767px) {
  .contact p {
    font-size: 22px;
  }
}
.contact a {
  color: #0D1417;
}
.contact a:hover {
  color: #B78242;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 33px 0;
  }
}

footer {
  font-size: 18px;
  padding: 66px 0 0;
  text-transform: uppercase;
}
footer .copyright {
  display: inline-block;
  padding-right: 10px;
}
footer p {
  margin: 0 0 66px;
  padding: 0;
}
footer .subfooter {
  background-color: #0D1417;
}
footer .subfooter svg,
footer .subfooter img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 33px 0 0;
  }
  footer p {
    margin-bottom: 33px;
  }
  footer nav {
    margin-bottom: 33px;
  }
  footer nav li:first-child a.nav-link {
    padding-left: 0;
  }
}