:root {
  --accent-pink: #ec297a;
  --accent-blue: #00acee;
}

.hero-section {
  height: 80vh;
  background-image: url('../images/hero-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  position: relative;
}

.services-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.hero-contents-wrapper {
  z-index: 12;
  max-width: 1440px;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
}

.hero-content-items {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.global-h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Bruum Fy, sans-serif;
  font-size: 65px;
  line-height: 60px;
}

.accent-pink {
  color: var(--accent-pink);
}

.global-h3 {
  color: #fff;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.amc-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.hero-overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-section {
  max-height: none;
  background-image: linear-gradient(157deg, #b7b8bb, #fff 73%);
  padding: 50px 15px;
  overflow: hidden;
}

.services-block {
  background-color: #00599c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  display: flex;
}

.services-block.insights {
  min-height: 280px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 45px;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.services-block.insights:hover {
  background-color: var(--accent-pink);
}

.services-block.strategy {
  min-height: 280px;
  background-color: #014477;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 45px;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.services-block.strategy:hover {
  background-color: var(--accent-pink);
}

.services-block.activation {
  min-height: 280px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 45px;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.services-block.activation:hover {
  background-color: var(--accent-pink);
}

.services-block.measurement {
  min-height: 280px;
  background-color: #047;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 45px;
  transition: background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.services-block.measurement:hover {
  background-color: var(--accent-pink);
}

.footer-section {
  background-image: url('../images/shapes-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px 15px 40px;
  display: flex;
}

.global-h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bruum Fy, sans-serif;
  font-size: 45px;
  line-height: 40px;
}

.contact-contents-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--accent-pink);
  background-color: var(--accent-pink);
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.footer-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.footer-para {
  color: #fff;
  margin-bottom: 0;
  font-family: Bruum Fy, sans-serif;
}

.linkedin-social {
  cursor: pointer;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.linkedin-social:hover {
  transform: scale(1.09);
}

.linkedin-icon {
  max-width: 20px;
}

.social-links {
  margin-bottom: 10px;
}

.services-contents-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.services-head {
  max-width: 95%;
  aspect-ratio: auto;
  color: #fff;
  text-transform: uppercase;
  word-break: break-all;
  margin-bottom: 10px;
  font-family: Bruum Fy, sans-serif;
  font-size: 27px;
}

.services-para {
  max-width: 320px;
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.about-content-wrapper {
  max-width: 1250px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." 1fr
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.about-column-text {
  max-width: 640px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
}

.about-h2 {
  color: #29303f;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Bruum Fy, sans-serif;
  font-size: 45px;
  line-height: 40px;
}

.accent-blue {
  color: var(--accent-blue);
}

.about-para {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.image {
  max-width: 490px;
  border-radius: 0%;
  display: block;
  overflow: visible;
}

.about-image-wrapper {
  width: auto;
  height: auto;
  justify-content: center;
  display: flex;
}

.about-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 107px;
  display: flex;
}

.slide {
  margin: auto;
}

.paragraph {
  align-items: center;
  display: flex;
}

.icon, .icon-2 {
  display: none;
}

.slide-nav {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.right-arrow {
  display: none;
}

.image-div {
  border: 0 solid #000;
  border-radius: 0%;
}

.slider {
  max-height: 250px;
  max-width: 530px;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1304px) {
  .hero-section {
    height: auto;
    padding: 90px 10px;
  }

  .hero-contents-wrapper {
    margin-top: 0;
  }

  .hero-content-items {
    margin-top: -15px;
  }

  .global-h1 {
    font-size: 50px;
    line-height: 49px;
  }

  .global-h3 {
    text-align: center;
    font-size: 21px;
  }

  .about-section {
    padding: 0;
  }

  .services-block.insights, .services-block.strategy {
    min-height: auto;
    justify-content: flex-start;
    padding-top: 45px;
  }

  .services-block.activation {
    min-height: auto;
    background-color: #047;
    justify-content: flex-start;
    padding-top: 45px;
  }

  .services-block.measurement {
    min-height: auto;
    background-color: #00599c;
    justify-content: flex-start;
    padding-top: 45px;
  }

  .services-contents-wrapper {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
  }

  .services-head {
    font-size: 28px;
  }

  .services-para {
    font-size: 13px;
  }

  .about-content-wrapper {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .about-column-text {
    align-items: center;
  }

  .about-h2 {
    font-size: 45px;
  }

  .image {
    max-width: 550px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-image-wrapper, .image-div {
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    max-width: 590px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
  }

  .hero-contents-wrapper {
    margin-top: 0;
  }

  .hero-content-items {
    margin-top: -10px;
  }

  .global-h1 {
    font-size: 40px;
    line-height: 41px;
  }

  .global-h3 {
    font-size: 17px;
  }

  .amc-logo {
    max-width: 180px;
  }

  .about-section {
    padding-bottom: 0;
  }

  .services-block.insights, .services-block.strategy {
    min-height: auto;
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .services-block.activation {
    min-height: auto;
    background-color: #00599c;
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .services-block.measurement {
    min-height: auto;
    background-color: #047;
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .linkedin-icon {
    max-width: 22px;
  }

  .services-contents-wrapper {
    grid-template-columns: 1fr;
  }

  .services-head {
    word-break: normal;
    overflow-wrap: normal;
    font-size: 35px;
  }

  .services-para {
    max-width: 350px;
    font-size: 14px;
  }

  .about-column-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-content-items {
    margin-top: 0;
  }

  .global-h3 {
    max-width: 260px;
    line-height: 23px;
  }

  .hero-overlay {
    padding-left: 0;
    padding-right: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .about-section {
    padding-left: 0;
    padding-right: 0;
  }

  .services-block.insights {
    min-height: auto;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .services-block.strategy {
    flex-wrap: nowrap;
    align-content: center;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .services-block.activation, .services-block.measurement {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-section {
    padding-top: 55px;
  }

  .global-h2 {
    text-align: center;
    font-size: 40px;
  }

  .contact-contents-wrapper {
    align-items: center;
  }

  .footer-para {
    text-align: center;
    font-size: 11px;
  }

  .linkedin-icon {
    max-width: 22px;
  }

  .services-contents-wrapper {
    max-width: none;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-right: 0;
  }

  .services-head {
    font-size: 30px;
  }

  .services-para {
    max-width: 350px;
  }

  .about-content-wrapper {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-flow: row dense;
    justify-items: start;
  }

  .about-column-text {
    height: 100%;
    max-width: 95%;
    align-items: center;
    padding: 35px 20px 60px;
  }

  .about-h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 37px;
  }

  .about-para {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-slider {
    padding-right: 0;
  }

  .slider {
    height: 370px;
    max-height: 100%;
    max-width: none;
    flex-direction: column;
    display: flex;
  }

  .slide-nav-2 {
    width: 100%;
    position: relative;
  }

  .mask {
    width: 100%;
    max-width: 100%;
  }
}

#w-node-bcf26e7b-f088-49ec-abf1-05cf222087b4-4e5cb04f, #w-node-_32336270-65fc-7757-7bea-5b6ae305d93d-4e5cb04f, #w-node-c06cba33-f8a1-ebb4-07a6-587352b8a5ae-4e5cb04f, #w-node-b55ad5a9-13eb-ef4b-209e-847ab0833122-4e5cb04f, #w-node-f93a1283-060e-c8e1-5737-51fc1fbb2364-4e5cb04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53619124-3a59-5012-6c7c-512b64910935-4e5cb04f {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
}

#w-node-_4ce53a6f-7db4-f1eb-381c-eef96f16b4d9-4e5cb04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_53619124-3a59-5012-6c7c-512b64910935-4e5cb04f {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_32336270-65fc-7757-7bea-5b6ae305d93d-4e5cb04f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bruum Fy';
  src: url('../fonts/Bruum-FY-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bruum Fy';
  src: url('../fonts/Bruum-FY-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}