.hero.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(225deg, #ff8484, #ff6efa);
  background-size: auto;
  background-repeat: repeat;
  font-size: 40px;
  line-height: 48px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 30px;
  background-color: transparent;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.nav-link.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px none #000;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.character-wrapper {
  position: relative;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 15%;
}

.work {
  position: relative;
  display: block;
  padding: 160px 31px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f9d), to(#ff7f9d));
  background-image: linear-gradient(180deg, #ff7f9d, #ff7f9d);
}

.container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.body {
  font-family: 'PT Sans', sans-serif;
}

.text-block {
  display: none;
  margin-top: -70px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0vh;
  padding-left: 35px;
  opacity: 0;
  font-family: Oswald, sans-serif;
  color: #222;
  font-size: 120px;
  line-height: 140px;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.13);
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  margin-bottom: -100px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: relative;
  z-index: 10;
  margin-top: -140px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-2 {
  display: none;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 79, 198, 0)), to(#ae60cf));
  background-image: linear-gradient(180deg, rgba(139, 79, 198, 0), #ae60cf);
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: -75px;
  float: none;
  clear: none;
  border-radius: 0px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  font-family: Bahagia, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  text-align: left;
}

.heading.black {
  color: #363636;
}

.heading.black {
  margin-bottom: 10px;
}

.heading.brands {
  margin-bottom: 10px;
}

.column-3 {
  padding: 20px 30px;
}

.column-4 {
  padding: 20px 30px;
}

.column-5 {
  padding: 20px 30px;
}

.column-6 {
  padding: 20px 30px;
}

.column-7 {
  padding: 20px 30px;
}

.column-8 {
  padding: 20px 30px;
}

.column-9 {
  padding: 20px 30px;
}

.about {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #ae60cf;
}

.tag-img {
  width: 150px;
  max-width: 100%;
}

.tag-img.kk-logo {
  width: 105px;
}

.tag-img.white {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
}

.div-block-3 {
  position: absolute;
  left: 25%;
  top: 35%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  height: 500px;
  border-style: none;
  border-width: 5px;
  border-color: #363636;
  border-radius: 50%;
  background-color: #fff98e;
  box-shadow: 11px 16px 70px -37px rgba(0, 0, 0, 0.41);
}

.heading-2 {
  margin-top: -20px;
  margin-bottom: 0px;
  -webkit-transform: translate3d(0px, 0px, 52px);
  transform: translate3d(0px, 0px, 52px);
  font-family: Montserrat, sans-serif;
  color: #363636;
  font-size: 65px;
  line-height: 1.3em;
  font-weight: 300;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-2.dalec {
  margin-bottom: -25px;
  margin-left: -110px;
  font-family: Bahagia, sans-serif;
  font-size: 150px;
  letter-spacing: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 120px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Bahagia, sans-serif;
  font-size: 38px;
  line-height: 54px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block-2 {
  padding: 30px 15px;
  border-style: none;
  border-width: 5px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.con {
  position: relative;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #363636;
}

.con.contact-section {
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#5d5151));
  background-image: linear-gradient(180deg, #363636, #5d5151);
}

.div-block-4 {
  padding: 10px;
  background-color: #fff;
}

.link-block {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.link-block-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block-2:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.link-block-2.tile-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  margin: 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.image-3 {
  margin-left: 25px;
  opacity: 1;
}

.link-block-3 {
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block-3:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.link-block-1 {
  padding: 10px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block-1:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.link-block-1.link-block-work {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-1.link-block-work:hover {
  -webkit-filter: none;
  filter: none;
}

.link-block-5 {
  padding: 10px;
}

.link-block-5.link-block-work {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block-5.link-block-work:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.link-block-6 {
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block-6:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.link-block-7 {
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block-7:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.column-10 {
  padding: 20px 30px;
}

.section-5 {
  min-height: 100vh;
  background-color: #363636;
}

.heading-4 {
  display: inline-block;
  margin-bottom: 35px;
  padding-left: 30px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  font-family: Bahagia, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 2px;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . ." ". . Area";
  -ms-grid-columns: minmax(200px, 2.5fr) 0px 1fr 0px 0.25fr;
  grid-template-columns: minmax(200px, 2.5fr) 1fr 0.25fr;
  -ms-grid-rows: 0.5fr 0px minmax(200px, 0.25fr);
  grid-template-rows: 0.5fr minmax(200px, 0.25fr);
}

.image-4 {
  overflow: visible;
  width: auto;
  max-height: 800px;
  max-width: none;
  min-height: 100%;
}

.div-block-6 {
  position: static;
  display: block;
  overflow: visible;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.contact {
  min-height: 500px;
  padding: 60px;
  background-color: #e2e2e2;
}

.form-block {
  width: 100%;
  max-width: 700px;
}

.form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-field {
  border-radius: 5px;
  background-color: #333;
  color: #fff;
}

.text-field-2 {
  border-radius: 5px;
  background-color: #333;
  color: #fff;
}

.field-label {
  margin-bottom: -5px;
}

.field-label-2 {
  margin-bottom: -5px;
}

.submit-button {
  position: relative;
  padding: 15px 35px;
  border-radius: 5px;
  background-color: #333;
  text-align: left;
}

.textarea {
  border-radius: 5px;
  background-color: #333;
  color: #fff;
}

.shape {
  position: absolute;
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
  width: 300px;
  height: 300px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.shape.circle1 {
  left: 10%;
  top: 10%;
  z-index: 1;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.shape.circle2 {
  left: 25%;
  top: 28%;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.shape.circle3 {
  left: 47%;
  top: 50%;
  z-index: 1;
  width: 200px;
  height: 200px;
}

.shape.triangle {
  left: 15%;
  top: 30%;
  z-index: 1;
  -webkit-transform: scale(2.2) rotate(-11deg);
  -ms-transform: scale(2.2) rotate(-11deg);
  transform: scale(2.2) rotate(-11deg);
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 150px;
  background-image: linear-gradient(-2deg, rgba(255, 127, 156, 0), #ff7f9d 60%, #d8d8d8 0, #d8d8d8);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-8.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(182deg, rgba(255, 127, 157, 0), #ff7f9d 60%, #363636 0, #363636);
}

.div-block-8.bottom.socials {
  background-image: linear-gradient(178deg, rgba(54, 54, 54, 0), #363636 60%, #e2e2e2 0, #e2e2e2);
}

.container-3 {
  position: relative;
  z-index: 3;
}

.black-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 30px;
  padding-left: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.5));
}

.cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #363636;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.button.btn-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ff7f9d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.button.btn-work.btn-hero {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #363636;
  color: #fff;
}

.cloud {
  position: absolute;
  left: -20vw;
  top: 46%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 40vw;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
}

.cloud.cloud2 {
  left: 10vw;
  top: 15%;
  z-index: 2;
  width: 30vw;
}

.cloud.cloud3 {
  left: auto;
  top: 54%;
  right: -3%;
  bottom: 0%;
  z-index: 2;
  width: 40vw;
}

.cloud.cloud4 {
  left: 42%;
  top: 29%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 300px;
}

.cloud.cloud4.cloud5 {
  left: 83%;
  top: 18%;
  width: 30vw;
}

.work-copy {
  position: relative;
  display: block;
  padding-top: 110px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f9d), to(#ff7f9d));
  background-image: linear-gradient(180deg, #ff7f9d, #ff7f9d);
}

.services {
  position: relative;
  padding: 110px 30px 29px;
  background-color: #d8d8d8;
}

.divider1-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 150px;
  background-image: linear-gradient(2deg, hsla(0, 0%, 84.7%, 0), #d8d8d8 60%, #573067 0, #573067);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.divider1-top.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(182deg, transparent, #ff7f9d 60%, #363636 0, #363636);
}

.divider1-top.bottom.socials {
  background-image: linear-gradient(178deg, transparent, #363636 60%, #e2e2e2 0, #e2e2e2);
}

.tile-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tile-wrapper.work-tile-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-tile {
  min-width: 230px;
  margin: 15px;
  padding: 15px 10px;
  border-style: dashed;
  border-width: 2px;
  border-color: #363636;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.image-5 {
  margin-bottom: 5px;
}

.text-block-3 {
  min-width: 0px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.service-tile-txt {
  display: block;
  min-height: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: center;
}

.service-tile-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
}

.image-6 {
  margin-bottom: 10px;
}

.service-tile-img {
  width: 90px;
  margin-bottom: 0px;
  padding: 10px;
}

.container-4 {
  border: 1px none #000;
}

.link-block-copy {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block-copy:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.copy {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.copy:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.copy-copy {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.copy-copy:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.copy-copy.tile-brand.link-block-2 {
  background-color: transparent;
}

.tile-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-3 {
  color: #fff;
}

.field-label-4 {
  color: #fff;
}

.form-2 {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
}

.text-field-3 {
  min-height: 125px;
  margin-bottom: 20px;
  padding: 15px;
  border-style: dashed;
  border-width: 2px;
  border-color: #d8d8d8;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-field-3:focus {
  color: #fff;
  font-weight: 500;
}

.btn-work.button.submit {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  color: #363636;
}

.text-field-4 {
  height: 45px;
  margin-bottom: 15px;
  padding: 15px;
  border-style: dashed;
  border-width: 2px;
  border-color: #d8d8d8;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

.text-field-4:focus {
  color: #fff;
  font-weight: 500;
}

.text-field-5 {
  height: 45px;
  margin-bottom: 15px;
  padding: 15px;
  border-style: dashed;
  border-width: 2px;
  border-color: #d8d8d8;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field-5:focus {
  color: #fff;
  font-weight: 500;
}

.form-block-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 600px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-5 {
  position: static;
  clear: none;
  text-align: left;
}

.text-block-5 {
  color: #fff;
}

.nav-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero.hero-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    background-color: transparent;
  }
  .character-wrapper {
    left: auto;
    bottom: auto;
  }
  .text-block {
    margin-top: auto;
    margin-left: 120px;
  }
  .image-2 {
    margin-bottom: 0px;
  }
  .column {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    margin-left: 0px;
  }
  .tag-img {
    width: 100%;
  }
  .div-block-3 {
    margin-top: 75px;
  }
  .heading-2 {
    font-size: 48px;
  }
  .heading-2.dalec {
    margin-left: -40px;
  }
  .heading-3 {
    margin-left: 50px;
    font-size: 40px;
  }
  .text-block-2 {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.6em;
    font-weight: 400;
  }
  .link-block-2.tile-brand {
    text-align: left;
  }
  .tile-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .tile-wrapper.work-tile-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .service-tile {
    display: block;
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2.dalec {
    margin-bottom: -30px;
    font-size: 110px;
  }
  .heading-3 {
    margin-left: 0px;
    font-size: 34px;
  }
  .con {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero.hero-section {
    height: 95vh;
    min-height: auto;
  }
  .navbar {
    padding: 15px;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.w--current {
    text-align: center;
  }
  .work {
    padding-top: 120px;
  }
  .text-block {
    margin-top: 60px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 0vh;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 70px;
    line-height: 80px;
    text-align: left;
  }
  .image {
    max-height: 330px;
  }
  .image-2 {
    left: -50%;
    width: 250%;
    max-width: none;
    margin-bottom: -50px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block {
    position: relative;
    height: 100%;
    min-height: 740px;
  }
  .column {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 79, 198, 0)), to(#ae60cf));
    background-image: linear-gradient(180deg, rgba(139, 79, 198, 0), #ae60cf);
  }
  .heading {
    max-width: 90%;
    margin-bottom: 15px;
    margin-left: 25px;
    font-size: 46px;
    line-height: 1.3em;
  }
  .heading.brands {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: -11px;
    font-size: 35px;
  }
  .about {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tag-img {
    width: 90%;
  }
  .heading-2.dalec {
    margin-top: 40vh;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 67px;
  }
  .heading-3 {
    margin-left: 0px;
    font-size: 34px;
    line-height: 1em;
  }
  .text-block-2 {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.5em;
  }
  .con.contact-section {
    min-height: 500px;
    padding-top: 30px;
  }
  .link-block-2.tile-brand {
    height: 75px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .image-3 {
    margin-left: 0px;
  }
  .brand {
    z-index: 100;
    padding-left: 0px;
  }
  .contact {
    padding: 20px 25px;
  }
  .form-block {
    max-width: none;
  }
  .form {
    width: auto;
    max-width: 500px;
    min-width: auto;
  }
  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-8 {
    height: 100px;
  }
  .div-block-8.bottom {
    height: 100px;
  }
  .cta-box {
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button.btn-work {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .divider1-top {
    height: 100px;
  }
  .service-tile {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .text-field-3 {
    border-radius: 5px;
    font-size: 14px;
  }
  .text-field-4 {
    border-radius: 5px;
    font-size: 14px;
  }
  .text-field-5 {
    border-radius: 5px;
    font-size: 14px;
  }
  .nav-menu {
    display: block;
    padding-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
  }
  .menu-button {
    background-color: hsla(0, 0%, 78.4%, 0);
  }
  .menu-button.w--open {
    background-color: transparent;
  }
}

@font-face {
  font-family: 'Bahagia';
  src: url('../fonts/Bahagia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}