a {
  transition: all 0.15s;
}
a:hover {
  transition: all 0.15s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mad-lady-btn {
  background: #57c1f1;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
}
.mad-lady-btn:hover {
  color: #ef006e;
}
.mad-lady-btn--secondary {
  background: #ef006e;
}
.mad-lady-btn--secondary:hover {
  color: #57c1f1;
}

body {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: white;
  background-image: url("../assets/madlaby-bg-pattern.svg");
  background-repeat: repeat;
}

p {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  line-height: 62px;
}

h2 {
  font-size: 42px;
  line-height: 46px;
}

h3 {
  font-size: 28px;
  line-height: 36px;
}

.header {
  background-color: #2b140f;
  padding: 30px 0 0 0;
  color: white;
}
.header .row {
  padding-bottom: 40px;
  border-bottom: 1px solid white;
}
.header .navbar {
  padding: 0;
}
.header .navbar > .container {
  padding: 0 0 30px 0;
  border-bottom: 1px solid white;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .header__logo img {
    width: 180px !important;
  }
}
.header__menu {
  display: none;
  gap: 10px;
}
@media (min-width: 768px) {
  .header__menu {
    display: flex;
    justify-content: end;
  }
}
.header__menu a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 12px 36px;
}
.header__menu a:hover {
  color: #ef006e !important;
}
.header__menu a.active {
  color: #ef006e;
}
.header__menu--contact {
  background: #ef006e;
  color: white;
  border-radius: 30px;
}
.header__menu--contact:hover {
  background: white;
  color: #ef006e;
}
.header .ml-menu {
  display: none;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease-out;
  padding: 50px 0;
}
.header .ml-menu .nav {
  width: 100%;
}
.header .ml-menu .nav li {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid white;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.header .ml-menu .nav li a {
  color: white;
  font-size: 22px;
  padding: 12px 36px;
}
.header .ml-menu .nav li a:hover {
  color: #ef006e !important;
}
.header .ml-menu .nav li.delay-1 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.header .ml-menu .nav li.delay-2 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header .ml-menu .nav li.delay-3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .ml-menu .nav li.delay-4 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.header .nav-open .ml-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  background: #2b140f;
}
.header .nav-open .ml-menu .nav li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.header .nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}
.header .nav-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .nav-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}
.header .nav-button {
  position: relative;
  z-index: 1111;
  border: solid 1px #57c1f1;
  border-radius: 10px;
  height: 56px;
  display: block;
  width: 56px;
  padding: 12px;
}
.header .nav-button #nav-icon3 {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header .nav-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #57c1f1;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .nav-button #nav-icon3 span:nth-child(1) {
  top: 0;
}
.header .nav-button #nav-icon3 span:nth-child(2) {
  top: 7px;
}
.header .nav-button #nav-icon3 span:nth-child(4) {
  top: 14px;
}
.header #nav-icon3 span:nth-child(3) {
  top: 7px;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  border-radius: 0;
  padding: 30px 0;
}
@media (max-width: 550px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.breadcrumb ul li {
  color: white;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 28px;
  margin-right: 50px;
  position: relative;
}
.breadcrumb ul li a {
  color: #ffffff;
}
.breadcrumb ul li a:hover {
  color: #ef006e;
}
.breadcrumb ul li.active {
  font-weight: 600;
}
.breadcrumb ul li:first-of-type::before {
  display: none;
}
.breadcrumb ul li::before {
  content: "";
  background: url("../assets/ml-i-arrow.svg") center center no-repeat;
  display: block;
  position: absolute;
  width: 11px;
  height: 19px;
  top: 4px;
  left: -30px;
}

.hero {
  padding: 0px 30px 80px 30px;
  background: #2b140f;
  color: white;
  text-align: center;
  position: relative;
}
.hero::before {
  content: "";
  width: 50%;
  height: 240px;
  position: absolute;
  bottom: -105px;
  left: 0;
  background: #2b140f;
  transform: skewY(8deg);
  z-index: 0;
}
.hero::after {
  content: "";
  width: 50%;
  height: 240px;
  position: absolute;
  bottom: -105px;
  right: 0;
  background: #2b140f;
  transform: skewY(-8deg);
  z-index: -1;
}
.hero--podium {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 580px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .hero--podium {
    height: 350px;
    background-position: left;
  }
}
.hero--podium .hero__title {
  text-align: left;
  max-width: 400px;
  padding-top: 120px;
}
.hero--podium::before, .hero--podium::after {
  display: none;
}
.hero__content {
  max-width: 1200px;
  margin: 0 auto;
}
.hero__title {
  font-size: 70px;
  line-height: 72px;
  margin-bottom: 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 40px;
    line-height: 42px;
  }
}
.hero__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 28px;
  max-width: 480px;
  margin: 0 auto;
}

