.header-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.header-navbar-interactive {
  width: 100%;
  display: flex;
  padding: 25px;
  z-index: 100;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 105px;
  cursor: pointer;
  height: auto;
  text-decoration: none;
}
.header-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.header-navlink1 {
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 30px;
  text-decoration: none;
}
.header-navlink1:hover {
  color: var(--dl-color-theme-customyellowhighlight);
  transition: ease 1s;
}
.header-navlink2 {
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 0px;
  margin-right: 30px;
  text-decoration: none;
}
.header-navlink2:hover {
  color: var(--dl-color-theme-customyellowhighlight);
  transition: 1s;
}
.header-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-login {
  font-size: 16px;
  font-style: normal;
  font-family: "Playfair Display";
  font-weight: 200;
  border-width: 0px;
  text-transform: none;
  text-decoration: none;
  background-color: var(--dl-color-theme-customyellowhighlight);
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.header-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-navlink3 {
  display: contents;
}
.header-logo {
  height: 2rem;
  text-decoration: none;
}
.header-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-navlink4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-text {
  margin-bottom: var(--dl-space-space-unit);
}
.header-buttons1 {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-login1 {
  margin-right: var(--dl-space-space-twounits);
}
@media(max-width: 1200px) {
  .header-container {
    top: 0px;
    left: 0px;
    position: absolute;
  }
}
@media(max-width: 767px) {
  .header-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-icon {
    fill: var(--dl-color-theme-customyellowhighlight);
    width: 40px;
    height: 40px;
  }
  .header-mobile-menu {
    background-color: var(--dl-color-theme-customdarkblue);
  }
  .header-logo {
    width: 180px;
    height: auto;
  }
  .header-icon2 {
    fill: var(--dl-color-theme-customyellowhighlight);
    width: 45px;
    height: 45px;
  }
  .header-navlink4 {
    fill: var(--dl-color-theme-customyellowhighlight);
    color: var(--dl-color-theme-customyellowhighlight);
    margin-bottom: var(--dl-space-space-unit);
  }
  .header-text {
    fill: var(--dl-color-theme-customyellowhighlight);
    color: var(--dl-color-theme-customyellowhighlight);
    margin-left: 0;
    margin-bottom: 0px;
  }
  .header-login1 {
    fill: var(--dl-color-theme-neutral-dark);
    color: var(--dl-color-theme-neutral-dark);
    margin-right: 0px;
    background-color: var(--dl-color-theme-customyellowhighlight);
  }
}
@media(max-width: 479px) {
  .header-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
}
.footer-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1440px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-text {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Playfair Display";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.footer-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-container3 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-navlink {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Playfair Display";
  font-weight: 300;
  margin-right: 30px;
  text-transform: none;
  text-decoration: none;
  z-index: 99;
}
.footer-navlink1 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Playfair Display";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
  z-index: 99;
}
@media(max-width: 767px) {
  .footer-container1 {
    align-items: center;
    flex-direction: column-reverse;
  }
}

.what-we-do-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-theme-darkblueback);
}
.what-we-do-web-marketing {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
}
.what-we-do-container01 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 95;
  max-width: 1200px;
  margin-top: 100px;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container02 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.what-we-do-container03 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-container04 {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}
