:root {
  --primary: #6a1b79;
  --white: white;
  --black: black;
  --grey: #7c7c7c;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--coral: #ff8a56;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Russo One, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Russo One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Russo One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

a {
  color: var(--primary);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #6a1b79cc;
}

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

.section.bottom-space {
  padding-bottom: 80px;
}

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

.section.purple.mobile {
  display: none;
}

.section.purple.large {
  background-color: var(--primary);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-logo {
  height: 35px;
}

.navbar {
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 6px 20px #6a1b7933;
}

.nav-container {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 1660px;
  padding: 20px 15px;
  display: flex;
}

.brand {
  order: -1;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.primary-button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 12px;
  order: 1;
  transition: transform .4s, background-color .3s, color .3s;
  box-shadow: 0 2px 10px #6a1b7933;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--primary);
  transform: scale(.95);
}

.primary-button.white-button {
  border-color: var(--white);
  background-color: #0000;
}

.primary-button.white-button:hover {
  background-color: var(--white);
}

.nav-link {
  color: var(--primary);
  font-weight: 600;
}

.nav-menu {
  grid-column-gap: 24px;
  display: flex;
}

.hero-wrapper {
  margin-bottom: 40px;
}

.banner-wrapper {
  align-items: center;
  height: 600px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.banner-text-wrap {
  max-width: 650px;
  padding-bottom: 0;
}

.large-paragraph {
  font-size: 18px;
  font-weight: 400;
}

.large-paragraph.plan {
  color: #6a1b79;
  text-align: center;
  max-width: 800px;
}

.background-video {
  object-fit: cover;
  background-image: linear-gradient(#6a1b79cc, #6a1b79cc);
  height: 600px;
  margin-top: 80px;
  position: absolute;
  inset: 0%;
}

.white-text {
  color: var(--white);
}

.nav-btn-wrapper {
  order: 1;
}

.about-wrapper {
  grid-column-gap: 40px;
  margin-top: 0;
  display: flex;
}

.text-wrap {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 50px;
  display: flex;
}

.text-wrap.padding-left {
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 0;
}

.image-wrap {
  background-image: url('../images/BG.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 85% 85%;
  border-radius: 20px;
  width: 50%;
  padding-top: 30px;
  padding-right: 30px;
}

.team-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  z-index: 2;
  border-radius: 10px;
  position: relative;
}

.image.puma {
  float: right;
  clear: none;
  text-align: center;
  max-width: 70%;
  margin: 20px auto;
  left: auto;
  overflow: auto;
}

.team-image-wrap {
  background-image: url('../images/Team-Bubble-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  display: flex;
}

.team-image-wrap.puma {
  width: 50%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-right: 0;
}

.opacity-text {
  color: #6a1b79b3;
}

.banner-section {
  margin-top: 80px;
}

.title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-color {
  color: #6a1b79;
  font-family: Russo One, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.main-color.no-underline {
  color: #fff;
  text-decoration: none;
}

.main-color.no-underline.violet {
  color: var(--primary);
}

.main-color.violet {
  color: var(--white);
}

.plan {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.tablecheck {
  color: var(--primary);
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1em;
}

.tablecheck.white {
  color: var(--white);
}

.mb-10 {
  text-align: justify;
  margin-bottom: 10px;
}

.team-wrapper {
  grid-column-gap: 60px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.team-image {
  opacity: 1;
  object-fit: cover;
  height: 400px;
}

.team-name {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Russo One, sans-serif;
}

.price {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.partner-logo {
  height: 70px;
}

.partner-logo.runshop {
  height: 50px;
}

.partner-logo.shokunin {
  height: 90px;
}

.partners-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 20px;
  display: flex;
  overflow: auto;
}

.gallery-image {
  object-fit: cover;
  height: 300px;
}

.lightbox-gallery {
  grid-column-gap: 20px;
  display: flex;
}

.footer {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-link {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: transform .3s, color .3s;
}

.social-link:hover {
  color: #d9b8df;
  transform: scale(1.1);
}

.social-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.social-wrap.banner {
  grid-column-gap: 30px;
  margin-top: 40px;
  padding-bottom: 20px;
}

.copyright {
  color: var(--white);
  text-align: center;
  font-size: 10px;
}

.copyright-link {
  color: #d9b8df;
  font-size: 10px;
}

.copyright-link:hover {
  color: var(--white);
}

.popup-wrapper {
  z-index: 9999;
  opacity: 0;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  padding: 60px 20px 30px;
  display: flex;
  position: relative;
}

.link-block {
  display: flex;
}

.pop-up-icon {
  font-family: "Fa solid 900", sans-serif;
}

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

.contact-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.popup-close {
  box-shadow: 0 1px 3px 0 var(--primary);
  color: var(--primary);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-close:hover {
  transform: scale(.9);
}

.partner-link {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.video-wrap {
  border-radius: 10px;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.button-wrapper {
  margin-top: 30px;
}

.price-name {
  font-size: 24px;
  font-weight: 700;
}

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

.price-wrap {
  grid-column-gap: 10px;
  border-bottom: 1px solid var(--grey);
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
}

.gray-text {
  color: var(--grey);
}

.price-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 32%;
  padding: 40px 30px;
  box-shadow: 0 6px 16px #6a1b7929;
}

.price-item.main {
  background-color: #6a1b794d;
}

.price-check {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-text {
  color: var(--primary);
  font-family: Russo One, sans-serif;
}

.main-text.white {
  color: var(--white);
}

.paragraph-wrap {
  color: #6a1b79;
  margin-top: 20px;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slider-mask {
  height: 100%;
  display: flex;
  overflow: scroll;
}

.slide-wrap {
  z-index: 5;
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  min-height: 270px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.quote-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}

.quote-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quote-name {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.quote-position {
  color: var(--grey);
  margin-top: 5px;
}

.slide {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 40px;
  display: flex;
}

.hidden {
  display: none;
}

.quote {
  position: absolute;
  inset: auto 20px 30px auto;
}

.paragraph {
  color: var(--white);
  font-size: 16px;
  line-height: 150%;
}

.paragraph-2 {
  text-align: justify;
}

.h2-purple {
  color: var(--primary);
}

.h2-purple.owners {
  font-size: 40px;
}

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

.bold-text, .bold-text-2, .bold-text-3 {
  color: #6a1b79;
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 46%, var(--conversion-flow-library--sandy-brown));
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-note-text {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cf-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-box-plan-wrapper {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-plan-wrapper.white-border {
  border-bottom-color: #fff3;
}

.cf-pricing-box {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box.pricing-1-box {
  background-color: #fff;
}

.cf-pricing-box.green-pricing-box {
  color: #fff;
  background-color: #1d1d1d;
  border-style: none;
}

.cf-primary-button {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 50%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
}

.cf-pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-pricing-box-wrapper.pricing-1-box {
  margin-top: 100px;
  position: relative;
  top: 0;
}

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

.cf-toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.cf-toggle-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-dot.green-toggle-dot {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 17%, var(--conversion-flow-library--light-coral) 55%, var(--conversion-flow-library--sandy-brown));
}

.cf-toggle-contain {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-contain.white-toggle {
  background-color: #fff;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-toggle-header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-toggle-header-wrapper.pricing-header-toggle {
  justify-content: center;
}

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

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

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

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

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

.cf-pricing-hero-section {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.cf-pricing-hero-section-2 {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.cf-secondary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button-2:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button-2.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-secondary-button-2.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 46%, var(--conversion-flow-library--sandy-brown));
}

.cf-pricing-plan-content-text-2 {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon-2 {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-small-text-2 {
  letter-spacing: 1px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price-2 {
  background-image: linear-gradient(90deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, #ffa54c 100%, var(--conversion-flow-library--sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-note-text-2 {
  letter-spacing: .3px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cf-pricing-plan-text-2 {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-box-plan-wrapper-2 {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-box-plan-wrapper-2.white-border {
  border-bottom-color: #fff3;
}

.cf-pricing-box-2 {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box-2.pricing-1-box {
  background-color: #fff;
  padding-left: 20px;
}

.cf-pricing-box-2.green-pricing-box {
  color: #fff;
  background-color: #460850;
  border-style: none;
}

.cf-primary-button-2 {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button-2:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button-2.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button-2.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 50%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
}

.cf-pricing-box-row-2 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-wrapper-2 {
  margin-top: 50px;
}

.cf-pricing-box-wrapper-2.pricing-1-box {
  margin-top: 100px;
  position: relative;
  top: 0;
}

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

.cf-toggle-arrow-icon-2 {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-container-2 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.cf-toggle-text-2 {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-text-2.right {
  text-align: left;
}

.cf-toggle-dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-dot-2.green-toggle-dot {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 17%, var(--conversion-flow-library--light-coral) 55%, var(--conversion-flow-library--sandy-brown));
}

.cf-toggle-contain-2 {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-contain-2.white-toggle {
  background-color: #fff;
}

.cf-toggle-row-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-toggle-header-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-toggle-header-wrapper-2.pricing-header-toggle {
  justify-content: center;
}

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

.cf-colourful-text-2 {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

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

.cf-white-top-heading-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.cf-pricing-hero-head-container-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-pricing-hero-section-3 {
  background-color: #6a1b79;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  text-align: justify;
}

.paragraph-7 {
  text-align: justify;
  -webkit-text-stroke-color: var(--black);
}

.bold-text-4 {
  font-size: 16px;
}

.paragraph-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b16cea, #ffa54c);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-9 {
  color: var(--white);
}

.bold-text-5 {
  font-size: 14px;
}

.cf-secondary-button-2-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button-2-copy:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button-2-copy.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-secondary-button-2-copy.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 46%, var(--conversion-flow-library--sandy-brown));
}

.cf-secondary-button-2-copy.pricing-button-copy {
  color: #fff;
  background-color: #460850;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-secondary-button-2-copy.pricing-button-copy:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 46%, var(--conversion-flow-library--sandy-brown));
}

.cf-secondary-button-2-copy.pricing-button-copy.violet {
  color: #460850;
  background-color: #fff;
}

.main-text-2 {
  color: #6a1b79;
  font-family: Russo One, sans-serif;
}

.h2-purple-2 {
  color: #6a1b79;
}

.h2-purple-2.owners {
  font-size: 40px;
}

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

.text-wrap-2 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 50px;
  display: flex;
}

.paragraph-wrap-2 {
  color: #6a1b79;
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bottom-space {
    padding-bottom: 120px;
  }

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

  .section.purple.mobile {
    display: none;
  }

  .section.purple.large {
    background-color: var(--primary);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-wrap {
    border-radius: 20px;
  }

  .image-wrap.puma {
    width: 50%;
    padding-right: 25px;
  }

  .image.puma {
    max-width: 70%;
    padding-left: 0%;
  }

  .team-image-wrap {
    background-position: 50%;
    background-size: contain;
  }

  .mb-10 {
    text-align: justify;
  }

  .team-wrapper {
    grid-column-gap: 60px;
  }

  .partner-logo {
    height: 100px;
  }

  .partner-link {
    width: 20%;
  }

  .price-wrapper {
    margin-top: 60px;
  }

  .main-text.white, .paragraph-wrap {
    color: var(--white);
  }

  .slide-wrap {
    width: 350px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    color: var(--white);
    text-align: justify;
    line-height: 150%;
  }

  .text-span-2 {
    color: var(--primary);
  }

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

  .cf-secondary-button-2.pricing-button {
    background-color: #460850;
  }

  .cf-primary-button-2.pricing-button {
    color: #460850;
  }

  .cf-secondary-button-2-copy.pricing-button, .cf-secondary-button-2-copy.pricing-button-copy {
    background-color: #460850;
  }

  .cf-secondary-button-2-copy.pricing-button-copy.violet {
    color: #34003c;
    background-color: #fff;
  }

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

  .paragraph-wrap-2 {
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.purple.large {
    background-color: var(--primary);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-wrapper {
    grid-column-gap: 40px;
  }

  .image-wrap {
    background-image: url('../images/BG.png');
    background-position: 100% 0;
    background-size: 90% 90%;
    padding-top: 30px;
    padding-right: 30px;
  }

  .image.puma {
    max-width: 70%;
  }

  .team-image-wrap {
    background-position: 50%;
    background-attachment: scroll;
  }

  .mb-10 {
    text-align: left;
    font-size: 18px;
    line-height: 130%;
  }

  .team-item {
    margin-top: 40px;
  }

  .social-wrap.banner {
    padding-bottom: 20px;
  }

  .partner-link {
    width: 20%;
  }

  .main-text.white {
    color: var(--white);
  }

  .paragraph-wrap {
    color: var(--white);
    line-height: 20px;
  }

  .paragraph {
    color: var(--white);
    text-align: left;
    font-size: 18px;
    line-height: 150%;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 130%;
  }

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

  .cf-pricing-plan-content-wrapper-2 {
    margin-bottom: 20px;
  }

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

  .paragraph-wrap-2 {
    color: #fff;
    line-height: 20px;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    color: var(--white);
  }

  .section {
    float: none;
    color: var(--primary);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.purple.large {
    background-color: var(--primary);
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

  .text-wrap {
    color: var(--white);
  }

  .image-wrap {
    background-image: url('../images/BG.png');
    background-position: 100% 0;
    background-size: 90% 90%;
    padding-top: 30px;
    padding-right: 30px;
  }

  .image.puma {
    float: none;
    flex: 0 auto;
    max-width: 70%;
    position: relative;
    left: auto;
    right: auto;
    overflow: auto;
  }

  .team-image-wrap {
    background-position: 50%;
    background-size: contain;
  }

  .team-image-wrap.puma {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mb-10 {
    font-size: 18px;
  }

  .team-heading {
    color: var(--primary);
  }

  .partner-logo {
    width: 101%;
    max-width: 100%;
    height: auto;
  }

  .partner-link {
    width: 12%;
    line-height: 120%;
  }

  .main-text.white, .paragraph-wrap {
    color: var(--white);
  }

  .paragraph {
    color: var(--white);
    font-size: 18px;
    line-height: 140%;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 120%;
  }

  .h2-purple {
    color: var(--primary);
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .h2-purple-2 {
    color: #6a1b79;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2 {
    float: none;
    color: #6a1b79;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-wrap-2, .paragraph-wrap-2 {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.purple.mobile {
    display: none;
  }

  .section.purple.large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--white);
    width: 320px;
    margin-top: 80px;
    padding: 0 40px 20px;
  }

  .banner-wrapper {
    height: auto;
  }

  .menu-button {
    order: 1;
  }

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

  .nav-btn-wrapper {
    grid-column-gap: 30px;
    order: 1;
    align-items: center;
    display: flex;
  }

  .burger-menu {
    color: var(--primary);
  }

  .text-wrap.padding-left {
    padding-left: 0;
  }

  .image-wrap.puma {
    padding-right: 25px;
  }

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

  .image.puma {
    width: 100%;
    max-width: 70%;
    height: auto;
  }

  .team-image-wrap {
    background-image: url('../images/Team-Bubble-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
  }

  .plan {
    font-size: 18px;
  }

  .mb-10 {
    font-size: 12px;
  }

  .team-item {
    flex: 0 auto;
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  .team-image {
    height: 250px;
  }

  .team-name {
    margin-top: 10px;
  }

  .price {
    font-size: 28px;
    line-height: 100%;
  }

  .partners-wrapper {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .price-item {
    width: 48%;
  }

  .price-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .paragraph-wrap {
    font-size: 14px;
  }

  .paragraph {
    text-align: justify;
    font-size: 12px;
    line-height: 130%;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .h2-purple, .heading-2.white {
    font-size: 36px;
    line-height: 100%;
  }

  .cf-secondary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.pricing-1-box, .cf-pricing-box.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    display: flex;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-pricing-box-row.pricing-box-1 {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .cf-toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .cf-secondary-button-2.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price-2 {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-text-2.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-pricing-box-plan-wrapper-2 {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-box-2 {
    min-height: auto;
  }

  .cf-pricing-box-2.pricing-1-box, .cf-pricing-box-2.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-primary-button-2.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row-2 {
    flex-direction: column;
  }

  .cf-pricing-box-row-2.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-pricing-box-row-2.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    display: flex;
  }

  .cf-pricing-box-row-2.pricing-box-1 {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-wrapper-1200px-2 {
    margin-top: 1px;
  }

  .cf-toggle-save-text-2 {
    font-size: 18px;
  }

  .cf-toggle-contain-2 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-hero-heading-2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .cf-pricing-hero-section-3 {
    padding-bottom: 20px;
  }

  .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    text-align: justify;
  }

  .cf-secondary-button-2-copy.pricing-button, .cf-secondary-button-2-copy.pricing-button-copy {
    margin-top: 60px;
  }

  .h2-purple-2 {
    font-size: 36px;
    line-height: 100%;
  }

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

  .paragraph-wrap-2 {
    font-size: 14px;
  }
}

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

  h2 {
    font-size: 38px;
  }

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

  .section.testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.purple.mobile {
    background-color: #6a1b79;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .section.purple.large {
    display: none;
  }

  .section.purple.large.puma {
    display: flex;
  }

  .banner-wrapper {
    align-items: center;
    height: 400px;
  }

  .background-video {
    height: 400px;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .text-wrap {
    grid-row-gap: 0px;
    width: 100%;
    padding-right: 0;
  }

  .image-wrap {
    width: 100%;
  }

  .team-container {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image.puma.mobile {
    width: 70%;
  }

  .team-image-wrap.puma.mobile {
    clear: none;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .plan {
    font-size: 16px;
  }

  .tablecheck {
    text-align: center;
  }

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

  .team-item {
    margin-top: 30px;
  }

  .team-heading {
    margin-bottom: 0;
  }

  .partner-logo {
    object-fit: contain;
  }

  .partners-wrapper {
    grid-row-gap: 20px;
  }

  .gallery-image {
    height: 300px;
  }

  .partner-link {
    width: 20%;
  }

  .video-wrap, .price-item {
    width: 100%;
  }

  .main-text.mobile, .heading.mobile {
    color: var(--white);
  }

  .heading-2.white.mobile {
    text-align: center;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }

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

  .cf-pricing-hero-heading {
    font-size: 42px;
  }

  .cf-pricing-plan-content-text-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon-2 {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-note-text-2 {
    text-align: center;
  }

  .cf-pricing-plan-text-2 {
    font-size: 32px;
  }

  .cf-pricing-box-plan-wrapper-2 {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box-2.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-box-2.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .cf-pricing-box-row-2 {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper-2 {
    margin-top: 100px;
  }

  .cf-toggle-text-2.left, .cf-toggle-text-2.right {
    font-size: 18px;
  }

  .cf-pricing-toggle-header-wrapper-2 {
    flex-direction: column;
  }

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

  .cf-pricing-hero-heading-2 {
    font-size: 36px;
  }

  .cf-pricing-hero-section-3 {
    padding-bottom: 20px;
  }

  .section-2 {
    padding-top: 60px;
  }

  .section-2.mobile {
    padding-top: 40px;
  }

  .text-wrap-2 {
    grid-row-gap: 0px;
    width: 100%;
    padding-right: 0;
  }
}

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

  .section.violet, .section.purple.mobile {
    display: none;
  }

  .section.purple.mobile {
    background-color: var(--primary);
    display: block;
  }

  .section.purple.large {
    display: none;
  }

  .brand.w--current {
    width: 40%;
  }

  .primary-button.white-button {
    font-size: 14px;
  }

  .banner-wrapper {
    height: 500px;
  }

  .large-paragraph.white-text {
    font-size: 16px;
  }

  .background-video {
    height: 500px;
  }

  .menu-button {
    padding-right: 0;
  }

  .nav-btn-wrapper {
    grid-column-gap: 10px;
    justify-content: flex-end;
    width: 60%;
    padding-left: 30px;
  }

  .text-wrap {
    padding-bottom: 40px;
  }

  .image-wrap {
    background-image: url('../images/BG.png');
    background-position: 100% 0;
    background-size: 90% 90%;
    padding-top: 15px;
    padding-right: 15px;
  }

  .image-wrap.purple {
    background-image: none;
    padding-top: 0;
    padding-right: 0;
  }

  .image.purple {
    border-radius: 0;
    display: inline-block;
  }

  .team-image-wrap {
    width: 100%;
  }

  .title-wrapper, .tablecheck {
    text-align: center;
  }

  .team-item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }

  .partners-wrapper {
    justify-content: space-between;
  }

  .gallery-image {
    width: 75%;
  }

  .social-wrap.banner {
    padding-bottom: 20px;
  }

  .partner-link {
    width: 45%;
  }

  .paragraph, .heading {
    color: var(--white);
  }

  .heading.mobile, .h2-purple {
    text-align: center;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-box.pricing-1-box, .cf-pricing-box.green-pricing-box {
    padding: 30px 15px;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

  .cf-pricing-box-row.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .cf-pricing-hero-para {
    font-size: 16px;
  }

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

  .cf-white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-pricing-hero-section, .cf-pricing-hero-section-2 {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .cf-secondary-button-2 {
    font-size: 16px;
  }

  .cf-pricing-box-plan-wrapper-2 {
    width: 100%;
  }

  .cf-pricing-box-2.pricing-1-box, .cf-pricing-box-2.green-pricing-box {
    padding: 30px 15px;
  }

  .cf-primary-button-2 {
    padding: 16px 20px;
  }

  .cf-pricing-box-row-2.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-pricing-box-wrapper-2.pricing-1-box {
    margin-top: 160px;
    top: -80px;
  }

  .cf-toggle-text-2.left, .cf-toggle-text-2.right {
    font-size: 18px;
  }

  .cf-pricing-hero-para-2 {
    font-size: 16px;
  }

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

  .cf-pricing-hero-heading-2 {
    font-size: 30px;
  }

  .cf-white-top-heading-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-pricing-hero-section-3 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .cf-secondary-button-2-copy {
    font-size: 16px;
  }

  .h2-purple-2.owners {
    text-align: center;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .section-2.mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .text-wrap-2 {
    padding-bottom: 0;
  }

  .bold-text-6 {
    font-size: 36px;
  }

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


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}