:root {
  --color: #f40202;
  --design-black: #0e0b0b;
  --light-black: var(--ligher-black);
  --black: black;
  --vw-80: 80vw;
  --vh-80: 80vh;
  --browser-width\<deleted\|variable-42d413be-00a8-eef6-e7d3-b911b18a5c62\>: 60vw;
  --browser-height\<deleted\|variable-3d7cdfca-0bc4-a047-ca6c-4ee57d3ec0df\>: 70vh;
  --white: white;
  --text: #f3f3f3;
  --asedrfghj: #f13f67;
  --ligher-black: #0f0f0f;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.main-div {
  background-color: #ff715e14;
  width: 70%;
}

.main-div.colour {
  background-color: #ff715e14;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.main-div.hero-div {
  padding: 0%;
}

.main-div.padding {
  padding: 5%;
}

.navbar {
  background-color: #ff725e14;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 10vh;
  display: flex;
  position: relative;
  top: auto;
}

.hero-header {
  color: #00214d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-text {
  color: #00214d;
  margin-bottom: 1em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

.hero-image {
  border-radius: 0;
  max-width: none;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0;
  display: inline-block;
}

.hero-text-div {
  flex-direction: row;
  padding-bottom: 2em;
  padding-left: 5%;
  display: block;
}

.grid {
  grid-template-rows: auto;
}

.hero-grid {
  background-color: #0000;
  border: 1px #00214d;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: center end;
  height: auto;
  padding-bottom: 0;
}

.button-div {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.main-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.main-section.hide {
  display: block;
}

.main-heading {
  color: #00214d;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.main-heading.large {
  text-align: center;
  font-size: 60px;
}

.portfoio-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10%;
}

.div-block {
  border: 1px solid #000;
}

.portfolio-image-div {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.main-text {
  font-size: 20px;
  line-height: 1.5em;
}

.about-image {
  max-width: none;
}

.about-image-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-text-div {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-content-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 0 0 0 2em;
  display: grid;
}

.website-heading {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  display: flex;
}

.testi-container-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10%;
  display: grid;
}

.testimonials-div {
  background-color: #ffffffbf;
  border: 1px #000;
  padding: 5%;
}

.person-div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-testimonial {
  color: #00214d;
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-2 {
  margin-left: 5%;
}

.footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer.hidden {
  background-color: #00214d;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: block;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: #ffffffe8;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
}

.footer-link {
  color: #ffffffc2;
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: underline;
  display: block;
}

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

.test-image {
  border-radius: 100vw;
  width: 30%;
  max-width: none;
}

.person-name, .person-post {
  color: #00214d;
}

.nav-link {
  color: #333333ad;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.nav-link.w--current {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container {
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2em;
  display: none;
}

.price-div {
  border: 1px solid #000;
  border-radius: 1vw;
  padding: 2em;
}

.price-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.price-text {
  margin-top: 1em;
  margin-bottom: 0;
  display: none;
}

.price-button {
  text-align: center;
  background-color: #000;
  border-radius: 1vw;
  width: 100%;
}

.price-cost {
  text-align: center;
  margin-top: .25em;
  margin-bottom: 0;
  font-size: 40px;
}

.price-description {
  margin-top: 2em;
  margin-bottom: 2em;
}

.text-block {
  line-height: 1.5em;
  display: none;
}

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

.text-block-2 {
  color: #00214d;
  text-align: left;
  column-count: auto;
  margin-top: 1em;
  font-size: 20px;
  line-height: 1.5em;
}

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

.hero-button {
  background-color: #00214d;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.hero-button.gap {
  color: #000;
  background-color: #0000;
  border: 1px solid #00214d;
  margin-left: 1em;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.body {
  background-color: #000;
  font-family: Sen, sans-serif;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1em 2em;
  display: flex;
}

.form-block {
  max-width: 1000px;
}

.submit-button {
  background-color: #00214d;
  border-radius: 1vw;
  margin-top: 1em;
}

.fghj {
  margin-top: 2em;
}

.price-des {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}

.mob-image {
  display: none;
}

.grid-3 {
  grid-template-rows: auto;
  height: 100%;
  display: flex;
}

.grid-3.people {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.grid-3.struggle {
  grid-column-gap: 0vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.confuse-img {
  height: auto;
  max-height: 100%;
}

.confuse-mob {
  display: none;
}

.image-div {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.scroll {
  width: 20%;
  position: absolute;
  bottom: auto;
  right: 0;
}

.scroll.prz {
  margin-top: 20vh;
  margin-bottom: 0;
}

.display-heading {
  color: #00214d;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 52px;
  line-height: 1.1;
}

.check-svg {
  margin-right: 12px;
}

.feature {
  color: #00214d;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.card-container {
  background-color: #fff;
  border: 1px solid #edeff5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 42px 24px;
  display: flex;
}

.feature-wrap {
  display: flex;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.large-price-span {
  font-size: 36px;
  line-height: 50px;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.pricing-description {
  color: #ff725e;
  text-align: center;
  background-color: #ff725e14;
  border-radius: 400px;
  margin-top: 20px;
  margin-bottom: 28px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.feature-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}

.price {
  color: #00214d;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.button {
  white-space: nowrap;
  background-color: #00214d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 62px;
  display: flex;
}

.detail {
  color: #ff725e;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}

.heading {
  color: #00214d;
}

.txtcta {
  text-align: left;
  margin-top: 1em;
  padding-left: .25em;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.cta {
  background-color: #00214d;
  border-radius: 1vw;
  margin-top: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 20px;
  line-height: 1.5em;
}

.text-block-4 {
  color: #ffffffe0;
}

.link {
  width: 100%;
}

.lnltxt {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 2em;
  text-decoration: underline;
}

.text-span {
  font-size: 16px;
}

.heading_76px {
  color: #fffffff2;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 76px;
  line-height: 110%;
}

.hero-section-2 {
  height: 90vh;
  max-height: 1080px;
  padding-right: 10px;
  position: static;
}

.hero-section-2.lr {
  max-height: 1300px;
}

.hero-section-2.lr.des {
  margin-top: 50px;
  margin-bottom: 100px;
}

.cta-2 {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #5221e6;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1), transform .35s cubic-bezier(.165, .84, .44, 1);
}

.cta-2:hover {
  background-color: #5221e6;
  transform: translate(0, -5px);
  box-shadow: 0 20px 60px #5221e64d;
}

.cta-2._2epup {
  z-index: 2147483647;
  margin-top: 2em;
  position: relative;
}

.cta-2._2epup.book-call {
  background-color: #5221e6;
  margin-right: 20px;
}

.cta-2._2epup.design {
  border-color: var(--color);
}

.cta-2._2epup.design:hover {
  background-color: var(--color);
  box-shadow: none;
}

.hero-text-block {
  margin-left: -133px;
}

.hero-text-block.design.test {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 20%;
}

.paragraph_18px {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 170%;
}

.paragraph_18px.dark-grey {
  color: #5b6876;
}

.paragraph_18px.light-grey {
  color: #8491a0;
}

.paragraph_18px.light-grey._40px-bottom_m {
  margin-bottom: 40px;
}

.paragraph_18px.light-grey._40px-bottom_m.nhyj {
  color: #ffffffe3;
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph_18px.light-grey._64px-bottom_m {
  margin-bottom: 64px;
}

.paragraph_18px.ertyuio {
  color: #ffffffe3;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.paragraph_18px.sedrty67 {
  margin-top: 1rem;
}

.paragraph_18px.course {
  font-size: 22px;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.sticky-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.sticky-grid.sdfgtyhu {
  display: block;
}

.wrapper.sticky-grid.nhuj {
  grid-template-columns: 1fr 1.5fr;
}

.wrapper.sticky-grid.des {
  grid-template-columns: 1fr 1.5fr;
  width: 80%;
}

.wrapper.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.text-span-2 {
  color: #ffffffb5;
}

.hero-bg {
  z-index: -1;
  background-image: linear-gradient(#181823, #181823);
  width: 65vw;
  height: 110vh;
  max-height: 1350px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-bg.design {
  background-image: linear-gradient(#0e0b0b, #0e0b0b);
}

.hero-image-box {
  background-image: linear-gradient(96deg, #0000 51%, #000), url('../images/20240817_162859-1_1.avif');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 100%;
  max-height: 864px;
}

.hero-image-box.bout {
  background-image: linear-gradient(96deg, #0000 51%, #000 90%), url('../images/20240817_163239-3_1.avif');
  height: 110%;
  max-height: 950px;
}

.hero-image-box.design {
  background-image: linear-gradient(180deg, var(--design-black), #6e6e6e00 43%, #b3b3b300 59%, var(--design-black)), linear-gradient(96deg, #0000 51%, #0e0b0b), url('../images/20240817_163239-3_1.avif');
  background-position: 0 0, 0 0, 50% 10%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.hero-image-box.design._2nd {
  background-image: linear-gradient(180deg, var(--design-black), #6e6e6e00 33%, #b3b3b300 66%, var(--design-black)), linear-gradient(96deg, #0000 51%, #0e0b0b 89%), url('../images/WhatsApp-Image-2023-10-31-at-1.55.08-PM_1.avif');
}

.hero-image-box.design._4th {
  background-image: linear-gradient(180deg, var(--design-black), #6e6e6e00 33%, #b3b3b300 66%, var(--design-black)), linear-gradient(96deg, #0000 51%, #0e0b0b 89%), url('../images/Screenshot_20240908_112606_Instagram_1.avif');
}

.hero-image-box.design._5th {
  background-image: linear-gradient(180deg, var(--design-black), #6e6e6e00 43%, #b3b3b300 59%, var(--design-black)), linear-gradient(96deg, #0000 51%, #0e0b0b), url('../images/Screenshot_20240908_112606_Instagram_1.avif');
}

.hero-image-box.design._6th {
  background-image: linear-gradient(180deg, var(--design-black), #6e6e6e00 43%, #b3b3b300 59%, var(--design-black)), linear-gradient(96deg, #0000 51%, #0e0b0b), url('../images/895aac4e-a705-41a4-94fe-13e5672c5eb8_1.avif');
}

.hero-image-box.design._9 {
  background-image: linear-gradient(180deg, var(--design-black), #6e6e6e00 43%, #b3b3b300 59%, var(--design-black)), linear-gradient(96deg, #0000 51%, #0e0b0b), url('../images/20240817_162859-1.jpg');
}

.experience-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-left: -2em;
}

.experience-grid._23e4rtyui {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.experience-grid.vdos {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
}

.animated-link-button {
  color: #181823;
  border-bottom: 1px solid #5b6876;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.165, .84, .44, 1), padding .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.animated-link-button:hover {
  color: #fff;
  background-image: linear-gradient(#5221e6, #5221e6);
  padding-left: 16px;
  padding-right: 16px;
}

.animated-link-button.white {
  color: #fff;
}

.animated-link-button.white.hidden {
  display: none;
}

.wrapper-v2 {
  width: 100%;
  max-width: 1076px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-v2.forms-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.logo-box {
  border: 1px solid #181823;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 140px;
  display: flex;
}

.testimonial-section {
  background-color: var(--light-black);
  padding: 120px 72px;
}

.testimonial-section.wertyu {
  background-color: #0a0a0a;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.projects-section {
  padding: 120px 72px;
}

.project-wrapper {
  overflow: hidden;
}

.project-wrapper._24px-bottom_m {
  margin-bottom: 40px;
  text-decoration: none;
}

.pink {
  color: #e95d90;
}

.heading_18px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.heading_18px.light-grey {
  color: #8491a0;
}

.heading_18px.light-grey._4px-bottom_m {
  margin-bottom: 4px;
  font-size: 22px;
}

.tab-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 32vw;
  max-height: 630px;
  display: grid;
}

.normal-wrapper {
  perspective: 500px;
  flex-direction: column;
  display: block;
}

.normal-wrapper._48px-right_p {
  padding-right: 48px;
}

.normal-wrapper._48px-right_p._80px-bottom_m {
  perspective: 1000px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.normal-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.normal-wrapper.flex-horizontal_left_top.sdegftrfyu {
  flex-direction: column;
}

.normal-wrapper._120px-bottom_m {
  margin-bottom: 120px;
}

.normal-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.skills-section {
  padding: 120px 72px;
}

.image-2 {
  width: 300px;
  max-width: none;
  height: auto;
}

.testimonial-block._120px-bottom_m {
  margin-bottom: 120px;
}

.dots {
  background-color: #8491a0;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.green {
  color: #3cc74e;
}

.text-field {
  color: #fff;
  background-color: #181823;
  border: 0 #000;
  margin-top: 8px;
  margin-bottom: 20px;
}

.text-field._100px {
  height: 100px;
  display: block;
}

.progress-bar {
  z-index: 100;
  transform-origin: 0%;
  background-color: #5221e6;
  width: 100%;
  height: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar {
  background-color: #0000;
  padding-left: 72px;
  padding-right: 72px;
}

.footer-2 {
  background-color: #181823;
  height: 422px;
  padding: 80px 72px;
}

.footer-logo {
  margin-bottom: 32px;
}

.number {
  color: #8491a0;
  margin-bottom: 8px;
  font-size: 117px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.number.price {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 50px;
  font-weight: 300;
}

.nav-link-2 {
  color: #ffffffb3;
  padding: 32px 24px;
  font-size: 16px;
  line-height: 150%;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link-2:hover {
  color: #0ff;
}

.nav-link-2.button {
  color: #fff;
  background-color: #5221e6;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1), color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link-2.button:hover {
  background-color: #2a0b85;
}

.nav-link-2.hide {
  display: none;
}

.forms-section {
  padding: 300px 72px 120px;
}

.forms-section.less {
  padding-top: 200px;
}

.forms-section.sdrftgy {
  padding-top: 120px;
}

.project-description {
  background-color: #181823;
  padding: 40px 32px;
  position: relative;
}

.mid_left-block {
  background-color: #fff3e4;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 72px;
  display: flex;
}

.overline_16px {
  color: #8491a0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.mid_image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.tab-menu {
  margin-bottom: 40px;
}

.arrow-div {
  background-color: #5221e6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mid-section {
  height: 600px;
  display: block;
}

.mid-section.hidden {
  display: block;
}

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

.success {
  background-color: #3cc74e;
}

.project-image {
  object-fit: cover;
  height: 350px;
}

.testimonial-image {
  object-fit: cover;
  height: auto;
  position: relative;
}

.blue {
  color: #609bff;
}

.logo-bar-section {
  overflow: hidden;
}

.flex-vertical_left_top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.footer-link-2:hover {
  color: #0ff;
}

.project-wrapper-2 {
  margin-bottom: 40px;
  text-decoration: none;
}

.testimonial-text {
  border-bottom: 1px solid #5b6876;
  border-left: 1px solid #5b6876;
  border-right: 1px solid #5b6876;
  padding: 2em;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  height: 232px;
  display: flex;
}

.experience-block {
  flex-direction: column;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.skills-wrapper._48px-right_p {
  padding: 2em;
}

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

.heading_55px {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

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

.heading_55px._24px-bottom.sdgffdy {
  max-width: none;
}

.heading_55px.black {
  color: #181823;
}

.heading_55px.black._24px-bottom {
  margin-bottom: 24px;
}

.brower-bar {
  background-color: #181823;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 37px;
  padding-left: 16px;
  display: flex;
}

.logo {
  max-width: none;
}

.form-button {
  background-color: #5221e6;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.heading_24px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.heading_24px._64px-bottom_m {
  margin-bottom: 64px;
}

.heading_24px._64px-bottom_m._2embt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.heading_24px.light {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.tab {
  color: #fff;
  background-color: #ddd0;
  border: 1px solid #5221e6;
  margin-right: 24px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.tab:hover {
  background-color: #5221e633;
}

.tab.w--current {
  background-color: #5221e6;
}

.experience-section {
  background-color: var(--light-black);
  padding: 120px 72px;
}

.experience-section.video-div {
  background-color: var(--black);
}

.paragraph_16px {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
  text-decoration: none;
}

.paragraph_16px.white {
  color: #fff;
}

.paragraph_16px.light-grey {
  color: #8491a0;
}

.paragraph_16px.ascddfg {
  margin-top: 2em;
  font-size: 22px;
  text-decoration: none;
}

.paragraph_16px.ascddfg.zscfdg {
  color: #5221e6;
}

.success-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.brand {
  margin-top: 32px;
  padding-bottom: 32px;
  padding-left: 0;
}

.dribbble-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.dribbble-section.hidden {
  display: block;
}

.tabs-section {
  padding: 120px 72px;
}

.tabs-section.hiddeee {
  display: block;
}

.footer-link-block {
  border: 1px #000;
  width: 50%;
  text-decoration: none;
}

.tab-image {
  object-fit: cover;
  height: 100%;
}

.tab-image.square {
  object-fit: contain;
}

.tab-image.square.small {
  max-width: 60%;
}

.error-message {
  background-color: #e43b3b;
}

.dribbble-image {
  background-image: url('../images/asdfghbvcx.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1024px;
  background-attachment: fixed;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 640px;
  margin-top: 50px;
}

.testimonial-sticky-block {
  position: sticky;
  top: 64px;
}

.testimonial-sticky-block.asdfg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.footer-link-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  display: flex;
}

.footer-rows {
  flex-direction: column;
  display: flex;
}

.footer-link-3 {
  color: #bcb8d0;
  letter-spacing: -.01em;
  border: 1px solid #fff0;
  border-radius: 4px;
  margin: 10px 6px;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.footer-link-3:hover {
  color: #fff;
  background-color: #2a263f;
}

.footer-link-3:active, .footer-link-3:focus {
  border: 1px solid #fff;
}

.footer-link-3.w--current {
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.footer-link-3.hde {
  color: #e7e6ec;
  font-size: 24px;
  line-height: 24px;
}

.footer-link-3.hde.w--current {
  font-size: 24px;
  line-height: 24px;
}

.image-3 {
  opacity: .8;
  width: 20px;
  height: 20px;
  margin-right: .5em;
  line-height: 20px;
}

.popup-container-div {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up {
  background-color: #000;
  width: 80%;
  height: 90%;
  padding: 2% 2% 25% 5%;
}

.close-div {
  justify-content: flex-end;
  display: flex;
}

.image-4 {
  width: 50px;
}

.div-block-4 {
  display: flex;
}

.link-block {
  margin-left: 0;
}

.link-block-2 {
  color: #5221e6;
  padding-left: .5em;
}

.link-2 {
  color: #5221e6;
}

.bold-text {
  color: #8491a0;
  font-size: 22px;
  font-weight: 700;
}

.link-3 {
  color: #5221e6;
  text-decoration: none;
}

.page-padding {
  padding-left: 72px;
  padding-right: 72px;
}

.paragraph {
  font-weight: 400;
}

.process_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-red {
  color: #ec4067;
}

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

.process_step-number {
  color: #fff;
  background-color: #5221e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: auto;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  position: static;
  overflow: hidden;
}

.margin-bottom {
  margin-bottom: 1rem;
}

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

.heading-xsmall {
  color: #ffffffe6;
  letter-spacing: 0;
  margin-top: .5rem;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.process_line {
  border-left-style: dashed;
  border-left-width: .125rem;
  width: .0625rem;
  height: 100%;
}

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

.section-home-process {
  color: #fff;
  background-color: #0a0a0a;
}

.process_right {
  max-width: 20rem;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ec4067;
  border-radius: .3125rem;
  flex: none;
  margin-top: 1em;
  padding: .75rem 2rem;
  font-weight: 900;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.button-2._2nd {
  background-color: #0000;
  border: 1px solid #ec4067;
  margin-left: 1em;
}

.home-process_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-process_component.ertyhuji {
  display: flex;
}

.process_left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.process_step {
  align-items: center;
  display: flex;
}

.process-side-bar {
  position: sticky;
  top: 6.5rem;
}

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

.padding-vertical.padding-xhuge {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-vertical.padding-xhuge.qwertyu {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-xhuge.qwertyu.qwertyui {
  padding-top: 4rem;
}

.section-heading-gradient {
  color: #fffffff2;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-color: #ffffffe6;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 40rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
  display: inline-block;
}

.text-block-6 {
  font-weight: 400;
}

.home-map_content-accordian {
  flex-direction: column;
  width: 100%;
  margin-top: 14rem;
  display: flex;
  position: relative;
}

.home-map_highlight-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: cover;
  width: 44.8125rem;
}

.home-map_content-right {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 59ch;
  margin-bottom: 3rem;
  display: flex;
}

.home-map_para {
  width: 51ch;
  margin-top: 2rem;
  margin-left: 20.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.home-map_content-top-left {
  z-index: 10;
  width: 15.0625rem;
  position: absolute;
  inset: -18% auto auto -7%;
}

.button-3 {
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  background-color: #707070;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.34375rem 2.1875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.button-3:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  outline-offset: 0px;
  background-image: none, linear-gradient(#1a1e24, #0f1012);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  outline: .5px solid #262d38;
}

.button-3.show-tablet {
  display: none;
}

.button-3.hide-tablet:hover {
  background-image: none, linear-gradient(#1a1e24, #0f1012), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.button-3.hide-tablet.space-map {
  background-color: #0000;
  background-image: none;
}

.button-3.hide-tablet.space-map:hover {
  background-image: linear-gradient(#1a1e24, #0f1012);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.home-map_highlight-text-wrap {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  object-fit: cover;
  width: 47rem;
}

.button_arrow-bottom-right {
  width: .9375rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-map_btn-wrap {
  margin-top: 3.125rem;
}

.home-map_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-map_mac-img {
  width: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-map_content-icon {
  width: 5.4375rem;
}

.home-map_dark-text {
  flex: 1;
  align-self: auto;
  width: 35.75rem;
}

.button_arrow-top-left {
  width: .9375rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-map_dark-loop {
  grid-column-gap: 3.75rem;
  align-items: stretch;
  width: 100%;
  height: 75%;
  display: flex;
}

.home-map_mid {
  grid-column-gap: 3.75rem;
  justify-content: flex-start;
  align-items: center;
  width: 99vw;
  height: 4rem;
  margin-top: -4rem;
  display: flex;
  overflow: hidden;
}

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

.margin-top.margin-huge.show-tablet {
  display: none;
}

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

.home-map_top {
  grid-column-gap: 3.75rem;
  justify-content: center;
  align-items: center;
  width: 99vw;
  display: flex;
  overflow: hidden;
}

.home-map_top.z-index-2 {
  align-items: stretch;
  height: 100%;
}

.home-map_content-wrap {
  grid-column-gap: 3rem;
  background-color: #fff;
  background-image: linear-gradient(#00c7f7, #00c7f7 62%, #9026ff70);
  border-radius: 2px 2px 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  display: flex;
  position: sticky;
  box-shadow: 0 1px 50px #0003;
}

.home-map_content-wrap._11rem-sticky {
  z-index: 2;
  background-image: linear-gradient(#00c7f7b3, #9026ffb3);
  bottom: 3.6rem;
  transform: translate(0, .9rem);
}

.home-map_content-wrap._8rem-sticky {
  z-index: 3;
  background-image: linear-gradient(#00c7f799, #9026ff99);
  bottom: 3.6rem;
  transform: translate(0, -3rem);
}

.home-map_content-wrap.top-margin {
  z-index: 4;
  background-image: linear-gradient(#00c7f78c, #9026ff8c);
  align-items: center;
  bottom: 0;
  transform: translate(0, -7rem);
}

.home-map_content-wrap._14rem-sticky {
  z-index: 1;
  background-image: linear-gradient(#00c7f7cc, #9026ffcc);
  bottom: 3.6rem;
  transform: translate(0, 4.5rem);
}

.home-map_content-order {
  font-size: 1.5625rem;
  font-weight: 700;
  position: absolute;
  inset: auto auto 1.5625rem 3.125rem;
}

.div-block-5 {
  align-items: flex-end;
  display: block;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: auto;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.content-wrap.rt {
  justify-content: flex-end;
}

.content-wrap.lf {
  justify-content: flex-start;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.service-para {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.service-para.large {
  color: #ffffffe3;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Sen, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.service-number {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
}

.service-number.blue-bg {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: .25em 0;
  font-size: 26px;
  line-height: 1.3em;
  display: block;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.how-div {
  color: #fff0;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 2em 3em;
  display: flex;
  box-shadow: 1px 1px 3px #00000014;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #5221e6;
  width: 7px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 0%;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
}

.how-text-div {
  flex-direction: column;
  justify-content: flex-start;
  display: block;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-block {
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 0%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: sticky;
  top: 0;
}

.content-block.wertyu {
  margin-top: 0%;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.image-5 {
  width: 15%;
  position: absolute;
  inset: 10px auto auto 10px;
}

.image-5.erfgthj {
  filter: saturate(200%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.image-5.edrftgy {
  width: 20%;
}

.image-6 {
  width: 15%;
  position: absolute;
  inset: 25px 20px auto auto;
}

.div-block-7 {
  margin-top: 2rem;
}

.arrow-image {
  width: 20px;
  height: 20px;
}

.browser-buttons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px #000;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: -.375rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
}

.tip-wrapper {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  overflow: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.browser_top-bar {
  text-align: center;
  background-color: #b3b3b3;
  background-image: linear-gradient(#e6e5e5, #cdcdcc);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem 1rem;
  display: block;
  position: relative;
  box-shadow: inset 0 1px #fff9, 0 1px #a8a7a7, 0 1px #bdbebe;
}

.main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.html-embed-2 {
  width: var(--vw-80);
  height: var(--vh-80);
  color: #d8d8d8;
  max-width: 100%;
  display: block;
  overflow: visible;
}

.page-wrapper {
  overflow: hidden;
}

.browser-search-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-tip {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 3.5rem;
  display: flex;
}

.browser_search-bar {
  background-color: #fff;
  background-image: linear-gradient(#fdfdfd, #f3f3f3);
  border: 1px #0003;
  border-radius: .25rem;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .5rem;
  display: flex;
}

.browser-button {
  background-color: #ed6a5e;
  border: .5px solid #ce5347;
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
}

.browser-button.is-expand {
  background-color: #62c554;
  border-color: #58a942;
}

.browser-button.is-minimize {
  background-color: #f6be4f;
  border-color: #d6a243;
}

.browser_component {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  max-height: none;
  display: flex;
  position: static;
  overflow: visible;
}

.browser_content-wrapper {
  opacity: 1;
  color: #d8d8d8;
  text-align: left;
  background-color: #fff;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.browser_content-wrapper.is-mockup {
  background-color: #fff;
  height: 300vh;
  padding: 0;
}

.browser-search-text {
  color: #6e6e6e;
  text-shadow: none;
  align-self: center;
  font-size: .75rem;
  line-height: 1.2;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-9 {
  width: var(--browser-width\<deleted\|variable-42d413be-00a8-eef6-e7d3-b911b18a5c62\>);
  height: var(--browser-height\<deleted\|variable-3d7cdfca-0bc4-a047-ca6c-4ee57d3ec0df\>);
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-web-design {
  color: var(--white);
  background-color: #0e0b0b;
  font-family: Poppins, sans-serif;
}

.h1-design {
  font-size: 65px;
  line-height: 1.2em;
}

.h1-red {
  color: #f40202;
}

.section-design-main {
  justify-content: center;
  align-items: center;
  margin-top: 30vh;
  display: flex;
  position: relative;
}

.div-design-main-80 {
  width: 80%;
}

.text-span-3 {
  color: var(--color);
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.image-9 {
  width: 300px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.list {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 2em;
}

.h2-design {
  font-size: 46px;
  line-height: 1.1em;
}

.text-span-4 {
  font-size: 85px;
  line-height: 1.4em;
}

.bold-text-3 {
  color: var(--color);
}

.image-10 {
  width: 300px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.test-text {
  color: var(--text);
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.6em;
}

.text-block-7 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

.text-span-5 {
  font-size: 24px;
  font-weight: 400;
}

.div-block-10 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.icon {
  width: 20px;
  height: 20px;
}

.text-block-8 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.text-para {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.8em;
}

@media screen and (min-width: 1280px) {
  .heading_76px.course {
    font-size: 86px;
  }

  .hero-text-block {
    margin-left: -116px;
  }

  .paragraph_18px {
    font-size: 20px;
  }

  .paragraph_18px.course {
    font-size: 26px;
  }

  .hero-image-box.design._3rd {
    background-image: linear-gradient(96deg, #0000 51%, #0e0b0b 89%), url('../images/swedfghnjm-p-800.jpg');
  }

  .project-image {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 45%;
    height: 450px;
  }

  .service-para {
    margin-bottom: 2em;
    font-size: 18px;
    line-height: 1.5em;
  }

  .service-para.large {
    font-size: 18px;
  }

  .service-number {
    font-size: 28px;
  }

  .how-div {
    padding-bottom: 1em;
  }

  .browser_component {
    width: 80vw;
  }

  .h1-design {
    font-size: 100px;
  }

  .image-9 {
    width: 400px;
  }

  .list {
    margin-top: 60px;
    font-size: 36px;
  }

  .h2-design {
    font-size: 60px;
  }

  .text-span-4 {
    font-size: 110px;
  }

  .image-10 {
    width: 400px;
  }

  .test-text {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .div-block-10 {
    margin-bottom: 30px;
  }

  .text-para {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .heading_76px {
    font-size: 80px;
  }

  .heading_76px.course {
    font-size: 94px;
  }

  .hero-text-block {
    margin-left: -73px;
  }

  .paragraph_18px.course {
    font-size: 28px;
  }

  .wrapper.sticky-grid.des {
    grid-template-columns: 1fr 1.5fr;
  }

  .hero-image-box {
    background-image: linear-gradient(96deg, #0000 51%, #000), url('../images/20240817_162859-1_1.avif');
  }

  .forms-section.less {
    padding-top: 150px;
  }

  .project-image {
    object-position: 50% 40%;
    height: 500px;
  }

  .service-para {
    font-size: 20px;
  }

  .service-para.large {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 20px;
  }

  .service-number {
    font-size: 30px;
  }

  .h1-design {
    font-size: 100px;
    font-weight: 700;
  }

  .section-design-main {
    position: relative;
  }

  .image-8 {
    z-index: -1;
    height: 100vh;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .list {
    margin-top: 80px;
    font-size: 40px;
  }

  .h2-design {
    font-size: 68px;
  }

  .text-span-4 {
    font-size: 130px;
  }

  .image-10 {
    width: 500px;
  }

  .test-text {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .text-block-7 {
    font-size: 40px;
  }

  .text-para {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph_18px, .service-para, .service-para.large {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .main-heading {
    line-height: 1em;
  }

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

  .pricing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .heading_76px {
    font-size: 56px;
  }

  .hero-section-2 {
    padding-right: 32px;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper.sticky-grid {
    grid-column-gap: 24px;
  }

  .wrapper.footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo-box {
    width: auto;
  }

  .testimonial-section, .projects-section {
    padding: 80px 40px;
  }

  .project-wrapper._24px-bottom_m {
    margin-bottom: 48px;
  }

  .tab-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    height: 840px;
    max-height: none;
  }

  .logo-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .skills-section {
    padding: 80px 40px;
  }

  .testimonial-block._120px-bottom_m {
    margin-bottom: 64px;
  }

  .nav-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .forms-section, .mid_left-block {
    padding: 80px 40px;
  }

  .testimonial-text {
    padding: 32px;
  }

  .experience-block {
    padding-right: 16px;
  }

  .experience-section {
    padding: 150px 40px 80px;
  }

  .dribbble-section, .tabs-section {
    padding: 80px 40px;
  }

  .dribbble-image {
    background-size: cover;
    height: 480px;
  }

  .footer-link-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-link-3 {
    text-align: left;
  }

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

  .home-process_component {
    grid-column-gap: 3rem;
  }

  .padding-vertical, .padding-vertical.padding-xhuge {
    padding-left: 0;
    padding-right: 0;
  }

  .home-map_content-accordian {
    grid-row-gap: 2.1875rem;
    margin-top: 6rem;
  }

  .home-map_highlight-text {
    width: 40rem;
    margin-left: 0;
  }

  .home-map_para {
    margin-left: 0;
  }

  .home-map_content-top-left {
    width: 8.375rem;
    inset: -9% 0% auto auto;
  }

  .button-3.show-tablet {
    display: block;
  }

  .home-map_highlight-text-wrap {
    width: 40rem;
    margin-left: 0;
  }

  .button_arrow-bottom-right {
    width: .75rem;
  }

  .home-map_component {
    align-items: center;
  }

  .button_arrow-top-left {
    width: .75rem;
  }

  .home-map_mid {
    height: auto;
  }

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

  .margin-top.margin-huge.show-tablet {
    display: block;
  }

  .home-map_top.z-index-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .home-map_content-wrap {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .home-map_content-wrap._11rem-sticky, .home-map_content-wrap._8rem-sticky {
    position: relative;
    bottom: 0;
    transform: none;
  }

  .home-map_content-wrap.top-margin {
    position: relative;
    transform: none;
  }

  .home-map_content-wrap._14rem-sticky {
    position: relative;
    bottom: 0;
    transform: none;
  }

  .home-map_content-order {
    inset: 4% auto auto 11.5%;
  }

  .step-block {
    justify-content: space-around;
  }

  .content-wrap {
    width: 45%;
  }

  .tip-wrapper, .main-wrapper {
    height: auto;
  }

  .section-tip {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: auto;
  }

  .browser_component {
    width: 80%;
    max-height: none;
  }

  .browser_content-wrapper.is-mockup {
    height: 300vh;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .heading_76px {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .hero-section-2 {
    height: auto;
    padding-right: 0;
  }

  .hero-text-block {
    background-image: linear-gradient(#181823, #181823);
    margin-left: 0;
    padding: 48px 20px;
  }

  .wrapper.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .wrapper.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper.footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-bg {
    display: none;
  }

  .hero-image-box {
    height: 45vh;
  }

  .experience-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wrapper-v2.forms-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    padding: 64px 20px;
  }

  .nav-menu-2 {
    background-color: #181823;
  }

  .projects-section {
    padding: 64px 20px;
  }

  .tab-grid {
    height: auto;
  }

  .normal-wrapper._48px-right_p {
    padding-right: 0;
  }

  .normal-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

  .skills-section {
    padding: 64px 20px;
  }

  .menu-button {
    padding: 24px 20px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 0;
  }

  .footer-2 {
    height: auto;
  }

  .nav-link-2 {
    border-bottom: 1px solid #ffffff1f;
  }

  .forms-section {
    padding: 64px 20px;
  }

  .mid_left-block {
    height: 450px;
    padding: 48px 20px;
  }

  .mid_image {
    height: 450px;
  }

  .tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mid-section {
    height: auto;
    display: block;
  }

  .experience-block, .skills-wrapper._48px-right_p {
    padding-right: 0;
  }

  .heading_55px {
    font-size: 32px;
  }

  .tab {
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    display: flex;
  }

  .experience-section {
    padding: 64px 20px;
  }

  .brand {
    margin-top: 24px;
  }

  .dribbble-section, .tabs-section {
    padding: 64px 20px;
  }

  .tab-image {
    height: 360px;
  }

  .dribbble-image {
    background-size: cover;
  }

  .testimonial-sticky-block {
    position: static;
  }

  .footer-link-wrapper {
    max-width: 370px;
  }

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

  .process_step-number {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
  }

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

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

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

  .process_right {
    max-width: 24rem;
  }

  .button-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-process_component {
    grid-template-columns: 1fr;
  }

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

  .home-map_highlight-text {
    width: 25.125rem;
  }

  .home-map_content-right {
    width: auto;
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }

  .home-map_para {
    width: auto;
    margin-top: 1.75rem;
    font-size: .9375rem;
  }

  .button-3 {
    padding: 1.03125rem 1.5625rem .65625rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .home-map_highlight-text-wrap {
    width: 25.125rem;
  }

  .home-map_component {
    align-items: stretch;
  }

  .home-map_dark-text {
    width: 18rem;
  }

  .home-map_dark-loop {
    margin-left: -27px;
  }

  .home-map_mid {
    margin-top: -2.4rem;
  }

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

  .text-color-black {
    font-size: 1.125rem;
  }

  .home-map_top.z-index-2 {
    width: auto;
  }

  .home-map_content-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .tip-wrapper {
    width: 100%;
  }

  .main-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

  .section-tip {
    align-items: center;
  }

  .browser_search-bar {
    width: 90%;
    max-width: 70%;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
  }

  .main-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .main-div.colour {
    width: 80%;
    padding-bottom: 0;
  }

  .main-div.hero-div {
    width: 80%;
    margin-top: 1em;
  }

  .navbar {
    height: auto;
  }

  .hero-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: .5em;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .hero-text {
    text-align: center;
    margin-bottom: 1em;
    font-size: 16px;
  }

  .hero-image {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 30vh;
    display: none;
  }

  .hero-text-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .hero-grid {
    flex-direction: column-reverse;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 0 0 1em;
    display: flex;
  }

  .button-div {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .main-heading {
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.3em;
  }

  .main-heading.left {
    text-align: center;
  }

  .main-heading.large {
    font-size: 30px;
  }

  .portfoio-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .portfolio-image-div {
    justify-content: center;
    align-items: center;
  }

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

  .about-image {
    max-width: 100%;
  }

  .about-text-div {
    padding-left: 1em;
    padding-right: 1em;
  }

  .about-content-div {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .website-heading {
    font-size: 18px;
  }

  .testi-container-grid {
    grid-row-gap: 2em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .person-div {
    justify-content: center;
    align-items: center;
  }

  .main-testimonial {
    font-size: 14px;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 20px;
  }

  .footer-link {
    font-size: 16px;
  }

  .test-image {
    max-width: 40%;
  }

  .person-name {
    font-size: 18px;
    line-height: 1em;
  }

  .person-post {
    font-size: 14px;
  }

  .nav-link {
    color: #fff8f8ad;
  }

  .container {
    justify-content: flex-start;
  }

  .grid-2 {
    grid-column-gap: 5em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .price-div {
    width: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .price-heading {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .price-cost {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .text-block-2 {
    flex-direction: column;
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
  }

  .hero-button.gap {
    margin-top: 1em;
    margin-left: 0;
  }

  .nav-menu {
    background-color: #00214d;
    padding-left: 2em;
  }

  .container-2 {
    justify-content: flex-start;
  }

  .div-block-3 {
    align-items: center;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.5em;
  }

  .form-block {
    width: 100%;
  }

  .submit-button {
    background-color: #00214d;
    border-radius: 2vw;
    font-size: 18px;
    line-height: 1.5em;
  }

  .price-des {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 18px;
    line-height: 1.5em;
  }

  .mob-image {
    width: 100%;
    display: block;
  }

  .grid-3.people {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-3.struggle {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .confuse-img {
    display: none;
  }

  .confuse-mob {
    display: block;
  }

  .scroll {
    display: none;
  }

  .display-heading {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 30px;
  }

  .card-container {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .title-wrap {
    margin-bottom: 2em;
  }

  .pricing-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 10vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .large-price-span {
    font-size: 30px;
    line-height: 1.5em;
  }

  .pricing-description {
    margin-top: 0;
  }

  .feature-grid {
    margin-bottom: 3em;
  }

  .price {
    font-size: 30px;
  }

  .txtcta {
    text-align: center;
    margin-top: 1em;
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .lnltxt {
    font-size: 20px;
  }

  .heading_76px {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 120%;
  }

  .heading_76px.mob-big {
    font-size: 34px;
  }

  .heading_76px.course {
    font-size: 38px;
  }

  .hero-section-2.lr.des {
    margin-bottom: 50px;
  }

  .cta-2._2epup {
    text-align: center;
    width: 100%;
  }

  .cta-2._2epup.book-call {
    margin-right: 0;
  }

  .cta-2._2epup.book-call.hide, .cta-2._2epup.hide {
    display: none;
  }

  .hero-text-block {
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    display: block;
  }

  .hero-text-block.design {
    background-image: linear-gradient(to bottom, var(--design-black), var(--design-black));
  }

  .hero-text-block.design.test {
    padding-right: 20px;
  }

  .paragraph_18px, .paragraph_18px.light-grey._40px-bottom_m.nhyj {
    font-size: 18px;
  }

  .paragraph_18px.ertyuio {
    font-size: 20px;
  }

  .paragraph_18px.course {
    font-size: 17px;
  }

  .wrapper.grid-3_col {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .wrapper.footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-image-box, .hero-image-box.bout {
    height: 50vh;
  }

  .hero-image-box.course {
    height: 40vh;
  }

  .hero-image-box.design {
    height: 35vh;
  }

  .experience-grid {
    grid-row-gap: 20px;
  }

  .experience-grid._23e4rtyui {
    flex-direction: column;
    display: flex;
  }

  .experience-grid.vdos {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .nav-menu-2 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    position: relative;
    inset: 0%;
  }

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

  .menu-button {
    flex-direction: column;
    display: flex;
  }

  .image-2 {
    width: 200px;
  }

  .footer-2 {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .nav-link-2.button {
    border-radius: 0;
  }

  .nav-link-2.hide {
    display: none;
  }

  .forms-section {
    padding-top: 350px;
  }

  .forms-section.less {
    padding-top: 100px;
  }

  .project-image {
    height: 235px;
  }

  .testimonial-text {
    padding: 24px;
  }

  .button-wrapper {
    flex-direction: column;
    height: auto;
  }

  .skills-wrapper._48px-right_p {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .heading_55px._24px-bottom {
    line-height: 140%;
  }

  .heading_55px._24px-bottom.sdgffdy {
    font-size: 26px;
    line-height: 130%;
  }

  .logo {
    max-width: 100px;
    margin-bottom: 1em;
  }

  .heading_24px {
    font-size: 23px;
    line-height: 140%;
  }

  .experience-section {
    padding-bottom: 20px;
  }

  .brand {
    padding-bottom: 0;
  }

  .dribbble-image {
    background-image: url('../images/nww.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 800px;
  }

  .testimonial-sticky-block.asdfg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .footer-link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-flow: column wrap;
    align-items: flex-start;
    display: flex;
  }

  .footer-rows {
    align-items: flex-start;
    margin-bottom: 2em;
  }

  .footer-link-3 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 400;
  }

  .footer-link-3.w--current {
    margin-left: 0;
    font-size: 18px;
  }

  .footer-link-3.hde {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .footer-link-3.hde.w--current {
    font-size: 22px;
  }

  .popup-container-div {
    display: none;
  }

  .pop-up {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    height: auto;
    min-height: auto;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .close-div {
    margin-bottom: 1em;
    margin-right: -10%;
    padding-right: 0%;
  }

  .image-4 {
    width: 40px;
  }

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

  .heading-xsmall {
    line-height: 1.5;
  }

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

  .section-home-process {
    background-color: #0f0f0f;
    padding-top: 20px;
  }

  .button-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
  }

  .button-2._2nd {
    margin-left: 0;
  }

  .process_left {
    margin-right: 1.25rem;
  }

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

  .padding-vertical.padding-xhuge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-heading-gradient {
    max-width: none;
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .home-map_highlight-text {
    width: auto;
  }

  .home-map_content-right {
    margin-bottom: 2.1875rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-map_para {
    letter-spacing: .23px;
    font-weight: 300;
    line-height: 1.8125;
  }

  .home-map_content-top-left {
    top: -15%;
  }

  .home-map_highlight-text-wrap {
    width: auto;
  }

  .home-map_btn-wrap {
    margin-top: 0;
  }

  .home-map_component {
    align-items: center;
  }

  .home-map_mac-img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .home-map_content-icon {
    width: 4rem;
  }

  .home-map_mid {
    margin-top: -2rem;
  }

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

  .margin-top.margin-huge.show-tablet {
    margin-top: 4.7185rem;
  }

  .text-color-black {
    line-height: 2;
  }

  .home-map_content-wrap {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .home-map_content-wrap._11rem-sticky, .home-map_content-wrap._8rem-sticky {
    position: sticky;
    bottom: 3.6rem;
  }

  .home-map_content-wrap.top-margin {
    position: sticky;
  }

  .home-map_content-wrap._14rem-sticky {
    padding-left: 2.5625rem;
    position: sticky;
    bottom: 3.6rem;
  }

  .home-map_content-order {
    font-size: 1.125rem;
    top: 7%;
    left: 15%;
  }

  .step-block {
    justify-content: center;
    min-height: auto;
    margin-top: 0;
  }

  .content-wrap {
    width: auto;
    height: auto;
  }

  .dot {
    display: none;
  }

  .service-para {
    font-size: 16px;
  }

  .service-number {
    font-size: 20px;
  }

  .steps-clone {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
    position: static;
  }

  .img-block {
    width: 90%;
    min-height: 5vh;
    padding-top: 0;
    line-height: 10px;
    display: none;
  }

  .img-block.sedrftgyhu {
    display: none;
  }

  .how-div {
    flex-direction: column;
    padding: 2em;
  }

  .step {
    padding: 0%;
  }

  .content-block {
    justify-content: center;
    margin-top: 0;
  }

  .bold-text-2 {
    width: 100%;
    font-size: 2rem;
  }

  .image-7 {
    width: 15px;
    height: 15px;
  }

  .browser-buttons-wrapper {
    margin-top: 0;
    position: static;
  }

  .browser_top-bar {
    justify-content: flex-start;
    display: flex;
  }

  .browser-search-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1rem;
  }

  .section-tip {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .browser_search-bar {
    width: 100%;
    display: block;
  }

  .browser_component {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .browser_content-wrapper {
    display: flex;
  }

  .browser_content-wrapper.is-mockup {
    height: 100vh;
  }

  .browser-search-text {
    line-height: 1;
    overflow: hidden;
  }

  .h1-design {
    font-size: 43px;
    line-height: 1.2em;
  }

  .section-design-main {
    margin-top: 10vh;
  }

  .div-design-main-80 {
    width: 90%;
  }

  .text-span-3 {
    font-size: 30px;
  }

  .image-9 {
    width: 200px;
    display: none;
    inset: 0% 0% auto auto;
  }

  .list {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 2.2em;
  }

  .h2-design {
    font-size: 32px;
    line-height: 1.3em;
  }

  .text-span-4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.8em;
  }

  .image-10 {
    display: none;
  }

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

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

  .test-text {
    font-size: 16px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .text-span-5 {
    font-size: 16px;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-para {
    font-size: 16px;
  }
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafc-c68f080d {
  align-self: center;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafd-c68f080d {
  place-self: center;
}

#w-node-e808d789-4fec-0e04-678f-83eb4f79c437-c68f080d {
  place-self: auto;
}

#w-node-b32c20c7-6ab8-8183-c3d7-d56c1edc66f7-c68f080d, #w-node-b32c20c7-6ab8-8183-c3d7-d56c1edc66fe-c68f080d, #w-node-b32c20c7-6ab8-8183-c3d7-d56c1edc6705-c68f080d, #w-node-b32c20c7-6ab8-8183-c3d7-d56c1edc670c-c68f080d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56db37-c68f080d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b35e4535-1227-d48a-c605-fb3afb1b6f38-fb1b6f04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafc-7dc9be4c {
  align-self: center;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafd-7dc9be4c {
  place-self: center;
}

#w-node-a7d2ece6-1478-0bdb-cf89-de4c0023a7f6-7dc9be4c {
  align-self: center;
}

#w-node-_13f1ea61-5f72-557c-4f12-9ca1173c37f7-7dc9be4c {
  place-self: auto;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56db37-7dc9be4c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dc26-7dc9be4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafc-b63b0c0f {
  align-self: center;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafd-b63b0c0f {
  place-self: center;
}

#w-node-_7982d374-f06b-3da3-fad6-94bd82af1a80-b63b0c0f, #w-node-a9fde52b-4d2d-922c-fe32-3699a22d1aa6-b63b0c0f, #w-node-_5a477a7c-cc50-5802-f041-3beb18d03ae2-b63b0c0f, #w-node-eb5cea05-e9ea-447b-94e3-b3696013151b-b63b0c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f27b4d4b-99c0-db00-0397-22fcede13856-b63b0c0f {
  align-self: center;
}

#w-node-f27b4d4b-99c0-db00-0397-22fcede13857-b63b0c0f {
  place-self: center;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dc26-b63b0c0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafc-df2cd36c {
  align-self: center;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafd-df2cd36c {
  place-self: center;
}

#w-node-a9fde52b-4d2d-922c-fe32-3699a22d1aa6-df2cd36c, #w-node-_5a477a7c-cc50-5802-f041-3beb18d03ae2-df2cd36c, #w-node-eb5cea05-e9ea-447b-94e3-b3696013151b-df2cd36c, #w-node-_7982d374-f06b-3da3-fad6-94bd82af1a80-df2cd36c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dc26-df2cd36c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafc-dd96b8ec {
  align-self: center;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafd-dd96b8ec {
  place-self: center;
}

#w-node-_7982d374-f06b-3da3-fad6-94bd82af1a80-dd96b8ec, #w-node-a9fde52b-4d2d-922c-fe32-3699a22d1aa6-dd96b8ec, #w-node-_5a477a7c-cc50-5802-f041-3beb18d03ae2-dd96b8ec, #w-node-eb5cea05-e9ea-447b-94e3-b3696013151b-dd96b8ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f27b4d4b-99c0-db00-0397-22fcede13856-dd96b8ec {
  align-self: center;
}

#w-node-f27b4d4b-99c0-db00-0397-22fcede13857-dd96b8ec {
  place-self: center;
}

#w-node-bdb908a6-6f1f-fd7f-d9a1-c337da78d4c1-dd96b8ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafc-a2836d1b {
  align-self: center;
}

#w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dafd-a2836d1b {
  place-self: center;
}

#w-node-c50c4f26-b737-373e-3aa7-0e38641d67c8-a2836d1b {
  place-self: auto;
}

#w-node-_7982d374-f06b-3da3-fad6-94bd82af1a80-a2836d1b, #w-node-a9fde52b-4d2d-922c-fe32-3699a22d1aa6-a2836d1b, #w-node-_5a477a7c-cc50-5802-f041-3beb18d03ae2-a2836d1b, #w-node-eb5cea05-e9ea-447b-94e3-b3696013151b-a2836d1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f27b4d4b-99c0-db00-0397-22fcede13856-a2836d1b {
  align-self: center;
}

#w-node-f27b4d4b-99c0-db00-0397-22fcede13857-a2836d1b {
  place-self: center;
}

#w-node-bdb908a6-6f1f-fd7f-d9a1-c337da78d4c1-a2836d1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b183b55a-71db-1ecd-f7c9-1a12dbcb2f14-ce4688ef {
  align-self: center;
}

#w-node-b183b55a-71db-1ecd-f7c9-1a12dbcb2f15-ce4688ef {
  place-self: center;
}

#w-node-fe8a17c2-9a61-34ec-646b-e0ab4681ad63-ce4688ef {
  align-self: center;
}

#w-node-fe8a17c2-9a61-34ec-646b-e0ab4681ad64-ce4688ef {
  place-self: center;
}

#w-node-_6a178f28-fbaf-9820-4bb3-2f3617a1ae49-ce4688ef {
  align-self: center;
}

#w-node-_6a178f28-fbaf-9820-4bb3-2f3617a1ae4a-ce4688ef {
  place-self: center;
}

#w-node-_8d82074f-0137-128a-2b67-86232b846d16-ce4688ef {
  align-self: center;
}

#w-node-_8d82074f-0137-128a-2b67-86232b846d17-ce4688ef {
  place-self: center;
}

#w-node-_2b84c872-4c37-cdfe-34a9-403115fae63d-ce4688ef, #w-node-_2b84c872-4c37-cdfe-34a9-403115fae63e-ce4688ef {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-fe8a17c2-9a61-34ec-646b-e0ab4681ad63-ce4688ef, #w-node-_6a178f28-fbaf-9820-4bb3-2f3617a1ae49-ce4688ef, #w-node-_8d82074f-0137-128a-2b67-86232b846d16-ce4688ef {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56db37-c68f080d, #w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56db37-7dc9be4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56db37-c68f080d, #w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56db37-7dc9be4c {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b35e4535-1227-d48a-c605-fb3afb1b6f38-fb1b6f04, #w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dc26-7dc9be4c, #w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dc26-b63b0c0f, #w-node-_77fa003e-3cc7-8e9a-f4db-27e96b56dc26-df2cd36c, #w-node-bdb908a6-6f1f-fd7f-d9a1-c337da78d4c1-dd96b8ec, #w-node-bdb908a6-6f1f-fd7f-d9a1-c337da78d4c1-a2836d1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