.what-we-do-text {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  text-align: left;
}
.what-we-do-text002 {
  color: var(--dl-color-theme-customyellowhighlight);
}
.what-we-do-text003 {
  color: var(--dl-color-theme-customyellowhighlight);
}
.what-we-do-container05 {
  height: 100%;
  display: flex;
  padding: 25px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-image {
  width: 25%;
  object-fit: cover;
}
.what-we-do-container06 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px;
  justify-content: space-between;
}
.what-we-do-container07 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.what-we-do-container08 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text004 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-image01 {
  width: 25%;
  object-fit: cover;
}
.what-we-do-market-survey {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
}
.what-we-do-container09 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 95;
  max-width: 1200px;
  align-items: flex-start;
}
.what-we-do-container10 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  padding: 25px;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text012 {
  fill: var(--dl-color-theme-accent2);
  color: var(--dl-color-theme-neutral-light);
  font-size: 70px;
  font-family: "Playfair Display";
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text015 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container11 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-image02 {
  width: auto;
  max-width: 350px;
  object-fit: cover;
}
.what-we-do-container12 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  padding: 25px;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text016 {
  fill: var(--dl-color-theme-accent2);
  color: var(--dl-color-theme-neutral-light);
  font-size: 70px;
  font-family: "Playfair Display";
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text017 {
  color: var(--dl-color-theme-customyellowhighlight);
}
.what-we-do-text019 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-affiliate-marketing {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
}
.what-we-do-container13 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 95;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container14 {
  height: 100%;
  display: flex;
  padding: 25px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 25px;
  justify-content: center;
}
.what-we-do-container15 {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container16 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.what-we-do-container17 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-start;
}
.what-we-do-text020 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-customyellowhighlight);
  font-size: 70px;
  font-family: "Playfair Display";
  font-weight: 300;
  margin-right: 30px;
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text021 {
  color: var(--dl-color-theme-neutral-light);
}
.what-we-do-text022 {
  color: var(--dl-color-theme-neutral-light);
}
.what-we-do-image03 {
  top: 101px;
  right: -12px;
  width: auto;
  height: auto;
  position: absolute;
  object-fit: cover;
}
.what-we-do-image04 {
  top: 19px;
  left: 250px;
  width: 25px;
  height: auto;
  position: absolute;
  object-fit: cover;
}
.what-we-do-container18 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.what-we-do-container19 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.what-we-do-container20 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text025 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container21 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  padding-bottom: 35px;
  justify-content: center;
}
.what-we-do-text026 {
  fill: var(--dl-color-theme-accent2);
  color: var(--dl-color-theme-neutral-light);
  z-index: 95;
  margin-bottom: 30px;
}
.what-we-do-container22 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 95;
  max-width: 1200px;
  align-items: flex-start;
}
.what-we-do-container23 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 30px;
  background-color: rgba(217, 217, 217, 0.15);
}
.what-we-do-container24 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
}
.what-we-do-container25 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container26 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text029 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container27 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container28 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text033 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
  height: auto;
}
.what-we-do-container29 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container30 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text036 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container31 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  padding: 15px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container32 {
  flex: 0 0 auto;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}
