@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --midnight-blue: #130f49;
  --deep-sky-blue: #34a1cd;
  --dark-slate-blue: #55527c;
  --light-sky-blue: #58cfff;
  --azure: #e9f9ff;
  --sky-blue: #9ce2ff;
  --light-coral: #f66565;
  --dark-grey: #b4b2c5;
  --medium-blue: #352bc1;
  --white-smoke: #f8f8fa;
  --light-cyan: #d9f4ff;
  --ghost-white: #f4f3ff;
  --light-steel-blue: #cdcaff;
  --medium-purple: #9992ff;
  --medium-slate-blue: #665aff;
  --old-lace: #fff4e4;
  --navajo-white: #ffd697;
  --goldenrod: #e7a741;
  --blanched-almond: #feecd0;
  --orange: #ffc261;
  --gainsboro: #d9d9e2;
  --indian-red: #d74848;
  --light-coral-2: #f8979b;
  --pink: #ffcdcf;
  --snow: #fff5f6;
}

.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 {
  color: #333;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #130f49;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #130f49;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #130f49;
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #55527c;
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

ul {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

ol {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.6;
}

li {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.6;
}

blockquote {
  border-left: 5px solid var(--light-sky-blue);
  color: #55527c;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.7;
}

.header {
  justify-content: center;
  align-items: center;
  padding: 162px 3% 122px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-wave {
  z-index: -1;
  min-width: 43%;
  max-width: 60%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.display-h1 {
  color: #130f49;
  letter-spacing: -.03em;
  font-family: Spacegrotesk, sans-serif;
  font-size: 78px;
  line-height: 1.05;
}

.job-title {
  color: #55527c;
  letter-spacing: -.03em;
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 52px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #130f49;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button:hover {
  transform: translate(0, -2px);
}

.button.button-padding {
  margin-top: 40px;
}

.send-icon {
  margin-left: 10px;
}

.nav-link {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--deep-sky-blue);
}

.nav-link.w--current {
  color: var(--midnight-blue);
}

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

.navbar {
  background-color: #0000;
  align-items: center;
  min-height: 95px;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 40px;
}

.brand.w--current {
  padding-left: 0;
}

.logo {
  width: 45px;
}

.social-link {
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  transform: translate(0, -2px);
}

.social-icon {
  width: 25px;
}

.content-section {
  padding: 92px 3%;
  position: relative;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 92px;
  display: flex;
}

.service-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 35px;
  transition: box-shadow .5s;
}

.service-card:hover {
  box-shadow: 11px 11px 130px 70px #ced4e02e;
}

.service-title {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.service-icon {
  width: 45px;
}

.work-bg-block {
  z-index: -1;
  background-color: #fff5f6;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  width: 70%;
  min-height: 470px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-split {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.title-wrapper-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pink-span {
  color: #ea4c89;
}

.dribbble-link {
  color: #130f49;
  letter-spacing: -.03em;
  align-items: center;
  font-size: 22px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.title {
  color: #b4b2c5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.project-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  box-shadow: 10px 0 30px #ced4e042;
}

.text-plain {
  color: #d9d9e2;
}

.scroll-wrapper {
  color: #d9d9e2;
  letter-spacing: -.03em;
  align-items: center;
  margin-top: 72px;
  font-size: 18px;
  display: flex;
}

.scroll-icon {
  width: 16px;
}

.project-item {
  width: 33.3333%;
  padding: 14px;
}

.project-wrap {
  height: 350px;
  position: relative;
}

.project-block {
  text-align: center;
  background-color: #55527ce6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-bottom: 60px;
  margin-left: 44px;
  margin-right: 44px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.project-name {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 22px;
  line-height: 1.1;
}

.button-red {
  color: #f8979b;
  background-color: #0000;
  border: 2px solid #f8979b;
  border-radius: 12px;
  align-items: center;
  margin-top: 40px;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-red:hover {
  border-color: var(--light-coral);
  color: var(--light-coral);
}

.bg-block-blue {
  z-index: -1;
  background-color: #f8f8ff;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  width: 60%;
  min-width: 400px;
  height: 100%;
  min-height: 500px;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-large {
  color: #55527c;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 18px;
}

.author-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.detail {
  color: #b4b2c5;
  font-size: 15px;
  font-weight: 400;
}

.author-name {
  color: #130f49;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.overview-section {
  align-items: center;
  padding: 132px 3%;
  display: flex;
  position: relative;
}

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

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

.button-yellow {
  color: #130f49;
  background-color: #0000;
  border: 2px solid #ffd697;
  border-radius: 12px;
  align-items: center;
  margin-top: 40px;
  padding: 14px 32px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.title-grey {
  color: #55527c;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

.blog-card {
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 35px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.blog-card:hover {
  box-shadow: 1px 1px 118px 150px #ced4e02e;
}

.date-wrapper {
  margin-bottom: 20px;
  display: flex;
}

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

.date {
  color: #b4b2c5;
  font-size: 15px;
  font-weight: 600;
}

.blog-item {
  margin-bottom: 20px;
}

.dots-pink {
  position: absolute;
  left: -92px;
}

.size-detail {
  color: var(--light-sky-blue);
  margin-left: 8px;
  font-weight: 600;
}

.title-small {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

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

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding: 20px;
  display: flex;
}

.colour-grid, .colour-grid-full {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.block {
  margin-bottom: 45px;
}

.span-opacity {
  color: #6a35ff;
  font-weight: 500;
}

.style-guide-section {
  padding: 100px 3%;
}

.title-dark {
  float: left;
  color: var(--dark-slate-blue);
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.colour-block {
  background-color: var(--medium-blue);
  height: 120px;
}

.colour-block.c11 {
  background-color: var(--azure);
}

.colour-block.t5 {
  background-color: var(--white-smoke);
}

.colour-block.t1 {
  background-color: var(--midnight-blue);
}

.colour-block.c10 {
  background-color: var(--light-cyan);
}

.colour-block.t3 {
  background-color: var(--dark-grey);
}

.colour-block.c5 {
  background-color: var(--ghost-white);
}

.colour-block.c4 {
  background-color: var(--light-steel-blue);
}

.colour-block.c9 {
  background-color: var(--sky-blue);
}

.colour-block.c3 {
  background-color: var(--medium-purple);
}

.colour-block.c8 {
  background-color: var(--light-sky-blue);
}

.colour-block.c2 {
  background-color: var(--medium-slate-blue);
}

.colour-block.c17 {
  background-color: var(--old-lace);
}

.colour-block.c7 {
  background-color: var(--deep-sky-blue);
}

.colour-block.c15 {
  background-color: var(--navajo-white);
}

.colour-block.c13 {
  background-color: var(--goldenrod);
}

.colour-block.c16 {
  background-color: var(--blanched-almond);
}

.colour-block.c14 {
  background-color: var(--orange);
}

.colour-block.t2 {
  background-color: var(--dark-slate-blue);
}

.colour-block.t4 {
  background-color: var(--gainsboro);
}

.colour-block.r1 {
  background-color: var(--indian-red);
}

.colour-block.r2 {
  background-color: var(--light-coral);
}

.colour-block.r3 {
  background-color: var(--light-coral-2);
}

.colour-block.r4 {
  background-color: var(--pink);
}

.colour-block.r5 {
  background-color: var(--snow);
}

.style-guide-header {
  background-color: var(--snow);
  background-image: url('../images/Angle-Top.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 500px;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 140px 5%;
  display: flex;
}

.block-detail {
  border: 1px solid var(--light-sky-blue);
  background-color: var(--azure);
  border-radius: 10px;
  align-items: center;
  padding: 32px;
  font-size: 16px;
  display: flex;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  padding: 24px;
}

.style-guide-h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.colour {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 25px 25px 55px #130f491a;
}

.style-guide-content {
  background-color: #fff;
  border-right: 1px solid #1730490d;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.colour-hex {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
}

.display {
  letter-spacing: -.03em;
  font-size: 64px;
  line-height: 1.05;
}

.q2 {
  border-left-color: var(--light-coral);
  font-style: italic;
  font-weight: 500;
}

.p3 {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.change-log-wrap {
  background-color: var(--old-lace);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
}

.new-tag {
  background-color: var(--navajo-white);
  color: var(--goldenrod);
  text-transform: uppercase;
  border-radius: 15px;
  margin-left: 4px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.logo-wrapper {
  justify-content: center;
  align-items: center;
  padding: 86px 12px;
  transition: all .35s;
  display: flex;
}

.logo-wrapper:hover {
  box-shadow: 25px 25px 55px #d9d9e242;
}

.logo-wrapper.border-right-bottom {
  border-right: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
}

.logo-wrapper.border-bottom {
  border-bottom: 1px solid var(--white-smoke);
}

.logo-wrapper.border-right {
  border-right: 1px solid var(--white-smoke);
}

.footer-legal-text {
  color: #55527c;
  text-align: center;
  letter-spacing: -.02em;
  font-size: 16px;
}

.hero-paragraph {
  max-width: 470px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.hero-image-wrapper {
  position: relative;
}

.social-link-wrapper {
  display: flex;
}

.seperate-block {
  border-top: 1px dashed var(--gainsboro);
  border-bottom: 1px dashed var(--gainsboro);
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.seperation-card {
  border: 1px dashed var(--orange);
  background-color: var(--old-lace);
  color: var(--orange);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  display: flex;
}

.hero-person-wrapper {
  background-color: #d9f4ff;
  border-radius: 100% 0 100% 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.dot-pattern {
  z-index: 5;
  position: absolute;
  inset: 5% auto auto 3%;
}

.hero-person {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-circle {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.project-header {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.project-content-grid {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.hero-circle-large {
  z-index: -2;
  min-width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.author-wrap, .footer-mail-wrap {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-link-wrap {
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.footer-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer {
  padding: 60px 5% 40px;
  position: relative;
}

.header-contact {
  background-color: #e9f9ff;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  padding-top: 162px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-pink {
  background-color: #fff5f6;
  justify-content: center;
  align-items: center;
  padding-top: 126px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: visible;
}

.lottie-scroll {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.large-heading {
  font-size: 64px;
}

.large-heading.heading-width {
  max-width: 650px;
}

.grid-content-right {
  padding-right: 100px;
}

.tag {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ea4c89;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 13px;
  display: flex;
}

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

.form-card {
  background-color: #fff;
  border-radius: 25px;
  padding: 52px;
  box-shadow: 79px 79px 122px #ced4e033;
}

.form-block {
  margin-top: 42px;
}

.field-label {
  color: #b4b2c5;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.blue-span {
  color: var(--light-sky-blue);
}

.text-field {
  border: 1px #000;
  border-bottom: 2px solid #ececf0;
  min-height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.field-form {
  margin-bottom: 32px;
}

.text-field-long {
  border: 1px #000;
  border-bottom: 2px solid #ececf0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.white-bar-bottom {
  z-index: 1;
  background-color: #fff;
  min-height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.contact-card {
  color: var(--dark-slate-blue);
  letter-spacing: -.03em;
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 52px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  box-shadow: 79px 79px 122px #ced4e033;
}

.contact-icon {
  margin-right: 4px;
}

.blog-h3 {
  max-width: 450px;
  font-size: 30px;
}

.footer-card {
  background-color: var(--azure);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px 40px;
  display: flex;
}

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

.footer-h2 {
  font-weight: 600;
}

.utility-page-wrap {
  background-color: var(--old-lace);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 750px;
  max-height: 100%;
  display: flex;
}

._404-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.utility-h2 {
  color: var(--midnight-blue);
  font-size: 54px;
}

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

.password-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.form-wrap {
  margin-top: 42px;
}

.text-field-large {
  color: var(--dark-slate-blue);
  background-color: #fff;
  border: 1px solid #b4b2c575;
  border-radius: 12px;
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 21px;
  font-size: 16px;
}

.text-field-large::placeholder {
  color: var(--dark-slate-blue);
}

.button-submit {
  color: #fff;
  text-align: center;
  background-color: #130f49;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px 32px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.paragraph-short {
  max-width: 680px;
}

.brand-span {
  color: var(--light-sky-blue);
}

.blog-image-wrap {
  background-color: var(--pink);
  border-radius: 100px;
  width: 65px;
  height: 65px;
  margin-right: 20px;
}

.author-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-author {
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.author-name-blog {
  color: var(--midnight-blue);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.author-date {
  color: var(--dark-grey);
  font-size: 15px;
}

.article-block {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.article-block h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.article-block p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.article-block h2 {
  margin-top: 20px;
}

.service-icon-block {
  background-color: var(--azure);
  border-radius: 20px;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  padding: 18px;
}

.service-icon-block.yellow-icon {
  background-color: var(--old-lace);
}

.service-icon-block.pink-icon {
  background-color: var(--snow);
}

.service-icon-block.purple-icon {
  background-color: var(--ghost-white);
}

.service-h3 {
  font-size: 26px;
}

.button-wrapper {
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.button-outline {
  background-color: var(--azure);
  color: var(--deep-sky-blue);
  border-radius: 12px;
  align-items: center;
  margin-right: 10px;
  padding: 22px 32px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.quote-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 32px;
}

.quote-block {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.quote {
  width: 44px;
  margin-bottom: 24px;
}

.quote-section {
  background-color: var(--snow);
  padding: 132px 3%;
  position: relative;
}

.brand-span-dark {
  color: var(--deep-sky-blue);
}

.form {
  background-color: #f7f6fb;
  border-radius: 20px;
  align-items: center;
  padding: 8px;
  display: flex;
}

.email-field {
  background-color: #0000;
  border: 1px #000;
  height: 58px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
}

.email-field::placeholder {
  color: var(--dark-grey);
}

.button-hero {
  color: #fff;
  background-color: #130f49;
  border-radius: 12px;
  align-items: center;
  margin-right: 20px;
  padding: 22px 32px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.form-wrapper {
  margin-top: 40px;
  display: block;
}

.update-icon {
  width: 25px;
  margin-right: 10px;
}

.news-update {
  color: var(--midnight-blue);
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button-form {
  color: #fff;
  background-color: #130f49;
  border-radius: 12px;
  align-items: center;
  padding: 19px 32px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.hero-project-image {
  border: 2px solid var(--sky-blue);
  border-radius: 20px;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: var(--azure);
  color: var(--deep-sky-blue);
  border-radius: 15px;
}

.error-message {
  background-color: var(--snow);
  color: var(--light-coral);
  border: 1px solid #ffaaaa5c;
  border-radius: 15px;
  padding: 18px;
}

.content-h1 {
  max-width: 650px;
}

.blog-hero-image {
  border-radius: 20px;
  height: 520px;
  margin-top: -220px;
  margin-bottom: 80px;
  overflow: hidden;
}

.blog-content {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 570px;
  padding: 80px 3% 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-circle-blue {
  z-index: 1;
  max-width: 350px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-line {
  border: 1px solid var(--dark-grey);
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button-line.w--current {
  border: 1px solid var(--light-sky-blue);
  background-color: var(--azure);
  color: var(--deep-sky-blue);
}

.column-column {
  padding-top: 60px;
  padding-right: 40px;
}

.header-standard {
  background-color: var(--azure);
  color: #2d3958;
  background-image: url('../images/Shape-Right.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 340px;
  justify-content: center;
  align-items: center;
  padding: 186px 5% 96px;
  display: flex;
}

.change-title {
  align-items: center;
  display: flex;
}

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

.header-blog, .header-project {
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding: 132px 3%;
  display: flex;
  position: relative;
}

.display-heading {
  font-size: 68px;
}

.quote-text {
  margin-bottom: 32px;
}

.social-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.social-icon-block {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 210px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  transition: all .35s;
  display: flex;
  box-shadow: 14px 14px 120px #ced4e02e;
}

.social-icon-block:hover {
  border: 2px solid var(--light-coral-2);
}

.social-logo {
  width: 60px;
  margin-bottom: 32px;
}

.author {
  background-color: var(--light-steel-blue);
  border: 4px solid #fff;
  border-radius: 100px;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 11px 33px 55px #55527c26;
}

.social-name {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  font-size: 18px;
  font-weight: 600;
}

.scroll-top {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.scroll-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  box-shadow: 11px 11px 20px #130f490d;
}

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

.button-arrow {
  color: #130f49;
  white-space: nowrap;
  background-color: #0000;
  border: 2px solid #ffd697;
  border-radius: 12px;
  align-items: center;
  padding: 14px 26px 14px 32px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.content-h1-2 {
  max-width: 550px;
  margin-right: 20px;
}

.paragraph-title {
  color: #69696e;
  letter-spacing: -.01em;
  max-width: 660px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.example-typography {
  font-size: 56px;
}

.licence-asset {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

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

.legal-text-wrap {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.template-link {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.footer-logo {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding: 18px;
  display: flex;
  box-shadow: 4px 30px 55px #58cfff33;
}

.quote-image {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 14px;
  box-shadow: -1px 40px 80px #55527c40;
}

.quote-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: -32px;
}

.dribbble-text-wrap {
  align-items: center;
  display: flex;
}

.brand-span-pink {
  color: var(--light-coral-2);
}

.hero-content-centre {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 52px;
  display: flex;
}

.hero-person-large {
  margin-left: auto;
  margin-right: auto;
}

.footer-email {
  color: var(--dark-grey);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.line-break {
  background-color: #f7f6fb;
  height: 1px;
}

.get-started-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 23px 32px 32px;
  transition: all .25s;
  display: flex;
  box-shadow: 31px 31px 64px #0000000d;
}

.feature-card:hover {
  border-color: var(--light-sky-blue);
}

.licence-graphic {
  background-color: #fff8ef;
  border-radius: 20px;
  width: 100%;
  height: 220px;
  margin-bottom: 32px;
  overflow: hidden;
}

.started-asset {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.licence-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-card {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 31px 31px 64px #0000000d;
}

.licence-asset-small {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.button-wrap-style-guide {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.block-detail-large {
  color: #111;
  background-color: #fff1e580;
  border: 1px solid #fce9cf;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  padding: 24px 30px;
  font-size: 15px;
  display: flex;
}

.block-detail-large.centre-text {
  text-align: center;
  justify-content: center;
}

.project-hero-conent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 92px;
  display: flex;
}

.collection-list {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 100px;
}

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

.paragraph-2 {
  padding-top: 20px;
}

.div-block {
  padding-left: 20px;
  padding-right: 20px;
}

.image, .div-block-2, .image-2, .div-block-3, .div-block-4, .div-block-5 {
  padding-right: 40px;
}

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

@media screen and (max-width: 991px) {
  .header {
    padding-top: 162px;
    padding-bottom: 92px;
  }

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

  .display-h1 {
    font-size: 70px;
  }

  .hero-content {
    padding-top: 0;
    padding-right: 60px;
  }

  .nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    background-color: var(--azure);
  }

  .navbar {
    background-color: #fff0;
  }

  .menu-button {
    border: 1px solid var(--sky-blue);
    color: var(--light-sky-blue);
    background-color: #fff;
    border-radius: 20px;
    font-size: 22px;
  }

  .menu-button.w--open {
    background-color: var(--light-sky-blue);
    color: #fff;
  }

  .service-card {
    padding: 24px;
  }

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

  .service-grid {
    grid-column-gap: 16px;
  }

  .title-wrap-split {
    flex-wrap: wrap;
  }

  .project-item {
    width: 50%;
  }

  .project-block {
    margin-left: 32px;
    margin-right: 32px;
  }

  .bg-block-blue {
    width: 70%;
  }

  .overview-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .colour-grid, .colour-grid-full {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-header {
    min-height: 420px;
  }

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

  .style-guide-content {
    width: 100%;
  }

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

  .hero-image-wrapper {
    padding: 14px;
  }

  .social-link-wrapper {
    display: none;
  }

  .project-content-grid {
    grid-row-gap: 44px;
  }

  .hero-circle-large {
    display: none;
  }

  .footer-link-wrap {
    flex-flow: column wrap;
    align-items: center;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-contact {
    padding-top: 92px;
  }

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

  .form-card {
    width: 100%;
    max-width: 650px;
  }

  .contact-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .quote-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .quote-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .content-h1-2 {
    margin-bottom: 20px;
  }

  .hero-content-centre {
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .feature-card {
    padding: 32px 16px;
  }

  .project-hero-conent {
    padding-top: 0;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 132px;
  }

  .hero-content {
    padding-right: 0;
  }

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

  .collection-list-wrapper {
    column-count: 1;
  }

  .project-item {
    width: 100%;
    padding: 30px;
  }

  .project-wrap {
    height: 420px;
  }

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

  .blog-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .colour {
    margin-bottom: 25px;
  }

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

  .logo-wrapper.border-right-bottom, .logo-wrapper.border-bottom, .logo-wrapper.border-right {
    border: 1px #000;
  }

  .project-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

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

  .grid-content-right {
    padding-right: 20px;
  }

  .quote-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-hero-image {
    height: 400px;
  }

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

  .header-standard {
    padding-bottom: 160px;
  }

  .display-heading {
    font-size: 55px;
  }

  .nav-menu-footer {
    flex-wrap: wrap;
  }

  .hero-content-centre {
    padding-right: 0;
  }

  .get-started-grid, .licence-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-hero-conent {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  .header {
    padding-top: 124px;
    padding-bottom: 92px;
  }

  .display-h1 {
    font-size: 58px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .service-card {
    padding: 20px;
  }

  .dribbble-link {
    flex-wrap: wrap;
  }

  .project-item {
    margin-bottom: 14px;
    padding: 8px;
  }

  .project-block {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .overview-section {
    overflow: hidden;
  }

  .blog-card {
    padding: 12px;
  }

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

  .change-log-wrap {
    padding: 20px;
  }

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

  .hero-image-wrapper {
    padding: 0;
  }

  .dot-pattern {
    display: none;
  }

  .footer-mail-wrap {
    justify-content: center;
  }

  .tag {
    margin-bottom: 14px;
    padding: 12px 20px 10px;
  }

  .form-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-wrapper {
    flex-wrap: wrap;
  }

  .button-outline {
    min-height: 62px;
  }

  .button-hero {
    margin-bottom: 20px;
  }

  .header-standard {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .social-grid {
    grid-template-columns: 1fr;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-top, .blog-arrow {
    display: none;
  }

  .nav-menu-footer {
    justify-content: center;
  }

  .legal-text-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dribbble-text-wrap {
    align-items: center;
    font-size: 18px;
  }

  .footer-email {
    font-size: 24px;
  }

  .button-wrap-style-guide {
    flex-direction: column;
  }
}

#w-node-_61c8f242-e7d9-e013-5ccb-ce4c6c9b3b62-d18c0bc9 {
  place-self: center;
}


@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}