.intro {
  position: relative;
  margin-bottom: 25px;
}
.intro__title {
  font-size: 42px;
  color: #ef006e;
  line-height: 46px;
  font-family: "Cal Sans";
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .intro__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.intro__wrapper {
  background: white;
  padding: 75px 50px 85px 50px;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
  z-index: 999;
}
.intro .col-12 {
  padding-left: 50px;
  padding-right: 50px;
}
.intro .col-12:first-of-type {
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .intro__wrapper {
    padding: 60px 30px 40px 30px;
  }
  .intro .col-12:first-of-type {
    border: none !important;
  }
  .intro .col-12 {
    padding: 15px !important;
  }
}

.podium {
  position: relative;
}
.podium__wrapper {
  background: white;
  padding: 75px 50px 85px 50px;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
  z-index: 999;
}
.podium-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .podium-tiles {
    grid-template-columns: 1fr;
  }
}
.podium__tile img {
  width: 100%;
}
.podium__tile-credits {
  background: #2b140f;
  list-style: none;
  padding: 0 30px 30px 30px;
  border-radius: 0 0 20px 20px;
}
.podium__tile-credits__title {
  font-size: 40px;
  line-height: 48px;
  font-family: "Cal Sans" !important;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .podium__tile-credits__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.podium__tile-credits li {
  color: white;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 300;
}
.podium__tile-credits li span {
  color: #ef006e;
  font-weight: 800;
}
.podium .col-12 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .podium__wrapper {
    padding: 60px 30px 40px 30px;
  }
  .podium .col-12:first-of-type {
    border: none !important;
  }
  .podium .col-12 {
    padding: 15px !important;
  }
}

.podium-detail {
  position: relative;
  top: -60px;
}
.podium-detail__wrapper {
  background: white;
  padding: 75px 50px 85px 50px;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
  z-index: 999;
}
.podium-detail img {
  width: 100%;
}
.podium-detail .podium__tile-credits {
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.podium-detail .col-12 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .podium-detail__wrapper {
    padding: 60px 30px 40px 30px;
  }
  .podium-detail .col-12:first-of-type {
    border: none !important;
  }
  .podium-detail .col-12 {
    padding: 15px !important;
  }
}