.what-we-do-image05 {
  width: 100%;
  object-fit: cover;
}
.what-we-do-container33 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
}
.what-we-do-container34 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text039 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container35 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container36 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text043 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container37 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container38 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text044 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container39 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container40 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text047 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container41 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  padding-bottom: 35px;
  justify-content: center;
}
.what-we-do-container42 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container43 {
  height: 100%;
  display: flex;
  padding: 25px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.what-we-do-container44 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.what-we-do-container45 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.what-we-do-container46 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text052 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
  margin-bottom: 30px;
}
.what-we-do-image06 {
  width: 70px;
  object-fit: cover;
}
.what-we-do-container47 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
  background-color: #2d2d49;
}
.what-we-do-container48 {
  flex: 0 0 auto;
  width: 100%;
  height: 800px;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: space-between;
}
.what-we-do-container49 {
  flex: 0 0 auto;
  width: 45%;
  height: 100%;
  display: flex;
  z-index: 95;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text057 {
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  font-style: normal;
  line-height: 2;
}
.what-we-do-text058 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
  width: 100%;
  padding: 25px;
  align-self: flex-start;
  margin-bottom: 35px;
}
.what-we-do-image07 {
  width: 80px;
  align-self: flex-end;
  object-fit: cover;
}
.what-we-do-image08 {
  width: 50%;
  z-index: 90;
  object-fit: cover;
}
.what-we-do-container50 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
  background-color: #2d2d49;
}
.what-we-do-container51 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container52 {
  height: 100%;
  display: flex;
  padding: 25px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container53 {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container54 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-start;
}
.what-we-do-text067 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-customyellowhighlight);
  font-size: 70px;
  font-family: "Playfair Display";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.what-we-do-container55 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.what-we-do-container56 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.what-we-do-container57 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text068 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container58 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  padding-bottom: 35px;
  justify-content: center;
  background-color: #2d2d49;
}
.what-we-do-container59 {
  width: auto;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text076 {
  fill: var(--dl-color-theme-accent2);
  color: var(--dl-color-theme-neutral-light);
  margin-bottom: 30px;
}
.what-we-do-container60 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
}
.what-we-do-container61 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  padding: 30px;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-direction: column;
  background-color: var(--dl-color-theme-darkblueback);
}
.what-we-do-container62 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
}
.what-we-do-container63 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container64 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text079 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container65 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container66 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text080 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
  height: auto;
}
.what-we-do-container67 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container68 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text083 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container69 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  padding: 15px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container70 {
  flex: 0 0 auto;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
}
.what-we-do-image09 {
  width: 100%;
  object-fit: cover;
}
.what-we-do-container71 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
}
.what-we-do-container72 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text086 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container73 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container74 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text087 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container75 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container76 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text088 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container77 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-container78 {
  flex: 1;
  width: 1fr;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-text091 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
}
.what-we-do-container79 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.what-we-do-image10 {
  width: 70px;
  align-self: flex-end;
  object-fit: cover;
}
.what-we-do-container80 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
  background-color: rgba(19, 21, 68, 0.5);
}
.what-we-do-container81 {
  flex: 0 0 auto;
  width: 100%;
  height: 800px;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: space-between;
}
.what-we-do-image11 {
  width: 50%;
  z-index: 90;
  object-fit: cover;
}
.what-we-do-container82 {
  flex: 0 0 auto;
  width: 45%;
  height: 100%;
  display: flex;
  z-index: 95;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text096 {
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  font-style: normal;
  line-height: 2;
}
.what-we-do-text097 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
  width: 100%;
  padding: 25px;
  align-self: flex-start;
}
.what-we-do-image12 {
  top: -800px;
  left: 800px;
  width: 2000px;
  opacity: 50%;
  z-index: 90;
  position: fixed;
  object-fit: cover;
}
.what-we-do-image13 {
  top: 0;
  right: 700px;
  width: 2000px;
  opacity: 50%;
  z-index: 90;
  position: fixed;
  object-fit: cover;
}
@media(max-width: 1200px) {
  .what-we-do-container03 {
    align-items: flex-start;
  }
  .what-we-do-container04 {
    width: 100%;
  }
  .what-we-do-image {
    display: none;
  }
  .what-we-do-container06 {
    width: 100%;
    padding: 0px;
  }
  .what-we-do-container07 {
    margin-bottom: 30px;
  }
  .what-we-do-text004 {
    color: var(--dl-color-theme-custompurpletext);
  }
  .what-we-do-image01 {
    display: none;
  }
  .what-we-do-market-survey {
    height: auto;
    flex-direction: column;
  }
  .what-we-do-container09 {
    flex-direction: column;
  }
  .what-we-do-image02 {
    display: none;
  }
  .what-we-do-container15 {
    width: 100%;
  }
  .what-we-do-container18 {
    width: 100%;
    padding: 0px;
  }
  .what-we-do-container19 {
    margin-bottom: 30px;
  }
  .what-we-do-text025 {
    color: var(--dl-color-theme-custompurpletext);
  }
  .what-we-do-container21 {
    height: auto;
    flex-direction: column;
  }
  .what-we-do-container22 {
    flex-direction: column;
  }
  .what-we-do-container41 {
    height: auto;
    flex-direction: column;
  }
  .what-we-do-container44 {
    width: 100%;
    padding: 0px;
  }
  .what-we-do-container45 {
    margin-bottom: 30px;
  }
  .what-we-do-text052 {
    color: var(--dl-color-theme-custompurpletext);
  }
  .what-we-do-container47 {
    padding-top: 0px;
  }
  .what-we-do-container48 {
    height: auto;
    justify-content: space-between;
  }
  .what-we-do-container49 {
    align-self: flex-end;
    justify-content: flex-end;
  }
  .what-we-do-text058 {
    width: 100%;
    margin-bottom: 0px;
  }
  .what-we-do-image07 {
    display: none;
  }
  .what-we-do-image08 {
    width: 45%;
    position: static;
  }
  .what-we-do-container53 {
    width: 100%;
  }
  .what-we-do-container55 {
    width: 100%;
    padding: 0px;
  }
  .what-we-do-container56 {
    margin-bottom: 30px;
  }
  .what-we-do-text068 {
    color: var(--dl-color-theme-custompurpletext);
  }
  .what-we-do-container58 {
    height: auto;
    flex-direction: column;
  }
  .what-we-do-container60 {
    flex-direction: column;
  }
  .what-we-do-container80 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .what-we-do-container81 {
    height: auto;
    justify-content: space-between;
  }
  .what-we-do-image11 {
    width: 45%;
    position: static;
  }
  .what-we-do-container82 {
    align-self: flex-end;
    justify-content: flex-end;
  }
  .what-we-do-text097 {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media(max-width: 991px) {
  .what-we-do-container03 {
    padding: 25px;
  }
  .what-we-do-container06 {
    padding: 25px;
  }
  .what-we-do-container09 {
    padding: 25px;
    flex-direction: row;
  }
  .what-we-do-text015 {
    padding: 0px;
  }
  .what-we-do-container11 {
    display: none;
  }
  .what-we-do-text019 {
    padding: 0px;
  }
  .what-we-do-container18 {
    padding: 25px;
  }
  .what-we-do-container22 {
    padding: 25px;
    flex-direction: row;
  }
  .what-we-do-container44 {
    padding: 25px;
  }
  .what-we-do-container55 {
    padding: 25px;
  }
  .what-we-do-container60 {
    padding: 25px;
    flex-direction: row;
  }
}
@media(max-width: 767px) {
  .what-we-do-container04 {
    margin-bottom: 0px;
  }
  .what-we-do-text {
    font-size: 2rem;
  }
  .what-we-do-container06 {
    padding: 0px;
  }
  .what-we-do-container09 {
    flex-direction: column;
  }
  .what-we-do-container10 {
    padding: 0px;
  }
  .what-we-do-text012 {
    font-size: 2rem;
  }
  .what-we-do-container12 {
    padding: 0px;
  }
  .what-we-do-text016 {
    font-size: 2rem;
  }
  .what-we-do-container14 {
    height: auto;
  }
  .what-we-do-container15 {
    height: auto;
  }
  .what-we-do-text020 {
    font-size: 2rem;
    margin-right: 0px;
  }
  .what-we-do-text021 {
    font-size: 2rem;
  }
  .what-we-do-image03 {
    display: none;
  }
  .what-we-do-image04 {
    display: none;
  }
  .what-we-do-container18 {
    padding: 0px;
  }
  .what-we-do-container21 {
    display: none;
  }
  .what-we-do-text026 {
    font-size: 2rem;
  }
  .what-we-do-container44 {
    padding: 0px;
  }
  .what-we-do-text052 {
    margin-bottom: 0px;
  }
  .what-we-do-image06 {
    display: none;
  }
  .what-we-do-container48 {
    flex-direction: column;
  }
  .what-we-do-container49 {
    width: 100%;
    padding: 25px;
  }
  .what-we-do-text057 {
    font-size: 2rem;
  }
  .what-we-do-text058 {
    padding: 0px;
  }
  .what-we-do-image08 {
    display: none;
    align-self: flex-end;
  }
  .what-we-do-text067 {
    font-size: 2rem;
  }
  .what-we-do-container55 {
    padding: 0px;
  }
  .what-we-do-container58 {
    display: none;
  }
  .what-we-do-text076 {
    font-size: 2rem;
  }
  .what-we-do-container81 {
    flex-direction: column;
  }
  .what-we-do-image11 {
    display: none;
    align-self: flex-end;
  }
  .what-we-do-container82 {
    width: 100%;
    padding: 25px;
  }
  .what-we-do-text096 {
    font-size: 2rem;
  }
  .what-we-do-text097 {
    padding: 0px;
  }
}
@media(max-width: 479px) {
  .what-we-do-container07 {
    flex-direction: column;
  }
  .what-we-do-container09 {
    flex-direction: column;
  }
  .what-we-do-container19 {
    flex-direction: column;
  }
  .what-we-do-container22 {
    flex-direction: column;
  }
  .what-we-do-container45 {
    flex-direction: column;
  }
  .what-we-do-image08 {
    width: 100%;
  }
  .what-we-do-container56 {
    flex-direction: column;
  }
  .what-we-do-container60 {
    flex-direction: column;
  }
  .what-we-do-image11 {
    width: 100%;
  }
}
