/* Varibles */
/* General styling */
body {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #000000;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1000px;
  background-color: background-color;
  padding: 0;
  margin: 0 auto;
}

img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

h2 {
  text-align: center;
  font-size: 100px;
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 50px;
  line-height: 0.9;
  color: #000000;
  padding: 0;
  margin: 0;
}

/* Custom styling */
/* Header */
.header {
  position: relative;
  background: url("../images/header.gif") no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 5/3;
  margin: auto;
}
.header--logo {
  display: flex;
  position: absolute;
  align-items: center;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.header--logo img {
  width: 100px;
}
.header--content {
  position: absolute;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header--subheading {
  font-size: 28px;
  color: #ffffff;
}
.header--heading {
  font-size: 140px;
  line-height: 0.8;
  color: #ff4400;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .header {
    max-width: 100%;
    aspect-ratio: 5/3;
  }
  .header--content {
    margin-top: 20px;
  }
  .header--subheading {
    font-size: 24px;
  }
  .header--heading {
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header--logo img {
    width: 80px;
  }
  .header--content {
    margin-top: 10px;
  }
  .header--subheading {
    font-size: 20px;
  }
  .header--heading {
    font-size: 100px;
  }
}
@media screen and (max-width: 576px) {
  .header--logo img {
    width: 60px;
  }
  .header--subheading {
    font-size: 16px;
  }
  .header--heading {
    font-size: 60px;
  }
}
/* Intro */
.intro {
  text-align: center;
  font-size: 24px;
  padding: 80px;
}
.intro p {
  padding: 0;
  margin: 0;
}

.highlight {
  font-weight: 800;
  text-transform: uppercase;
  color: #ff4400;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 40px;
    font-size: 18px;
  }
}
/* Recap Video */
.recap-video {
  text-align: center;
  background-color: #ff4400;
}
.recap-video--title {
  padding: 80px;
}

@media screen and (max-width: 768px) {
  .recap-video--title {
    padding: 40px;
  }
  .recap-video--title h3 {
    font-size: 25px;
  }
}
/* Our Biggest Wins */
.biggest-wins {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
}
.biggest-wins--container {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.biggest-wins--title h2 {
  color: #ffffff;
}
.biggest-wins--chapter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.biggest-wins--chapter--visual {
  width: 100px;
  padding: 40px 0 20px 0;
}
.biggest-wins--chapter--content {
  padding-bottom: 20px;
}
.biggest-wins--chapter--content .highlight {
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  background-color: #ff4400;
  padding: 0 4px;
}
.biggest-wins--chapter--activations {
  max-width: 800px;
  text-align: center;
  background-color: #2d0d04;
  border: 1px solid #ff4400;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.biggest-wins--chapter--activations h3 {
  color: #ff4400;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.biggest-wins--chapter--activations p {
  padding: 0;
  margin: 0;
}

.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card--wrapper {
  flex: 1 1 calc(50% - 1rem);
  max-width: 1000px;
}
.card--title {
  color: #ff4400;
  font-weight: 800;
}

.fullwidth {
  display: flex;
  flex-wrap: nowrap;
}

.quote {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  padding: 20px 0;
}
.quote--highlight {
  color: #ff4400;
}
.quote--name {
  font-size: 20px;
  font-weight: 400;
  color: #ff4400;
}

.image-container {
  margin-top: 20px;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}

.custom-button {
  color: #000000;
  background-color: #ff4400;
  font-size: 18px;
  font-weight: 800;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive */
@media screen and (max-width: 992px) {
  .biggest-wins--title h2 {
    font-size: 80px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .biggest-wins {
    padding: 40px;
  }
  .biggest-wins--title h2 {
    font-size: 60px;
    color: #ffffff;
  }
  .biggest-wins--chapter {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .biggest-wins--chapter--visual {
    width: 80px;
    padding-top: 20px;
  }
  .biggest-wins--chapter--content {
    font-size: 16px;
  }
  .biggest-wins--chapter--activations h3 {
    font-size: 24px;
    padding: 0 40px;
  }
  .biggest-wins--chapter--activations p {
    font-size: 16px;
  }
  .card {
    flex-wrap: wrap;
  }
  .card--wrapper {
    flex: 1 1 100%;
  }
  .fullwidth {
    flex-wrap: wrap;
  }
  .quote {
    font-size: 40px;
    padding: 40px;
  }
  .quote--name {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .biggest-wins--title h2 {
    font-size: 40px;
  }
  .quote {
    font-size: 25px;
    padding: 20px 0;
  }
}
/* Campaign Overview */
/* Banner */
.banner {
  text-align: center;
  padding: 80px;
}

.banner-higlight {
  font-weight: 800;
  text-transform: uppercase;
  color: #ff4400;
  padding: 0 4px;
}

@media screen and (max-width: 768px) {
  .banner {
    font-size: 18px;
    padding: 20px;
  }
  .banner-higlight {
    font-size: 18px;
  }
}
/* Our Key Learnings & Opportunities */
.learnings {
  background-color: #ff4400;
  padding: 80px;
}
.learnings--title {
  padding-bottom: 80px;
}
.learnings--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col--visual {
  background-size: cover;
  background-position: center center;
}
.col--text {
  display: flex;
  text-align: left;
  align-items: center;
  color: #000000;
  height: auto;
}
.col--higlight {
  font-weight: 800;
}
.col--left {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (max-width: 992px) {
  .learnings--title {
    padding-bottom: 40px;
  }
  .learnings--title h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .learnings {
    padding: 40px;
    padding-bottom: 0;
  }
  .learnings--title h2 {
    font-size: 60px;
  }
  .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .learnings--title h2 {
    font-size: 40px;
  }
  .learnings--grid {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .col {
    order: vertical;
  }
  .col--text {
    height: 640px;
  }
  .col--left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .item {
    font-size: 16px;
    padding: 20px 0;
  }
}
/* Next steps */
.next-steps {
  text-align: center;
  padding: 80px;
}
.next-steps--title {
  padding-bottom: 40px;
}
.next-steps--title h3 {
  color: #ffffff;
}

.next-steps-higlight {
  font-weight: 800;
  text-transform: uppercase;
  color: #ff4400;
}

@media screen and (max-width: 768px) {
  .next-steps {
    padding: 40px;
    padding-bottom: 20px;
  }
  .next-steps--title {
    padding-bottom: 10px;
  }
  .next-steps--title h3 {
    font-size: 25px;
  }
  .next-steps--content {
    font-size: 18px;
  }
}
/* Footer */
.footer {
  position: relative;
  background: url("../images/footer.jpg") no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 5/3;
  margin: auto;
}
.footer--logo {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.footer--logo img {
  width: 100px;
}

.footer-text-overlay {
  position: absolute;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.footer-text-overlay--heading {
  font-size: 100px;
  line-height: 0.82;
  padding: 0;
  margin: 0;
}
.footer-text-overlay--heading .footer-highlight {
  color: #ff4400;
}

@media screen and (max-width: 992px) {
  .footer {
    max-width: 100%;
    aspect-ratio: 5/3;
  }
  .footer-text-overlay--heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer--logo img {
    width: 80px;
  }
  .footer .footer-text-overlay--heading {
    font-size: 60px;
  }
}
@media screen and (max-width: 576px) {
  .footer--logo img {
    width: 60px;
  }
  .footer .footer-text-overlay--heading {
    font-size: 40px;
  }
}

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