.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: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-floating-image-container-2 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-home-center-image {
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  border-radius: 16px;
  position: relative;
}

.cf-home-image-container {
  max-width: 1440px;
  justify-content: center;
  align-items: flex-start;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-cta-arrow-div {
  z-index: 1;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  color: #0d0e10;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  background-color: #ce934b;
  border-radius: 16px;
}

.cf-22px-paragraph---white {
  max-width: 800px;
  color: rgba(255, 255, 255, .9);
  text-align: center;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-gradient-span {
  color: #ce934b;
  font-family: Montserrat, sans-serif;
}

.cf-82px-heading {
  max-width: 1060px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 100%;
}

.cf-1140px-wrapper---home-vertical {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 70%, #fff 70%);
  overflow: hidden;
}

.cf-cta-image-bubbles {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 6%;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  top: auto;
  bottom: 18%;
  left: 8%;
  right: auto;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  top: 11%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  top: 40%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text {
  z-index: 1;
  max-width: 610px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
  position: relative;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 110%;
  position: relative;
}

.cf-wrapper {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.cf-create-images {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 30px;
  position: relative;
}

.cf-create-images._3 {
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.cf-create-images._2 {
  z-index: auto;
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.cf-about-images-contain {
  height: 730px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.cf-create-heading {
  color: #000;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.cf-grey-create-wrapper {
  width: 90%;
  max-width: 1200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.cf-flex-section-2 {
  overflow: hidden;
}

.cf-create-paragraph {
  max-width: 680px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  width: 40px;
  color: #fff;
  object-fit: contain;
  display: flex;
}

.cf-features-section-3-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #ce934b;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-3-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  max-width: 654px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-cta-top-image {
  width: 45%;
  max-width: 552px;
  object-fit: contain;
  border-radius: 16px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: -26%;
  right: auto;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px rgba(0, 0, 0, .07);
}

.cf-cta-bottom-image {
  width: 100%;
  max-width: 298px;
  object-fit: contain;
  border-radius: 16px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -4%;
}

.cf-pink-button {
  color: #0b0b0b;
  background-color: #ff5e69;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: #ffa84b;
}

.cf-purple-button {
  color: #000;
  background-color: #b16cea;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  color: #0b0b0b;
  background-color: #ff8a56;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  background-color: #ce934b;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  max-width: 724px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-cta-wrapper-2 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.cf-pricing-hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 115%;
}

.cf-colourful-text {
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #b16cea, #ff5e69 49%, #ff8a56 75%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: .1875rem;
  padding-bottom: 0;
  display: inline;
}

.cf-pricing-hero-section {
  background-color: #000;
  padding-top: 8.75rem;
  padding-bottom: .0625rem;
  position: relative;
}

.cf-wrapper-1200px {
  width: 90%;
  max-width: 75rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cf-pricing-hero-head-container {
  max-width: 55rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-white-top-heading {
  color: #fff;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

.cf-colourful-text-2 {
  color: #ce934b;
  white-space: normal;
  margin-right: .1875rem;
  padding-bottom: 0;
  display: inline-block;
}

.cf-pricing-hero-para {
  max-width: 41.875rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}

.cf-mission-section {
  color: #fff;
  background-color: #000;
  position: relative;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 46.875rem;
  position: relative;
}

.cf-body---18px {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
}

.cf-mission-image-grid {
  width: 100%;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: end;
}

.mission-image-container {
  width: 30%;
  max-width: 21.25rem;
}

.cf-mission-line-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.cf-yellow-king-text-span {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #ce934b;
  border-radius: .375rem;
  margin-bottom: 1rem;
  padding: .625rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.375rem;
  display: inline-block;
}

.cf-wrapper-1160 {
  width: 90%;
  max-width: 72.5rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  max-width: 74.375rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.cf-wrapper-1160.footer-black-flex {
  align-items: flex-start;
  padding-top: 3.75rem;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 21.25rem;
}

.cf-mission-text-grid {
  width: 100%;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
}

.cf-mission-image {
  width: 100%;
  height: 100%;
  border-radius: .75rem;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-special-image {
  width: 100%;
  height: auto;
  max-width: 15rem;
  border-radius: .75rem;
  position: absolute;
  top: auto;
  bottom: 25rem;
  left: -11.25rem;
  right: auto;
}

.cf-mission-special-image.left {
  left: auto;
  right: -11.25rem;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 43.75rem;
  margin-left: 5.9375rem;
}

.cf-mission-hero-image-wrapper.left {
  align-self: flex-end;
  margin-left: 0;
  margin-right: 5.9375rem;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
}

.cf-mission-upper-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
}

.cf-mission-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 21.25rem;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 11.25rem;
  margin-right: 18%;
}

.cf-mission-image-wrapper.small.left {
  margin-right: 31%;
}

.cf-flex-1---text-contain {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-flex-1---container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---image-2 {
  width: 80%;
  max-width: 27.1875rem;
  object-fit: fill;
  border-radius: 1rem;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: -10%;
  box-shadow: 0 24px 5.875rem rgba(0, 0, 0, .08);
}

.cf-flex-1---wrapper {
  width: 90%;
  max-width: 71.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 140%;
}

.cf-18px-paragraph {
  max-width: 31.875rem;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 155%;
}

.cf-flex-1---image-contain {
  width: 45%;
  align-items: stretch;
  display: flex;
  position: relative;
}

.cf-flex-1---image-1 {
  width: 100%;
  height: auto;
  max-width: 30rem;
  object-fit: contain;
  border-radius: 1rem;
}

.cf-32px-heading {
  color: #000;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: 3rem;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.03rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.cf-form-main-wrapper {
  width: 90%;
  max-width: 40rem;
  background-color: #0d0e10;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4.375rem 4.375rem 4.375rem 5rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-form-left-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.cf-form-gradient-submit {
  width: 100%;
  color: #0d0e10;
  background-color: #ce934b;
  border-radius: .5rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
}

.cf-footer-headings-wrap {
  margin-left: 0;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-footer-divider {
  width: 100%;
  height: .0625rem;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: .3125rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 6.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.cf-borders-text-field {
  height: 3.75rem;
  color: #0d0e10;
  letter-spacing: -.02rem;
  border: .0625rem solid rgba(13, 14, 16, .35);
  border-radius: .5rem;
  margin-bottom: 1.25rem;
  padding: 1rem 1.375rem;
  font-size: 1.125rem;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field.message {
  margin-bottom: 2rem;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-section-1 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.cf-borders-text-field-dropdown {
  width: 95%;
  height: 3.75rem;
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.02rem;
  background-color: #fff;
  border: .0625rem rgba(13, 14, 16, .1);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: 1rem 1.375rem;
  font-size: 1.125rem;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field-dropdown::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-white-link {
  color: #fff;
  border-bottom: .0625rem solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-info-heading {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .06rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
}

.cf-form-dropdown {
  border: .0625rem solid rgba(0, 0, 0, .1);
  border-radius: .5rem;
  margin-bottom: 1.25rem;
}

.cf-form-paragraph {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading-28px {
  letter-spacing: -.046875rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.cf-call-arrow-down-2 {
  margin-bottom: -1.125rem;
  margin-left: -1.125rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-call-arrow-down-2.gradient {
  margin-bottom: -1.375rem;
  margin-left: -1.375rem;
}

.cf-faq-main-wrapper {
  width: 90%;
  max-width: 71.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 10rem;
  display: flex;
}

.cf-faq-main-wrapper.horizontal {
  flex-direction: row;
  padding-top: 6.25rem;
}

.cf-faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.cf-faq-content {
  color: rgba(13, 14, 16, .75);
  margin-bottom: 0;
  padding-bottom: 1.875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}

.cf-bottom-line {
  width: 100%;
  height: .0625rem;
  background-color: rgba(13, 14, 16, .1);
}

.cf-faq-questions {
  width: 90%;
  color: #0d0e10;
  font-family: Montserrat, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.cf-faq-paragraph {
  max-width: 40rem;
  color: rgba(13, 14, 16, .75);
  letter-spacing: -.02rem;
  margin-top: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 156%;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.02rem;
  align-items: center;
  padding-left: .625rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.cf-faq-question-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-section-1 {
  position: relative;
}

.cf-faqs-text-wrap {
  width: 35%;
  max-width: 23.9375rem;
}

.cf-faq-question-container-2 {
  cursor: pointer;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cf-faq-question-container-2.first {
  border-top: .0625rem solid rgba(13, 14, 16, .1);
}

.cf-faq-bold-text {
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}

.cf-faq-card {
  width: 100%;
  max-width: 45.625rem;
  color: #181818;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.cf-faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-gradient-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-arrow-contain {
  width: 2rem;
  height: 2rem;
  background-color: #0d0e10;
  border-top-right-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: .75rem;
  padding-bottom: .3125rem;
  padding-left: .3125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  padding-bottom: .375rem;
  padding-left: .375rem;
}

.cf-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading.left {
  letter-spacing: -.0625rem;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-social-media-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.cf-social-media-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f4f4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: .75rem;
  transition: all .2s;
  display: flex;
}

.cf-social-media-wrapper:hover {
  background-color: rgba(202, 239, 69, .7);
  transform: translate(0, -.3125rem);
}

.cf-social-media-wrapper.social-media-wrapper-black {
  background-color: #212121;
}

.cf-social-media-wrapper.social-media-wrapper-black:hover {
  filter: invert();
}

.cf-footer-text-field {
  width: 90%;
  height: 3.5rem;
  max-width: 18.75rem;
  color: #000;
  background-color: #f4f4f4;
  border: 0 solid #000;
  border-radius: 2rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cf-footer-text-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .7);
}

.cf-footer-text-field::placeholder {
  color: rgba(0, 0, 0, .7);
}

.cf-footer-text-field.black-version-text-field {
  color: #fff;
  background-color: #212121;
}

.cf-footer-text-field.black-version-text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.cf-footer-text-field.black-version-text-field::placeholder {
  color: rgba(255, 255, 255, .7);
}

.cf-footer-form-block-container {
  margin-top: 2rem;
}

.cf-footer-section-2.black-version {
  color: #fff;
  background-color: #000;
}

.cf-social-media-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.cf-contact-form-submit-button {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #000;
  background-image: url('../images/CaretRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  margin-left: 1.25rem;
}

.cf-contact-form-submit-button:hover {
  background-color: #caef45;
}

.cf-contact-form-submit-button.black-footer-version {
  background-color: #caef45;
  background-image: url('../images/CaretRight_1.svg');
  flex: none;
}

.cf-contact-form-submit-button.black-footer-version:hover {
  background-color: #fff;
}

.cf-footer-banner {
  width: 90%;
  max-width: 80rem;
  color: rgba(18, 23, 34, .5);
  background-color: #f2f4f7;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.cf-footer-banner.black-banner-version {
  filter: invert();
}

.cf-footer-left-wrapper {
  width: 35%;
  max-width: 18.75rem;
}

.cf-text-block-16px {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cf-brand-link-block {
  margin-bottom: 1.25rem;
}

.cf-footer-right-wrapper {
  width: 35%;
  max-width: 23.5rem;
}

.cf-footer-form-block {
  width: 100%;
  margin-top: 1rem;
}

.cf-copyright-text-3 {
  color: #212121;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.cf-cf-links {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.cf-cf-links:hover {
  color: rgba(0, 0, 0, .8);
}

.cf-contact-error-message {
  color: #fff;
  text-align: center;
  background-color: #fa7a68;
  border-radius: 2.25rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.cf-contact-success-message {
  color: #fff;
  background-color: #24e77d;
  border-radius: 2.25rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.cf-footer-bold-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.cf-footer-form {
  width: 100%;
  align-items: center;
  display: flex;
}

.cf-social-media-bottom-container {
  margin-top: 2rem;
}

.cf-navigation-1-link {
  color: #0d0e10;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
}

.cf-navigation-1-link:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.cf-navigation-1-arrow-image {
  margin-left: 10px;
}

.cf-navigation-1-line {
  width: 100%;
  height: 1px;
  background-color: #0d0e10;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-navigation-1-link-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.cf-navigation-1-number-subtext {
  color: rgba(13, 14, 16, .4);
  margin-top: 7px;
  margin-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.cf-navigation-headings-contain {
  width: 100%;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cf-dropdown-links {
  width: 31%;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-navigation-1-dropdown-container {
  width: 97%;
  max-width: 1440px;
  grid-column-gap: 30px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-dropdown-list-full-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-lists {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-lists.w--open {
  width: 100%;
  box-shadow: none;
  padding-top: 8px;
  top: 72px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.cf-dropdown-arrow {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: static;
}

.cf-navigation-1-dropdown {
  grid-column-gap: 5px;
  color: #66696f;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: static;
}

.cf-navigation-1-dropdown.w--open {
  border-bottom: 1px solid #000;
}

.cf-navigation-1-dropdown-wrapper {
  padding-bottom: 8px;
  position: static;
}

.cf-navigation-1-links-contain {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.cf-navigation-1-links-wrapper {
  position: static;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-navigation-logo.hero {
  height: auto;
  max-width: 70px;
}

.cf-navigation-1-logo {
  max-width: 60px;
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-navigation-1-wrapper {
  width: 95%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-1-bar {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.color-primary {
  color: #ce934b;
}

@media screen and (min-width: 1280px) {
  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: 0 100px 100px rgba(64, 69, 79, .1);
  }
}

@media screen and (min-width: 1440px) {
  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }

  .cf-create-paragraph {
    max-width: 700px;
    font-size: 22px;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-mission-special-image {
    border-radius: .75rem;
  }

  .cf-borders-text-field {
    border-color: rgba(13, 14, 16, .3);
  }

  .cf-borders-text-field::-ms-input-placeholder {
    color: rgba(13, 14, 16, .6);
  }

  .cf-borders-text-field::placeholder {
    color: rgba(13, 14, 16, .6);
  }

  .cf-form-dropdown {
    border-color: rgba(0, 0, 0, .3);
  }

  .cf-navigation-1-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cf-navigation-logo {
    height: auto;
  }

  .cf-navigation-1-logo {
    max-width: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .cf-create-images {
    height: auto;
    border-radius: 30px;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .cf-mission-image {
    height: auto;
  }

  .cf-mission-special-image {
    height: auto;
    border-radius: .75rem;
  }
}

@media screen and (max-width: 991px) {
  .cf-home-center-image {
    width: 90%;
  }

  .cf-home-image-container {
    margin-bottom: 80px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .cf-create-images {
    width: 50%;
  }

  .cf-create-images._3, .cf-create-images._2 {
    width: 40%;
  }

  .cf-about-images-contain {
    height: 500px;
  }

  .cf-create-heading {
    font-size: 50px;
  }

  .cf-grey-create-wrapper {
    padding-bottom: 0;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .cf-pricing-hero-heading {
    margin-bottom: 1.25rem;
    font-size: 3.125rem;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-text-container.left {
    order: 1;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 37.5rem;
    margin-bottom: 3.75rem;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-special-image.left {
    left: 0;
    right: auto;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 2.5rem;
    align-items: center;
    margin-top: 4rem;
    margin-left: 0;
    display: flex;
  }

  .cf-mission-hero-image-wrapper.left {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.875rem;
  }

  .cf-mission-image-wrapper.small.left {
    margin-right: 18%;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 35rem;
    margin-top: 6.25rem;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-flex-1---wrapper {
    padding-top: 8.75rem;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 31.25rem;
  }

  .cf-form-main-wrapper {
    max-width: 43.75rem;
    flex-direction: column;
    padding-left: 4.375rem;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 31.25rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 1.875rem;
  }

  .cf-form-heading-28px {
    font-size: 2rem;
  }

  .cf-faq-main-wrapper.horizontal {
    flex-direction: column;
    padding-bottom: 7.5rem;
  }

  .cf-faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .cf-faq-content {
    padding-bottom: 1.5rem;
  }

  .cf-faqs-text-wrap {
    width: 100%;
    max-width: 26.25rem;
    margin-bottom: 3rem;
  }

  .cf-faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 2.625rem;
  }

  .cf-footer-banner {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .cf-footer-left-wrapper {
    width: 100%;
  }

  .cf-text-block-16px {
    line-height: 150%;
  }

  .cf-footer-right-wrapper {
    width: 100%;
  }

  .cf-footer-bold-text-14px {
    line-height: 150%;
  }

  .cf-menu-button {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .cf-navigation-1-link {
    display: flex;
  }

  .cf-navigation-1-arrow-image {
    width: 40px;
  }

  .cf-navigation-1-link-heading {
    font-size: 36px;
  }

  .cf-navigation-1-number-subtext {
    margin-right: 20px;
    font-size: 18px;
  }

  .cf-navigation-headings-contain {
    width: auto;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-navigation-1-dropdown-container {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .cf-dropdown-lists.w--open {
    width: 80%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-navigation-1-dropdown {
    margin-left: 0;
  }

  .cf-navigation-1-dropdown.w--open {
    border: 1px #000;
  }

  .cf-navigation-1-dropdown-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-1-links-contain {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .cf-navigation-1-links-wrapper {
    background-color: #fff;
    position: absolute;
    box-shadow: 0 140px 120px rgba(0, 0, 0, .12);
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-navigation-1-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient, .cf-cta-button, .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-about-images-contain {
    height: 500px;
  }

  .cf-create-heading {
    font-size: 40px;
  }

  .cf-grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .cf-pricing-hero-heading {
    font-size: 2.625rem;
  }

  .cf-colourful-text, .cf-colourful-text-2 {
    padding-bottom: 0;
  }

  .cf-body---18px {
    font-size: 1rem;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-h3-heading-40px {
    font-size: 1.375rem;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-mission-image-wrapper.small.left {
    margin-right: 0%;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 5.625rem;
  }

  .cf-14px-heading {
    font-size: 1.125rem;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-send-message-form {
    padding: 2.5rem;
  }

  .cf-footer-info {
    font-size: 1.125rem;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 4.375rem 2.5rem 5.625rem;
  }

  .cf-form-heading {
    font-size: 1.75rem;
  }

  .cf-info-heading {
    margin-bottom: .25rem;
  }

  .cf-form-heading-28px {
    font-size: 1.875rem;
  }

  .cf-faq-main-wrapper {
    width: 90%;
    padding-bottom: 5.625rem;
  }

  .cf-h2-heading {
    max-width: 25rem;
    text-align: center;
    font-size: 2.5rem;
  }

  .cf-h2-heading.left {
    text-align: left;
    font-size: 2.5rem;
  }

  .cf-text-block-16px {
    font-size: .875rem;
  }

  .cf-brand-link-block {
    width: 35%;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
  }

  .cf-navigation-1-arrow-image {
    width: 34px;
  }

  .cf-navigation-1-link-heading {
    font-size: 32px;
  }

  .cf-navigation-1-number-subtext {
    font-size: 16px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-1140px-wrapper---home-vertical {
    padding-top: 60px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-about-images-contain {
    height: 300px;
    margin-top: 60px;
  }

  .cf-create-heading {
    font-size: 30px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image {
    width: 60%;
    max-width: 240px;
    border-radius: 10px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-hero-section {
    padding-top: 10rem;
    padding-bottom: 9.375rem;
  }

  .cf-white-top-heading {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }

  .cf-colourful-text-2 {
    padding-bottom: 0;
  }

  .cf-pricing-hero-para {
    font-size: 1rem;
  }

  .cf-mission-image-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-bottom: 6.25rem;
  }

  .cf-mission-text-grid {
    grid-column-gap: 4.375rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    margin-top: 2.125rem;
  }

  .cf-h3-heading-40px {
    font-size: 1.25rem;
  }

  .cf-flex-1---text-contain {
    margin-top: 3.75rem;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-18px-paragraph {
    font-size: 1rem;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-send-message-form {
    padding-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-footer-info {
    font-size: 1rem;
  }

  .cf-form-main-wrapper {
    padding: 3.75rem 1.25rem;
  }

  .cf-footer-info-contain {
    align-items: center;
    margin-bottom: 0;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-footer-headings-wrap {
    margin-left: 1rem;
  }

  .cf-borders-text-field {
    padding-left: .875rem;
    padding-right: .875rem;
    font-size: 1rem;
  }

  .cf-form-heading {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .cf-borders-text-field-dropdown {
    padding-left: .875rem;
    font-size: 1rem;
  }

  .cf-info-heading {
    margin-bottom: .25rem;
  }

  .cf-form-heading-28px {
    font-size: 1.5rem;
  }

  .cf-faq-main-wrapper.horizontal {
    padding-bottom: 3.75rem;
  }

  .cf-faq-content {
    font-size: 1rem;
  }

  .cf-faq-questions {
    font-size: 1.125rem;
    line-height: 140%;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 2.25rem;
  }

  .cf-contact-form-submit-button {
    margin-left: .5rem;
  }

  .cf-footer-banner {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .cf-brand-link-block {
    width: 50%;
    padding-left: 0;
  }

  .cf-copyright-text-3 {
    text-align: center;
  }

  .cf-navigation-1-link {
    font-size: 16px;
  }

  .cf-navigation-1-arrow-image {
    width: 30px;
  }

  .cf-navigation-1-link-heading {
    font-size: 28px;
  }

  .cf-navigation-1-number-subtext {
    margin-top: 5px;
    margin-right: 16px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-navigation-1-dropdown-container {
    grid-template-columns: 1fr;
  }

  .cf-navigation-1-dropdown {
    font-size: 16px;
  }
}

#w-node-ccbd0f34-ee47-c563-5251-628f9de251ac-8557788f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ccbd0f34-ee47-c563-5251-628f9de251ac-8557788f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ccbd0f34-ee47-c563-5251-628f9de251ac-8557788f {
    grid-column: span 1 / span 1;
  }
}


