:root {
  --midnight-blue: #180546;
  --purple: #8063fc;
  --darker-purple: #4c17ca;
  --white: white;
  --black: black;
  --lavender: var(--black);
  --blue: #59a7ed;
  --pale-orange: #fce4c8;
  --pink: #fcd4cd;
  --orange: #ef8303;
  --magenta: #be0085;
  --red: #e63a11;
  --aqua: #d4f5f1;
  --sky-blue: white;
  --color: #1e34a3cc;
  --orange-tint: #e47c0199;
}

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

.section {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
}

.section.footer {
  z-index: 1000;
  background-color: var(--midnight-blue);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.section.hero-special {
  background-color: var(--purple);
  background-image: url('../images/Header-purple-blue-grad.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.section.page-title-block {
  background-color: var(--purple);
  padding-top: 5px;
  padding-bottom: 5px;
}

.section.cta {
  background-color: var(--darker-purple);
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.section.special-spacer {
  min-height: 75px;
}

.section.clear-space {
  padding-bottom: 50px;
}

.section.flex {
  background-color: #07000099;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.hero-section {
  background-color: var(--midnight-blue);
}

.section.addon-section {
  background-color: var(--white);
}

.section.display-image {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Cannoists.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.watermark {
  z-index: -1000;
  background-image: url('../images/Canoyits-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  position: fixed;
  inset: auto 0% 0%;
}

.section.white {
  background-color: var(--white);
}

.section.grad {
  background-color: #fff0;
  background-image: linear-gradient(#ffffff70, #fff0);
}

.section.footer-menu {
  background-color: var(--midnight-blue);
}

.container {
  float: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto 10px;
  padding: 0 20px;
  font-family: Encode Sans, sans-serif;
  display: block;
}

.container.flex {
  place-content: space-between center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.flex.cta {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}

.container.flex.hidden {
  display: none;
}

.container.full-width-flex {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container.full-width-flex.mobile {
  display: none;
}

.container.full-width-flex.hidden {
  justify-content: center;
  align-items: stretch;
}

.container.title-block {
  padding-top: 0;
  padding-bottom: 0;
}

.container.two-colums {
  border-bottom: 1px #333;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.container.slider {
  max-width: 1400px;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container.privacy {
  padding-bottom: 96px;
}

.container.bottom-space {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.qanda-block {
  border-bottom: 1px #333;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.container.footer-menu {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.social-media {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
}

.image-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-container.small-icon {
  width: 40px;
  display: block;
}

.image-container.large-icon {
  width: 60px;
  margin-bottom: 20px;
}

.image-container.large-icon.wider {
  width: 75px;
}

.image-container.icon-set {
  width: 85%;
}

.image {
  clear: both;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: none;
}

.image.outline {
  border: 2px solid var(--white);
}

.heading-1 {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin: 5px auto 15px;
  font-family: Encode Sans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}

.heading-1.hero-special {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 125%;
}

.text-block {
  color: #585757;
  text-align: left;
  width: 100%;
  margin: 10px 0;
  font-family: Encode Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-block.bold {
  font-weight: 700;
}

.text-block.footer {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}

.text-block.special {
  color: var(--black);
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 130%;
  font-weight: 500;
  display: block;
}

.text-block.features {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
}

.text-block.features.small {
  border-bottom: 1px #0003;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 130%;
}

.text-block.features.small-alt {
  color: var(--white);
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 140%;
}

.text-block.features-title-alt {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: 500;
}

.text-block.features-alt {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.text-block.cta {
  color: #fff;
  width: auto;
  margin-right: 25px;
  font-size: 20px;
  font-weight: 500;
}

.text-block.pricing {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 115%;
}

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

.text-block.privacy {
  font-size: 17px;
  font-weight: 500;
}

.text-block.column {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.text-block.bold-white {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.text-block.link {
  color: var(--darker-purple);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 11px;
  text-decoration: none;
}

.text-block.link:hover {
  opacity: .45;
  color: var(--darker-purple);
}

.text-block.special-note-italic {
  color: var(--darker-purple);
  text-align: left;
  cursor: pointer;
  margin-top: 0;
  font-style: italic;
}

.text-block.special-note-italic:hover {
  opacity: .75;
  color: var(--purple);
}

.text-block.module-sub {
  border-bottom: 1px solid var(--purple);
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.text-block.answer-block {
  border-bottom: 1px none var(--purple);
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.text-block.answer {
  color: var(--darker-purple);
  text-align: left;
  cursor: pointer;
  margin-top: 0;
  font-style: italic;
}

.text-block.answer:hover {
  opacity: .75;
  color: var(--purple);
}

.text-block.centred {
  text-align: center;
  font-size: 17px;
}

.text-block.comp-block {
  text-align: center;
  background-color: #fffefe26;
  border: 1px #fff;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
}

.text-block.comp-block.bg {
  background-color: #fff;
}

.text-block.footer-menu-link {
  color: var(--white);
  flex: 0 auto;
  width: auto;
  font-size: 16px;
}

.flex-child {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex: 0 32.333%;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: .5%;
  margin-right: .5%;
  padding: 7px;
  display: flex;
}

.flex-child.features-alt {
  background-color: var(--purple);
  border-radius: 15px;
  flex-direction: column;
  flex-basis: 19%;
  justify-content: space-between;
  align-items: center;
  max-height: none;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}

.flex-child.features-alt.activity {
  background-color: var(--purple);
  background-image: linear-gradient(#4c17ca73, #4c17ca73), url('../images/Samll-yoga-image.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.sessions {
  background-color: var(--purple);
  background-image: linear-gradient(#4c17ca73, #4c17ca73), url('../images/Cycling-club.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-basis: auto;
}

.flex-child.features-alt.customer {
  background-color: var(--purple);
  background-image: linear-gradient(#4c17ca73, #4c17ca73), url('../images/Yoga-class-arm-streched.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.interface {
  background-color: var(--purple);
  background-image: linear-gradient(#4c17ca73, #4c17ca73), url('../images/Yoga-thumb-web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.planner-plus {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/paddle-boarders-insert.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.rentals {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/Sky-diving-small.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.staff-man {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/Wild-swimming.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.multiadmin {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/Vera-ferrata-insert.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.supplier {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/AdobeStock_595062020_Preview.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.subscriber {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/Paddle-tennis-module-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt.reporting {
  background-color: var(--purple);
  background-image: linear-gradient(#4c17ca73, #4c17ca73), url('../images/Small-tennis-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.features-alt-copy {
  background-color: var(--lavender);
  border-radius: 15px;
  flex-direction: column;
  flex-basis: 19%;
  justify-content: space-between;
  align-items: center;
  max-height: none;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  text-decoration: none;
}

.flex-child.features-alt-copy {
  background-color: var(--purple);
  border-radius: 15px;
  flex-direction: column;
  flex-basis: 31.3333%;
  justify-content: space-between;
  align-items: center;
  max-height: none;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}

.flex-child.features-alt-copy:hover {
  opacity: .7;
}

.flex-child.features-alt-copy.blue {
  background-color: var(--blue);
}

.flex-child.package-options {
  border-radius: 15px;
  flex-direction: column;
  flex-basis: 32%;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: none;
}

.flex-child.package-options.orange {
  background-color: var(--pale-orange);
}

.flex-child.package-options.red {
  background-color: var(--pink);
}

.flex-child.package-options.grey {
  background-color: #e4e4e44d;
  border: 1px solid #d4d4d4;
  flex-flow: column;
  flex-basis: 32%;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  margin-left: .5%;
  margin-right: .5%;
  padding-top: 10px;
  padding-bottom: 5px;
}

.flex-child.package-options.new-green {
  background-color: #76cab14d;
  border: 1px solid #d4d4d4;
  flex-flow: column;
  flex-basis: 32%;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  margin-left: .5%;
  margin-right: .5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-child.package-options.new-orange {
  background-color: #f7993c4d;
  border: 1px solid #d4d4d4;
  flex-flow: column;
  flex-basis: 32%;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  margin-left: .5%;
  margin-right: .5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-child.package-options.new-purple {
  background-color: #4c17ca26;
  border: 1px solid #d4d4d4;
  flex-flow: column;
  flex-basis: 32%;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  margin-left: .5%;
  margin-right: .5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-child._2-column {
  background-color: var(--lavender);
  border-radius: 15px;
  flex-flow: column;
  flex: 0 40%;
  align-items: center;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.flex-child.list-sub-cont {
  background-color: #88868600;
  border-radius: 0;
  flex-direction: column;
  flex-basis: 48%;
  justify-content: flex-start;
  align-items: center;
  max-height: none;
  margin-bottom: 0;
  padding: 5px 20px 0;
}

.flex-child.single-unit {
  background-color: #e4e4e44d;
  flex-flow: column;
  flex-basis: 99%;
  margin-bottom: 30px;
}

.flex-child.addon-module {
  background-color: #02aaa794;
  border-radius: 15px;
  flex-direction: column;
  flex-basis: 19%;
  justify-content: space-between;
  align-items: center;
  max-height: none;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}

.flex-child.addon-module.membership {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/Small-tobogan-image.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.addon-module.payment {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/Sailing-dingy-racing.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.addon-module.onsite-manager {
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/Yoga-mat.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child.addon-module.payment-advanced {
  background-color: var(--white);
  background-image: linear-gradient(#02aaa794, #02aaa794), url('../images/Canoying.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child._2-column {
  background-color: var(--white);
  border: 1px solid #0000004d;
  border-radius: 15px;
  flex-direction: column;
  flex: 0 48%;
  justify-content: flex-start;
  align-items: center;
  max-height: none;
  padding: 10px 20px 20px;
}

.flex-child._2-column.orange {
  background-color: var(--pale-orange);
}

.flex-child.footer-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  flex-basis: auto;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
}

.flex-child.half {
  flex-basis: 49%;
}

.button {
  float: none;
  background-color: #4c17ca;
  border: 1px solid #4c17ca;
  border-radius: 10px;
  width: auto;
  margin-right: 0;
  transition: background-color .35s;
}

.button:hover {
  color: #4c17ca;
  background-color: #fff;
}

.button.cta {
  border-color: var(--white);
  color: var(--darker-purple);
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
}

.button.cta:hover {
  color: var(--white);
  background-color: #ffffff80;
}

.button.cta.demo {
  background-color: var(--orange);
  color: var(--white);
  margin-right: 25px;
}

.button.cta.demo:hover {
  color: var(--orange);
  background-color: #fff;
}

.button.sign-in {
  border-color: var(--magenta);
  background-color: var(--magenta);
}

.button.sign-in:hover {
  background-color: var(--white);
  color: var(--magenta);
}

.heading-3 {
  color: #585757;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Encode Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.heading-3.pricing {
  color: var(--darker-purple);
  text-align: center;
  margin-top: 0;
  font-size: 24px;
}

.heading-3.purple-centre {
  color: var(--darker-purple);
  text-align: center;
}

.heading-3.modules {
  text-align: left;
  background-color: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 22px;
}

.heading-3.purple {
  color: var(--darker-purple);
  margin-bottom: 15px;
}

.heading-3.question-bar {
  text-align: left;
  background-color: #e8e8e8;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 21px;
}

.heading-3.purple-special {
  color: var(--darker-purple);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-2 {
  color: #585757;
  text-align: center;
  width: 100%;
  margin: 0 auto 20px;
  font-family: Encode Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.heading-2.underline {
  margin-bottom: 10px;
}

.paragraph {
  color: #585757;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Encode Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.body {
  font-size: 120%;
}

.brand-container {
  width: 430px;
}

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

.nav-link-2 {
  color: #fff;
  border-radius: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Encode Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-2:hover {
  opacity: .75;
}

.nav-link-2.w--current {
  color: var(--purple);
}

.nav-link-2.register {
  background-color: var(--purple);
  color: #fff;
  border: 1px solid #8063fc;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.nav-link-2.register.hidden {
  display: none;
}

.nav-link-2.login {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.nav-link-2.login.hidden, .nav-link-2.hidden {
  display: none;
}

.container-2 {
  float: none;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 15px auto;
  padding: 10px 20px;
  display: block;
}

.container-2.nav-bar {
  float: none;
  clear: none;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: static;
}

.navbar {
  z-index: 2000;
  background-color: var(--midnight-blue);
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: 0% 0% auto;
}

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

.div-block.flex.hidden {
  display: none;
}

.features-block {
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  display: block;
}

.features-block.underline {
  border-bottom: 1px #00000040;
  flex-flow: column;
  margin-bottom: 30px;
  padding-top: 0;
}

.features-block.underline-alt {
  border-bottom: 1px solid #fff;
  flex-wrap: nowrap;
}

.features-block.flex {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.features-block.underline-copy {
  border-bottom: 1px #00000040;
  flex-flow: column;
  height: 180px;
  margin-bottom: 30px;
  padding-top: 0;
}

.features-sub-new {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.content-block {
  width: 50%;
  min-height: 100px;
}

.content-block.module {
  float: left;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  display: flex;
}

.content-block.text {
  float: right;
  flex-direction: column;
  width: 60%;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
}

.list-block {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-type: disc;
}

.list-item {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.list-item.benefits {
  margin-bottom: 7px;
  font-size: 18px;
}

.special-note {
  color: #585757;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Encode Sans, sans-serif;
  font-size: 100%;
  font-style: italic;
  line-height: 150%;
}

.special-note.left {
  text-align: left;
  font-size: 15px;
}

.slider-2 {
  background-color: #fff;
  justify-content: center;
  height: auto;
  margin-bottom: 40px;
  display: block;
}

.slider-content {
  padding-bottom: 0;
}

.icon-2, .icon-3 {
  color: #58575780;
}

.slide-nav {
  margin-bottom: 17px;
}

.section-10 {
  color: #ddd;
  background-color: #0000;
  border-style: none;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 5px;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  display: flex;
}

.section-10.full-height {
  background-color: var(--blue);
  perspective: 1000px;
  background-image: url('../images/Header-purple-blue-grad.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: stretch;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  transform: translate(0);
}

.pricing-flex {
  background-color: var(--white);
  perspective: 1000px;
  color: #333;
  transform-style: preserve-3d;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 25%;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 35vh;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px 1%;
  transition: all .35s;
  display: flex;
  transform: translate(0);
}

.pricing-flex:hover {
  transform: translate3d(0, 0, 143px);
}

.pricing-flex.four-layout {
  z-index: 0;
  border: 1px none var(--darker-purple);
  background-color: var(--white);
  color: #333;
  flex-direction: column;
  flex: 0 20%;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  padding: 15px 1%;
  position: relative;
}

.pricing-flex.four-layout.front {
  z-index: 100;
  border-style: none;
}

.link {
  color: var(--darker-purple);
  transition: color .2s;
}

.link:hover, .link.footer {
  color: var(--purple);
}

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

.list-block-2 {
  margin-bottom: 32px;
}

.slide {
  background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Sups-header-desktop-short.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-3 {
  height: 800px;
}

.slide-2 {
  background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Racing-dingies-desktop.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Vera-ferrata-desktop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.accordion-wrapper {
  flex: 0 auto;
  padding: 10px 15px;
}

.accordion-wrapper.wide {
  flex: 1;
}

.accord-item-content {
  overflow: hidden;
}

.sub-container {
  float: none;
  background-color: #f8f2cc;
  border: 1px solid #0000004d;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto 20px;
  padding: 10px 20px;
  font-family: Encode Sans, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.list-block-bulletts {
  width: 100%;
  margin-bottom: 0;
  padding-left: 30px;
  list-style-type: disc;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.slider-title {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin: 5px auto;
  font-family: Encode Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.slider-title.hero-special {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
}

.image-2 {
  width: 100%;
}

.button-2 {
  float: none;
  background-color: var(--darker-purple);
  border: 1px solid #4c17ca;
  border-radius: 10px;
  width: auto;
  margin-right: 15px;
  transition: background-color .35s;
}

.button-2:hover {
  color: #4c17ca;
  background-color: #fff;
}

.features-list {
  padding: 2px 10px 4px;
}

.features-list.underline {
  border-bottom: 1px solid #0000004d;
}

.features-list.one-third {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.features-list-text {
  float: left;
  height: auto;
  padding-top: 3px;
  font-size: 18px;
  font-weight: 500;
}

.features-list-text.flex {
  padding-right: 8px;
}

.features-icon {
  float: right;
  width: 26px;
}

.features-list-detail {
  width: 100%;
  padding-left: 10px;
}

.features-detail-text {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
}

.features-detail-text.underline {
  border-bottom: 1px solid #0000004d;
  margin-bottom: 8px;
  padding-bottom: 7px;
}

.comparison-wrapper {
  background-color: #4c17ca26;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.left-block {
  float: left;
  border-right: 1px solid #fff;
  width: 50%;
}

.right-block {
  float: right;
  border-left: 1px solid #fff;
  width: 50%;
}

.icon-4 {
  color: #fffefe;
}

.nav-dropdown {
  border-bottom: 1px solid var(--purple);
  color: var(--black);
  background-color: #fcf7f7;
  font-size: 15px;
}

.nav-dropdown:hover {
  background-color: var(--purple);
  color: var(--white);
}

.block-quote {
  font-size: 28px;
  line-height: 34px;
}

.list-item-copy {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.container-3 {
  color: #444;
  text-transform: none;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-3.social-icons {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.social-media-element {
  float: left;
  opacity: .71;
  width: 36px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.social-media-element:hover {
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .text-block.features.small {
    font-size: 18px;
  }

  .flex-child.features-alt-copy {
    background-color: var(--purple);
  }

  .section-10.full-height {
    padding-left: 39px;
    padding-right: 39px;
  }

  .pricing-flex.four-layout {
    flex-basis: 20%;
  }

  .slider-3 {
    height: 900px;
  }

  .slide-2 {
    background-position: 0 0, 0%, 50%;
  }
}

@media screen and (min-width: 1920px) {
  .section.hero-special {
    background-image: url('../images/Header-purple-blue-grad.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
  }

  .section.footer-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.full-width-flex.mobile {
    display: flex;
  }

  .container.slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer-menu {
    margin-bottom: 0;
  }

  .heading-1 {
    line-height: 130%;
  }

  .heading-1.hero-special {
    font-weight: 700;
  }

  .text-block {
    font-size: 24px;
  }

  .text-block.footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block.special {
    margin-bottom: 3px;
  }

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

  .text-block.link {
    color: var(--darker-purple);
    font-size: 20px;
  }

  .text-block.link:hover {
    opacity: .45;
  }

  .text-block.special-note-italic, .text-block.answer {
    font-size: 18px;
  }

  .flex-child.features-alt.sessions {
    background-image: linear-gradient(#4c17ca73, #4c17ca73), url('../images/AdobeStock_305157050_Preview.jpeg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .flex-child.features-alt.interface, .flex-child.features-alt.reporting {
    background-image: linear-gradient(#4c17ca73, #4c17ca73), url('../images/Small-tennis-image.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .button.cta:hover {
    background-color: var(--darker-purple);
  }

  .pricing-flex.four-layout {
    flex-basis: 20%;
  }

  .slider-3 {
    height: 1000px;
  }

  .slide-2 {
    background-position: 0 0, 50%, 50%;
    background-size: auto, cover, cover;
  }

  .slide-3 {
    background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Vera-ferrata-display2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider-title {
    line-height: 130%;
  }

  .slider-title.hero-special {
    font-weight: 700;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .section.hero-special {
    background-size: cover;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .section.hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.watermark {
    background-image: url('../images/Canoyits-bg-tablet.jpg');
    background-position: 50% 100%;
    background-size: contain;
    height: 77vh;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.flex {
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-bottom: 5px;
  }

  .container.flex.cta {
    justify-content: center;
    align-items: center;
  }

  .container.full-width-flex {
    align-items: stretch;
    padding: 10px 10px 20px;
    display: flex;
  }

  .container.full-width-flex.mobile {
    display: none;
  }

  .container.full-width-flex.hidden {
    display: flex;
  }

  .container.two-colums {
    align-items: flex-start;
  }

  .container.slider {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.qanda-block {
    align-items: flex-start;
  }

  .image-container.large-icon {
    width: 60px;
  }

  .heading-1 {
    color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
  }

  .heading-1.hero-special {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 120%;
  }

  .text-block.features {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .text-block.features.small {
    margin-top: 7px;
    font-size: 15px;
    line-height: 110%;
  }

  .text-block.features.small-alt {
    font-size: 16px;
  }

  .text-block.features-title-alt {
    font-size: 22px;
  }

  .text-block.features-alt {
    font-size: 18px;
  }

  .text-block.cta {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding-top: 0;
    font-size: 16px;
    line-height: 135%;
  }

  .text-block.pricing {
    font-size: 16px;
    font-style: normal;
  }

  .text-block.pricing.price {
    font-size: 18px;
  }

  .text-block.column {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 120%;
  }

  .text-block.bold-white {
    font-size: 21px;
  }

  .text-block.link {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .text-block.special-note-italic {
    font-size: 16px;
  }

  .text-block.module-sub, .text-block.answer-block {
    margin-bottom: 3px;
    font-size: 18px;
  }

  .text-block.answer {
    font-size: 16px;
  }

  .flex-child {
    flex-basis: 38%;
  }

  .flex-child.features-alt-copy {
    flex-basis: 30%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-child.package-options {
    flex-basis: 32.5%;
    padding: 5px 5px 10px;
  }

  .flex-child.package-options.red {
    justify-content: space-between;
  }

  .flex-child.package-options.grey, .flex-child.package-options.new-green, .flex-child.package-options.new-orange, .flex-child.package-options.new-purple {
    flex-basis: 32%;
  }

  .button.cta {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
  }

  .heading-3 {
    margin-top: 12px;
    font-size: 17px;
    line-height: 130%;
  }

  .heading-3.pricing {
    font-size: 22px;
  }

  .heading-3.modules, .heading-3.question-bar {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .heading-2 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 130%;
  }

  .brand-container {
    width: 350px;
  }

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

  .nav-link-2:hover {
    opacity: .7;
    color: var(--white);
    text-decoration: underline;
  }

  .container-2.nav-bar {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon {
    color: #fff;
    font-size: 32px;
  }

  .features-block {
    padding-top: 7px;
  }

  .features-block.underline {
    padding-top: 0;
  }

  .features-block.underline-copy {
    height: 160px;
    padding-top: 0;
  }

  .content-block.module {
    width: 45%;
    padding-top: 10px;
  }

  .content-block.text {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-block {
    padding-left: 20px;
  }

  .list-item {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 130%;
  }

  .list-item.benefits {
    font-size: 16px;
  }

  .slider-2 {
    margin-bottom: 0;
  }

  .slide-nav {
    display: none;
  }

  .section-10 {
    margin: 0 auto;
    display: block;
  }

  .section-10.full-height {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .pricing-flex {
    flex-basis: 25%;
  }

  .pricing-flex.four-layout {
    flex-basis: 40%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .left-arrow.hidden, .right-arrow.hidden {
    display: none;
  }

  .mask {
    height: auto;
  }

  .menu-button:hover {
    background-color: #fff3;
  }

  .list-block-2 {
    margin-bottom: 25px;
  }

  .slide {
    background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Standup-Paddle-Boarders-tablet.jpg');
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .slider-3 {
    height: 500px;
  }

  .slide-2 {
    background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Racing-dingies-tablet.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .slide-3 {
    background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Vera-ferrata-tablet.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider-title {
    color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
  }

  .slider-title.hero-special {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 120%;
  }

  .features-list {
    padding: 4px 5px 0;
  }

  .features-list-text {
    padding-top: 0;
    font-size: 15px;
  }

  .features-icon {
    width: 22px;
    padding-bottom: 2px;
  }

  .features-list-detail {
    padding-left: 5px;
  }

  .features-detail-text {
    font-size: 15px;
    line-height: 18px;
  }

  .comparison-wrapper {
    width: auto;
  }

  .block-quote {
    font-size: 23px;
    line-height: 29px;
  }

  .list-item-copy {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 130%;
  }

  .container-3 {
    width: 100%;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .social-media-element {
    width: 30px;
  }
}

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

  .section.clear-space {
    padding-bottom: 30px;
  }

  .section.watermark {
    background-size: cover;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.flex {
    margin-bottom: 0;
  }

  .container.flex.cta {
    flex-flow: column;
    margin-bottom: 0;
  }

  .container.full-width-flex {
    display: flex;
  }

  .container.full-width-flex.mobile {
    display: none;
  }

  .container.slider {
    align-items: stretch;
  }

  .image-container {
    object-fit: contain;
    width: 100%;
  }

  .heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 115%;
  }

  .heading-1.hero-special {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 35px;
  }

  .text-block {
    font-size: 17px;
    line-height: 130%;
  }

  .text-block.footer {
    font-size: 14px;
  }

  .text-block.features {
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-block.features.small {
    font-size: 14px;
  }

  .text-block.features.small-alt {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 120%;
  }

  .text-block.features-title-alt {
    font-size: 22px;
    line-height: 120%;
  }

  .text-block.features-alt {
    margin-top: 0;
    font-size: 17px;
  }

  .text-block.cta {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .text-block.pricing {
    font-size: 15px;
    line-height: 120%;
  }

  .text-block.pricing.price {
    font-size: 16px;
  }

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

  .text-block.bold-white {
    font-size: 20px;
    line-height: 115%;
  }

  .text-block.module-sub {
    font-size: 17px;
    line-height: 120%;
  }

  .text-block.centred {
    line-height: 130%;
  }

  .flex-child {
    padding: 5px;
  }

  .flex-child.features-alt {
    padding-top: 0;
  }

  .flex-child.features-alt.reporting {
    margin-bottom: 5px;
  }

  .flex-child.features-alt-copy {
    flex-wrap: wrap;
    flex-basis: 50%;
    margin-bottom: 17px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .flex-child.package-options {
    flex-basis: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .flex-child.package-options.grey {
    flex-basis: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-child.package-options.new-green, .flex-child.package-options.new-orange, .flex-child.package-options.new-purple {
    flex-basis: 80%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-child.list-sub-cont {
    flex-basis: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-child.addon-module {
    padding-top: 0;
  }

  .flex-child._2-column {
    flex-basis: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .heading-3.pricing {
    line-height: 110%;
  }

  .heading-3.modules, .heading-3.question-bar {
    font-size: 18px;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .brand-container {
    width: 250px;
  }

  .navbar {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .features-block {
    flex: 0 auto;
  }

  .features-block.underline {
    margin-bottom: 0;
  }

  .features-block.flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-block.underline-copy {
    height: auto;
    margin-bottom: 0;
  }

  .features-sub-new {
    padding-top: 5px;
  }

  .content-block.module {
    width: 45%;
  }

  .content-block.text {
    width: 55%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item.benefits {
    font-size: 15px;
    line-height: 120%;
  }

  .slide-nav {
    display: none;
  }

  .section-10 {
    margin-bottom: 10px;
  }

  .section-10.full-height {
    align-items: stretch;
  }

  .pricing-flex.four-layout {
    flex-wrap: wrap;
    flex-basis: 40%;
    align-content: stretch;
    align-self: flex-start;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide {
    background-image: linear-gradient(#000, #0900006e 25%, #fff0 47%), url('../images/Standup-Paddle-Boarders-tablet.jpg');
    background-position: 0 0, 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider-3 {
    height: 400px;
  }

  .accordion-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-container {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .list-block-bulletts {
    padding-left: 20px;
  }

  .slider-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .slider-title.hero-special {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 25px;
  }

  .features-list-text.flex {
    padding-right: 4px;
  }

  .features-icon {
    width: 20px;
  }

  .block-quote {
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .container-3 {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .social-media-element {
    width: 28px;
  }
}

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

  .section.special-spacer {
    min-height: 80px;
  }

  .section.hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.watermark {
    background-image: url('../images/Canoyits-bg-mobile.jpg');
    background-size: contain;
  }

  .container.flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.flex.cta {
    justify-content: flex-start;
    align-items: center;
  }

  .container.full-width-flex {
    display: flex;
  }

  .image-container, .image {
    width: 100%;
  }

  .heading-1 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-1.hero-special {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 110%;
  }

  .text-block.footer {
    font-size: 13px;
  }

  .text-block.features {
    font-size: 17px;
  }

  .text-block.features.small {
    margin-bottom: 0;
  }

  .text-block.features.small-alt {
    font-size: 14px;
  }

  .text-block.features-title-alt {
    margin-top: 0;
    font-size: 20px;
  }

  .text-block.features-alt {
    font-size: 16px;
  }

  .text-block.cta {
    margin-right: 0;
    font-size: 15px;
    line-height: 130%;
  }

  .text-block.column {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 115%;
  }

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

  .text-block.link {
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block.module-sub {
    font-size: 16px;
    line-height: 120%;
  }

  .text-block.answer-block {
    font-size: 17px;
    line-height: 130%;
  }

  .flex-child {
    flex-basis: 90%;
    padding: 5px;
  }

  .flex-child.features-alt {
    margin-bottom: 10px;
  }

  .flex-child.features-alt-copy {
    flex-basis: 75%;
  }

  .flex-child.package-options {
    flex-basis: 99%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-child.package-options.grey {
    flex-basis: 90%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-child.package-options.new-green, .flex-child.package-options.new-orange, .flex-child.package-options.new-purple {
    flex-basis: 99%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-child.list-sub-cont {
    flex-basis: 99%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-child.addon-module {
    margin-bottom: 10px;
  }

  .flex-child._2-column {
    flex-basis: 99%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-child.half {
    flex-basis: 90%;
  }

  .button, .button.cta.demo {
    margin-right: 0;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-3.modules {
    font-size: 17px;
  }

  .heading-3.purple {
    text-align: center;
    font-size: 17px;
  }

  .heading-3.question-bar {
    font-size: 17px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-2.underline {
    text-align: left;
    border: 1px #000;
    border-bottom-style: solid;
    padding-bottom: 5px;
  }

  .paragraph {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 130%;
  }

  .brand-container {
    width: 210px;
  }

  .container-2.nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    font-size: 28px;
  }

  .content-block.module {
    width: 100%;
    padding-top: 0;
  }

  .content-block.text {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .list-block {
    padding-left: 20px;
  }

  .list-item {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 120%;
  }

  .list-item.benefits {
    font-size: 14px;
  }

  .section-10.full-height {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-flex {
    margin-bottom: 10px;
  }

  .pricing-flex.four-layout {
    flex-basis: 90%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .slide {
    background-image: linear-gradient(#000, #0900006e 29%, #fff0 51%), url('../images/paddle-boarders-mobile.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-2 {
    background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Racing-dingies-mobile.jpg');
  }

  .slide-3 {
    background-image: linear-gradient(#000, #0900006e 23%, #fff0 32%), url('../images/Vera-ferrata-mobile.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .accordion-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-container {
    margin-top: 20px;
  }

  .list-block-bulletts {
    padding-left: 10px;
  }

  .slider-title {
    font-size: 24px;
  }

  .slider-title.hero-special {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 110%;
  }

  .list-item-copy {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 120%;
  }

  .container-3 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-media-element {
    width: 26px;
  }
}


