/* ********* Start mwu  ********* */
main {
  position: relative;
  z-index: 0;
}

.mwu {
  position: relative;
  z-index: 2;
}

.mwu-hero-inner {
  position: relative;
  width: 100%;
  display: block;
}

.mwu-hero-gradient {
  width: 100%;
  display: block;
  z-index: 1;
}

.mwu-hero-inner2 {
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mwu-hero-top {
  width: 70%;
}

.mwu-hero-top p {
  margin-top: 30px;
}

.mwu-hero-top span {
  color: #a6deff;
}

.mwu-hero-btm {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.mwu-hero-left {
  padding-top: 14px;
  flex: 1 1 55%;
}

.mwu-hero-left video {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.mwu-hero-right {
  width: 45%;
  max-width: 400px;
}

.mwu-hero-form-mobile {
  display: none;
}

.mwu-hero-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 400px;
}

.meetings-iframe-container {
  width: 100% !important;
  max-width: 400px !important;
  height: 500px;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

/* WHY RESPONSE MEDIA */
.why-response-inner {
  position: relative;
  z-index: 10;
}

.why-response-inner h2 {
  margin: 0 0 20px 20px;
}

.why-response-inner p {
  margin: 0 0 0 24px;
  text-align: left;
}

.why-response-header {
  width: fit-content;
  border-bottom: 2px solid #8dd5ff;
  border-left: 2px solid #8dd5ff;
  margin-bottom: 26px;
}

.why-response-inner2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  margin: 30px auto 100px;
}

.why-response-inner2-left,
.why-response-inner2-right {
  background: rgb(55, 58, 73);
  background: linear-gradient(
    180deg,
    rgba(55, 58, 73, 0.6516981792717087) 0%,
    rgba(37, 39, 48, 0.7525385154061625) 100%
  );
  padding: 24px;
  width: 50%;
}

.why-response-inner2-header {
  color: #a6deff;
  padding-bottom: 15px;
}

.why-response-inner2-left ul li {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: white;
  font-weight: normal;
  padding-bottom: 25px;
}

.why-response-inner2-left ul li {
  margin-left: 40px;
  padding: 5px;
}

.why-response-inner2-left ul li::marker {
  color: #8dd5ff;
}

/* CLIENT LOGOS CONTAINER / CAROUSEL */
.clients {
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 2;
}

#clients-inner {
  background-color: white;
  height: fit-content;
  width: 100vw;
}

#clients-inner2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px auto;
}

.client-logo {
  width: 200px;
  margin: 20px;
  display: flex;
  height: auto;
  align-items: center;
}

.mwu-clients-header1 {
  text-align: right !important;
  text-align: -webkit-right !important;
}

.mwu-clients-header2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: fit-content;
  text-align: right;
}

.mwu-clients-header2 h2 {
  margin: 0 20px 20px 0;
}

.mwu-clients-desc-right-border {
  width: fit-content;
  border-bottom: 2px solid #8dd5ff;
  border-right: 2px solid #8dd5ff;
  margin-bottom: 20px;
}

/* TESTIMONIALS */
.mwu-testimonials {
  position: relative;
  z-index: 5;
}

.mwu-testimonials-header {
  margin-bottom: 60px;
}

.mwu-testimonials-inner {
  display: flex;
  justify-content: flex-start;
}
.mwu-testimonials-inner2 {
  width: 60%;
  position: relative;
  z-index: 4;
  margin: 100px 0px 60px 0px;
}

.mwu-testimonials-border {
  border-left: 2px solid #a6deff;
  border-bottom: 2px solid #a6deff;
  padding-left: 30px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
}

.mwu-testimonials-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.mwu-client-image {
  width: 110px;
  height: auto;
  margin-left: 20px;
}

.mwu-client-name h3 {
  font-weight: 600;
}

.mwu-client-title p {
  margin-top: 0px;
}

.name-title {
  display: flex;
  flex-direction: column;
}

/* The line/indicators */
.mwu-lines-row {
  position: absolute;
  bottom: 16%;
  right: 0px;
}
.line {
  cursor: pointer;
  height: 3px;
  width: 25px;
  margin: 0 2px;
  background-color: #aeaeae;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: 50%;
}

.line.active,
.line:hover {
  background-color: #a6deff;
  opacity: 100%;
}

/* AWARDS */
.mwu-awards-header {
  text-align: right !important;
  text-align: -webkit-right !important;
}

.mwu-awards-header1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: fit-content;
  text-align: right;
  margin-bottom: 20px;
}

.mwu-awards-right-border h2 {
  margin: 0 20px 20px 0;
}

.mwu-awards-right-border {
  width: fit-content;
  border-bottom: 2px solid #8dd5ff;
  border-right: 2px solid #8dd5ff;
}

.mwu-award {
  max-width: 200px;
  height: auto;
}

#breakthrough-award {
  scale: 0.8;
}

.mwu-awards {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  background: rgb(55, 58, 73);
  background: linear-gradient(
    180deg,
    rgba(55, 58, 73, 0.6516981792717087) 0%,
    rgba(37, 39, 48, 0.7525385154061625) 100%
  );
  padding: 24px;
}

