body {
  font-family: Aileron, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 0rem;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.25rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 0.25rem;
  text-align: center;
}

.form-message-success {
  padding: 1.25rem;
}

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

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  margin-top: 0.5rem;
  padding: 5rem;
  background-color: #f5f5f5;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  padding: 0.75rem 1.25rem;
  -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: #386eec;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.heading-large {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.z-1 {
  position: relative;
  z-index: 1;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, 0.2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.form-wrapper {
  margin-bottom: 0rem;
}

.text-style-muted {
  opacity: 0.6;
}

.text-size-small {
  font-size: 0.875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.text-rich-text p {
  margin-bottom: 0.75rem;
}

.text-rich-text blockquote {
  margin-bottom: 0.75rem;
}

.text-rich-text ul {
  margin-bottom: 0.75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -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;
}

.heading-xlarge {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  background-color: transparent;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.text-style-quote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0rem;
  padding: 0rem;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: grey;
}

.form-radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form-radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -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;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.utility_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -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_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility_form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility_image {
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.button-secondary {
  padding: 0.75rem 1.25rem;
  -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: 0.125rem solid #386eec;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.button-text {
  padding: 0.75rem 1.25rem;
  -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: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.margin-tiny {
  margin: 0.125rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0rem;
}

.padding-0 {
  padding: 0rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-left {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}

.margin-right {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.padding-top {
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.padding-bottom {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-left {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

.padding-right {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-horizontal {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.heading-xsmall {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6;
}

.hero_section {
  background-color: #434dff;
}

.hero_header {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: visible;
}

.nav_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5vh 3.75rem 5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.nav_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 10rem;
}

.ul {
  text-align: left;
}

.nav_txt {
  font-size: 0.89rem;
  font-weight: 400;
}

.li.margin_bottom {
  margin-bottom: 3px;
}

.nav_txt-semi {
  font-weight: 600;
}

.nav_button-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav_button-1:hover {
  -webkit-transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav_txt-small {
  margin-right: 0.5rem;
  opacity: 0.88;
  font-size: 0.7rem;
  font-weight: 400;
}

.container {
  padding-right: 5vw;
  padding-left: 5vw;
}

.container.stage-container {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.container.is--about {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  width: 100%;
  height: 70vh;
  margin-top: 12.5rem;
}

.stage {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5vw;
  padding-right: 4vw;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: 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;
  text-align: center;
}

.stage.hide {
  display: none;
}

.wrap {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotateX(0deg) rotateY(-45deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-45deg) rotateZ(0deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: all 375ms cubic-bezier(.25, .46, .45, .94);
  transition: all 375ms cubic-bezier(.25, .46, .45, .94);
  text-align: right;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wrap:hover {
  -webkit-transform: rotateX(0deg) rotateY(-35deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-35deg) rotateZ(0deg);
}

.big_txt {
  position: relative;
  z-index: -1;
  display: inline-block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Drukwide super web', sans-serif;
  color: #000;
  font-size: 11vw;
  line-height: 0.9;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
}

.big_txt.first {
  position: relative;
}

.big_txt-link {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.big_txt-link.hover {
  -webkit-transform: rotateX(0deg) rotateY(14deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(14deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.stage_perspective {
  width: 100%;
  height: 100vh;
}

.projects {
  position: relative;
  width: 95%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  text-align: right;
}

.projects_li {
  margin-right: 0px;
  margin-bottom: 3vw;
  margin-left: auto;
  padding-bottom: 0px;
}

.projects_li:last-child {
  margin-bottom: 0vw;
}

.logo_wrap-ab {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  margin-bottom: 6.25rem;
  margin-left: 3.75rem;
  padding-bottom: 0px;
  border-radius: 0px;
  opacity: 1;
}

.logo_txt {
  font-family: 'Druk wide', sans-serif;
  font-size: 2.6rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.about_section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: rgba(105, 24, 255, 0.84);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.about_grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.8fr 1fr 1fr;
  grid-template-columns: 1.8fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.about_items {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.about_items.is--first {
  grid-row-gap: 24px;
}

.about_items.is-2nd {
  grid-row-gap: 16px;
}

.about_heading {
  width: 700px;
  font-size: 1.875rem;
  font-weight: 600;
}

.about_para {
  font-size: 1.5rem;
  line-height: 1.3;
}

.about_title {
  font-size: 1.2rem;
  font-weight: 600;
}

.about_tag {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.tags_wrap {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2px;
}

.tags_wrap.is--extra-padding {
  padding-bottom: 25px;
}

.about_tag-p {
  display: block;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 0.89rem;
  font-weight: 400;
}

.about_close-butn-parent {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 60px;
}

.about_cloe-butn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: 60px;
  margin-right: 60px;
  -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;
}

.close_butn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  cursor: pointer;
}

.close_line {
  position: absolute;
  z-index: 3;
  width: 25px;
  height: 1.8px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close_line.is--negative {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close_butn-bg {
  position: absolute;
  width: 0%;
  height: 0%;
  border-radius: 100vw;
  background-color: #4801ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.ul-2 {
  text-align: left;
}

.credits {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.nav_container-desktop-tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 2.5vh 3.75rem 5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.nav_container-mobile {
  position: relative;
  display: none;
  padding: 2.5vh 3.75rem 5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -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;
}

.mobile-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  z-index: 2;
  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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.nav_button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav_button-2:hover {
  -webkit-transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav_line {
  position: static;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 4rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav_line-wrapper {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 1px;
  margin-right: -115%;
  -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;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hero-heading-left {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

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

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

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

.intro-description {
  padding-top: 2em;
  padding-bottom: 1.7em;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-right: auto;
  margin-left: auto;
}

.container-w3.gutter-outside {
  background-color: transparent;
}

.title1 {
  background-image: linear-gradient(135deg, #ffc15c, #fffbe6 84%);
  font-size: 4.25em;
  line-height: 1.1em;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-intro {
  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;
  background-color: transparent;
}

.p-xl-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0em;
  padding-right: 30px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p-xl-start.p-xl-end {
  height: 500px;
  padding-top: 2em;
  background-color: transparent;
}

.tutorial-link {
  display: inline-block;
  padding: 1em 2.1em;
  border: 2px solid #000;
  border-radius: 999em;
  background-color: #000;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  color: #edebd1;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.tutorial-link:hover {
  padding-right: 3.5em;
  padding-left: 3.5em;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.copy-medium {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 400;
}

.ipad-mockup {
  position: relative;
  overflow: visible;
}

.screenshot-scroll {
  width: 100%;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-right: auto;
  margin-left: auto;
}

.container-w2.gutter-outside {
  padding-right: 100px;
  padding-left: 100px;
  background-color: transparent;
}

.section-tablet-scroll-animation {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.ipad-screen {
  position: absolute;
  left: 3%;
  top: 4%;
  z-index: 1;
  width: 93.8%;
  height: 91.6%;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.ipad-screen.overflow-hidden {
  overflow: hidden;
}

.p-sm-start {
  padding-top: 3em;
}

.infotext {
  color: #7d7d7d;
  font-size: 0.875em;
  line-height: 1.4em;
}

._3d-tablet-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.ipad-shape {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: transparent;
}

.tablet-mockup-animation {
  position: relative;
  z-index: 2;
  background-color: transparent;
}

.wow-heading {
  margin-bottom: 0.1em;
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
}

.wow-heading.wow-gradient {
  display: block;
  width: auto;
  margin-right: -10px;
  margin-bottom: 0.1em;
  padding-right: 0px;
  padding-bottom: 0.2em;
  padding-left: 0px;
  background-color: #fff;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wow-heading.wow-gradient.big {
  display: block;
  font-size: 6em;
}

.wow-heading.wow-gradient.title {
  font-size: 5em;
  font-weight: 600;
}

.wow-heading.wow-gradient.title.sub {
  padding-right: 379px;
  font-size: 3em;
}

.wow-heading.wow-gradient.title.sub.text {
  padding-right: 492px;
  font-size: 2em;
  font-weight: 400;
}

.wow-heading.wow-gradient.textscris {
  display: block;
  margin-right: -10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
}

.wow-heading.wow-gradient.texth {
  text-align: left;
}

.wow-heading.wow-gradient.foot3 {
  display: block;
  padding-top: 2.5em;
  font-size: 1.5em;
  text-align: left;
}

.wow-heading.wow-gradient.foot5r {
  display: block;
  padding-top: 1em;
  font-size: 1.5em;
  text-align: left;
}

.wow-heading.wow-gradient.textmij {
  display: block;
  font-size: 3em;
}

.wow-heading.wow-gradient.fluturasi {
  display: block;
  font-size: 2em;
}

.wow-heading.wow-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.1em;
  padding-bottom: 0.2em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  font-size: 1em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.wow-heading.wow-gradient.text {
  font-size: 1em;
}

.wow-heading.wow-gradient.back {
  -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;
}

.wow-heading.wow-gradient.foo7r {
  display: block;
  font-size: 1.5em;
  text-align: left;
}

.wow-heading.titlumare {
  background-color: transparent;
}

.wow-heading.titlumare.wow-gradient {
  display: block;
  background-color: transparent;
  font-size: 3em;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-tutorial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15em;
  padding-bottom: 15em;
  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;
  background-color: transparent;
}

.p-sm-end {
  padding-bottom: 3em;
}

.title2 {
  font-size: 3.375em;
  line-height: 1.1em;
  font-weight: 600;
}

.iphone-gui {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.phone-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 400px;
  margin-left: 175px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.phone-wrapper._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 800px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  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;
}

.bottom-toggles {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-right: 46px;
  padding-left: 46px;
  -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;
}

.phone-lockscreen-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.status-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 12px;
  padding-right: 22px;
  padding-left: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.status-icon {
  padding-right: 4px;
  padding-left: 4px;
}

.bottom-bar {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 8px;
  width: 135px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #fefefe;
}

.phone-time {
  position: relative;
  margin-top: 90px;
  font-size: 80px;
  line-height: 95.5px;
  font-weight: 200;
  letter-spacing: -0.01px;
}

.phone-time.smaller {
  display: none;
  margin-top: 0px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.004375rem;
}

.phone-content-wrapper {
  position: absolute;
  left: 15px;
  top: 13px;
  right: 16px;
  bottom: 18px;
  z-index: -1;
  overflow: hidden;
  -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;
  border-radius: 20px;
}

.phone-lock-lottie {
  position: absolute;
  left: auto;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 65px;
  -webkit-filter: brightness(500%);
  filter: brightness(500%);
}

.phone-lockscreen {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  overflow: hidden;
  -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-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.phone-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.phone-content.lockscreen {
  position: static;
  z-index: 2;
}

.phone-date {
  font-size: 21px;
  line-height: 25.06px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1.52px;
}

.phone-mockup {
  position: relative;
  z-index: 1;
  display: block;
  max-height: 85vh;
}

.update-date-time {
  display: none;
}

.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -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;
}

.heading {
  margin: 162px auto auto;
  font-size: 100px;
  line-height: 100px;
  text-align: left;
}

.left-side-heading {
  width: 1010px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subheading {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.76;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}

.text-block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
  opacity: 0.59;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.hero-heading {
  display: block;
  padding-top: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
}

.chalkboard-background {
  display: block;
  overflow: visible;
  height: 100vh;
}

.chalkboard-background.phoneonly {
  display: none;
}

.label {
  position: relative;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  margin-bottom: 25px;
  padding: 36px 63px 36px 19px;
  -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;
  background-color: #a50000;
  font-size: 40px;
}

.label.yellow {
  z-index: 90;
  background-color: #adadad;
}

.text-block-3 {
  position: static;
  max-width: 50%;
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
}

.label-container {
  width: 300px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.button-2 {
  padding: 16px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.36);
  border-radius: 7px;
  background-color: hsla(208, 0%, 86%, 0.27);
  font-size: 20px;
}

.phone {
  z-index: 100;
  display: inline-block;
}

.site-container {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.body {
  background-color: #000;
}

.blog-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 76%;
  height: 80vh;
  margin-top: 5vh;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.active-blog {
  position: absolute;
  z-index: -1;
  width: 104%;
  height: 104%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-image: linear-gradient(256deg, #434dff, #1e90ff);
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.25);
}

.dot-time {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.dot-time.last {
  margin-right: 0px;
}

.dot-time.active {
  background-color: #1e90ff;
}

.device {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  border-radius: 16% 16% 0px 0%;
  background-color: transparent;
  background-image: url('../images/Phone-1-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.video-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 6%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 80px 80px 0px 0px;
}

.video {
  position: static;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(111deg, rgba(0, 0, 0, 0.05), hsla(0, 0%, 100%, 0.25) 52%, hsla(0, 0%, 100%, 0) 76%);
}

.video.road {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 130%;
}

.video.water-fall {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 130%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.video.front {
  height: 130%;
}

.video.road {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.video.water-fall {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.device-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 94%;
  margin-top: 6%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  border-radius: 16% 16% 0px 0%;
  background-color: #121212;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.25);
  opacity: 0.76;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.dot-top {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.dot-top.last {
  margin-right: 0px;
}

.cc-junbo-h1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #434dff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 800;
  text-shadow: 17px 11px 20px #000;
}

.story {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 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;
  background-image: linear-gradient(355deg, rgba(0, 0, 0, 0.3), transparent 24%, transparent 79%, rgba(0, 0, 0, 0.4));
}

.story.front {
  z-index: 9;
  margin-top: 6%;
  padding-right: 50px;
  padding-bottom: 18px;
  padding-left: 50px;
  background-image: none;
}

.story.front._1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.story.front._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
}

.story.front._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
}

.story.front._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
}

.like-full {
  position: absolute;
  display: none;
  overflow: visible;
}

.time-line {
  position: static;
  left: 0%;
  top: auto;
  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;
}

.like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
}

.cc-small {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 9px;
  line-height: 8px;
  text-align: left;
}

.background-video {
  display: inline-block;
  height: 100%;
  max-height: 125%;
  padding-top: 3px;
  padding-right: 0px;
  padding-left: 0px;
}

.background-video._2 {
  padding-left: 0px;
}

.video-mock-up {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 100%;
  margin-top: 0%;
}

.user-photo {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  border-radius: 12px;
  background-image: url('../images/mor-and-ilya-2-2.png');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.user-photo.small {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 10px;
}

.video-blog-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 10px;
}

.user-block {
  position: static;
  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;
}

.video-blog-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 5vh;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-4 {
  position: relative;
  overflow: visible;
  width: 50%;
  height: auto;
  margin-top: 5vh;
  margin-left: 0%;
  padding-top: 0vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.like-wrap {
  position: relative;
  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;
}

.video-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 170px;
  margin-right: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/Simulator-Screen-Shot---iPhone-13-Pro-Max---2022-08-17-at-19.27.06.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/Simulator-Screen-Shot---iPhone-13-Pro-Max---2022-08-17-at-19.27.06.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-filter: saturate(149%);
  filter: saturate(149%);
  cursor: pointer;
}

.video-blog.laos {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/Simulator-Screen-Shot---iPhone-13-Pro-Max---2022-09-07-at-19.49.42.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/Simulator-Screen-Shot---iPhone-13-Pro-Max---2022-09-07-at-19.49.42.png');
  background-position: 0px 0px, 100% 50%;
  -webkit-filter: none;
  filter: none;
}

.video-blog.road {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/Simulator-Screen-Shot---iPhone-13-Pro-Max---2022-08-17-at-19.55.33-min.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/Simulator-Screen-Shot---iPhone-13-Pro-Max---2022-08-17-at-19.55.33-min.png');
  background-position: 0px 0px, 50% 50%;
  -webkit-filter: saturate(114%);
  filter: saturate(114%);
}

.user-text {
  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;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 105vh;
  background-image: url('../images/My-project-1-2.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-filter: saturate(171%) blur(12px);
  filter: saturate(171%) blur(12px);
}

.bg.road {
  z-index: -1;
  background-image: url('../images/My-project-1.png');
  background-position: 100% 50%;
  -webkit-filter: brightness(57%) saturate(149%) blur(12px);
  filter: brightness(57%) saturate(149%) blur(12px);
}

.bg.waterfall {
  position: absolute;
  top: 0%;
  bottom: 0%;
  z-index: -1;
  float: none;
  background-image: url('../images/Water-Falls.png');
  background-position: 100% 0%;
  background-size: 2000px;
  -webkit-filter: brightness(86%) saturate(100%) blur(10px);
  filter: brightness(86%) saturate(100%) blur(10px);
}

.bg.waterfall {
  z-index: -1;
  background-image: url('../images/My-project-1-1.png');
  background-position: 100% 0%;
  background-size: 2000px;
  -webkit-filter: brightness(86%) saturate(100%) blur(10px);
  filter: brightness(86%) saturate(100%) blur(10px);
}

.section {
  background-color: transparent;
}

.wraper {
  position: static;
  width: 100%;
  max-width: none;
  margin-top: 20%;
  padding-top: 0px;
}

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

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  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;
}

.soacial-wrap {
  width: 50%;
}

.heding-wrap {
  margin-bottom: 0px;
  margin-left: 40px;
  text-align: left;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffefcd;
}

.icon {
  display: block;
  margin-right: 9px;
  padding: 0px 4px 4px;
}

.footer-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 20px;
  -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: transparent;
  text-align: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -120px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  color: #939393;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.big {
  color: #f6f5f5;
  font-size: 18px;
  line-height: 32px;
}

.button-3 {
  padding: 12px 24px;
  background-color: #1e90ff;
  font-weight: 700;
}

.button-3.cc-geadient-pulm {
  background-image: linear-gradient(231deg, #764ba2, #667eea);
}

.button-3.cc-geadient-pulm.radius {
  background-color: #434dff;
  background-image: none;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-3.cc-geadient-pulm.radius:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button-3.cc-geadient-pulm.radius {
  background-image: linear-gradient(231deg, #764ba2, #667eea);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button-3.cc-geadient-pulm.radius:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-wrap {
  position: static;
  width: 90%;
  max-width: none;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo {
  position: relative;
  border-radius: 50%;
}

.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  -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;
}

.sticky-nav {
  position: static;
  top: 0px;
  z-index: 9999;
  padding: 16px 20px;
  background-color: transparent;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #ccc;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-blog-2 {
  position: absolute;
  z-index: -1;
  width: 104%;
  height: 104%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 77, 255, 0.3)), to(rgba(67, 77, 255, 0.3)));
  background-image: linear-gradient(180deg, rgba(67, 77, 255, 0.3), rgba(67, 77, 255, 0.3));
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.25);
}

.cc-junbo-h1-2 {
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 800;
}

.hero-heading-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
}

.bold-text {
  display: inline;
}

.link {
  display: inline-block;
  overflow: visible;
  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;
  border-radius: 0px;
  color: transparent;
}

.swiper-button-prev {
  position: absolute;
  left: 0px;
  width: 4vw;
  height: 4vw;
  min-height: 4vw;
  min-width: 4vw;
  margin-left: 12vw;
  border-radius: 50%;
  background-color: rgba(255, 239, 205, 0.9);
  background-image: url('../images/arrow.svg');
  background-position: 55% 50%;
  background-size: 25%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
}

.swiper-button-prev:hover {
  background-color: #ffefcd;
}

.body2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a1b0bf));
  background-image: linear-gradient(180deg, #fff, #a1b0bf);
  -webkit-perspective: 50vw;
  perspective: 50vw;
}

.body2.c {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-right: 50%;
  padding-bottom: 0px;
  padding-left: 50%;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: none;
}

.h1-box {
  position: absolute;
  opacity: 0.67;
  -webkit-perspective: 50vw;
  perspective: 50vw;
  -webkit-transform: translate(-18vw, 13vw) rotateX(50deg) rotateY(-5deg) rotateZ(20deg);
  transform: translate(-18vw, 13vw) rotateX(50deg) rotateY(-5deg) rotateZ(20deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper {
  position: absolute;
  left: -50%;
  top: -50%;
  overflow: hidden;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.swiper-button-next {
  position: absolute;
  right: 0px;
  width: 4vw;
  height: 4vw;
  min-height: 4vw;
  min-width: 4vw;
  margin-right: 12vw;
  border-radius: 50%;
  background-color: rgba(255, 239, 205, 0.9);
  background-image: url('../images/arrow.svg');
  background-position: 55% 50%;
  background-size: 25%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
}

.swiper-button-next:hover {
  background-color: #ffefcd;
}

.button-box {
  position: absolute;
  left: -50%;
  top: 30%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  overflow: visible;
  width: 9vw;
  height: 9vw;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  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;
  border-radius: 0px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  text-align: left;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-box:hover {
  letter-spacing: 1.5px;
}

.tablet-screen {
  position: absolute;
  left: 1vw;
  top: 1vw;
  right: 1vw;
  bottom: 1vw;
  overflow: hidden;
  border-radius: 0.5vw;
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.tablet22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 32vw;
  -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-transform: translate(0vw, -3vw) rotateX(50deg) rotateY(-5deg) rotateZ(20deg);
  transform: translate(0vw, -3vw) rotateX(50deg) rotateY(-5deg) rotateZ(20deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tablet-shadow {
  position: absolute;
  left: -1%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 1.5vw;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(36, 43, 51, 0.6)), to(rgba(36, 43, 51, 0.9)));
  background-image: linear-gradient(270deg, rgba(36, 43, 51, 0.6), rgba(36, 43, 51, 0.9));
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.tablet-face {
  position: absolute;
  left: 0%;
  top: -5%;
  right: 0%;
  bottom: 5%;
  height: 32vw;
  border: 0.1vw solid #eee;
  border-radius: 1.5vw;
  background-color: #17181a;
}

.button2222 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-style: solid;
  border-width: 0.25vw;
  border-color: #ffefcd;
  border-radius: 50%;
  background-color: rgba(27, 27, 27, 0.5);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #ffefcd;
  font-size: 1.5vw;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

.button2222:hover {
  background-color: #000;
  color: #ffefcd;
  letter-spacing: 1.2px;
}

.swiper-slide {
  min-height: 100%;
  min-width: 100%;
}

.tablet-shine {
  position: absolute;
  left: 100%;
  top: -100%;
  right: -100%;
  bottom: 50%;
  z-index: 3;
  background-image: radial-gradient(circle closest-side at 50% 50%, #fff, hsla(0, 0%, 100%, 0.5) 33%, hsla(0, 0%, 100%, 0));
  opacity: 0.75;
}

.tablet-edge {
  position: absolute;
  left: -1%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 1.5vw;
  background-color: #666;
  background-image: -webkit-gradient(linear, right top, left top, from(#707780), color-stop(3%, #929ba6), color-stop(100%, #707780), to(#707780));
  background-image: linear-gradient(270deg, #707780, #929ba6 3%, #707780 100%, #707780);
}

.button-edge {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 0.25vw;
  border-color: rgba(50, 79, 111, 0.75);
  border-radius: 50%;
}

.tablet-pan-trigger {
  position: absolute;
  left: 0%;
  top: -5%;
  right: 0%;
  bottom: 5%;
  display: block;
  overflow: hidden;
  border-radius: 1.5vw;
  -webkit-transform: translate3d(0px, 0px, 1vw);
  transform: translate3d(0px, 0px, 1vw);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.h122 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #ffefcd;
  font-size: 5vw;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 hsla(0, 0%, 100%, 0.5);
}

.tablet-body {
  position: absolute;
  left: 0%;
  top: -5%;
  right: 0%;
  bottom: 5%;
  z-index: -1;
  -webkit-transform: translate3d(0px, 0px, -1vw);
  transform: translate3d(0px, 0px, -1vw);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.console--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.color-f {
  color: #de7300;
}

.color-c {
  color: #74b087;
}

.console {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  border-radius: 15px;
  background-color: #141414;
  box-shadow: 0 20px 20px -3px rgba(0, 0, 0, 0.15);
}

.console.html {
  left: -25%;
  margin-bottom: 50px;
  border-radius: 15px;
}

.console.js {
  left: -20%;
  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;
}

.console.scss {
  left: -10%;
  margin-bottom: 50px;
}

.color-e {
  color: #9f8198;
}

.console--top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.color-a {
  color: #a88038;
}

.paragraph-2 {
  color: #ccc;
}

.typed-words {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  -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;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  margin-top: 48px;
}

.form-submit-button {
  padding: 20px 24px;
  border-radius: 0px 15px 15px 0px;
  background-color: #434dff;
  font-weight: 700;
}

.form-submit-button.button {
  display: inline-block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
}

.console-wrapper {
  width: 40%;
  height: 100%;
  margin-left: 100px;
  -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;
}

.text-field {
  min-height: 70px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 15px 0px 0px 15px;
  letter-spacing: 1px;
}

.text-field::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
}

.text-field:-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}

.text-field::-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}

.text-field::placeholder {
  color: #000;
  font-weight: 700;
}

.console--inner {
  width: 100%;
  height: 100%;
}

.console--p {
  font-size: 14px;
  line-height: 23px;
}

.console--heading {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.console--icon-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.page-content {
  width: 50%;
  margin-right: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.color-d {
  color: #7a99ad;
}

.form-block {
  margin-top: 30px;
  margin-bottom: 50px;
}

.color-b {
  color: #e1ca72;
}

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

.console--heading-wrapper {
  position: relative;
  left: 0px;
  margin-right: auto;
}

.body-2 {
  background-color: #0e0e0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 14, 14, 0.8)), to(rgba(14, 14, 14, 0.8))), url('../images/Group-65.svg');
  background-image: linear-gradient(180deg, rgba(14, 14, 14, 0.8), rgba(14, 14, 14, 0.8)), url('../images/Group-65.svg');
  background-position: 0px 0px, 50% 50%;
}

.heading-3 {
  color: #434dff;
}

.user-photo-2 {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  border-radius: 12px;
  background-image: url('../images/mor-and-ilya-2-2.png');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.user-photo-2.small {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 10px;
}

.device-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  border-radius: 16% 16% 0px 0%;
  background-color: transparent;
  background-image: url('../images/Phone-1-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.background-video-2 {
  height: 100%;
}

.bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 105vh;
  background-image: url('../images/My-project-1-2.png');
  background-position: 50% 0%;
  background-size: 540px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-filter: saturate(171%) blur(12px);
  filter: saturate(171%) blur(12px);
}

.bg-2.waterfall {
  z-index: -1;
  background-image: url('../images/My-project-1.png');
  background-position: 100% 0%;
  background-size: 540px;
  -webkit-filter: brightness(86%) saturate(100%) blur(10px);
  filter: brightness(86%) saturate(100%) blur(10px);
}

.bg-2.road {
  z-index: -1;
  background-image: url('../images/My-project-1-1.png');
  background-position: 100% 50%;
  background-size: 540px;
  -webkit-filter: brightness(57%) saturate(149%) blur(12px);
  filter: brightness(57%) saturate(149%) blur(12px);
}

.video-blog-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 170px;
  margin-right: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 8px;
  background-image: url('../images/My-project-1-2.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: saturate(149%);
  filter: saturate(149%);
  cursor: pointer;
}

.video-blog-2.road {
  background-image: url('../images/My-project-1-1.png');
  background-position: 50% 50%;
  -webkit-filter: saturate(114%);
  filter: saturate(114%);
}

.video-blog-2.laos {
  background-image: url('../images/My-project-1.png');
  background-position: 100% 50%;
  -webkit-filter: none;
  filter: none;
}

.video-blog-wrap-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 5vh;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-subtitle-cf1 {
  color: rgba(67, 77, 255, 0.8);
}

.contact-form-wrapper {
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.text-field-cf1 {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f6fc #f4f6fc transparent;
  border-radius: 17px;
  background-color: #f4f6fc;
  font-size: 16px;
  text-align: left;
}

.text-field-cf1.big {
  height: 100px;
}

.error-message-cf1 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-cf1 {
  margin-top: 20px;
}

.form-title-cf1 {
  color: #434dff;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button-cf1 {
  margin-top: 20px;
  margin-right: 30px;
  padding: 10px 50px;
  border-radius: 17px;
  background-color: #434dff;
  box-shadow: 0 12px 20px -3px #d6d5ff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  font-size: 15px;
  font-weight: 600;
}

.submit-button-cf1:hover {
  background-color: #5b5ac6;
  box-shadow: 0 12px 20px -3px #bdbcee;
}

.field-label-cf1 {
  margin-top: 20px;
  color: rgba(67, 77, 255, 0.8);
}

.success-message-cf1 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  background-color: rgba(91, 90, 198, 0.07);
  color: #5b5ac6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.body-3 {
  background-color: #000;
}

._1 {
  margin-top: 20px;
  margin-right: 30px;
  padding: 10px 50px;
  border-radius: 17px;
  background-color: #434dff;
  box-shadow: 0 12px 20px -3px #d6d5ff;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 15px;
  font-weight: 600;
}

.name {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.name.position {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
}

.name.position.small {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #adafb2;
  font-weight: 300;
}

.shot_container {
  margin-top: 25px;
}

.links {
  padding-left: 20px;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 36px;
  margin: auto auto 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;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #434dff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.button-4.secondary {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-4.home {
  margin-top: 30px;
}

.footnote {
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: 12px;
  color: #47525d;
  font-size: 10px;
  font-weight: 300;
}

.link_text {
  display: inline-block;
}

.link_text.small {
  color: #adafb2;
  font-size: 12px;
}

.link_text.small.company {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}

.link_text.date {
  margin-top: 3px;
  color: #ccc;
  font-size: 12px;
}

.top_margin {
  margin-top: 25px;
  line-height: auto;
}

.profile_pic {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.user_container {
  padding: 30px 20px;
  border-radius: 10px 0px 0px 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.user_container._111 {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #434dff), to(#000));
  background-image: linear-gradient(180deg, #434dff 50%, #000);
}

.user_container._224 {
  border-radius: 0px 10px 10px 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #434dff), to(#000));
  background-image: linear-gradient(180deg, #434dff 50%, #000);
  color: #fff;
}

.dribblegithub {
  margin-top: 45px;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}

.separator.smaller {
  width: 95%;
}

.social_contact {
  margin: 10px 10px 15px;
  padding-left: 30px;
  color: #adafb2;
  font-size: 16px;
}

.social_contact.linkedin {
  background-image: url('../images/ico_linkedin_1ico_linkedin.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #ccc;
}

.social_contact.twitter {
  background-image: url('../images/ico_twitter_1ico_twitter.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.social_contact.instagram {
  background-image: url('../images/ico_instagram_1ico_instagram.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #ccc;
}

.social_contact.spotify {
  background-image: url('../images/ico_spotify_1ico_spotify.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.social_contact.position {
  margin-top: 6px;
  margin-bottom: 8px;
  margin-left: auto;
  background-image: url('../images/ico-job_1ico-job.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
}

.social_contact.position.school {
  background-image: url('../images/ico-school_1ico-school.png');
  background-size: 21px;
}

.social_contact.mail {
  background-image: url('../images/ico_mail_1ico_mail.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #ccc;
}

.social_contact.github {
  background-image: url('../images/github_ico_1github_ico.png');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #ccc;
}

.position_div {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-left: 15px;
}

.shot_img {
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}

.main_container {
  width: auto;
  min-height: 200px;
  margin: 0px 30px 30px;
  padding: 30px 20px;
  box-shadow: 0 0 4px 0 #d8d8d8;
}

.dribbble {
  padding-left: 50px;
  background-image: url('../images/dribbble_ico_1dribbble_ico.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.dribbble.github {
  background-image: url('../images/github_ico_1github_ico.png');
  background-size: auto;
}

.projectname {
  margin-bottom: auto;
}

.body-4 {
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #47525d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.links-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.heading-4 {
  font-size: 19px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.button-5 {
  border-radius: 20px;
}

.link-block {
  color: transparent;
}

.link-block-2 {
  color: transparent;
}

.link-block-3 {
  color: transparent;
}

.link-block-4 {
  color: transparent;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .logo_wrap-ab {
    margin-left: 1.95rem;
  }

  .logo_txt {
    font-size: 2rem;
  }

  .nav_container-desktop-tab {
    padding-left: 1.95rem;
  }

  .footer {
    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;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 13px;
    height: 13px;
    -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;
  }

  .mobile-footer {
    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;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .p-xl-start {
    padding-top: 0em;
  }

  .p-xl-start.p-xl-end {
    padding-top: 0em;
  }

  .copy-medium {
    font-size: 1.8em;
  }

  .container-w2.gutter-outside {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-tablet-scroll-animation {
    display: block;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .ipad-shape {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tablet-mockup-animation {
    width: auto;
    height: auto;
    margin-top: 5em;
    margin-left: auto;
  }

  .wow-heading.wow-gradient {
    margin-right: 15px;
  }

  .wow-heading.wow-gradient.foot3 {
    font-size: 1.25em;
    text-align: left;
  }

  .wow-heading.wow-gradient.foot5r {
    font-size: 1.25em;
    text-align: left;
  }

  .wow-heading.wow-gradient.textmij {
    font-size: 2.5em;
  }

  .wow-heading.wow-gradient.foo7r {
    font-size: 1.25em;
  }

  .section-tutorial {
    padding-top: 11em;
    padding-bottom: 11em;
  }

  .phone-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .left-side-heading {
    width: auto;
  }

  .hero-heading {
    margin-right: 10px;
    margin-left: 10px;
  }

  .phone {
    top: 438px;
  }

  .hero-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .device {
    overflow: hidden;
  }

  .video-mock-up {
    height: 600px;
  }

  .video-blog-wrap {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-block-4 {
    width: 100%;
    margin-bottom: 5vh;
    padding-bottom: 0vh;
  }

  .bg {
    height: 200%;
  }

  .soacial-wrap {
    width: 50%;
    padding-left: 0em;
  }

  .footer-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-3.merge {
    padding-top: 100px;
  }

  .hero-heading-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .body2.c {
    margin-top: -100px;
    padding-top: 0px;
  }

  .h1-box {
    margin-top: 0px;
  }

  .button-box {
    left: -70%;
    top: 35%;
  }

  .tablet22 {
    width: 62.5vw;
    height: 40vw;
  }

  .tablet-face {
    height: 40vw;
  }

  .h122 {
    margin-top: 50px;
  }

  .console.html {
    left: auto;
  }

  .console.js {
    left: auto;
  }

  .console.scss {
    left: auto;
  }

  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .console-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-content {
    width: 100%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .device-2 {
    overflow: hidden;
  }

  .bg-2 {
    height: 200%;
  }

  .video-blog-wrap-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .top_margin {
    padding-bottom: 8px;
    line-height: 23px;
  }

  .social_contact {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .overflow-hidden {
    display: block;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: 0.875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: 0.875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero_header {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .nav_col {
    -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;
    grid-row-gap: 0.75rem;
  }

  .ul.four {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 0.75rem;
  }

  .nav_txt {
    font-size: 1.9rem;
    font-weight: 400;
  }

  .nav_txt.nav_txt-semi {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .nav_txt-small {
    font-size: 1rem;
  }

  .container.is--about {
    margin-top: 0rem;
    margin-bottom: 69px;
  }

  .stage {
    padding-top: 8rem;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .wrap {
    -webkit-transform: rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
  }

  .wrap:hover {
    -webkit-transform: rotateX(0deg) rotateY(-14deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(-14deg) rotateZ(0deg);
  }

  .big_txt {
    font-family: 'Druk wide', sans-serif;
    line-height: 0.95;
  }

  .projects {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .logo_wrap-ab {
    position: relative;
    z-index: 3;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .logo_txt {
    font-size: 1.3rem;
  }

  .about_section {
    z-index: 15;
    display: none;
  }

  .about_grid {
    display: block;
    margin-top: 0rem;
    margin-bottom: 2.9rem;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1.8fr;
    grid-template-columns: 1.8fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .about_heading {
    padding-right: 220px;
  }

  .about_para {
    padding-right: 220px;
  }

  .about_close-butn-parent {
    padding-right: 3vw;
    padding-left: 4vw;
  }

  .about_cloe-butn {
    margin-top: 4vh;
    margin-right: 3vw;
  }

  .nav_container-desktop-tab {
    display: none;
    overflow: visible;
  }

  .nav_container-mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 3vw;
    padding-bottom: 2.5vh;
    padding-left: 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_mobile-menu-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 94vh;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer {
    display: none;
  }

  .nav_butn-wrapap {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3rem;
    height: 3rem;
    -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;
  }

  .nav-lottie-butn {
    width: 3rem;
    height: 3rem;
  }

  .nav_mobile-menu-child {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 4vw;
    -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;
    grid-row-gap: 90px;
  }

  .mobile-footer {
    position: absolute;
    bottom: 3%;
    width: 100%;
  }

  .nav_mobile-menu-wrap-ab {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 94vh;
    padding-top: 10rem;
    background-color: rgba(67, 77, 255, 0.84);
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .intro-description {
    padding-right: 0em;
    padding-left: 0em;
  }

  .title1 {
    font-size: 3.2em;
  }

  .p-xl-start {
    margin-top: 5em;
    padding-top: 0em;
  }

  .p-xl-start.p-xl-end {
    margin-top: 0em;
    padding-top: 0em;
  }

  .container-w2.gutter-outside {
    width: 100%;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .ipad-shape {
    padding-top: 50px;
  }

  .tablet-mockup-animation {
    width: auto;
    height: auto;
  }

  .wow-heading.wow-gradient {
    display: block;
    margin-right: -20px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wow-heading.wow-gradient.textscris {
    margin-right: 0px;
  }

  .wow-heading.wow-gradient.texth.head {
    font-size: 3em;
  }

  .wow-heading.wow-gradient.foot3 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 1.25em;
  }

  .wow-heading.wow-gradient.foot5r {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0em;
  }

  .wow-heading.wow-gradient.textmij {
    font-size: 2.5em;
  }

  .wow-heading.wow-gradient.fluturasi {
    font-size: 2em;
  }

  .wow-heading.wow-gradient {
    margin-top: 20px;
  }

  .wow-heading.wow-gradient.foo7r {
    margin-left: 20px;
  }

  .wow-animation {
    font-size: 0.7em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .device {
    margin-top: 0px;
    padding-top: 0px;
  }

  .user-photo {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }

  .video-blog-wrap {
    margin-top: 5vh;
  }

  .soacial-wrap {
    width: 60%;
  }

  .heding-wrap {
    margin-left: 0px;
  }

  .footer-3 {
    padding: 60px 20px 20px;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-grid {
    text-align: center;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-link {
    display: none;
    overflow: visible;
  }

  .body2.c {
    margin-top: 0em;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .button-box {
    left: -80%;
    top: 40%;
  }

  .tablet22 {
    width: 62.5vw;
    height: 40vw;
  }

  .tablet-face {
    height: 40vw;
  }

  .h122 {
    margin-top: 50px;
  }

  .contact-form-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hero_section {
    overflow: hidden;
  }

  .nav_txt {
    font-size: 1.6rem;
  }

  .nav_txt.nav_txt-semi {
    font-size: 1.3rem;
  }

  .big_txt {
    font-size: 11vw;
  }

  .projects_li {
    margin-bottom: 6vw;
  }

  .about_section {
    display: block;
  }

  .about_grid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .about_items.is--first {
    padding-right: 0px;
    padding-left: 0px;
  }

  .about_heading {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.4rem;
  }

  .about_para {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1rem;
  }

  .container-2 {
    max-width: none;
  }

  .text-center {
    margin-top: -40em;
  }

  .container-w3.gutter-outside {
    margin-bottom: -15em;
  }

  .p-xl-start {
    margin-top: 10em;
  }

  .section-tablet-scroll-animation {
    overflow: visible;
    margin-top: 10em;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  ._3d-tablet-wrap {
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
  }

  .ipad-shape {
    margin-top: 0px;
    padding-top: 0px;
  }

  .tablet-mockup-animation {
    width: auto;
    height: auto;
    margin-left: auto;
  }

  .wow-heading.wow-gradient {
    margin-right: 0px;
    padding-top: 0px;
    font-size: 2em;
  }

  .wow-heading.wow-gradient.textscris {
    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;
    font-size: 1.5em;
    text-align: center;
  }

  .wow-heading.wow-gradient.foot3 {
    padding-top: 30px;
    font-size: 1em;
  }

  .wow-heading.wow-gradient.foot5r {
    padding-top: 0px;
    font-size: 1em;
  }

  .wow-heading.wow-gradient.textmij {
    margin-top: 0px;
    font-size: 2em;
  }

  .wow-heading.wow-gradient.fluturasi {
    margin-top: 0px;
    padding-top: 0px;
  }

  .wow-heading.wow-gradient {
    padding-top: 30px;
  }

  .wow-heading.wow-gradient.text {
    text-decoration: none;
  }

  .wow-heading.wow-gradient.foo7r {
    font-size: 1em;
  }

  .phone-wrapper {
    width: auto;
  }

  .status-bar {
    padding-top: 10px;
    padding-right: 16px;
  }

  .status-icon {
    padding-right: 3px;
    padding-left: 3px;
  }

  .status-icon.hidden-on-mobile {
    display: none;
  }

  .phone-content-wrapper {
    left: 14px;
    top: 11px;
    right: 14px;
    bottom: 12px;
    border-radius: 25px;
  }

  .phone-mockup {
    max-height: none;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .left-side-heading {
    width: auto;
  }

  .text-block {
    margin-right: 16px;
  }

  .hero-heading {
    margin-right: 10px;
    margin-left: 10px;
  }

  .chalkboard-background {
    margin-top: -151px;
  }

  .chalkboard-background.phoneonly {
    display: block;
  }

  .chalkboard-background.pc {
    display: block;
  }

  .text-block-3 {
    max-width: none;
  }

  .phone {
    top: 388px;
  }

  .blog-block {
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .active-blog {
    width: 104%;
    height: 103%;
    border-radius: 10px;
  }

  .video.road {
    height: 150%;
  }

  .video.water-fall {
    height: 150%;
  }

  .video.front {
    height: 150%;
  }

  .cc-junbo-h1 {
    font-size: 36px;
    line-height: 54px;
  }

  .story.front {
    padding-bottom: 24px;
  }

  .background-video {
    max-height: 125%;
  }

  .video-mock-up {
    width: 300px;
    height: 413px;
  }

  .video-blog-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .video-blog-wrap {
    margin-top: 5vh;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .video-blog {
    width: 90px;
    height: 160px;
    padding-left: 6px;
  }

  .soacial-wrap {
    width: 80%;
  }

  .heding-wrap {
    margin-left: 0px;
  }

  .footer-3 {
    display: block;
    overflow: visible;
    padding: 0px 20px;
    text-align: left;
  }

  .footer-3.merge {
    display: block;
    padding-top: 0px;
  }

  .header {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 61px;
    grid-template-rows: 61px;
    list-style-type: none;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo-link.w--current {
    border-top-style: none;
    border-top-width: 0px;
  }

  .active-blog-2 {
    width: 104%;
    height: 103%;
    border-radius: 10px;
  }

  .cc-junbo-h1-2 {
    font-size: 36px;
    line-height: 54px;
  }

  .hero-heading-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .button-box {
    left: -65%;
    top: 43%;
  }

  .tablet22 {
    width: 62.5vw;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .typed-words {
    font-size: 13px;
    line-height: 20px;
  }

  .content-wrapper {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .console-wrapper {
    position: relative;
  }

  .page-content {
    position: relative;
    max-width: 100%;
  }

  .section-3 {
    position: relative;
    height: 100%;
  }

  .video-blog-2 {
    width: 90px;
    height: 160px;
    padding-left: 6px;
  }

  .video-blog-wrap-2 {
    margin-top: 5vh;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .contact-form-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .contact-form {
    width: 100%;
  }
}

#w-node-b8e90409-889e-454a-7513-b7d5312c09d7-b1309267 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-daaf7f56-8c45-d2ac-c26e-284edbe5a202-b1309267 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7918132a-9994-4f53-ff45-82d3e416cce6-b1309267 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f78f07e1-9839-7323-0e02-2e363cb29893-6030e9f2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-f78f07e1-9839-7323-0e02-2e363cb29893-6030e9f2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Drukwide web';
  src: url('../fonts/DrukWide-Medium-Web.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Drukwide super web';
  src: url('../fonts/DrukWide-Super-Web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk wide';
  src: url('../fonts/Druk-Wide-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}