.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #131320;
  font-family: 'Open Sans', sans-serif;
  color: #dadada;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: #aaa;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #f71e67;
  text-decoration: none;
}

.section-gradient {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #222231;
}

.section-gradient.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section-gradient.wide.img {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d2d33;
  background-image: linear-gradient(156deg, #1e1e2e, #2b2b3a);
}

.section-gradient.wide.purple {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(135deg, #22223a, #5a477a);
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1340px;
  padding-top: 35px;
  padding-bottom: 35px;
  -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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body.order {
  background-color: #1a1a29;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.heading.software-title {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.feature-content {
  position: relative;
  display: block;
  width: 50vw;
  max-width: 450px;
  margin: 40vh auto auto;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: none;
  margin-top: 0vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.order.numbers {
  width: 25%;
  margin-top: 0vh;
}

.feature-content.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: none;
  margin-top: 0vh;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-style: solid;
  border-color: #f71e67;
  background-color: #23233d;
  text-align: center;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 25px;
  border-radius: 2px;
  background-color: #f71e67;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Kanit, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #484967;
}

.button.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  width: 30px;
  height: 40px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-image: url('../images/arrow-up-dark.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.button.back-to-top.fa-icons.black {
  padding-right: 20px;
  padding-left: 20px;
  color: #0f0f18;
  font-size: 24px;
}

.button.back-button {
  display: inline-block;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
}

.button.start-a-project {
  background-color: #f71e67;
  -webkit-transition-duration: 500ms, 325ms;
  transition-duration: 500ms, 325ms;
  color: #fff;
}

.button.start-a-project:hover {
  background-color: #fff;
  color: #000;
}

.button.start-a-project.multi {
  margin-right: 20px;
}

.button.discord {
  background-color: #7a7ab8;
  color: #fff;
}

.button.discord:hover {
  background-color: #2a2a47;
}

.button.policy {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #2d2d33;
  font-family: 'Open Sans', sans-serif;
  color: #868686;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.button.policy.fa-icons {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  font-family: 'Font awesome 5 free 400', sans-serif;
  font-size: 22px;
}

.button.policy.fa-icons:hover {
  color: #f71e67;
}

.button.policy.close-icon {
  width: 40px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.button.policy.close-icon:hover {
  background-image: url('../images/close-hover.svg');
}

.button.large {
  padding: 10px 40px;
  font-size: 20px;
}

.button.thinkpremade {
  background-color: #00ffae;
  color: #242a5a;
}

.button.twitter {
  background-color: #1da1f2;
  -webkit-transition-duration: 500ms, 325ms;
  transition-duration: 500ms, 325ms;
  color: #fff;
}

.button.twitter:hover {
  background-color: #fff;
  color: #000;
}

.button.twitter.multi {
  margin-right: 20px;
}

.paragraph {
  display: block;
  margin-bottom: 20px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.white {
  margin-bottom: 0px;
  color: #a0a0a0;
}

.paragraph.case-study {
  position: relative;
  display: block;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.paragraph.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.paragraph.copy-right {
  display: inline-block;
  margin-bottom: 0px;
}

.paragraph.copy-right.right {
  margin-right: 20px;
}

.paragraph.case-study-title {
  display: inline-block;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2px;
  background-color: #955df1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.img-absolute {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrap {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.wrap.absolute-box {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: none;
  width: 55%;
  margin-top: 10px;
}

.wrap.software {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrap.lets-work-together {
  width: 65%;
  margin-bottom: 0px;
}

.wrap.testimonial-block {
  width: 60%;
  height: auto;
  max-width: 720px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #181829;
  box-shadow: 0 16px 19px -15px rgba(0, 0, 0, 0.32);
}

.title {
  display: block;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px none #2e2e2e;
  color: #b3b3d4;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 1vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 400ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: color 400ms ease, box-shadow 500ms ease, opacity 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #cacaca;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 -1px 0 0 #f71e67;
  color: #fff;
}

.nav-link.w--current {
  color: #a0c517;
}

.nav-link.button {
  min-width: 20vh;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
}

.nav-link.button.contact-button {
  margin-top: 0px;
  border: 1px solid #f71e67;
  border-radius: 4px;
  background-color: rgba(135, 194, 12, 0);
  -webkit-transition: background-color 450ms ease, box-shadow 500ms ease, opacity 500ms ease;
  transition: background-color 450ms ease, box-shadow 500ms ease, opacity 500ms ease;
}

.nav-link.button.contact-button.w--current {
  color: #a0c517;
}

.black-text {
  color: #000;
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 80%;
  margin-top: 14vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.icons {
  width: 80%;
  max-width: 1340px;
  margin-top: 40px;
  margin-bottom: 0vh;
  padding-right: 0vw;
  padding-left: 0vw;
}

.feature-wrap.icons.numbers {
  display: none;
  width: 60%;
  margin-right: auto;
  margin-bottom: 5vh;
  margin-left: auto;
}

.black {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #f71e67;
}

.black.case-study {
  margin-top: 0px;
  text-align: center;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.purple {
  color: #b32e6e;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  -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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #1e1e29;
}

.footer.title {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #6b6b6b;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.fa-icons {
  font-size: 26px;
}

.footer-link.fa-icons.brands {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #cacaca;
  font-size: 20px;
  font-weight: 400;
}

.footer-link.fa-icons.brands:hover {
  color: #f71e67;
}

.footer-link.fa-icons.normal {
  font-family: 'Fa solid 900', sans-serif;
  color: #cacaca;
  font-size: 20px;
  font-weight: 400;
}

.footer-link.fa-icons.normal:hover {
  color: #f71e67;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-slider {
  display: block;
  width: 70vw;
  height: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.slider-arrow {
  color: #a1c517;
}

.quote-wrap {
  position: relative;
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote-attribution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
  color: #a1c517;
}

.slide-nav {
  font-size: 7px;
}

.number {
  color: #a1c517;
  font-size: 60px;
  line-height: 90px;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-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;
}

.brand {
  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-3 {
  position: static;
  display: block;
  margin-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Kanit, sans-serif;
  font-size: 75px;
  line-height: 55px;
  font-weight: 500;
}

.heading-3.tagline {
  display: block;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Kanit, sans-serif;
  color: #f71e67;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.heading-3.tagline.about {
  font-size: 18px;
  text-align: left;
  letter-spacing: 2px;
}

.heading-3.tagline.order {
  margin-bottom: 30px;
}

.heading-3.back-text {
  position: absolute;
  left: 166px;
  top: -41px;
  z-index: -1;
  opacity: 0.12;
  font-size: 140px;
  line-height: 100px;
}

.heading-3.back-text.designer {
  left: 0px;
  top: 96px;
  right: 0px;
  opacity: 0.05;
  color: #fff;
  text-align: center;
}

.heading-3.back-text.contact {
  left: 0%;
  top: 58px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  opacity: 0.06;
  font-size: 100px;
  line-height: 85px;
  text-transform: uppercase;
}

.heading-3.back-text.top {
  left: 0px;
  top: -60px;
  right: 0px;
  opacity: 0.05;
  color: #fff;
  font-size: 120px;
  text-align: center;
  text-transform: uppercase;
}

.heading-3.tagline-large {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 28px;
  text-transform: uppercase;
}

.heading-3.about {
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.paragraph-2 {
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #b1b1b1;
}

.paragraph-2.smaller {
  max-width: 35%;
  text-align: left;
}

.paragraph-2.smaller.intro {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
  color: #b8b8b8;
  text-align: center;
}

.section-2 {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-block-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #32324e;
}

.white-para {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #b5b5b5;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
}

.white-para.name {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #acacda;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.white-para.test {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.white-para.center {
  text-align: center;
}

.white-para.testimonial-text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.white-para.bio-title {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f71e67;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.icon {
  display: inline-block;
}

.icon.view-project-icon {
  width: 30px;
  height: 12px;
  background-image: url('../images/arrow-right-long.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.software {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Fa brands 400', sans-serif;
  color: #f71e67;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.icon.white {
  margin-right: 10px;
}

.icon.comments {
  position: relative;
  top: 3px;
  width: 18px;
  height: 15px;
  background-image: url('../images/comments-icon-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-nav {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  background-color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  -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: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding-top: 0vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.slide {
  position: relative;
}

.heading-4 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 120px;
  line-height: 110px;
  font-weight: 800;
  text-transform: uppercase;
}

.software-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 40px;
  -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-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(25, 25, 29, 0.24);
  text-align: left;
}

.software-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-5 {
  margin-top: 0px;
}

.image-8 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.scroll-for-more {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #7e7e7e;
  text-align: center;
}

.scroll-for-more.icon {
  bottom: 30px;
  width: 24px;
  height: 24px;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #5a5a75;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
}

.scroll-for-more.icon.w--current {
  width: 30px;
  height: 30px;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.mask {
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-content {
  position: relative;
  z-index: 15;
  display: block;
  overflow: visible;
  width: 70vw;
  max-width: 700px;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  background-color: #31314d;
}

.slider-port {
  overflow: hidden;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.slider-image-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.75;
}

.slider-image-left.small {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 6;
}

.slider-image-left.small.ds {
  left: -25%;
}

.slider-image-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -9%;
  bottom: 0%;
  z-index: 5;
  display: inline-block;
  height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.75;
}

.slider-image-right.ds {
  opacity: 0.45;
}

.container {
  position: relative;
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-content {
  position: relative;
  z-index: 90;
  width: 70%;
  margin: 10vh auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-field {
  height: auto;
  border: 1px none #000;
  background-color: #2e2e2e;
  color: #e2e2e2;
}

.text-field:focus {
  background-color: #333;
}

.image-10 {
  position: relative;
  top: 0px;
  display: none;
}

.process-title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Kanit, sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.slider-button {
  display: block;
  overflow: visible;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.7);
}

.left-arrow-2 {
  margin-left: 20px;
}

.right-arrow-2 {
  margin-right: 20px;
}

.header-section {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 0px;
}

.header-section.case-3 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent)), url('../images/aspex-fullmac.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent), url('../images/aspex-fullmac.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.case-5 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent)), url('../images/DangerRadio-Web-Design-FINAL.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent), url('../images/DangerRadio-Web-Design-FINAL.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.case-6 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent)), url('../images/website-3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent), url('../images/website-3.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.case-4 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent)), url('../images/dreamscape-store.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent), url('../images/dreamscape-store.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.study-title-block-left {
  padding: 20px;
  background-color: #2c2c47;
}

.study-title-block-left.no-background {
  background-color: hsla(0, 0%, 100%, 0);
}

.case-studies {
  margin-top: 20px;
  margin-bottom: 20px;
}

.study-image-full {
  margin-top: 20px;
  margin-bottom: 20px;
}

.study-image-full.center {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.study-column-right {
  padding: 20px;
}

.about-content {
  position: relative;
  z-index: 90;
  display: block;
  width: 80%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-about.center {
  position: relative;
  display: block;
  padding-top: 55px;
  padding-bottom: 10vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.section-work {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-span {
  font-family: 'Fa solid 900', sans-serif;
}

.top-bar-2 {
  position: relative;
  z-index: 100;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2e2e41;
}

.topbar {
  display: block;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ffc517;
  text-decoration: none;
}

.topbar:hover {
  color: #fff;
}

.topbar.inline-link {
  display: inline-block;
  padding-left: 0px;
  color: #9b9b9b;
  font-size: 12px;
}

.topbar.inline-link:hover {
  color: #acacda;
}

.topbar.inline-link.first {
  margin-right: 25px;
}

.topbar.social-icons {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.topbar.social-icons.hide {
  display: none;
}

.topbar.social-icons.normal {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.topbar.social-icons.discord {
  background-image: url('../images/discord-hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.topbar.social-icons.discord:hover {
  background-image: url('../images/discord.svg');
}

.topbar.social-icons.skype {
  background-image: url('../images/skype-hover.svg');
}

.topbar.social-icons.skype:hover {
  background-image: url('../images/skype.svg');
}

.topbar.social-icons.twitter {
  background-image: url('../images/twitter-hover.svg');
}

.topbar.social-icons.twitter:hover {
  background-image: url('../images/twitter.svg');
}

.topbar.social-icons.email {
  background-image: url('../images/email-hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.topbar.social-icons.email:hover {
  background-image: url('../images/email.svg');
}

.balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.header-container.top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topbar-text {
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.header-text {
  position: static;
  display: block;
  margin-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Kanit, sans-serif;
  font-size: 90px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
}

.line-block {
  width: 25%;
  height: 2px;
  margin: 30px auto 20px;
  background-color: #f71e67;
}

.section-title {
  margin-top: 0px;
  font-family: Kanit, sans-serif;
  font-size: 35px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
}

.copyright {
  color: #9e9e9e;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.copyright.link {
  color: #6b6b6b;
  text-decoration: none;
}

.paragraph-3 {
  color: #d4d4d4;
}

.heading-8 {
  font-family: Kanit, sans-serif;
  line-height: 40px;
  font-weight: 500;
}

.page-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-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;
  background-color: #1c1c27;
}

.loading-bar {
  width: 35%;
  height: 2px;
  background-color: #f71e67;
}

.logo-loader {
  z-index: 10;
  width: 90px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #1c1c27;
}

.logo-loader-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.artwork-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.art-grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  margin-top: 20px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #2d2d36;
}

.testimonial-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242433;
}

.mask-2 {
  position: relative;
  overflow: visible;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hover-text-3 {
  position: absolute;
  z-index: 2;
  width: 200px;
  margin-top: -20px;
  padding-top: 20px;
  color: #fff;
}

.pricing-feature {
  overflow: hidden;
  color: #d3d3d3;
  line-height: 2.4em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.pricing-feature.prev {
  background-color: #50508b;
}

.pricing-feature.prev-l {
  background-color: #5d5d7e;
}

.enterprise-plus {
  position: relative;
  top: -2px;
  font-size: 28px;
}

.pricing-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
  height: 60vh;
  min-height: 400px;
  -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;
  background-color: #f5f8fa;
  background-image: none;
  background-size: auto;
}

.price-goove-dot {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #dce2e6;
}

.price-goove-dot.dot1 {
  background-color: #dce2e6;
}

.price-goove-dot.dot4 {
  background-color: #f71e67;
}

.pricing-slider-wrap {
  display: block;
  width: 990px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.hover-text-4 {
  position: absolute;
  z-index: 3;
  width: 200px;
  margin-top: -30px;
  padding-top: 30px;
  color: #fff;
}

.price-hover-text {
  position: absolute;
  bottom: 25px;
  margin-left: -100px;
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  line-height: 24px;
}

.pricing-dash {
  width: 25%;
  height: 5px;
  margin: 30px auto;
  border-radius: 2px;
  background-color: #f71e67;
}

.dollar-sign {
  position: relative;
  left: -2px;
  top: -8px;
  opacity: 1;
  color: #fff;
  font-size: 17px;
  line-height: 10px;
  font-weight: 700;
}

.pricing-slider-groove {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(83, 83, 105, 0.34);
}

.pricing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pricing-transaction {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 88%, 0.7);
  font-weight: 400;
  letter-spacing: 0.5px;
}

.plan-name {
  margin-bottom: 10px;
  color: #acacda;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.pricing-handle {
  position: absolute;
  left: 32%;
  top: -8px;
  right: auto;
  bottom: 0px;
  z-index: 10;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 5px;
  border-color: #f71e67;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(45, 62, 80, 0.3);
}

.hover-text-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  color: #fff;
}

.price-number {
  height: 52px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.free-user-disclaim {
  padding-top: 10px;
  color: #7c7c7c;
}

.hover-price-number {
  height: 52px;
  margin-bottom: 4px;
  color: #f71e67;
  font-size: 20px;
  font-weight: 800;
}

.pricing-h2 {
  margin-bottom: 90px;
  font-weight: 300;
}

.pricing-h2.no-padding {
  margin-bottom: 10px;
}

.pricing-slider-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 34%;
  min-width: 20px;
  background-color: #f71e67;
}

.hover-text-2 {
  position: relative;
  width: 200px;
  margin-top: -10px;
  padding-top: 10px;
  color: #fff;
}

.pricing-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1e1e31;
  text-align: center;
}

.pricing-contain {
  position: relative;
  width: 25%;
  max-width: 300px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 20px;
  padding-bottom: 30px;
  float: right;
  border-style: solid;
  border-width: 10px 2px 2px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 16px -16px rgba(0, 0, 0, 0.36);
  font-size: 12px;
  text-align: center;
}

.pricing-contain.startup-pricing-contain {
  background-color: #535369;
}

.pricing-contain.enterprise-pricing-contain {
  z-index: 2;
  background-color: #535369;
}

.pricing-contain.scale-pricing-contain {
  background-color: #48486b;
}

.pricing-contain.pro-pricing-contain {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #535369;
  box-shadow: 0 20px 16px -16px rgba(0, 0, 0, 0.36);
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: -4%;
  right: 0%;
  bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #955df1;
  color: #fff;
  font-weight: 800;
}

.contact-form {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: rgba(14, 14, 20, 0.73);
}

.contact-field {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #383850;
  background-color: #2d2d33;
  color: #a7a7a7;
  text-align: left;
}

.contact-field:focus {
  border-color: #f71e67;
  background-color: #26262e;
  color: #f71e67;
}

.contact-field::-webkit-input-placeholder {
  color: #797979;
}

.contact-field:-ms-input-placeholder {
  color: #797979;
}

.contact-field::-ms-input-placeholder {
  color: #797979;
}

.contact-field::placeholder {
  color: #797979;
}

.contact-field.area {
  height: 150px;
  min-height: 150px;
}

.contact-field.center {
  text-align: center;
}

.field-label {
  color: #e0e0e0;
  text-align: left;
}

.success-message-2 {
  background-color: #2d2d33;
  color: #d6d6d6;
}

.error-message-2 {
  background-color: #851818;
}

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

.about-contact {
  text-align: center;
}

.about-contact.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.featured-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40%;
}

.featured-img.aspex {
  background-image: url('../images/Aspex-Branding4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-img.dreamscape {
  background-image: url('../images/dreamscape-store-block.jpg.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.project-case-left {
  position: relative;
  width: 60%;
  padding: 40px;
}

.vouch-title {
  color: #f71e67;
}

.cookie-policy {
  position: fixed;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 25px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-content {
  position: relative;
  z-index: 90;
  width: 60%;
  margin: 80px auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.order-form-col {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-13 {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -ms-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
}

.symbol {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.heading-9 {
  font-family: Kanit, sans-serif;
  font-weight: 200;
}

.logo-text {
  margin-left: 20px;
  font-family: Kanit, sans-serif;
  color: #d8d8d8;
  font-size: 20px;
  font-weight: 300;
}

.footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
  -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;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-col.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-col.left {
  -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;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ccc;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}

.footer-links:hover {
  color: #f71e67;
}

.wrap-footer {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.review-slides {
  overflow: visible;
  margin-right: 20px;
  margin-left: 0px;
  background-color: #181829;
}

.symbol-order {
  width: 165px;
  margin-bottom: 20px;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 84px;
}

.accordion-body.js-accordion-body {
  display: none;
}

.accordion {
  display: block;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion.js-accordion {
  margin-top: 100px;
  margin-bottom: 20px;
}

.accordion-header {
  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;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #070f17;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
  border-radius: 4px;
  background-color: #313141;
}

.accordion__item.js-accordion-item.active {
  border-style: solid;
  border-width: 1px;
  border-color: #f71e67;
  background-color: #26263a;
  cursor: default;
}

.accordion-body__contents {
  margin-top: 8px;
  margin-bottom: 20px;
  opacity: 0.75;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.accordion_item-image {
  width: 60px;
}

.link-text {
  font-weight: 700;
  text-decoration: none;
}

.link-text:hover {
  text-decoration: underline;
}

.field-wrap {
  position: relative;
}

.title-wrap {
  margin-bottom: 40px;
  text-align: center;
}

.names {
  display: inline-block;
  font-weight: 400;
}

.testimonial-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlight {
  display: inline;
}

.feedback {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.portfolio-image {
  position: relative;
  width: 100%;
  height: auto;
}

.wrap-feedback {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.extra-option-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 82.7%, 0.35);
  font-size: 1.1em;
}

.form-content {
  width: 70%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-top: -20px;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 100px 0px 75px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #0f0f17;
  text-align: center;
}

.form-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  box-shadow: 0 3px 100px -14px rgba(0, 0, 0, 0.32);
}

.step-paginator {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.submit-button-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 2px;
  background-color: #f71e67;
  -webkit-transition: all 200ms ease, background-color 500ms ease-in;
  transition: all 200ms ease, background-color 500ms ease-in;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.submit-button-2:hover {
  background-color: #484967;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.step {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 2px;
  background-color: #21212a;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.35);
}

.form-section-title {
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 200;
}

.checkbox-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  font-family: Montserrat, sans-serif;
  color: #a7a7a7;
  font-size: 1.1em;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.checkbox-label.no-label {
  padding-right: 0px;
  padding-left: 0px;
}

.next {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: 60px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.checkbox-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 1px solid #383850;
  background-color: #2d2d33;
  background-image: url('../images/unchecked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-position: 50% 50%;
  background-size: 20px;
}

.checkbox-active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -2px;
  border-style: solid;
  border-width: 1px;
  border-color: #f71e67;
  border-radius: 2px;
  background-color: #2d2d33;
  background-image: url('../images/checked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-active-overlay.square-overlay {
  border-width: 1px;
  border-color: #f71e67;
  border-radius: 2px;
  background-color: #12121b;
  background-position: 50% 50%;
  background-size: 20px;
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 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;
}

.success-message {
  padding: 50px;
  border-radius: 2px;
  background-color: #f71e67;
  background-image: linear-gradient(135deg, #f71e67, #513e72);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #d81e34;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  border-radius: 3px;
  background-color: #f71e67;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #acacda;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 360px;
  margin-right: auto;
  margin-left: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  position: absolute;
  left: 45vw;
  top: 50vh;
  z-index: 0;
  max-width: 80%;
}

.privacy-block {
  margin-top: 80px;
  margin-bottom: 80px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column {
  padding-right: 15px;
  padding-left: 15px;
}

.wrap-work {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.para-titles {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Kanit, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.terms {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.link-text-copyright {
  text-decoration: none;
}

.section-premade {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #222231;
}

.section-premade.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section-premade.wide.purple {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(135deg, rgba(10, 12, 29, 0.58), rgba(83, 91, 158, 0.37)), url('../images/tp-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-premade.wide.purple.rsps {
  background-image: linear-gradient(135deg, rgba(10, 12, 29, 0.58), rgba(83, 91, 158, 0.37)), url('../images/tp-bg-rsps.jpg');
}

.tp-logo {
  margin-bottom: 20px;
}

.services-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.services-wrap.icons {
  width: 80%;
  max-width: 1340px;
  margin-top: 40px;
  margin-bottom: 0vh;
  padding-right: 0vw;
  padding-left: 0vw;
}

.case-study-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #272733;
}

.jobs-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-top: 1px solid #f71e67;
}

.job-box {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #2d2d3f;
}

.job-columns {
  width: 100%;
}

.column-2 {
  padding-left: 10px;
}

.wrap-job {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.pricing {
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-color: #2e2e41;
}

.price-title {
  color: #f71e67;
  text-transform: uppercase;
}

.price-block {
  margin-top: 10px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f71e67;
  background-color: #1f1f30;
  text-align: center;
  text-transform: uppercase;
}

.price-tag {
  color: #fff;
  font-size: 20px;
}

.addon {
  margin: 20px -20px -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2d2d55;
  text-align: center;
}

.pricing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rsps-content {
  width: 80%;
  max-width: 1340px;
}

.price-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.text-block-7 {
  text-transform: uppercase;
}

.ds-product-images {
  margin-bottom: 10px;
}

.ipb-terms {
  margin-top: 40px;
  margin-bottom: 40px;
}

html.w-mod-js *[data-ix="show-content-onslide"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .nav {
    width: 100vw;
  }
  .nav-inner {
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature-content {
    padding-left: 0vw;
  }
  .feature-content.order {
    width: 50%;
  }
  .feature-content.services {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .wrapper.img-absolute {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap.absolute-box {
    top: 3%;
    width: 90%;
  }
  .wrap.software {
    width: 90%;
  }
  .wrap.lets-work-together {
    width: 80%;
  }
  .nav-link {
    margin-right: 10px;
    margin-left: 0px;
    padding: 30px 5px;
    font-size: 14px;
    font-weight: 400;
  }
  .nav-link:hover {
    box-shadow: none;
    color: #f71e67;
  }
  .nav-link.button.contact-button {
    min-width: auto;
    padding: 10px 20px;
  }
  .hero-content {
    overflow: visible;
    width: 90%;
    margin-top: 75px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap.icons {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }
  .footer {
    padding-top: 10px;
  }
  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-wrap {
    width: 70vw;
  }
  .menu-icon {
    color: #fff;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 240px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand {
    padding-left: 0px;
  }
  .heading-3 {
    line-height: 70px;
  }
  .heading-3.tagline {
    font-size: 24px;
    line-height: 35px;
  }
  .heading-3.back-text {
    left: 125px;
    top: -69px;
  }
  .heading-3.back-text.designer {
    top: 34px;
    font-size: 120px;
  }
  .heading-3.back-text.top {
    top: -55px;
    font-size: 100px;
  }
  .heading-3.about {
    margin-bottom: 0px;
  }
  .paragraph-2 {
    max-width: 100%;
  }
  .paragraph-2.smaller {
    max-width: 100%;
  }
  .paragraph-2.smaller.intro {
    max-width: 70%;
  }
  .hero-nav {
    margin-bottom: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .utility-page-wrap {
    height: 50vh;
  }
  .section.center {
    height: auto;
    padding-top: 0vh;
    padding-bottom: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-4 {
    font-size: 100px;
    line-height: 90px;
  }
  .software-block {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .software-div {
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .scroll-for-more {
    z-index: 10;
  }
  .slide-1 {
    height: 80vh;
  }
  .slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 10vh;
    margin-right: auto;
    margin-left: auto;
    padding-left: 4vw;
  }
  .slider-port {
    overflow: hidden;
    height: 80vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .slider-image-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    height: 650px;
  }
  .slider-image-right {
    position: absolute;
    left: 0px;
    top: 25%;
    right: 0px;
    display: block;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .contact-content {
    width: 90%;
    margin-top: 5vh;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .study-image-full {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about-content {
    width: 80%;
  }
  .section-about.center {
    height: auto;
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-contact.center {
    height: auto;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-bar-2 {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .logo-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-container.top-banner {
    width: 90%;
  }
  .header-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 70px;
  }
  .artwork-block {
    min-height: auto;
  }
  .art-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .art-grid.home {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .pricing-bg {
    padding-right: 5%;
    padding-left: 5%;
  }
  .pricing-slider-wrap {
    display: none;
  }
  .pricing-row {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hide-on-tablet {
    display: none;
  }
  .pricing-h2.no-padding {
    margin-bottom: 45px;
  }
  .pricing-contain {
    width: 25%;
  }
  .pricing-contain.enterprise-pricing-contain {
    display: block;
  }
  .pricing-contain.pro-pricing-contain {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .order-content {
    width: 90%;
    margin-top: 5vh;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .footer-box {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-col {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer-col.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-col.left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-footer {
    width: 100%;
  }
  .symbol-order {
    margin-top: 20px;
  }
  .accordion {
    padding-right: 8px;
    padding-left: 8px;
  }
  .extra-option-wrap {
    -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;
    font-size: 0.9em;
    line-height: 1.1em;
    text-align: left;
  }
  .collaborate-form-step {
    min-height: 565px;
  }
  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }
  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }
  .image-15 {
    display: none;
  }
  .terms {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .services-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .services-wrap.icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .slide-2 {
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .section-gradient {
    display: none;
  }
  .nav-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .feature-content.order {
    width: auto;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .feature-content.order.numbers {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .feature-content.services {
    width: auto;
    padding: 10px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .button.back-to-top {
    display: none;
  }
  .button.back-to-top.fa-icons.black {
    display: block;
  }
  .button.start-a-project {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .button.policy {
    display: block;
  }
  .button.policy.fa-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button.twitter {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap.absolute-box {
    padding-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }
  .wrap.software {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .wrap.lets-work-together {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .wrap.testimonial-block {
    width: 90%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .nav-link.button.contact-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-style: none;
  }
  .black-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-weight: 400;
    text-align: center;
  }
  .hero-content {
    margin-bottom: 5vh;
  }
  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap.icons {
    display: block;
    width: 70%;
    -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;
  }
  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
  }
  .black {
    font-weight: 600;
  }
  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .number {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #f71e67;
    line-height: 60px;
    font-weight: 700;
  }
  .menu-icon {
    font-size: 30px;
  }
  .nav-menu-2 {
    background-color: #15151d;
  }
  .heading-3.tagline {
    letter-spacing: 7px;
  }
  .heading-3.back-text {
    left: 2px;
    font-size: 120px;
  }
  .heading-3.back-text.designer {
    top: 31px;
    font-size: 120px;
  }
  .heading-3.back-text.top {
    top: -49px;
    font-size: 80px;
    line-height: 100px;
  }
  .heading-3.about {
    font-size: 60px;
  }
  .paragraph-2.smaller.intro {
    max-width: 90%;
  }
  .section.center {
    overflow: hidden;
    padding-bottom: 100px;
  }
  .heading-4 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 10vh;
    line-height: 9vh;
  }
  .software-block {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slider-content {
    display: block;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    text-align: center;
  }
  .slider-port {
    padding-top: 2vh;
  }
  .slider-image-right {
    top: 32%;
    right: auto;
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-content {
    margin-top: 0vh;
    margin-bottom: 5vh;
  }
  .section-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-content {
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .topbar.inline-link.first {
    display: none;
  }
  .balance {
    margin-left: 20px;
  }
  .header-container.top-banner {
    width: 95%;
  }
  .header-text {
    margin-top: 10px;
    line-height: 55px;
  }
  .artwork-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .art-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .testimonial {
    margin-bottom: 20px;
  }
  .pricing-feature {
    display: block;
  }
  .pricing-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-name {
    margin-bottom: 0px;
  }
  .hide-on-tablet {
    display: block;
  }
  .price-number {
    height: 42px;
  }
  .hover-price-number {
    height: 42px;
  }
  .pricing-h2 {
    font-size: 14px;
  }
  .pricing-h2.no-padding {
    margin-bottom: 30px;
  }
  .pricing-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pricing-contain {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .pricing-contain.enterprise-pricing-contain {
    width: 350px;
    margin-top: 5px;
    margin-left: 3px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .pricing-contain.scale-pricing-contain {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .pricing-contain.pro-pricing-contain {
    margin: 5px 2px;
  }
  .order-content {
    margin-top: 0vh;
    margin-bottom: 5vh;
  }
  .footer-col.right {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-links {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .wrap-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: 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;
  }
  .symbol-order {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }
  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .question-text {
    margin-top: 8px;
  }
  .wrap-feedback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-content {
    width: 100%;
  }
  .collaborate-form-step {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .privacy-block {
    margin-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrap-work {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-premade {
    display: none;
  }
  .services-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .services-wrap.icons {
    display: block;
    width: 70%;
    -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;
  }
  .case-study-bg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrap-job {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid.pricing {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h3 {
    font-size: 16px;
  }
  .nav-inner {
    width: 100vw;
    padding-right: 10px;
    padding-left: 20px;
  }
  .feature-content {
    width: auto;
  }
  .feature-content.order.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .feature-content.services {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .button {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .button.back-to-top.fa-icons.black {
    display: none;
  }
  .button.start-a-project {
    margin-bottom: 20px;
  }
  .button.start-a-project.multi {
    margin-right: 0px;
  }
  .button.policy {
    font-size: 16px;
  }
  .button.policy.fa-icons {
    font-size: 30px;
  }
  .button.twitter {
    margin-bottom: 20px;
  }
  .button.twitter.multi {
    margin-right: 0px;
  }
  .paragraph.case-study {
    text-align: left;
  }
  .paragraph.copy-right.right {
    margin-right: 0px;
    margin-left: 0px;
  }
  .wrapper.img-absolute {
    height: auto;
  }
  .wrap {
    padding-right: 5vw;
    padding-bottom: 10px;
    padding-left: 5vw;
  }
  .wrap.absolute-box {
    padding-top: 20px;
  }
  .wrap.lets-work-together {
    width: 100%;
  }
  .wrap.testimonial-block {
    width: 100%;
    margin-top: 10px;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link:hover {
    font-weight: 600;
  }
  .hero-content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap.icons.numbers {
    display: none;
    width: 100%;
  }
  .black {
    font-weight: 700;
  }
  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .slider-arrow {
    font-size: 24px;
  }
  .left-arrow {
    width: 15vw;
  }
  .right-arrow {
    width: 15vw;
  }
  .number {
    font-size: 40px;
  }
  .heading-3 {
    margin-top: 0px;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
  }
  .heading-3.tagline {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
  }
  .heading-3.tagline.order {
    text-align: center;
  }
  .heading-3.back-text {
    top: -9px;
    font-size: 80px;
    line-height: 80px;
  }
  .heading-3.back-text.designer {
    top: 16px;
    font-size: 70px;
    text-align: center;
  }
  .heading-3.back-text.contact {
    top: -14px;
    font-size: 80px;
    line-height: 70px;
    text-align: center;
  }
  .heading-3.back-text.top {
    top: -20px;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }
  .heading-3.tagline-large {
    font-size: 30px;
    text-align: center;
  }
  .heading-3.about {
    font-size: 34px;
  }
  .paragraph-2.smaller.intro {
    max-width: 95%;
  }
  .white-para {
    position: relative;
  }
  .white-para.test {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-nav {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .utility-page-content {
    width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .section.center {
    padding-bottom: 10vh;
  }
  .heading-4 {
    font-size: 6vh;
    line-height: 6vh;
  }
  .software-block {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .software-div {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .scroll-for-more {
    z-index: 10;
  }
  .mask {
    height: 100vh;
  }
  .slide-1 {
    height: 100vh;
  }
  .slider-content {
    width: 90%;
    margin-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .slider-port {
    height: 100vh;
    padding-top: 5vh;
  }
  .slider-image-right {
    top: 45%;
    right: auto;
    width: auto;
    height: auto;
  }
  .contact-content {
    margin-top: 0vh;
    padding: 0vh 0vw;
  }
  .left-arrow-2 {
    top: 90px;
    margin-left: 0px;
  }
  .right-arrow-2 {
    top: 90px;
    margin-right: 0px;
  }
  .header-section.case-3 {
    background-position: 0px 0px, 50% 50%;
  }
  .header-section.case-4 {
    background-position: 0px 0px, 50% 50%;
  }
  .study-image-full {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .section-about.center {
    padding-bottom: 20px;
  }
  .section-contact.center {
    padding-bottom: 5vh;
  }
  .topbar.inline-link {
    margin-bottom: 10px;
  }
  .topbar.inline-link.first {
    display: none;
    margin-right: 0px;
  }
  .balance {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-block {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .header-container.top-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  .header-text {
    margin-top: 0px;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
  }
  .section-title {
    font-size: 30px;
    line-height: 30px;
  }
  .art-grid {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .mask-2 {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .pricing-h2 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .pricing-contain {
    max-width: 400px;
    min-width: 0px;
  }
  .pricing-contain.enterprise-pricing-contain {
    position: relative;
    z-index: 2;
  }
  .pricing-contain.scale-pricing-contain {
    position: relative;
    z-index: 1;
  }
  .contact-form {
    position: relative;
    z-index: 10;
    background-color: rgba(14, 14, 20, 0.99);
  }
  .about-contact.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cookie-policy {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .order-form-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-col {
    margin-bottom: 0px;
  }
  .footer-col.left {
    margin-top: 10px;
  }
  .footer-links {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wrap-footer {
    padding-right: 5vw;
    padding-bottom: 10px;
    padding-left: 5vw;
  }
  .review-slides {
    margin-right: 0px;
  }
  .symbol-order {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .accordion-body {
    padding-left: 56px;
  }
  .accordion-body.js-accordion-body {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .accordion_item-image {
    width: 30px;
  }
  .icon {
    margin-right: 10px;
  }
  .wrap-feedback {
    padding-right: 5vw;
    padding-bottom: 10px;
    padding-left: 5vw;
  }
  .extra-option-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-content {
    width: 100%;
  }
  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 40px 10px;
  }
  .mask-3 {
    position: static;
    height: 100%;
  }
  .form-wrapper {
    padding: 0px;
  }
  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }
  .submit-button-2 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }
  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }
  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    font-size: 1em;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .next {
    margin-bottom: 50px;
  }
  .checkbox-wrapper {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }
  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }
  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .form-title-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .privacy-block {
    margin-top: 30px;
  }
  .wrap-work {
    padding-right: 5vw;
    padding-bottom: 10px;
    padding-left: 5vw;
  }
  .terms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-job {
    padding-right: 5vw;
    padding-bottom: 10px;
    padding-left: 5vw;
  }
  .slide-2 {
    height: 100vh;
  }
  .grid.pricing {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-31f084f4440f-bc7350b7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ff60ed7ba6b1-bc7350b7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}


::-webkit-scrollbar {
    width: 14px;
  background: #101018;
}
 
::-webkit-scrollbar-track {
  background: #101018;
}
 
::-webkit-scrollbar-thumb {
    background: #f71e67;
}  
  
  .w-slider-dot {
    background-color: #545484;
  }
  
  .w-slider-dot.w-active {
    background-color: #f71e67;
}
  
 .w-input, .w-select {
    color: #cccccc;
    background-color: #23232c;
    border: 1px solid #383850;
}
  
/************ ADD YOUR VALUES BELOW ************/
:root {
	/* ----------- Colors ----------- */
	--list-bg-color: white;
  --list-text-color: inherit; /* Use "inherit" to take on parent text color */
  --select-field-arrow-color: black; /* This is the select field arrow color */
  --border-color-active: black; /* Active State */
  --border-color-hover: #f71e67; /* Select Field could be the same as your form field border color */
  --list-item-bg-color: #26262e; /* Select Field Hover/Focus State */
  
  /* ----------- Spacing ----------- */
  --select-field-padding-left: 12px; /* Match the padding values for your form fields */
  --select-field-padding-right: 12px; /* Match the padding values for your form fields */
  --list-padding-top-bottom: 10px; /* This is the top and bottom padding for the dropdown list */
  --list-max-height: 150px; /* You can set this to "Auto" as well */
  --list-item-padding-left: 18px; 
  --list-item-padding-right: 18px;
  --list-item-min-height: 40px; /* This is the height of each list item in the dropdown */
  --list-item-line-height: 40px; /* This is the height of each list item in the dropdown */
  						
           /* ^^^  Make sure both "line-height" and "min-height" are the same! ^^^  */
}
/************ END OF CUSTOM VALUES ************/



.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  padding-left: var(--select-field-padding-left);
  padding-right: var(--select-field-padding-right);
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; 
}


.nice-select:hover {
  border-color: var(--border-color-hover); 
}


.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: var(--border-color-active);
}


.nice-select:after {
  border-bottom: 2px solid var(--select-field-arrow-color);
  border-right: 2px solid var(--select-field-arrow-color);
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; 
}


.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); 
}


.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); 
}


.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; 
}


.nice-select.disabled:after {
  border-color: #cccccc; 
}


.nice-select.wide {
  width: 100%; 
}


.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; 
}


.nice-select.right {
  float: right; 
}


.nice-select.right .list {
  left: auto;
  right: 0; 
}


.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; 
}


.nice-select.small:after {
  height: 4px;
  width: 4px; 
}


.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; 
}


.nice-select .list {
  background-color: var(--list-bg-color);
  color: var(--list-text-color);
  border-radius: 5px;
  box-shadow: 0 7px 20px 0px rgba(68, 68, 68, 0.11);
  border-color: 3px solid #ededed;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: var(--list-padding-top-bottom) 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: var(--list-max-height);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; 
}


.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; 
}


.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: var(--list-item-line-height);
  list-style: none;
  min-height: var(--list-item-min-height);
  outline: none;
  padding-left: var(--list-item-padding-left);
  padding-right: var(--list-item-padding-right);
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:first-child {
	display: none;
}

span.current {
	color: var(--list-text-color);
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--list-item-bg-color);
}

.nice-select .option.selected {
  font-weight: bold; 
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; 
}

.no-csspointerevents .nice-select .list {
display: none; 
}

.no-csspointerevents .nice-select.open .list {
display: block; 
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