.mwu-awards-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

#mwu-gradient2 {
  position: absolute;
  z-index: 1;
  top: 1200px;
  width: 100vw;
  display: inline;
  opacity: 0.5;
}

#mwu-gradient2-mobile {
  position: absolute;
  width: 100vw;
  height: auto;
  z-index: -1;
  bottom: 0px;
  display: none;
}

#mwu-gradient3 {
  position: absolute;
  z-index: 1;
  bottom: -200px;
  width: 100vw;
  display: inline;
  opacity: 0.3;
}

#mwu-gradient3-mobile {
  position: absolute;
  width: 100vw;
  overflow-x: hidden;
  height: auto;
  z-index: -1;
  display: none;
  opacity: 0.4;
}

@media screen and (max-width: 1440px) {
  .mwu-clients-desc-right-border,
  .mwu-awards-right-border {
    margin-bottom: 5px;
  }

  .mwu-awards-header1 {
    margin-bottom: 0px;
  }

  .mwu-clients-header2 h2,
  .mwu-awards-right-border h2 {
    margin-bottom: 12px;
  }

  .mwu-testimonials-border {
    height: 300px;
    justify-content: center;
  }

  .client-logo {
    width: 180px;
  }
}

@media screen and (max-width: 1215px) {
  .mwu-hero-top {
    width: 80%;
  }

  .mwu-hero-btm {
    flex-direction: column;
  }

  .mwu-hero-left {
    width: 100%;
    text-align: -webkit-center;
  }

  .mwu-hero-left {
    padding-right: 0px;
  }

  .mwu-hero-btm {
    margin-top: 0px;
  }

  .mwu-hero-left {
    width: 100%;
    max-width: 100%;
  }

  .mwu-hero-right {
    display: none;
  }

  .meetings-iframe-container {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
  }

  .mwu-hero-form-mobile {
    position: relative;
    z-index: 5;
    display: inline-block;
    padding: 0px 20px 40px 20px !important;
    margin: auto;
    width: 100%;
    margin-top: 140px;
  }

  .client-logo {
    margin: 40px 20px;
  }

  .mwu-testimonials-border {
    height: 320px;
  }

  .why-response {
    margin-top: 0px;
  }

  .mwu-award {
    max-width: 180px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1170px) {
  .mwu-hero-form-mobile {
    margin-top: 180px;
  }
}

@media screen and (max-width: 1080px) {
  .why-response-inner2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 30px auto 60px;
  }

  .why-response-inner2-left,
  .why-response-inner2-right {
    width: 100%;
  }

  .mwu-clients-desc-right-border,
  .mwu-awards-right-border {
    margin-bottom: 20px;
  }

  .mwu-testimonials-inner2 {
    width: 70%;
  }

  .mwu-testimonials-border {
    height: 240px;
  }
}

@media screen and (max-width: 820px) {
  .mwu-hero-top {
    width: 85%;
  }

  .mwu-hero-inner2 {
    padding: 20px;
  }

  .mwu-testimonials-inner2 {
    width: 80%;
    margin-top: 40px;
  }

  .mwu-testimonials-border {
    height: 200px;
  }

  #mwu-gradient2,
  #mwu-gradient3 {
    display: none;
  }

  #mwu-gradient2-mobile {
    display: inline;
    top: 1800px;
  }

  #mwu-gradient3-mobile {
    display: inline;
    bottom: 100px;
  }

  .why-response-inner2-left h3,
  .why-response-inner2-right h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .page-template-mwu .carousel-slider-item {
    margin: 0px 40px;
  }

  .mwu-clients-desc-right-border,
  .mwu-awards-right-border {
    margin-bottom: 10px;
  }

  .client-logo {
    width: 160px !important;
  }

  .mwu-testimonials-flex {
    padding-left: 30px;
  }

  .mwu-award {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .mwu-testimonials-border {
    height: 240px;
  }
}

@media screen and (max-width: 625px) {
  .mwu-hero-form-mobile {
    margin-top: 200px;
  }
}

@media screen and (max-width: 600px) {
  .mwu-hero-top {
    width: 100%;
  }

  .mwu-testimonials-inner2 {
    width: 90%;
  }

  .mwu-clients-desc-right-border {
    width: min-content;
  }

  .mwu-testimonials-border {
    height: 280px;
  }

  #mwu-gradient2 {
    display: none;
  }

  #mwu-gradient2-mobile {
    display: inline;
  }

  .mwu-awards-body {
    width: 100%;
  }

  .mwu-award {
    max-width: 150px;
  }

  .mwu-awards {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .mwu-client-image {
    margin-left: 10px;
  }

  .mwu-testimonials-border {
    height: 340px;
  }

  .mwu-testimonials-inner2 {
    width: 100% !important;
  }
}

@media screen and (max-width: 440px) {
  .mwu-testimonials-border {
    height: 360px;
  }

  .mwu-testimonials-flex {
    padding-left: 0px;
  }

  .mwu-lines-row {
    bottom: 15%;
  }
}

@media screen and (max-width: 400px) {
  .mwu-testimonials-inner {
    width: 100%;
  }
}
