@charset "UTF-8";
html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 400;
}
/* FONTS */
p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin: 0;
  /*@media (max-width: $breakpoint-xl) {
		font-size: 35px;
		line-height: 44px;
	}*/
}
@media (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
h5, h6 {
  margin: 0;
}
a {
  text-decoration: none;
}
ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shape-wrap {
  padding: 0 20px;
  overflow: hidden;
  z-index: 0;
}
.shape-wrap .outer-shape {
  background: linear-gradient(80deg, #31e895 0%, #0295ce 100%);
  padding: 1px 0;
  position: relative;
}
.shape-wrap .outer-shape .inner-shape {
  display: grid;
  align-items: center;
  gap: 0.5rem;
  height: 40px;
  position: relative;
  z-index: 1;
  color: white;
  white-space: nowrap;
  padding-right: 30px;
}
.shape-wrap .outer-shape .inner-shape::before {
  content: "";
  position: absolute;
  display: block;
  right: -8px;
  width: 24px;
  height: 24px;
  background-color: white;
  transform: rotate(45deg);
  border-radius: 4px;
}
.shape-wrap .outer-shape .inner-shape::after {
  content: url("../images/arrow-black.svg");
  position: absolute;
  display: block;
  right: -4px;
  width: 18px;
  height: 18px;
}
.shape-wrap .outer-shape.shape-border .inner-shape {
  background-color: white;
  color: black;
}
.shape-wrap .outer-shape.shape-border .inner-shape::before {
  content: "";
  position: absolute;
  display: block;
  right: -8px;
  width: 24px;
  height: 24px;
  background-color: white;
  transform: rotate(45deg);
  border-radius: 4px;
}
.shape-wrap .outer-shape.shape-border .inner-shape::after {
  content: url("../images/arrow-black.svg");
  position: absolute;
  display: block;
  right: -4px;
  width: 18px;
  height: 18px;
}
.shape-wrap .outer-shape.shape-border .inner-shape::before {
  background: linear-gradient(340deg, #31e895 0%, #0295ce 100%);
}
.shape-wrap .outer-shape.shape-border .inner-shape::after {
  content: url("../images/arrow-white.svg");
}
.shape-wrap .outer-shape::before {
  position: absolute;
  top: 3px;
  left: -16px;
  content: "";
  height: 34px;
  aspect-ratio: 1;
  background-color: #31e895;
  transform: rotate(45deg);
  z-index: -1;
  border: 1px solid #31e895;
  border-radius: 10px;
}
.shape-wrap .outer-shape::after {
  position: absolute;
  top: 3px;
  right: -15px;
  content: "";
  height: 34px;
  aspect-ratio: 1;
  background-color: #0295ce;
  transform: rotate(45deg);
  z-index: -1;
  border: 1px solid #0295ce;
  border-radius: 10px;
}
.shape-wrap .outer-shape.shape-border::before, .shape-wrap .outer-shape.shape-border::after {
  background-color: white;
}
@media (min-width: 768px) {
  .splide.mobile {
    visibility: visible;
  }
  .splide.mobile .splide__track {
    overflow: visible !important;
  }
  .splide.mobile .splide__slide {
    width: 100% !important;
  }
  .splide.mobile .splide__arrows {
    display: none;
  }
}
.splide .splide__arrow {
  transform: rotate(45deg);
  border-radius: 5px;
  padding: 15px;
  background: none;
  border-width: 1px;
  border: 1px solid white;
  opacity: 1;
}
.splide .splide__arrow svg {
  transform: rotate(-45deg);
  color: white;
}
.splide ul.splide__pagination button.is-active {
  background-color: #31e895;
}
div.flex.buttons {
  gap: 0.5rem;
}
.button.shape-border .inner-shape {
  background-color: white !important;
}
.button.shape-border::before, .button.shape-border::after {
  background-color: white !important;
}
.button.white-outline {
  background: none;
  background-color: white !important;
}
.button.white-outline::before, .button.white-outline::after {
  border-color: white !important;
}
.button.white-outline a {
  color: white !important;
}
.button.white-outline a::before {
  background: none !important;
  background-color: white !important;
}
.button.white-outline a::after {
  content: url("../images/arrow-black.svg") !important;
}
.button.grey-bg.shape-border .inner-shape {
  background-color: #f5f7f7 !important;
}
.button.grey-bg.shape-border::before, .button.grey-bg.shape-border::after {
  background-color: #f5f7f7 !important;
}
.button.grey-bg.white-outline {
  background: none;
  background-color: white !important;
}
.button.grey-bg.white-outline::before, .button.grey-bg.white-outline::after {
  border-color: white !important;
}
.button.grey-bg.white-outline a {
  color: white !important;
}
.button.grey-bg.white-outline a::before {
  background: none !important;
  background-color: white !important;
}
.button.grey-bg.white-outline a::after {
  content: url("../images/arrow-black.svg") !important;
}
.button.primary-bg.shape-border .inner-shape {
  background-color: #31e895 !important;
}
.button.primary-bg.shape-border::before, .button.primary-bg.shape-border::after {
  background-color: #31e895 !important;
}
.button.primary-bg.white-outline {
  background: none;
  background-color: white !important;
}
.button.primary-bg.white-outline::before, .button.primary-bg.white-outline::after {
  border-color: white !important;
}
.button.primary-bg.white-outline a {
  color: white !important;
}
.button.primary-bg.white-outline a::before {
  background: none !important;
  background-color: white !important;
}
.button.primary-bg.white-outline a::after {
  content: url("../images/arrow-black.svg") !important;
}
.button.alt-bg.shape-border .inner-shape {
  background-color: #0295ce !important;
}
.button.alt-bg.shape-border::before, .button.alt-bg.shape-border::after {
  background-color: #0295ce !important;
}
.button.alt-bg.white-outline {
  background: none;
  background-color: white !important;
}
.button.alt-bg.white-outline::before, .button.alt-bg.white-outline::after {
  border-color: white !important;
}
.button.alt-bg.white-outline a {
  color: white !important;
}
.button.alt-bg.white-outline a::before {
  background: none !important;
  background-color: white !important;
}
.button.alt-bg.white-outline a::after {
  content: url("../images/arrow-black.svg") !important;
}
input:not([type="checkbox"]), select, textarea {
  width: 100%;
  padding: 6px;
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  border: 1px solid transparent;
  background: linear-gradient(white) padding-box, linear-gradient(to top right, #31e895, #0295ce) border-box;
}
input:not([type="checkbox"]):focus, select:focus, textarea:focus {
  border-color: #31e895;
  outline: none;
}
form.wpforms-form label {
  margin-bottom: 0.25rem;
  font-size: 14px;
}
form.wpforms-form ul {
  padding: 0;
}
form.wpforms-form ul li {
  list-style: none;
  display: flex;
}
form.wpforms-form .wpforms-submit-container {
  padding: 0;
}
form.wpforms-form .shape-wrap {
  position: relative;
  display: flex;
}
form.wpforms-form .shape-wrap button.wpforms-submit.inner-shape {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  padding-right: 30px;
}
form.wpforms-form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 0.25rem;
  padding: 0;
  flex-shrink: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  background: linear-gradient(white, white) padding-box, linear-gradient(to top right, #31e895, #0295ce) border-box;
  display: grid !important;
  justify-content: center;
  cursor: pointer;
}
form.wpforms-form input[type="checkbox"]::before {
  content: "";
  width: 4px;
  height: 7px;
  border-right: 2px solid #0295ce;
  border-bottom: 2px solid #0295ce;
  transform: rotate(45deg);
  transition: transform 120ms ease-in-out;
  display: none;
  margin-top: 2px;
}
form.wpforms-form input[type="checkbox"]:checked::before {
  display: block;
}
form.wpforms-form input[type="checkbox"]:focus {
  outline: none;
}
form.wpforms-form input[type="checkbox"].wpforms-error {
  border: 1px solid #ea5754 !important;
}
.textbox, .heading {
  gap: 1rem;
}
.textbox a:not(.button), .heading a:not(.button) {
  font-size: 16px;
  color: black;
  line-height: 26px;
  font-weight: 400;
}
.textbox li, .heading li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.textbox span.subhead, .heading span.subhead {
  color: #0295ce;
  font-weight: 300;
}
.textbox span.subhead.alt, .heading span.subhead.alt {
  background-color: white;
}
.textbox span.subhead.black, .heading span.subhead.black {
  color: black;
}
.textbox act, .heading act {
  color: #0295ce;
}
.textbox div.text p, .heading div.text p {
  margin-bottom: 1rem;
}
.textbox div.text blockquote, .heading div.text blockquote {
  border-left: 1px solid rgba(49, 232, 149, 0.5);
  color: #31e895;
  margin: 2rem 0;
  padding-left: 2rem;
}
.textbox div.list, .heading div.list {
  gap: 1rem;
  flex-wrap: wrap;
}
.textbox div.list svg, .heading div.list svg {
  color: #31e895;
}
a.link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: black;
}
a.link svg {
  font-size: small;
}
.autop p {
  margin-bottom: 1rem;
}
.autop h1, .autop h2, .autop h3, .autop h4, .autop h5, .autop h6 {
  margin-bottom: 0.5rem;
}
g {
  color: #646464;
}
line {
  position: relative;
  display: inline-block;
  color: #0295ce;
}
line::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background-color: #31e895;
}
.std-padding {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .std-padding {
    padding: 60px 0;
  }
}
.boxed {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .boxed {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.fa-circle-notch {
  color: #31e895;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.fa-circle-notch.text {
  color: black;
}
.fa-circle-notch.white {
  color: white;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.flex {
  display: flex;
  position: relative;
}
.flex.justify-content-start {
  justify-content: start;
}
.flex.justify-content-center {
  justify-content: center;
}
.flex.justify-content-end {
  justify-content: end;
}
.flex.justify-content-between {
  justify-content: space-between;
}
.flex.justify-content-around {
  justify-content: space-around;
}
.flex.justify-content-evenly {
  justify-content: space-evenly;
}
.flex.align-items-start {
  align-items: start;
}
.flex.align-items-center {
  align-items: center;
}
.flex.align-items-end {
  align-items: end;
}
.flex.wrap {
  flex-wrap: wrap;
}
.grid {
  display: grid;
  position: relative;
}
.grid.justify-items-start {
  justify-items: start;
}
.grid.justify-items-center {
  justify-items: center;
}
.grid.justify-items-end {
  justify-items: end;
}
.grid.justify-self-start {
  justify-self: start;
}
.grid.justify-self-center {
  justify-self: center;
}
.grid.justify-self-end {
  justify-self: end;
}
.grid.align-content-start {
  align-content: start;
}
.grid.align-content-center {
  align-content: center;
}
.grid.align-content-end {
  align-content: end;
}
.grid.align-items-start {
  align-items: start;
}
.grid.align-items-center {
  align-items: center;
}
.grid.align-items-end {
  align-items: end;
}
.flex.gap-sm, .grid.gap-sm {
  gap: 0.5rem;
}
.flex.gap-md, .grid.gap-md {
  gap: 1rem;
}
.flex.gap-lg, .grid.gap-lg {
  gap: 2rem;
}
img.square {
  aspect-ratio: 1;
  object-fit: cover;
}
.w-full {
  width: 100%;
}
@media (max-width: 768px) {
  .non-mobile {
    display: none;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
header.standard {
  background-color: white;
  padding: 24px 0;
  position: sticky;
  top: 0;
  z-index: 99;
  transition: all 0.3s ease;
}
header.standard.is-scrolled {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
header.standard .site-logo img {
  max-height: 50px;
}
@media (max-width: 768px) {
  header.standard .site-logo img {
    max-height: 40px;
  }
}
header.standard #navbar {
  gap: 0.5rem;
}
header.standard #navbar .nav-responsive {
  gap: 0.5rem;
}
@media (max-width: 1100px) {
  header.standard #navbar .nav-responsive {
    justify-content: end;
  }
}
header.standard #navbar .nav-responsive .nav-items ul.menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}
@media (max-width: 1100px) {
  header.standard #navbar .nav-responsive .nav-items ul.menu {
    display: grid;
    justify-content: end;
    text-align: right;
  }
}
header.standard #navbar .nav-responsive .nav-items ul.menu li a {
  color: black;
}
@media (max-width: 1100px) {
  header.standard #navbar .nav-responsive .nav-items {
    position: absolute;
    top: 100%;
    right: -1rem;
    width: 100vw;
    box-sizing: border-box;
    padding: 24px;
    background-color: #012d3a;
    z-index: 99;
  }
  header.standard #navbar .nav-responsive .nav-items:not(.open) {
    display: none;
  }
  header.standard #navbar .nav-responsive .nav-items ul.menu li a {
    color: white;
  }
}
header.standard #navbar .nav-ham-icon {
  display: none;
  font-size: 20px;
  color: black;
}
@media (max-width: 1100px) {
  header.standard #navbar .nav-ham-icon {
    display: block;
  }
}
header.standard #navbar .nav-ham-icon .close {
  display: none;
}
header.standard #navbar .nav-actions ul.menu {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5rem;
}
section .col-2 {
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
section .col-2 img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  section .col-2 {
    gap: 2rem;
  }
}
section.hero {
  position: relative;
}
section.hero div.hero-wrap {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  section.hero div.hero-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 10fr 12fr;
    gap: 2rem;
  }
}
@media (max-width: 500px) {
  section.hero div.hero-wrap {
    grid-template-rows: 10fr 8fr;
  }
}
section.hero div.textbox {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
section.hero div.image-hero {
  align-items: end;
  justify-items: end;
}
@media (max-width: 992px) {
  section.hero div.image-hero {
    justify-items: center;
  }
}
section.hero div.image-hero div.image-wrap {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  aspect-ratio: 1;
  justify-items: center;
  align-items: end;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  section.hero div.image-hero div.image-wrap {
    height: 100%;
  }
}
section.hero div.image-hero div.image-wrap div.image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  align-items: center;
  justify-items: center;
}
section.hero div.image-hero div.image-wrap div.image-container img {
  width: 80%;
}
section.hero div.image-hero div.image-wrap div.circle-wrap {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  section.hero div.image-hero div.image-wrap div.circle-wrap {
    width: unset;
    height: 100%;
    aspect-ratio: 1;
  }
}
@media (max-width: 606px) {
  section.hero div.image-hero div.image-wrap div.circle-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
  }
}
section.hero div.image-hero div.image-wrap div.circle-wrap div.f-shape {
  position: absolute;
  width: 18%;
  left: 13%;
}
section.hero div.image-hero div.image-wrap div.circle-wrap div.c-shape {
  position: absolute;
  top: 45%;
  right: -2%;
  width: 13%;
}
section.hero div.image-hero div.image-wrap div.circle-wrap div.diamond-shape {
  position: absolute;
  width: 8%;
  bottom: 18%;
  left: 8%;
}
section.hero-header {
  background-color: #0295ce;
}
@media (max-width: 768px) {
  section.hero-header {
    padding: 2rem 0;
  }
}
section.hero-header div.header-wrap {
  position: relative;
  min-height: 350px;
}
section.hero-header div.header-wrap div.textbox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: white;
  align-content: start;
}
@media (max-width: 768px) {
  section.hero-header div.header-wrap div.textbox {
    padding-bottom: 0;
    padding-top: 0;
  }
}
section.hero-header div.header-wrap div.image {
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  section.hero-header div.header-wrap div.image {
    margin-top: 0;
  }
}
section.hero-header div.header-wrap div.image img {
  aspect-ratio: 1.5;
  position: absolute;
}
@media (max-width: 992px) {
  section.hero-header div.header-wrap div.image img {
    position: relative;
  }
}
section.hero-header.contain div.image img {
  aspect-ratio: unset !important;
}
section.hero-header.grey {
  background-color: #f5f7f7;
}
section.hero-header.grey div.textbox {
  color: black !important;
}
section.hero-header.grey div.image {
  position: relative;
}
section.hero-header.grey div.image::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  top: 10%;
  left: -25px;
  background-image: url("../images/F-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
section.hero-header.grey div.image::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  bottom: -10px;
  right: -35px;
  background-image: url("../images/C-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
section.editor .textbox {
  max-width: 600px;
}
section.editor div.buttons {
  margin-top: 2rem;
}
section.editor.center .textbox {
  margin: 0 auto;
}
section.editor.center .buttons {
  justify-content: center;
}
section.editor.background {
  background: -webkit-linear-gradient(bottom left, #31e895, #0295ce);
  background: -o-linear-gradient(bottom left, #31e895, #0295ce);
  background: linear-gradient(to top right, #31e895, #0295ce);
  color: white;
  padding: 4rem 0;
  text-align: center;
  justify-items: center;
}
section.quote {
  background-color: #f5f7f7;
  padding: 12rem;
  font-size: 35px;
  font-weight: 600;
  font-style: italic;
  justify-items: center;
}
section.quote .quote-box {
  position: relative;
  max-width: 800px;
}
section.quote .quote-box::before, section.quote .quote-box::after {
  font-size: 200px;
  line-height: 1.4;
  font-weight: 600;
  position: absolute;
  padding: 0 0.2em;
  background: linear-gradient(to top right, #31e895, #0295ce);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
section.quote .quote-box::before {
  content: "“";
  top: -5rem;
  left: -8rem;
}
section.quote .quote-box::after {
  content: "”";
  bottom: -11rem;
  right: -8rem;
}
@media (max-width: 768px) {
  section.quote {
    padding: 2rem;
    font-size: 24px;
    overflow: hidden;
  }
  section.quote .quote-box::before {
    left: -7rem;
  }
  section.quote .quote-box::after {
    right: -6rem;
  }
}
section.text-image .textbox price {
  font-size: 28px;
  font-weight: 600;
  color: #0295ce;
  display: block;
  margin-top: 0.25rem;
}
section.text-image .image {
  max-height: 400px;
  position: relative;
}
section.text-image .image::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  top: -20px;
  right: 20%;
  background-image: url("../images/Diamond-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
section.text-image .image img {
  height: 100%;
}
section.text-image.reverse .image {
  order: -1;
}
section.text-image.bg-grey {
  background-color: #f5f7f7;
}
section.text-image.bg-blue {
  background-color: #0295ce;
}
section.text-image.bg-blue div.textbox {
  color: white;
}
section.text-image.bg-color {
  background: -webkit-linear-gradient(bottom left, #31e895, #0295ce);
  background: -o-linear-gradient(bottom left, #31e895, #0295ce);
  background: linear-gradient(to top right, #31e895, #0295ce);
  color: white;
}
section.text-image.bg-color .subhead {
  color: #08683c;
}
section.text-image.bg-color .image::after {
  display: none;
}
section.challenges {
  background-color: #f5f7f7;
  position: relative;
}
section.challenges div.boxed {
  position: relative;
  z-index: 1;
}
section.challenges .textbox {
  grid-template-columns: 4fr 6fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  section.challenges .textbox {
    grid-template-columns: 1fr;
  }
}
section.challenges::after {
  content: "";
  position: absolute;
  width: 22%;
  aspect-ratio: 1;
  display: block;
  bottom: 0;
  z-index: 0;
  background-image: url("../images/F-shape.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}
@media (max-width: 768px) {
  section.challenges::after {
    width: 40%;
  }
}
section.challenges div.buttons {
  margin-top: 2rem;
  justify-content: center;
}
section.pricing div.textbox {
  text-align: center;
  max-width: 600px;
  justify-self: center;
}
section.pricing div.columns {
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 2rem;
  border-top: 1px solid #f5f7f7;
  padding-top: 4rem;
}
section.pricing div.columns .totals {
  grid-column: span 2;
}
@media (max-width: 768px) {
  section.pricing div.columns {
    grid-template-columns: 1fr;
  }
  section.pricing div.columns .totals {
    grid-column: span 1;
  }
}
section.pricing div.columns .tile {
  gap: 2rem;
  grid-template-rows: auto 1fr;
}
section.pricing div.columns .tile .slider-ruler {
  position: absolute;
  width: 100%;
  z-index: 1;
}
section.pricing div.columns .tile .slider-ruler .slider-ruler-mark {
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: rgba(49, 232, 149, 0.7);
  z-index: 1;
}
section.pricing div.columns .tile .slider-ruler .slider-ruler-mark:first-child {
  display: none;
}
section.pricing div.columns .tile .pricing-slider-wrap {
  width: 80%;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-label {
  font-size: 14px;
  background-color: #0295ce;
  position: absolute;
  margin-left: -15px;
  bottom: 68px;
  padding: 0.25rem 1rem;
  border-radius: 10px;
  color: white;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-label::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -4px;
  left: 13px;
  background-color: #0295ce;
  transform: rotate(45deg);
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range {
  width: 100%;
  max-width: 100%;
  height: 32px;
  border: none !important;
  background: transparent !important;
  position: relative;
  margin: 2rem 0 0.25rem 0;
  box-sizing: border-box;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range.ui-widget-content {
  border: none !important;
  background: transparent !important;
  color: inherit;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  border-radius: 1px;
  background-color: #17bab4;
  pointer-events: none;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle {
  width: 22px;
  height: 22px;
  top: 50% !important;
  margin-top: -11px;
  margin-left: -11px;
  border: none !important;
  border-radius: 6px;
  background: linear-gradient(180deg, #0295ce 0%, #31e895 100%) !important;
  transform: rotate(45deg);
  cursor: grab;
  outline: none;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle.ui-state-default, section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle.ui-state-hover, section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle.ui-state-focus, section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle.ui-state-active {
  border: none !important;
  background: linear-gradient(180deg, #0295ce 0%, #31e895 100%) !important;
  color: transparent;
  font-size: 0;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle:active {
  cursor: grabbing;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle::after {
  content: attr(data-scale-name);
  font-size: 12px;
  color: #646464;
  position: absolute;
  top: 30px;
  left: 15px;
  width: auto;
  min-width: 20px;
  min-height: 10px;
  padding: 2px 5px;
  background-color: #f5f7f7;
  transform: rotate(-45deg);
  transform-origin: top left;
  border-radius: 5px;
  white-space: nowrap;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle:not([data-scale-name])::after, section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-handle[data-scale-name=""]::after {
  display: none;
}
section.pricing div.columns .tile .pricing-slider-wrap .slider-range .ui-slider-range {
  display: none;
}
section.pricing div.columns .tile .pricing-slider-wrap .pricing-slider-scale {
  width: 100%;
  justify-content: space-between;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(1, 45, 58, 0.85);
}
section.pricing div.columns .tile .tile-wrap {
  align-content: start;
  max-width: 300px;
  border: 1px solid transparent;
  background: linear-gradient(white) padding-box, linear-gradient(to top right, #31e895, #0295ce) border-box;
  border-radius: 10px;
  padding: 2rem;
  gap: 1rem;
  opacity: 0.4;
}
section.pricing div.columns .tile .tile-wrap i, section.pricing div.columns .tile .tile-wrap g {
  color: rgba(1, 45, 58, 0.7);
}
section.pricing div.columns .tile .tile-wrap i {
  font-size: 14px;
}
section.pricing div.columns .tile.producten {
  cursor: not-allowed;
}
section.pricing div.columns .tile.bestellingen {
  cursor: pointer;
}
section.pricing div.columns .tile.checked .tile-wrap {
  opacity: 1;
  border-width: 2px;
}
section.pricing div.columns .tile input[type="checkbox"] {
  appearance: none;
  background-color: white;
  margin: 0;
  width: 1.15em;
  height: 1.15em;
  border: 2px solid #0295ce;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
section.pricing div.columns .tile input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #0295ce;
}
section.pricing div.columns .tile input[type="checkbox"]:checked::before {
  transform: scale(1);
}
section.pricing div.columns .tile div.title-wrap {
  gap: 1rem;
}
section.pricing div.columns .tile div.title-wrap .price-wrap {
  color: #0295ce;
  font-size: 28px;
  font-weight: 600;
}
section.pricing div.columns .tile div.list-wrap {
  gap: 1rem;
}
section.pricing div.columns .tile div.list-wrap .row {
  grid-template-columns: 30px 1fr;
}
section.pricing div.columns .tile div.list-wrap .row svg {
  background: -webkit-linear-gradient(bottom left, #31e895, #0295ce);
  background: -o-linear-gradient(bottom left, #31e895, #0295ce);
  background: linear-gradient(to top right, #31e895, #0295ce);
  width: 10px;
  height: 10px;
  padding: 3px;
  border-radius: 50%;
  color: white;
  margin-top: 4px;
}
@media (max-width: 768px) {
  section.pricing div.columns {
    grid-template-columns: 1fr;
  }
}
section.shifted-slider {
  overflow: hidden;
}
section.shifted-slider div.shifted-slider-wrap {
  margin-left: calc(50% - 1180px / 2);
}
section.shifted-slider div.shifted-slider-wrap .columns {
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  section.shifted-slider div.shifted-slider-wrap {
    margin-left: 0;
  }
  section.shifted-slider div.shifted-slider-wrap .columns {
    grid-template-columns: 1fr;
  }
}
section.functions.bg-grey {
  background-color: #f5f7f7;
}
section.functions.bg-blue {
  background-color: #0295ce;
}
section.functions.bg-blue div.textbox {
  color: white;
}
section.functions.bg-color {
  background: -webkit-linear-gradient(bottom left, #31e895, #0295ce);
  background: -o-linear-gradient(bottom left, #31e895, #0295ce);
  background: linear-gradient(to top right, #31e895, #0295ce);
}
section.functions.bg-color div.textbox {
  color: white;
}
section.functions div.functions-slider {
  margin-top: 4rem;
}
@media (max-width: 548px) {
  section.functions div.functions-slider {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
section.functions div.functions-slider .splide__arrows button {
  background-color: white;
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
section.functions div.functions-slider .splide__arrows button svg {
  color: #0295ce;
}
section.functions div.functions-slider div.tile {
  background-color: white;
  padding: 4rem;
  max-width: 500px;
  border-radius: 10px;
  gap: 1rem;
  text-align: center;
}
section.functions div.functions-slider div.tile .subhead {
  font-weight: 300;
  color: #0295ce;
}
section.integrations-summary.bg-grey {
  background-color: #f5f7f7;
}
section.integrations-summary.bg-blue {
  background-color: #0295ce;
}
section.integrations-summary.bg-blue div.textbox {
  color: white;
}
section.integrations-summary.bg-color {
  background: -webkit-linear-gradient(bottom left, #31e895, #0295ce);
  background: -o-linear-gradient(bottom left, #31e895, #0295ce);
  background: linear-gradient(to top right, #31e895, #0295ce);
}
section.integrations-summary.bg-color div.textbox {
  color: white;
}
section.integrations-summary div.columns {
  grid-template-columns: 4fr 6fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  section.integrations-summary div.columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
section.integrations-summary div.columns div.titlebox {
  padding: 4rem;
  border-radius: 10px;
  background-color: #0295ce;
  color: white;
}
section.integrations-summary div.columns div.flex.brands {
  flex-wrap: wrap;
  gap: 2rem;
  border: 1px solid #0295ce;
  padding: 4rem;
  border-radius: 10px;
}
@media (max-width: 768px) {
  section.integrations-summary div.columns div.flex.brands {
    padding: 1rem;
  }
}
section.integrations-summary div.columns div.flex.brands img {
  height: 50px;
}
section.cta-banner div.cta-banner-wrap {
  grid-template-columns: 3fr 7fr;
  gap: 2rem;
}
section.cta-banner div.cta-banner-wrap div.cta-banner {
  grid-column: span 2;
}
section.contact div.map iframe {
  border-radius: 10px;
}
section.contact div.wp-block-shortcode {
  border: 1px solid black;
}
section.highlight-banner div.columns {
  gap: 2rem;
}
section.highlight-banner div.columns img {
  width: 200px;
}
section.highlight-banner div.columns .textbox.right {
  text-align: right;
  justify-items: right;
}
section.team div.team-wrap .columns {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  section.team div.team-wrap .columns {
    grid-template-columns: 1fr;
  }
}
section.faq div.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  section.faq div.columns {
    grid-template-columns: 1fr;
  }
}
section.faq div.faq-column {
  display: grid;
  gap: 1rem;
  align-content: start;
}
section.faq div.faq-item {
  border: 1px solid transparent;
  background: linear-gradient(#f5f7f7) padding-box, linear-gradient(#f5f7f7) border-box;
  border-radius: 10px;
  padding: 1rem;
  align-items: start;
}
section.faq div.faq-item svg {
  color: #31e895;
  transition: transform 0.3s ease;
}
section.faq div.faq-item.open {
  background: linear-gradient(#f5f7f7) padding-box, linear-gradient(to top right, #31e895, #0295ce) border-box;
}
section.faq div.faq-item.open svg {
  color: #0295ce;
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}
section.faq div.faq-item div.question {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
section.faq div.faq-item div.question h4 {
  margin: 0;
}
section.faq div.faq-item .answer {
  padding-top: 1rem;
  display: none;
}
section.usp {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.usp div.usp-wrap {
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.usp div.usp-wrap svg {
  color: #31e895;
}
section.margin-top {
  margin-top: 8rem;
}
section.margin-bottom {
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  section .col-2 {
    grid-template-columns: 1fr !important;
  }
}
div.simple-tiles {
  margin-top: 4rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  div.simple-tiles {
    grid-template-columns: 1fr;
  }
}
div.simple-tiles div.tile {
  background-color: white;
  padding: 4rem;
  border-radius: 10px;
}
section.integrations div.tiles {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  section.integrations div.tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.integrations div.tiles div.tile {
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(white) padding-box, linear-gradient(to top right, #31e895, #0295ce) border-box;
  padding: 2rem;
  gap: 1rem;
}
section.integrations div.tiles div.tile img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: left;
}
section.integrations div.tiles div.tile.alt {
  border-color: #0295ce;
  background: none;
  background-color: #0295ce !important;
  color: white;
}
section.integrations div.tiles div.tile.alt .shape-border {
  background: white !important;
}
section.integrations div.tiles div.tile.alt .shape-border::before, section.integrations div.tiles div.tile.alt .shape-border::after {
  border-color: white;
}
div.image-grid {
  grid-template-columns: 4fr 6fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  div.image-grid {
    gap: 1rem;
  }
}
div.image-grid img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
div.image-grid div.img-medium-wrap {
  position: relative;
  margin-top: 4rem;
  width: 100%;
}
div.image-grid div.img-medium-wrap svg {
  position: absolute;
  width: 20%;
  right: 25%;
  top: -12%;
}
div.image-grid div.img-small-wrap {
  position: relative;
  width: 70%;
}
div.image-grid div.img-small-wrap svg {
  position: absolute;
  width: 20%;
  right: -80%;
  bottom: -5%;
}
div.image-grid div.img-big-wrap {
  position: relative;
}
div.image-grid div.img-big-wrap svg {
  position: absolute;
  width: 10%;
  right: -2%;
  top: 60%;
}
div.image-grid div.img-big-wrap img {
  object-fit: cover;
  aspect-ratio: 0.8181818182;
  width: 100%;
}
div.image-grid div.left {
  gap: 2rem;
}
@media (max-width: 768px) {
  div.image-grid div.left {
    gap: 1rem;
  }
}
section.link-grid div.widget {
  gap: 2rem;
}
section.link-grid div.widget div.text {
  max-width: 50%;
}
@media (max-width: 768px) {
  section.link-grid div.widget div.text {
    max-width: 100%;
  }
}
section.link-grid div.widget div.links {
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  section.link-grid div.widget div.links {
    grid-template-columns: 1fr;
  }
}
section.link-grid div.widget div.links .link:nth-child(even) {
  transform: translateY(-29px);
}
@media (max-width: 768px) {
  section.link-grid div.widget div.links .link:nth-child(even) {
    transform: unset;
  }
}
section.link-grid div.widget div.links .inner-shape {
  grid-template-columns: 20px 1fr;
}
section.reviews {
  background-color: #f5f7f7;
}
section.reviews .widget {
  margin-left: calc(50% - 1180px / 2);
}
@media (max-width: 1320px) {
  section.reviews .widget {
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  section.reviews .widget {
    margin: 0;
  }
}
section.reviews .widget .review-slider {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  section.reviews .widget .review-slider {
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}
section.reviews .widget .review-slider .title {
  background-color: #0295ce;
  padding: 60px;
  border-radius: 10px;
  color: white;
  max-width: 150px;
  gap: 0.5rem;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  section.reviews .widget .review-slider .title {
    max-width: 100%;
    margin: 1rem;
  }
}
section.reviews .widget .review-slider .title .splide__arrows {
  position: relative;
  display: flex;
  gap: 1rem;
}
section.reviews .widget .review-slider .title .splide__arrows .splide__arrow {
  position: relative;
  left: unset;
  right: unset;
}
section.reviews .widget .review-slider .slider-wrap {
  overflow: hidden;
}
@media (max-width: 768px) {
  section.reviews .widget .review-slider .slider-wrap {
    margin-left: 1rem;
  }
}
@media (max-width: 435px) {
  section.reviews .widget .review-slider .slider-wrap {
    margin-right: 1rem;
  }
}
section.reviews .widget .review-slider .slider-wrap .splide__track {
  height: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
section.reviews .widget .review-slider .slider-wrap .tiles .tile {
  max-width: 400px;
  background-color: white;
  padding: 24px;
  border-radius: 10px;
}
section.reviews .widget .review-slider .slider-wrap .tiles .tile::after {
  content: "”";
  font-size: 180px;
  font-weight: 600;
  position: absolute;
  top: -70px;
  right: 50px;
  background: linear-gradient(65deg, #31e895 40%, #0295ce 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.reviews .widget .review-slider .slider-wrap .tiles .tile g {
  color: #0295ce;
  margin: 0.25rem 0;
}
section.flexible {
  padding-bottom: 15rem;
}
section.flexible div.columns {
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  section.flexible div.columns {
    grid-template-columns: 1fr;
  }
}
section.flexible div.columns div.navigation-wrap {
  position: sticky;
  top: 100px;
  gap: 2rem;
  width: 250px;
}
section.flexible div.columns div.navigation-wrap::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 9px;
  height: calc(100% - 10px);
  background: -webkit-linear-gradient(top bottom, #31e895, #0295ce);
  background: -o-linear-gradient(top bottom, #31e895, #0295ce);
  background: linear-gradient(to bottom, #31e895, #0295ce);
}
section.flexible div.columns div.navigation-wrap a.navigation-row {
  grid-template-columns: auto 1fr;
  gap: 1rem;
  color: black;
}
section.flexible div.columns div.navigation-wrap a.navigation-row span.indicator {
  background: -webkit-linear-gradient(bottom left, #31e895, #0295ce);
  background: -o-linear-gradient(bottom left, #31e895, #0295ce);
  background: linear-gradient(to top right, #31e895, #0295ce);
  width: 20px;
  height: 20px;
  border-radius: 5px;
  transform: rotate(45deg);
}
section.flexible div.columns div.navigation-wrap a.navigation-row span.indicator.idle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 1px;
  border-radius: 4px;
  background-color: white;
}
@media (max-width: 768px) {
  section.flexible div.columns div.navigation-wrap {
    display: none;
  }
}
section.flexible div.columns .anchor {
  scroll-margin-top: 80px;
  margin-bottom: 0.5rem;
  color: #646464;
}
section.flexible div.columns .anchor:not(:first-child) {
  margin-top: 20rem;
}
section.flexible div.content div.subhead {
  color: #0295ce;
}
div.flex-image-text {
  gap: 2rem;
  margin-top: 2rem;
  max-width: 700px;
}
div.flex-image-text img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 768px) {
  div.flex-image-text {
    grid-template-columns: 1fr;
  }
}
div.flex-button {
  justify-self: start;
  margin-top: 1rem;
}
div.flex-button.center {
  justify-self: center;
}
div.flex-tiles {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  div.flex-tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
div.flex-tiles div.tile {
  width: 100%;
  min-height: 100px;
}
div.flex-tiles div.tile.image {
  grid-row: span 2;
  min-height: 200px;
}
div.flex-tiles div.tile.icon {
  background-color: #f5f7f7;
  border-radius: 10px;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  box-sizing: border-box;
  grid-template-columns: auto 1fr;
}
div.flex-tiles div.tile.icon div.bg-rotate {
  background-color: #0295ce;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transform: rotate(45deg);
}
div.flex-tiles div.tile.icon div.bg-rotate svg {
  font-size: 28px;
  color: white;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  div.flex-tiles div.tile.icon {
    padding: 1rem;
  }
  div.flex-tiles div.tile.icon div.bg-rotate {
    width: 50px;
    height: 50px;
  }
  div.flex-tiles div.tile.icon div.bg-rotate svg {
    font-size: 20px;
  }
}
div.flex-tiles img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
footer {
  background-color: #012d3a;
  color: white;
  padding-top: calc(100px + 8rem) !important;
}
footer div.columns {
  grid-template-columns: 1fr 0.5fr 0.7fr 0.8fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  footer div.columns {
    grid-template-columns: 1fr 0.7fr;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  footer div.columns {
    grid-template-columns: 1fr;
  }
}
footer div.columns h4 {
  margin-bottom: 1rem;
  color: #31e895;
}
footer div.columns .menu {
  display: grid;
  gap: 1rem;
}
footer div.columns .menu a {
  color: white;
}
footer div.columns div.company {
  padding-right: 2rem;
  gap: 1rem;
}
footer div.columns div.company img {
  max-width: 100%;
  height: 50px;
}
section.footer-columns {
  margin-bottom: -100px;
  margin-top: 4rem;
}
section.footer-columns .col-2 {
  gap: 1rem;
}
section.footer-columns div.contact {
  background-color: #0295ce;
  border-radius: 20px;
  padding: 4rem;
  color: white;
}
section.footer-columns div.contact .grid.items {
  gap: 2rem;
}
section.footer-columns div.contact .grid.items .item {
  grid-template-columns: 50px 1fr;
  gap: 1rem;
}
section.footer-columns div.contact .grid.items .item svg {
  font-size: 30px;
  color: white;
}
@media (max-width: 576px) {
  section.footer-columns div.contact {
    padding: 1rem;
  }
}
section.footer-columns div.wp-block-shortcode {
  background-color: white;
  border-radius: 20px;
  padding: 4rem;
  border: 1px solid #0295ce;
}
@media (max-width: 576px) {
  section.footer-columns div.wp-block-shortcode {
    padding: 1rem;
  }
}
/*section.footer-widget {
    background: -webkit-linear-gradient(bottom left, $color-primary, $color-alt);
    background: -o-linear-gradient(bottom left, $color-primary, $color-alt);
    background: linear-gradient(to top right, $color-primary, $color-alt);
    color: $color-white;
    
    .boxed {
        position: relative;
        
        div.flex.columns {
            padding-top: $spacing-xl;
            padding-bottom: $spacing-xl;
            width: 55%;
            flex-wrap: wrap;
            gap: $spacing-md;
            
            .shape-border {
                background: $color-white!important;
                
                &::before, &::after {
                    border-color: $color-white;
                }
            }
        }
        
        img {
            position: absolute;
            height: 300px;
            width: 300px;
            bottom: 0;
            right: 0;
            object-fit: cover;
            object-position: top;

            @media (max-width: $breakpoint-md) {
                height: 200px;
                width: 200px;
            }
        }
    }

}*/
