:root {
  --color--copy-bright: #eeebdc;
  --font-family--geist: Geist, sans-serif;
  --color--copy-dark: #000;
  --heading--h1: 5rem;
  --heading--h2: 2.1rem;
  --heading--h3: 3rem;
  --heading--h4: 1.7rem;
  --heading--h5: 1.4rem;
  --heading--h6: 1.2rem;
  --spacing--sm: 2.25rem;
  --color--divider-grey\<deleted\|variable-9956ef44-55fe-a8dc-bc68-6dccf8e2e07c\>: #b4b4b4;
  --text-size--medium: 1.25rem;
  --color--transparent: transparent;
  --border-radius--round: 999rem;
  --spacing--xl: 7.5rem;
  --spacing--xs: .8rem;
  --text-size--large: 1.5rem;
  --container--large: 100rem;
  --container--small: 60rem;
  --page-padding--desktop: 4rem;
  --page-padding--tablet: 6vw;
  --color--copy-grey: #afaea7;
  --color--white: white;
  --border-radius--small: .75rem;
  --border-radius--medium: 2.5rem;
  --color--accent-color: #fc762d;
  --color--background-dark-1: var(--color--copy-dark);
  --container--medium: 80rem;
  --container--tiny: 32rem;
  --spacing--xxs: .5rem;
  --spacing--md: 4.5rem;
  --text-size--small: 1.1rem;
  --text-size--tiny: .9rem;
}

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

body {
  background-color: var(--color--copy-bright);
  font-family: var(--font-family--geist);
  color: var(--color--copy-dark);
  font-size: 1rem;
  line-height: 1;
}

h1 {
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.05;
}

h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.4;
}

ol {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  padding-left: 2.5rem;
  line-height: 1.4;
}

label {
  margin-bottom: .3rem;
  display: block;
}

blockquote {
  border-left: 5px solid var(--color--divider-grey\<deleted\|variable-9956ef44-55fe-a8dc-bc68-6dccf8e2e07c\>);
  margin-bottom: 0;
  padding: .6rem 1.2rem;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.heading-style-h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h6.services-subheading {
  font-size: var(--heading--h4);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 2%;
  margin-left: 10%;
  margin-right: 10%;
  font-weight: 500;
}

.heading-style-h6.services-subheading.testimonials-subheading {
  font-size: var(--heading--h4);
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}

.copy-medium {
  font-size: var(--text-size--medium);
  line-height: 1.4;
}

.heading-style-h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  text-transform: none;
  line-height: 1;
}

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

.button {
  border: .15em solid var(--color--transparent);
  border-radius: var(--border-radius--round);
  background-color: var(--color--copy-dark);
  color: var(--color--copy-bright);
  text-align: center;
  letter-spacing: .03rem;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
}

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

.button.is-secondary {
  background-color: var(--color--transparent);
  color: var(--color--copy-dark);
}

.button.is-bright {
  background-color: var(--color--copy-bright);
  color: var(--color--copy-dark);
}

.button.is-bright.is-secondary {
  border-color: var(--color--copy-bright);
  background-color: var(--color--transparent);
  color: var(--color--copy-bright);
  font-size: 1rem;
}

.spacer-xl-start {
  padding-top: var(--spacing--xl);
}

.spacer-xs-start {
  padding-top: var(--spacing--xs);
}

.spacer-sm-start {
  padding-top: var(--spacing--sm);
}

.copy-large {
  font-size: var(--text-size--large);
  line-height: 1.4;
}

.spacer-xs-end {
  padding-bottom: var(--spacing--xs);
}

.heading-style-h1 {
  font-size: var(--heading--h3);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: 3%;
  font-weight: 900;
  line-height: .85;
}

.heading-style-h1.testimonials-subtitle {
  font-size: var(--heading--h4);
}

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