.about {
  position: relative;
}
.about::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  background: #2b140f;
  z-index: -1;
}
.about__wrapper {
  background: #57c1f1;
  padding: 115px 70px 95px 70px;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
  background-image: url("../assets/madlady-bg.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .about__wrapper {
    padding-bottom: 200px !important;
    background-size: 30%;
  }
}
.about__title {
  font-size: 60px;
  line-height: 62px;
}
@media (max-width: 992px) {
  .about__title {
    font-size: 40px;
    line-height: 42px;
  }
}
.about__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .about__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.about__question {
  color: white;
  font-size: 44px;
  line-height: 50px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .about__question {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .about__wrapper {
    padding: 60px 30px 120px 30px;
  }
}

.services {
  padding: 60px 30px;
  background: #2b140f;
  padding-top: 70px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .services {
    padding: 80px 50px 100px 50px;
  }
}
.services-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 30px 0 120px 0;
}
@media (max-width: 768px) {
  .services-tiles {
    grid-template-columns: 1fr;
  }
}
.services__tile img {
  width: 100%;
}
.services::before {
  content: "";
  width: 50%;
  height: 240px;
  position: absolute;
  bottom: -105px;
  left: 0;
  background: white;
  transform: skewY(8deg);
  z-index: 0;
}
.services::after {
  content: "";
  width: 50%;
  height: 240px;
  position: absolute;
  bottom: -105px;
  right: 0;
  background: white;
  transform: skewY(-8deg);
  z-index: 0;
}
.services__title {
  font-size: 60px;
  line-height: 62px;
  color: #57c1f1;
  text-align: center;
}
@media (max-width: 992px) {
  .services__title {
    font-size: 40px;
    line-height: 42px;
  }
}
.services__subtitle {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-family: "Cal Sans";
}
@media (max-width: 992px) {
  .services__subtitle {
    font-size: 36px;
    line-height: 40px;
  }
}
.services__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 80px 0;
}
.services__list li {
  padding: 20px 0;
  color: #57c1f1;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .services__list li {
    font-size: 20px;
    line-height: 26px;
  }
}

.approach {
  padding: 60px 30px;
  background: white;
}
@media (min-width: 768px) {
  .approach {
    padding: 80px 50px 100px 50px;
  }
}
.approach__title {
  font-size: 60px;
  line-height: 62px;
  color: #57c1f1;
  text-align: center;
}
@media (max-width: 992px) {
  .approach__title {
    font-size: 40px;
    line-height: 42px;
  }
}
.approach__subtitle {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 992px) {
  .approach__subtitle {
    font-size: 36px;
    line-height: 40px;
  }
}
.approach__card {
  text-align: center;
  margin-top: 50px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .approach__card {
    border: none !important;
  }
}
.approach__card--borderless {
  border: none;
}
.approach__card img {
  margin: 0 auto;
}
.approach__card p {
  max-width: 300px;
  margin: 0 auto;
}
.approach__footer {
  font-size: 34px;
  line-height: 38px;
  max-width: 800px;
  margin: 80px auto 0 auto;
  text-align: center;
}
@media (max-width: 992px) {
  .approach__footer {
    font-size: 24px;
    line-height: 28px;
  }
}

.contact {
  margin-top: -100px;
  background: #2b140f;
  color: white;
  padding: 160px 30px 60px 30px;
}
.contact__title {
  font-size: 60px;
  line-height: 62px;
  color: white;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .contact__title {
    font-size: 40px;
    line-height: 42px;
  }
}
.contact__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .contact__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.contact__list {
  padding: 0;
  margin: 30px 0 50px 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (max-width: 992px) {
  .contact__list {
    font-size: 18px;
  }
}
.contact__list span {
  display: block;
  margin-bottom: 15px;
}
.contact__list li {
  color: #ef006e;
  padding: 10px 0 0 40px;
  position: relative;
  list-style: none;
}
.contact__list li::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../assets/ml_i_lips.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 13px;
  top: 17px;
  left: 0;
}
@media (max-width: 992px) {
  .contact__cta {
    font-size: 24px;
    line-height: 28px;
  }
}
.contact__logo {
  margin-top: 120px;
  max-width: 400px;
}
.contact__logo img {
  width: 80%;
}
.contact__info {
  margin-top: 330px;
}
.contact__info a {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 38px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #57c1f1;
  margin-bottom: 15px;
  display: inline-block;
}
.contact__info a img {
  margin-right: 15px;
}
.contact__info a:hover {
  color: #57c1f1;
}
@media (max-width: 992px) {
  .contact__info a {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .contact__info {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .contact__details {
    margin: 80px 0;
  }
}