.container-large {
  max-width: var(--container--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spacer-sm-end {
  padding-bottom: var(--spacing--sm);
}

.page-padding {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
}

.heading-style-h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  text-transform: none;
  line-height: 1.1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  color: #fffdf6;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
}

.header-button {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.copy-tiny-2 {
  font-size: .9rem;
  line-height: 1.4;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.intro-title {
  text-transform: uppercase;
  font-size: 4em;
  line-height: .9;
}

.header-right {
  color: #757575;
}

.section-intro {
  padding-bottom: 5%;
  position: relative;
}

.nav-main {
  z-index: 999;
  border-bottom: 1px solid var(--color--copy-grey);
  background-color: var(--color--transparent);
  position: absolute;
  inset: 0% 0% auto;
}

.intro-pre-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.section-page-intro {
  background-color: var(--color--copy-bright);
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.page-intro-title {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.page-intro-title.is-skills {
  margin-left: .89em;
}

.page-intro-title.is-webdesign {
  margin-left: 1.16em;
  padding-right: 100px;
  font-style: italic;
}

.page-intro-title.is-animation {
  margin-left: 3em;
  padding-right: 100px;
  font-style: italic;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5vh;
  display: flex;
}

.page-intro-title-small {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 400;
}

.page-intro-title-small.is-made-in-webflow {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5.6em;
  display: flex;
}

.page-intro-title-small.is-best-in-class {
  align-self: flex-start;
  margin-left: 10em;
  font-size: 1.3vw;
}

.section-after-intro-text {
  z-index: 3;
  background-color: var(--color--copy-dark);
  color: var(--color--copy-bright);
  margin-top: 21vh;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.page-intro-title-wrapper {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-intro-splitscreen-top, .page-intro-splitscreen-bottom {
  background-color: var(--color--copy-dark);
  width: 100%;
  height: 0%;
}

.made-in-webflow-brand {
  max-width: 2.3em;
}

.image-placeholder {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.8em;
  width: 100%;
}

.image {
  margin-top: 20px;
}

.subtitle {
  color: #006cff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.page-wrapper-2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.mask {
  object-fit: contain;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  max-width: 1440px;
}

.mt {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

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

._w-footer {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 2.5em;
  display: flex;
  box-shadow: 0 0 10px -2px #00000030;
}

.margin-bottom.margin-medium {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2em;
  font-weight: 500;
}

.div-block-3 {
  margin-left: 2em;
  margin-right: 2em;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-vertical {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.form-input-2 {
  border-radius: 4px;
  margin-bottom: 20px;
}

.submit-btn {
  color: #292929;
  background-color: #7ed958;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 1.1rem;
}

.footer-first-block---f15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 26%;
  display: flex;
}

.footer-2 {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.condition-link---f15 {
  color: #1d262d;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.contact-icon---f3 {
  font-size: 20px;
  line-height: 28px;
}

.footer-social-icon---f15 {
  font-size: 16px;
}

.footer-fourth-block---f15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 26%;
  display: flex;
}

.footer-list-item-icon---f15 {
  color: #1d262d;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 6px;
  font-weight: 600;
  text-decoration: none;
}

.footer-contact-block---f3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-brand {
  width: 150px;
}

.footer-logo {
  object-fit: fill;
}

.foooter-social-icon-block---f15 {
  color: #1d262d;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.foooter-social-icon-block---f15:hover {
  color: #0a66c2;
}

.footer-list-item-text---f15 {
  color: #1d262d;
  text-transform: capitalize;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.footer-detail---f15 {
  line-height: 30px;
}

.policy-block---f15 {
  text-align: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.footer-main-block---f15 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-bottom: 1px solid #1d262d;
  flex-flow: wrap;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-policy-block---f15 {
  text-align: center;
}

.footer-list-item---f15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 5px;
  transition: all .3s;
  display: flex;
}

.footer-list-item---f15:hover {
  padding-left: 0;
}

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

.terms-block---f15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-social-icons---f15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-second-block---f15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.copyright-text-link---f15 {
  color: #1d262d;
  text-decoration: underline;
}

.footer-list---f15 {
  list-style-type: disc;
}

.copyright-block---f15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.copyright-text---f15 {
  font-size: 14px;
}

.footer-15 {
  background-color: #f1f1f1;
  margin-top: 80px;
  box-shadow: 0 5px 15px #0003;
}

.footer-heading-block {
  border-bottom: 1px solid #1d262d;
  padding-bottom: 20px;
}

.contact-text---f3 {
  color: #1d262d;
  text-decoration: none;
}

.footer-list-heading---f15 {
  text-transform: capitalize;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-third-block---f15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 26%;
  display: flex;
}

.footer-2-policy-block---f2 {
  background-color: #68c541;
}

.footer-link-text---f2 {
  color: #1d262d;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text---f2:hover {
  font-weight: 600;
  text-decoration: underline;
}

.copyright-text-link---f2 {
  color: #000;
  text-decoration: underline;
}

.footer-link---f2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  transition: opacity .2s;
  display: flex;
}

.footer-16 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.foooter-social-icon-block---f2 {
  color: #1d262d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
  box-shadow: 2px 5px 14px #0003;
}

.foooter-social-icon-block---f2:hover {
  color: #fff;
  background-color: #0a66c2;
}

.footer-main-block---f2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-list-item---f2 {
  color: #1d262d;
  text-transform: capitalize;
  padding: 5px;
  text-decoration: none;
}

.footer-social-icons---f2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.copyright-text---f2 {
  color: #000;
}

.footer-copy-flex-block---f2 {
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.copyright-text-link---f3 {
  color: #1d262d;
  text-decoration: underline;
}

.footer-contact-detail---f3 {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 80%;
  display: flex;
}

.foooter-social-icon-block---f3 {
  color: #1d262d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.foooter-social-icon-block---f3:hover {
  transform: scale(1.2);
}

.footer-info-flex-block---f3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.footer-info-list-item-text---f3 {
  color: #1d262d;
  text-transform: capitalize;
  text-decoration: none;
}

.copyright-text---f3 {
  text-align: right;
  width: 100%;
  max-width: 341px;
}

.footer-main-block---f3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #1d262d;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-info-list---f3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.footer-social-icons---f3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.logo {
  margin-bottom: 32px;
}

.footer-bottom {
  text-align: center;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: block;
}

.footer-10 {
  background-color: #000;
  margin-top: 10%;
  padding: 92px 3%;
}

.paragraph {
  color: #1e2833;
  max-width: 360px;
  font-size: 15px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-column.social-footer {
  flex-flow: column;
}

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

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-rights {
  color: var(--color--copy-grey);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-dark {
  color: var(--color--copy-bright);
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-arrow {
  background-color: #7ed958;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.footer-title {
  color: #68c541;
  margin-bottom: 22px;
  font-size: 17px;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-column-right {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.form {
  margin-top: 40px;
}

.image-2 {
  color: var(--color--white);
}

.heading-2 {
  font-weight: 500;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.margin-bottom-2 {
  margin-bottom: 40px;
}

.section-2 {
  color: var(--color--white);
  background-color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.footer-link {
  opacity: .5;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

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

.link-block {
  padding-right: 20px;
}

.services-section {
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.service-box-holder {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

.services-header {
  text-align: center;
  background-color: #0000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.service-box {
  text-align: center;
  width: 29%;
  padding-left: 1%;
  padding-right: 1%;
}

.service-paragraph {
  color: #363636;
  font-size: 17px;
  line-height: 21px;
}

.section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.service-header {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.body-paragraph {
  color: #363636;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.lottie-anim {
  width: 150px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.service-div {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.submit-button {
  z-index: 0;
  background-color: #a78463;
  background-image: url('../images/Arrow-3.svg'), url('../images/Ellipse-14.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 0;
  border-radius: 50%;
  width: 7.09em;
  height: 7.09em;
  padding: 0;
  transition: all .5s;
  position: relative;
}

.submit-button:hover {
  background-image: url('../images/Arrow-3.svg'), url('../images/Ellipse-14.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100%;
}

.text-block {
  color: #fff;
  letter-spacing: .05em;
  font-weight: 400;
}

.checkbox {
  background-color: #a7846300;
  border: 1px solid #a78463;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s;
}

.checkbox.w--redirected-checked {
  background-color: #a78463;
  background-image: url('../images/check-mark-line-1.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #3898ec00;
}

.grid_item {
  width: 100%;
  padding: 1em;
  display: flex;
}

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

.grid_item.contact-form {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-top: 1em;
  padding-bottom: 3em;
}

.container-4 {
  width: 1920px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
}

.container-4.contact-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 10em;
  padding-bottom: 15em;
  display: flex;
}

.input {
  z-index: 2;
  background-color: #fff0;
  border: 0 #0000;
  border-bottom: 1px solid #a78463;
  border-radius: 0;
  height: 4em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1vw;
  position: relative;
}

.input:focus {
  color: #191d23;
  text-transform: uppercase;
  border: 1px #0000;
  border-bottom: 1px solid #a78463;
  height: 4.1em;
  font-size: .9em;
}

.input._1 {
  text-transform: uppercase;
  height: 42px;
  font-size: .8em;
}

.input._1:active {
  text-transform: uppercase;
  font-size: .8em;
}

.input._1:focus {
  height: 42px;
  font-size: .8em;
}

.input._2 {
  text-transform: uppercase;
  height: 42px;
  font-size: .8em;
}

.input._2:active {
  font-size: .8em;
}

.input._2:focus {
  height: 42px;
  font-size: .8em;
}

.text-span-3 {
  color: #191d23;
  font-weight: 500;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  position: relative;
}

.section-3 {
  background-color: #191d23;
}

.section-3.collored {
  z-index: 11;
  background-color: #f9f0ec;
  position: relative;
}

.checkbox-label {
  color: #a9a09c;
  padding-left: 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.7;
  top: 0;
}

.link {
  color: #1b1b1b;
  text-decoration: none;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1em;
  padding-left: 0;
  display: flex;
  position: static;
}

.input-wrap {
  margin-bottom: 2em;
  position: relative;
}

.dark {
  color: #a78463;
}

.grid-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid-2.contact {
  justify-content: center;
  align-items: center;
}

.submit-wrapper {
  z-index: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 40% -77% auto;
  overflow: hidden;
}

.form-home {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
  position: static;
}

.error-message {
  z-index: 1;
  background-color: #fff0;
  padding-left: 68px;
  position: relative;
}

.success-message {
  background-color: #a78463;
  border-radius: 50vw;
  position: relative;
}

.contact-info-wrap-2 {
  display: none;
  position: relative;
}

.underline-button {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 5px;
  display: flex;
}

.button-icon-2 {
  width: 17px;
  margin-left: auto;
  margin-right: auto;
}

.contact-back-image {
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77%;
  padding-left: 20rem;
  padding-right: 20rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-icon-outline-2 {
  color: #000;
  border: 1px solid #f8f8f8;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: flex;
}

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

.icon-button-text {
  color: #d1d1d1;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.icon-button-text.hp-text {
  font-size: .8rem;
  text-decoration-thickness: 0;
}

.bottom-line {
  background-color: #000;
  border-radius: 5px;
  height: 1px;
  margin-bottom: -2px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-9 {
  margin-left: 0;
  padding-left: 0;
}

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

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #fff;
  border-bottom-style: solid;
  height: 50px;
  font-size: 1rem;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  background-color: #0000;
  font-weight: 300;
}

.section-header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.1rem;
  display: flex;
}

.section-header-2 {
  margin-bottom: 3.7rem;
  font-weight: 700;
}

.section-header-2.contact {
  color: #fff;
  text-align: center;
  margin-bottom: .4rem;
}

.icon-button-2 {
  color: #f8f8f8;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.icon-button-2:hover {
  opacity: .65;
}

.icon-button-2.rotate-icon {
  margin-right: 25px;
}

.top-line {
  direction: rtl;
  background-color: #000;
  justify-content: flex-end;
  height: 1px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.form-3 {
  border-top: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  max-width: 600px;
  display: flex;
  box-shadow: inset 0 0 #00000080;
}

.error-message-2 {
  width: 100%;
  font-weight: 400;
}

.icon-button-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.3rem;
  display: flex;
}

.contact-section {
  z-index: 1;
  background-color: #eeebdc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 77vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sandwich-button-text {
  color: #000;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.large-slide-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 4rem;
}

.submit-button-2 {
  color: #252525;
  transform-style: preserve-3d;
  background-color: #e2e2e2;
  width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform .2s;
  display: block;
}

.submit-button-2:hover {
  transform: scale3d(1, 1.1, 1);
}

.small-slide-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 4rem;
}

.text-block-8 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #0000;
  font-size: 20px;
  font-weight: 700;
}

.top-line-wrap {
  color: #000;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.sandwich-button {
  filter: invert();
  color: #000;
  text-decoration: none;
  position: relative;
}

.text {
  color: #f7f8fd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.circle-bg {
  grid-column-gap: 10px;
  background-color: #a1f44e;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.copy-me {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.copy-me.scale-up {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  transform: scale(1.3);
}

.hi-wrapper {
  z-index: 5;
  grid-column-gap: 6.85913px;
  background-color: #1e2022;
  border-radius: 7.80522px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 10px 6px 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 3.1rem;
  right: auto;
  transform: rotate(-7deg);
}

.icon-second {
  z-index: 3;
  grid-column-gap: 10px;
  background-color: #1e2022;
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  width: 23px;
  height: 23px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 11px;
}

.animation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8px 15px;
  text-decoration: none;
  display: flex;
}

.change-text-settings {
  z-index: 2;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.text-button {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
  line-height: 100%;
  text-decoration: none;
}

.text-button._2 {
  color: #1e2022;
}

.rectangle-40016 {
  object-fit: cover;
  background-image: url('../images/profile-img_1profile-img.jpg');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #fff;
  border-radius: 2.60174px;
}

.button-wrapper {
  grid-column-gap: 20px;
  background-color: #1e2022;
  border-radius: 99999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 10px 14px 20px;
  font-size: 1.375rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.8061px;
  height: 12.5158px;
  text-decoration: none;
  display: flex;
}

.button-icon-3 {
  width: 17px;
}

.contact-back-image-2 {
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7% 20rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-icon-outline-3 {
  border: 1px solid #f8f8f8;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: flex;
}

.form-4 {
  border-top: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  max-width: 600px;
  display: flex;
  box-shadow: inset 0 0 #00000080;
}

.error-message-3 {
  width: 100%;
  font-weight: 400;
}

.contact-page {
  z-index: 1;
  background-color: #0e0e0e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button-3 {
  color: #252525;
  transform-style: preserve-3d;
  background-color: #e2e2e2;
  width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform .2s;
  display: block;
}

.submit-button-3:hover {
  transform: scale3d(1, 1.1, 1);
}

.text-block-10 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #0000;
  font-size: 20px;
  font-weight: 700;
}

.ts-bottom-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-top: 0;
  display: flex;
}

.testimonial-section {
  background-color: #eeebdc;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.tlc-small-head {
  color: #f08c3c;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.ts-review {
  font-size: 15px;
  line-height: 25px;
  position: relative;
  overflow: visible;
}

.ts-content {
  padding: 40px 25px;
}

.quote-img {
  opacity: .05;
  color: #fff;
  width: 88px;
  height: 64px;
  display: block;
  position: absolute;
  top: 44px;
  left: 44px;
}

.ts-block {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.ts-reviewer-desi {
  color: #4a494b;
  width: auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.ts-reviewer-desi:hover {
  color: #112631;
}

.ts-reviewer:hover {
  color: #fff;
}

.tlc-content {
  max-width: 624px;
}

.tlc-head {
  text-transform: uppercase;
  width: 100%;
  max-width: 624px;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
  position: relative;
}

.container-5 {
  max-width: 1920px;
  padding-left: 100px;
  padding-right: 100px;
}

.ts-imgblock {
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.ts-left {
  display: block;
}

.tlc-line {
  color: #0074a2;
  background-color: #0074a2;
  width: 50px;
  height: 4px;
  margin-right: 10px;
  padding-right: 0;
  position: relative;
}

.ts-card {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  width: 99%;
  max-width: 484px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px -3px #00000080;
}

.ts-card:hover {
  color: #fff;
  background-color: #112631;
  border-top-left-radius: 0;
}

.tc-img {
  object-fit: cover;
  border: 3px solid #0074a2;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: relative;
}

.ts-right {
  height: 100%;
  padding-left: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.tlc-desc {
  color: #112631;
  font-size: 16px;
  line-height: 27px;
  position: relative;
}

.tesr-right {
  margin-left: 30px;
  overflow: visible;
}

.tlc-head-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.ts-reviewer-name {
  color: #0074a2;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
}

.ts-left-content {
  width: 100%;
  height: 100%;
  margin-top: 150px;
  position: sticky;
  top: 0;
  overflow: auto;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.masonry__grid-signature {
  align-items: center;
  display: flex;
}

.masonry__grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1220px;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.masonry__grid-job-title {
  color: #6b6b6b;
  letter-spacing: .125px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.masonry__grid-portrait {
  object-fit: cover;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.masonry__grid-arrow {
  display: none;
}

.header__heading {
  text-align: center;
  font-size: 57px;
  font-weight: 600;
  line-height: 62px;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}

.masonry__grid-slide {
  margin-bottom: 20px;
}

.masonry__grid-mask {
  column-count: 4;
  white-space: normal;
  column-gap: 20px;
}

.masonry__grid-nav {
  display: none;
}

.container-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.masonry__grid-quote {
  border-left-style: none;
  border-left-width: 0;
  margin-top: 18px;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.masonry__grid-person {
  color: #222;
  font-weight: 600;
  line-height: 21px;
}

.masonry__grid-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}

.hero-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-wrapper.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

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

.lottie-animation-2 {
  width: 50px;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  padding-top: 10px;
}

@media screen and (min-width: 1280px) {
  .ts-block {
    flex-wrap: nowrap;
  }

  .ts-reviewer-desi {
    font-size: 16px;
  }

  .ts-card {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h6.services-subheading {
    margin-left: 5%;
    margin-right: 5%;
  }

  .page-intro-title.is-webdesign, .page-intro-title.is-animation {
    padding-right: 40px;
  }

  .marquee-horizontal {
    height: 4rem;
    margin-top: 0;
    padding-top: 0;
  }

  .track-horizontal-alt {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.4rem;
  }

  .marquee-text {
    padding-top: 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-style-h6.services-subheading {
    margin-left: 5%;
    margin-right: 5%;
  }

  .page-padding {
    padding-right: var(--page-padding--tablet);
    padding-left: var(--page-padding--tablet);
  }

  .header-inner {
    padding-top: 2em;
  }

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .page-intro-title.is-webdesign, .page-intro-title.is-animation {
    padding-right: 40px;
    font-size: 11vw;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 5em;
    font-size: 2.4vw;
  }

  .grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .box {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: .125em;
  }

  .footer-first-block---f15 {
    max-width: 48%;
  }

  .footer-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-fourth-block---f15 {
    max-width: 48%;
  }

  .footer-main-block---f15 {
    justify-content: space-between;
  }

  .footer-second-block---f15, .footer-third-block---f15 {
    max-width: 48%;
  }

  .footer-16 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-main-block---f2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .footer-main-block---f3 {
    justify-content: space-between;
  }

  .footer-info-list---f3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

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

  .footer-column, .footer-column-right {
    padding-right: 20px;
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-bottom-2 {
    margin-bottom: 40px;
  }

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

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.align-centre {
    justify-content: center;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-box-holder {
    flex-wrap: wrap;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .services-header {
    width: 80%;
  }

  .service-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-header {
    font-size: 46px;
    line-height: 54px;
  }

  .submit-button {
    font-size: 1.8vw;
  }

  .grid_item.contact-form {
    width: 80%;
    font-size: 1.8vw;
  }

  .input._2:active {
    color: #191d23;
    font-size: .8em;
  }

  .contact-back-image {
    padding-left: 11%;
    padding-right: 11%;
  }

  .form-3 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sandwich-button-text {
    font-size: 14px;
  }

  .large-slide-header {
    font-size: 2.8rem;
  }

  .top-line-wrap {
    font-size: 12px;
  }

  .contact-back-image-2 {
    padding-left: 11%;
    padding-right: 11%;
  }

  .form-4 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .testimonial-section {
    overflow: visible;
  }

  .tlc-small-head {
    line-height: 26px;
  }

  .ts-block {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
  }

  .tlc-head {
    font-size: 50px;
    line-height: 56px;
  }

  .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tsr-left.infinite-scroll-1 {
    background-color: #0000;
    height: 100%;
  }

  .tlc-line {
    display: none;
  }

  .ts-card {
    overflow: visible;
  }

  .ts-right {
    margin-top: 20px;
    padding-left: 0;
  }

  .tlc-head-block {
    justify-content: center;
    align-items: center;
  }

  .ts-left-content {
    text-align: center;
    position: relative;
  }

  .masonry__grid-mask {
    column-count: 3;
  }

  .container-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h6.services-subheading {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .header-inner {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: center;
    padding-top: 4.5em;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-skills {
    margin-left: 0;
  }

  .page-intro-title.is-webdesign {
    margin-left: 0;
    font-size: 16vw;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
    font-size: 16vw;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .page-intro-title-small {
    font-size: 2.6vw;
  }

  .page-intro-title-small.is-made-in-webflow {
    margin-right: 0;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
    font-size: 2.7vw;
  }

  .subtitle {
    font-size: .7rem;
  }

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

  .box {
    padding: 2em;
  }

  .footer-fourth-block---f15 {
    max-width: 100%;
  }

  .policy-block---f15 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .footer-third-block---f15, .footer-contact-detail---f3 {
    max-width: 100%;
  }

  .footer-info-flex-block---f3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer-info-list---f3 {
    flex-direction: row;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    align-items: center;
    padding-right: 0;
  }

  .footer-column-right {
    padding-right: 0;
  }

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

  .row {
    flex-wrap: wrap;
  }

  .social-media-icons-container-2 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .service-box-holder {
    padding-bottom: 70px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .section-header {
    line-height: 50px;
  }

  .button-icon-outline-2 {
    width: 35px;
    height: 35px;
  }

  .form-3 {
    min-width: 450px;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-slide-header {
    font-size: 2rem;
    line-height: 3rem;
  }

  .submit-button-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-slide-header {
    line-height: 3rem;
  }

  .button-icon-outline-3 {
    width: 35px;
    height: 35px;
  }

  .form-4 {
    min-width: 450px;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .ts-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ts-block {
    margin-top: -150px;
    margin-bottom: 100px;
  }

  .tlc-head {
    font-size: 30px;
    line-height: 39px;
  }

  .tlc-line {
    display: none;
  }

  .ts-card {
    max-width: 100%;
  }

  .ts-right {
    flex-wrap: wrap;
  }

  .tlc-desc {
    font-size: 16px;
  }

  .tesr-right.infinite-scroll-2 {
    margin-left: 0;
  }

  .marquee-text {
    font-size: 1.1rem;
  }

  .header__heading {
    font-size: 42px;
    line-height: 48px;
  }

  .masonry__grid-mask {
    column-count: 2;
  }

  .container-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h6.services-subheading {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
  }

  .heading-style-h1 {
    white-space: normal;
    margin-top: 25%;
    font-size: 3.4rem;
  }

  .header-button-wrapper, .header-button {
    width: 100%;
  }

  .header-left {
    font-size: .8em;
  }

  .page-intro-title.is-webdesign, .page-intro-title.is-animation {
    font-size: 20vw;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

  .page-intro-title-small.is-best-in-class {
    font-size: 4.6vw;
  }

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

  .box {
    text-decoration: none;
  }

  .div-block-3 {
    margin-right: 0;
    text-decoration: none;
  }

  .footer-first-block---f15, .footer-fourth-block---f15 {
    max-width: 100%;
  }

  .footer-list-item-icon---f15 {
    font-size: 16px;
  }

  .footer-main-block---f15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .terms-block---f15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .footer-second-block---f15 {
    max-width: 100%;
  }

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

  .footer-heading-block {
    padding-bottom: 10px;
  }

  .footer-list-heading---f15 {
    text-decoration: underline;
  }

  .footer-third-block---f15 {
    max-width: 100%;
  }

  .footer-link---f2 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .foooter-social-icon-block---f2 {
    width: 40px;
    height: 40px;
  }

  .footer-main-block---f2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-list-item---f2 {
    width: auto;
  }

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

  .footer-copy-flex-block---f2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-contact-detail---f3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .footer-main-block---f3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo {
    text-align: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-column {
    align-items: center;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

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

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

  .social-media-icons-container-2 {
    justify-content: space-between;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .social-media-icon {
    padding: 0;
  }

  .service-box-holder {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header {
    font-size: 38px;
    line-height: 44px;
  }

  .submit-button {
    width: 10em;
    height: 10em;
  }

  .checkbox.w--redirected-checked {
    background-size: 9px;
  }

  .grid_item.contact {
    font-size: 2vw;
  }

  .grid_item.contact-form {
    width: 100%;
    font-size: 4vw;
  }

  .input._2:hover, .input._2:active {
    font-size: .8em;
  }

  .input._2:focus {
    font-size: .9em;
  }

  .input._2::placeholder {
    font-size: .8em;
  }

  .checkbox-label {
    font-size: 1.1em;
  }

  .checkbox-field {
    font-size: 2vw;
  }

  .grid-2 {
    font-size: 1vw;
  }

  .submit-wrapper {
    bottom: -43%;
    right: 45%;
  }

  .underline-button {
    inset: 4% 5% auto auto;
  }

  .contact-back-image {
    padding-left: 4%;
    padding-right: 4%;
  }

  .button-icon-outline-2 {
    margin-right: 6px;
  }

  .icon-button-text {
    font-size: .8rem;
  }

  .text-field {
    border-radius: 0;
    margin-top: 75px;
    margin-bottom: -58px;
  }

  .section-header-2.contact {
    margin-bottom: 1.4rem;
    font-size: 4rem;
  }

  .icon-button-2 {
    font-size: .75rem;
  }

  .icon-button-2.rotate-icon {
    font-size: .6rem;
  }

  .form-3 {
    width: 100%;
    min-width: auto;
    margin-bottom: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-button-wrapper {
    font-size: .8rem;
  }

  .sandwich-button-text {
    font-weight: 400;
  }

  .large-slide-header {
    margin-bottom: 17px;
    font-size: 1.8rem;
  }

  .submit-button-2 {
    margin-top: 75px;
    padding-bottom: 9px;
  }

  .small-slide-header {
    font-size: 1rem;
  }

  .contact-back-image-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .button-icon-outline-3 {
    margin-right: 6px;
  }

  .form-4 {
    width: 100%;
    min-width: auto;
    margin-bottom: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button-3 {
    margin-top: 75px;
    padding-bottom: 9px;
  }

  .tlc-small-head {
    font-size: 18px;
  }

  .ts-review {
    font-size: 14px;
    line-height: 24px;
  }

  .ts-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tlc-head {
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .tlc-line {
    width: 38px;
  }

  .ts-right {
    margin-top: 30px;
  }

  .tlc-desc {
    font-size: 14px;
    line-height: 24px;
  }

  .masonry__grid-arrow {
    width: 48px;
    height: 48px;
    margin: 0;
    display: block;
    position: static;
  }

  .masonry__grid-icon {
    color: #333;
    margin: 0;
    position: static;
  }

  .header__heading {
    font-size: 32px;
    line-height: 36px;
  }

  .masonry__grid-mask {
    column-count: auto;
    white-space: nowrap;
  }

  .masonry__grid-nav {
    width: 100%;
    padding-top: 14px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .container-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .display__none {
    display: none;
  }

  .masonry__grid-nav-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 48px auto 48px;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .paragraph-2 {
    font-size: 1.4rem;
  }

  .paragraph-3 {
    font-size: 1.4rem;
    text-decoration: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: 1.4rem;
  }
}

#w-node-_54fa406e-da55-a8b4-18bb-dcff22e1a220-da89e6f1, #w-node-_91060132-5a1e-9a76-b309-260b3256c947-da89e6f1, #w-node-_70151f8e-b833-a54b-da7b-80eeda3c4766-da89e6f1, #w-node-_6750aefd-c25b-f68c-33fd-801ff5387758-da89e6f1, #w-node-_80b8ccf1-6f6f-06f0-050e-82907c3e5f26-da89e6f1, #w-node-f3004366-d713-e14e-c89a-361b0e9d198f-da89e6f1, #w-node-_03a43305-217e-40b6-faf6-9464ad1389c3-da89e6f1, #w-node-c115f46d-e070-1258-6f61-ae260ca18cf8-da89e6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4ff38ac9-5a30-fd89-54ea-2e987980e38f-da89e6f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ff38ac9-5a30-fd89-54ea-2e987980e38f-da89e6f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}