.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #021020;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #24a9b3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  color: #24a9b3;
  font-weight: 700;
}

em {
  font-size: 12px;
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.section {
  position: relative;
  padding: 80px 1vw;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.section.purple {
  background-color: #060a4d;
  color: #fff;
}

.section.video-bg {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.no-bottom {
  padding-bottom: 0px;
}

.section.about {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.no-overflow {
  overflow: hidden;
}

.section.white {
  background-color: #fff;
  color: #000;
}

.section.no-padding {
  padding: 0px 0vw;
}

.section.no-top {
  padding-top: 0px;
}

.section.negative-margin {
  margin-bottom: -120px;
}

.section.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.section.world {
  background-image: radial-gradient(circle farthest-corner at 50% 40%, rgba(9, 12, 63, 0.6), transparent), url('../images/Scalar-image-world2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.search {
  padding-top: 170px;
}

.container {
  position: relative;
  z-index: 5;
  max-width: 1080px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.top-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-text {
  color: #fff;
  font-size: 3vw;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.green-text {
  color: #91ccd0;
}

.fill {
  height: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.big-hero-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 6vw;
  line-height: 1.3;
  font-weight: 500;
}

.big-hero-text.internal-pages {
  font-size: 4vw;
}

.big-hero-text.internal-pages.trial {
  margin-bottom: 0px;
}

.big-hero-text.internal-pages.green {
  color: #24a9b3;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(9, 12, 63, 0.8), transparent);
}

.bg-video.cta {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #021020, transparent);
}

.bg-video.about {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(5%, rgba(2, 16, 32, 0.9)), to(transparent));
  background-image: linear-gradient(270deg, rgba(2, 16, 32, 0.9) 5%, transparent);
}

.bg-video.banner-bg {
  z-index: 1;
  padding-top: 0vh;
  padding-bottom: 0vh;
  background-image: none;
}

.hero-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 300;
}

.hero-title.bigger {
  font-weight: 600;
}

.hero-title.shadow {
  font-weight: 600;
  text-shadow: 1px 1px 6px #000;
}

.hero-title.giant {
  font-size: 5vw;
  font-weight: 500;
}

.subheading-text {
  font-size: 30px;
  line-height: 1.5;
}

.subheading-text.small {
  font-size: 22px;
}

.subheading-text.negative-margin {
  margin-top: -16px;
}

.subheading-text.negative-margin.more {
  margin-top: -32px;
}

.caps {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.caps.thinner {
  font-weight: 400;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-link {
  padding: 10px 16px;
  border-radius: 2px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  cursor: pointer;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.nav-link.w--current {
  color: #24a9b3;
}

.nav-link.icon {
  text-decoration: none;
}

.nav-link.icon.logged-in {
  background-color: rgba(36, 169, 179, 0.6);
}

.nav-link.mobile {
  display: none;
}

.nav-link.drop {
  padding-right: 34px;
}

.nav-link.search {
  margin-left: 6px;
}

.trigger-nav {
  height: 0px;
}

.grid-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-weight: 600;
  text-align: center;
}

.pixel {
  width: 1px;
  height: 1px;
}

.list-item {
  padding-top: 38px;
  background-image: url('../images/checked.svg');
  background-position: 50% 0%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.div-half {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.separation {
  width: 100%;
  height: 80px;
}

.separation._40 {
  height: 40px;
}

.separation._120 {
  height: 120px;
}

.separation._20 {
  height: 20px;
}

.separation._10 {
  height: 10px;
}

.div-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20vh;
  z-index: 2;
  width: 100%;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #021020), to(transparent));
  background-image: linear-gradient(180deg, transparent, #021020 50%, transparent);
}

.div-gradient.top {
  left: 0%;
  top: -20vh;
  right: 0%;
  bottom: auto;
}

.div-gradient.softer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #021020), to(transparent));
  background-image: linear-gradient(180deg, transparent, #021020 50%, transparent);
}

.heading {
  margin-bottom: 32px;
  font-size: 2.5vw;
  line-height: 1.3;
}

.heading.bold {
  font-weight: 600;
}

.heading.bold.less-margin {
  margin-bottom: 16px;
}

.heading.bold.less-margin.minimise {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading.program {
  margin-top: -30px;
  color: #24a9b3;
  font-size: 2vw;
}

.align-centre {
  text-align: center;
}

.bg-stars {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 130%;
  height: 130%;
  background-image: url('../images/stars-01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.07;
}

.overflow-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.wrapper-half-section {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 65%;
}

.wrapper-half-section.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.bg-video-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.bg-video-full.half {
  background-image: -webkit-gradient(linear, left top, right top, from(#021020), to(transparent));
  background-image: linear-gradient(90deg, #021020, transparent);
}

.button {
  padding: 12px 40px;
  border-radius: 2px;
  background-color: #24a9b3;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.button.navbar {
  margin-left: 8px;
  padding: 10px 20px;
  font-size: 14px;
}

.button.small {
  padding: 8px 20px;
  border-radius: 2px;
  font-size: 14px;
}

.button.small.minimise {
  margin-top: -22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #24a9b3;
}

.button.ghost.small {
  font-size: 12px;
}

.button.purple {
  background-color: #b676b3;
}

.button.darker {
  background-color: #0e6066;
}

.button.category-filter {
  background-color: rgba(36, 169, 179, 0.06);
  box-shadow: inset 0 0 0 1px rgba(36, 169, 179, 0.2);
  text-decoration: none;
}

.button.category-filter.small {
  padding: 4px 16px;
  font-size: 12px;
}

.button.category-filter.small.fltr-active {
  background-color: #24a9b3;
}

.button.store {
  width: 100%;
  margin-top: 4px;
  padding: 4px;
  font-size: 12px;
  text-align: center;
}

.button.big {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
}

.button.search {
  margin-left: -140px;
  opacity: 0;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.expand {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.play-button {
  width: 60px;
  height: 60px;
  padding: 0px;
}

.play-button.on-top {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  border-radius: 50%;
  background-color: #060a4d;
  background-image: url('../images/play-button-5.svg');
  background-position: 55% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-step {
  position: relative;
  margin-bottom: 16px;
  padding: 32px 32px 22px 44px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
}

.block-step.last {
  border-bottom-style: none;
}

.title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.title.no-margin {
  margin-bottom: 0px;
}

.number-step {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #24a9b3;
  font-size: 100px;
  line-height: 1;
}

.wrapper-featured-posts {
  min-width: 75vw;
}

.cms-item.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cms-item.pcr {
  width: 50%;
}

.cms-item.store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.cms-item.store:hover {
  background-color: #24a9b3;
}

.cms-item.store.full {
  width: 100%;
}

.cms-item.product {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cms-item.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.cms-item.inline {
  display: inline-block;
}

.cms-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cms-list.left-aligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper-blog-grid {
  padding: 0.5em;
}

.block-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.block-blog:hover {
  background-color: rgba(36, 169, 179, 0.1);
}

.image-blog {
  width: 100%;
  max-height: 200px;
  margin-bottom: 1em;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-blog.grid {
  max-height: 140px;
}

.pagination-button {
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pag-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 2px;
  background-color: #000;
  color: #fff;
}

.icon-pag-button {
  margin-right: 0px;
  margin-left: 0px;
}

.read-more-text {
  margin-top: 16px;
  font-size: 14px;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  padding: 2em;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.52);
}

.form-block.margin {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 4em;
  padding-bottom: 4em;
}

.form-block.login {
  text-align: center;
}

.form-block.prod {
  padding: 1em;
  border-style: solid;
  border-width: 5px;
  border-color: #24a9b3;
}

.form-block.member-dash {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10em;
  padding-bottom: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: transparent;
}

.input-field {
  height: 60px;
  border: 1px none #000;
  border-radius: 2px;
  background-color: #021020;
  color: #fff;
}

.input-field::-webkit-input-placeholder {
  color: #fff;
}

.input-field:-ms-input-placeholder {
  color: #fff;
}

.input-field::-ms-input-placeholder {
  color: #fff;
}

.input-field::placeholder {
  color: #fff;
}

.input-field.footer {
  height: auto;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.input-field.footer::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.2);
}

.input-field.footer:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.2);
}

.input-field.footer::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.2);
}

.input-field.footer::placeholder {
  color: hsla(0, 0%, 100%, 0.2);
}

.input-field.message {
  height: 125px;
}

.input-field.search {
  background-color: rgba(36, 169, 179, 0.06);
  background-image: url('../images/loupe.svg');
  background-position: 95% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  color: #fff;
}

.input-field.search:focus {
  background-color: rgba(0, 0, 0, 0.88);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: inset 0 0 0 1px #24a9b3;
}

.input-field.seearch-pop {
  margin-bottom: 0px;
  background-color: rgba(36, 169, 179, 0.06);
  background-image: url('../images/loupe.svg');
  background-position: 95% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  color: #fff;
}

.input-field.seearch-pop:focus {
  background-color: #24a9b3;
  background-image: url('../images/loupe.svg');
  background-size: auto 12px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #fff;
}

.list {
  font-size: 16px;
  line-height: 24px;
}

.grid-footer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  font-family: Ionicons, sans-serif;
}

.icon.margin {
  margin-right: 8px;
}

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-footer {
  margin-bottom: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.link-footer {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 8px;
  color: #fff;
  text-decoration: none;
}

.link-footer.legal {
  font-size: 12px;
  line-height: 1.4;
}

.note-footer {
  margin-bottom: 16px;
  color: #aaa;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 200;
}

.image-footer {
  height: 80px;
  margin-right: 8px;
}

.div-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-flex.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-flex.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-flex.categories {
  z-index: 5;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-flex.pricing {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper-footer {
  width: 100%;
}

.div-footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.04);
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 44px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.08);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Ionicons, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}

.link-social:hover {
  background-color: #24a9b3;
}

.wrapper-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.separation-buttons {
  width: 40px;
  height: 20px;
}

.div-flex-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-flex-buttons.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #021020;
}

.grid-columns {
  margin-bottom: 79px;
  grid-column-gap: 3vw;
  grid-row-gap: 5vh;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-columns.video {
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
}

.grid-columns.with-video {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.grid-columns.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.22);
}

.wrapper-content-column.overflow {
  position: relative;
  z-index: 5;
  height: 100%;
  padding: 80px 15%;
}

.image-column {
  border-radius: 4px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

.image-column.minimum-height {
  min-height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-column.black {
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
}

.three-columns {
  grid-column-gap: 3vw;
  grid-row-gap: 5vh;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-column h2 {
  font-size: 24px;
}

.lightbox-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text-section {
  font-size: 18px;
  line-height: 1.6;
}

.text-section p {
  margin-left: 8px;
}

.text-section.extra-space li {
  margin-bottom: 20px;
}

.text-section.extra-space blockquote {
  padding-top: 24px;
  padding-bottom: 24px;
  border-left-style: none;
  border-radius: 8px;
  background-color: rgba(36, 169, 179, 0.12);
  line-height: 1.5;
  text-align: center;
}

.slider-about {
  height: 100%;
  background-color: transparent;
}

.hide {
  display: none;
}

.slide-about-1 {
  background-image: url('../images/Scalar-image-conference1.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.slide-about-2 {
  background-image: url('../images/Scalar-image-conference2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-about-3 {
  background-image: url('../images/IMG_0164.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.overlay-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#021020), to(transparent));
  background-image: linear-gradient(90deg, #021020, transparent);
}

.overlay-gradient.left {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#021020));
  background-image: linear-gradient(90deg, transparent, #021020);
}

.video-column {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

.image-bg-column {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-slide {
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots {
  color: #fff;
}

.wrapper-left-content {
  position: absolute;
  left: 55vw;
}

.dropdown-nav {
  padding: 0px;
  color: #fff;
}

.icon-drop-nav {
  margin-right: 11px;
}

.drop-nav-list.w--open {
  padding-top: 16px;
  background-color: transparent;
}

.drop-nav-list.mega-menu {
  position: static;
}

.inner-drop-nav-list {
  border-radius: 2px;
  background-color: #06172a;
}

.slider-testimonial {
  height: 350px;
  background-color: transparent;
}

.dynamic-slides-feed-video {
  display: none;
}

.inner-slide-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}

.inner-slide-testimonial.video-test {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.inner-slide-testimonial.cat {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-testimonial {
  margin-right: 40px;
  margin-left: 40px;
}

.arrow-slider-testimonial {
  width: 40px;
  font-size: 14px;
}

.arrow-slider-testimonial.video-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  background-image: -webkit-gradient(linear, left top, right top, from(#021020), to(transparent));
  background-image: linear-gradient(90deg, #021020, transparent);
  text-align: left;
}

.arrow-slider-testimonial.video-test.right {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#021020));
  background-image: linear-gradient(90deg, transparent, #021020);
}

.arrow-slider-testimonial.cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  background-image: -webkit-gradient(linear, left top, right top, from(#021020), to(transparent));
  background-image: linear-gradient(90deg, #021020, transparent);
  text-align: left;
}

.arrow-slider-testimonial.cat.right {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#021020));
  background-image: linear-gradient(90deg, transparent, #021020);
}

.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 8px;
}

.name-testimonial {
  font-size: 14px;
  font-style: italic;
}

.text-category-testimonials {
  margin-bottom: 12px;
  padding: 4px 8px;
  background-color: rgba(36, 169, 179, 0.2);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider-cats {
  overflow: hidden;
  height: 270px;
  background-color: transparent;
}

.mask-video-test {
  overflow: visible;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.dynamic-slides-feed {
  display: none;
}

.icon-arrow-video-test {
  margin-left: 16px;
}

.icon-arrow-video-test.right {
  margin-right: 16px;
  margin-left: auto;
}

.shrink {
  overflow: hidden;
}

.tab-menu {
  margin-bottom: 16px;
  text-align: center;
}

.tab-menu.store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.tab-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px 2px 0px 0px;
  background-color: hsla(0, 0%, 100%, 0.02);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}

.tab-link:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.tab-link.w--current {
  background-color: #24a9b3;
}

.tab-link.navbar {
  margin-left: 8px;
  padding: 10px 20px;
  font-size: 14px;
}

.tab-link.small {
  padding: 8px 20px;
  border-radius: 2px;
  font-size: 14px;
}

.tab-link.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #24a9b3;
}

.tab-link.purple {
  background-color: #b676b3;
}

.tab-link.darker {
  background-color: #0e6066;
}

.tab-pane {
  padding: 3%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.22);
}

.drop-faq {
  display: block;
  margin-bottom: 24px;
}

.drop-toggle-faq {
  display: block;
  margin-bottom: 4px;
  border-radius: 4px;
  background-color: rgba(36, 169, 179, 0.02);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.drop-toggle-faq:hover {
  background-color: rgba(36, 169, 179, 0.12);
}

.drop-toggle-faq.less-padding {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: rgba(36, 169, 179, 0.2);
}

.dropdownlist-faq {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.inner-faq {
  padding: 16px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}

.inner-faq.less-padding {
  padding: 4px;
}

.wrapper-mega {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0%;
  padding: 3%;
  background-color: #06172a;
}

.image-mega-menu {
  overflow: hidden;
  max-height: 50px;
  max-width: 70px;
  min-height: 50px;
  min-width: 70px;
  margin-right: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-link-program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.wrapper-link-program:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.wrapper-link-program.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-link-program.sidebar-programs {
  margin-bottom: 0px;
  padding: 4px;
  font-size: 12px;
}

.nav-drawer {
  position: relative;
  z-index: 99;
  overflow: hidden;
  padding-top: 16px;
  background-color: #021020;
}

.nav-link-mega {
  padding: 10px 18px;
  border-radius: 2px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  cursor: pointer;
}

.nav-link-mega:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.nav-link-mega.w--current {
  color: #24a9b3;
}

.nav-link-mega.mobile {
  display: none;
}

.nav-link-mega.drop {
  padding-right: 34px;
}

.dropdown-mega {
  position: static;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

.brand {
  margin-right: 44px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
}

.navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-button:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.navigation-link-block-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  border-radius: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-block-mob:hover {
  background-color: rgba(119, 53, 246, 0.05);
  color: #7735f6;
}

.navigation-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  border-radius: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-block:hover {
  background-color: rgba(119, 53, 246, 0.05);
  color: #7735f6;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: auto;
  background-color: transparent;
  box-shadow: 2px 30px 50px 0 rgba(0, 0, 0, 0.08);
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.large-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  color: #6127da;
  text-decoration: none;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.87);
  font-size: 14px;
}

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

.dropdown-toggle {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle:hover {
  color: #7735f6;
}

.navigation-full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-logo {
  width: 54px;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.navigation-column {
  width: 25%;
  padding: 10px 15px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(119, 53, 246, 0.08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.logo {
  min-width: 55px;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #7735f6;
}

.navigation-link.w--current {
  color: #99d715;
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.link-nav {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #000;
  text-align: center;
}

.phone-top {
  font-weight: 500;
  text-decoration: none;
}

.link-cat {
  width: 100%;
  height: 150px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.image-cat {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 12px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-cat.media {
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-cat {
  width: 33.33%;
}

.dynamic-slides-feed-cats {
  display: none;
}

.filter-dynamic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-dynamic-item {
  padding: 4px;
}

.filter-by-text {
  color: #fff;
}

.pagination-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.name-category {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 35vh;
  margin-right: 5%;
}

.sidebar.blog {
  top: 100px;
  margin-right: 0%;
}

.mask-video-cat {
  overflow: visible;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.banner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #010a14;
}

.success {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #24a9b3;
}

.error {
  background-color: #e04848;
  font-size: 12px;
  line-height: 1.4;
}

.link-dark {
  color: #021020;
}

.cms-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.test {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 46px;
  line-height: 1.2;
}

.test:hover {
  background-color: rgba(36, 169, 179, 0.2);
}

.testimonial {
  line-height: 1.5;
}

.column-flex {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-flex.image-program {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 40%;
  max-height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-flex._25 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-sidebar {
  height: 100%;
  max-width: none;
}

.image-sidebar.second {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.test-scroll {
  height: 2000px;
}

.link-shrink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(36, 169, 179, 0.4);
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.overflow-inner-content {
  overflow: scroll;
  max-height: 450px;
  padding: 16px 24px;
  border-top: 16px solid #01070e;
  border-bottom: 16px solid #01070e;
  border-radius: 4px;
  background-color: #01070e;
}

.text-columns {
  -webkit-column-count: 3;
  column-count: 3;
}

.grid-three-columns {
  display: -ms-grid;
  display: grid;
  margin-bottom: 79px;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 5vh;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-three-columns.video {
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
}

.grid-three-columns.with-video {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.grid-three-columns.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  position: relative;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 1px 1px 6px #000;
}

.wrapper-pricing {
  position: relative;
  overflow: hidden;
  padding: 80px 20px 40px;
  border-radius: 6px;
  background-color: #062635;
  text-align: center;
}

.text-pricing {
  line-height: 24px;
  text-align: left;
}

.inner-shrink {
  padding: 16px 24px;
  border-top: 16px solid #01070e;
  border-bottom: 16px solid #01070e;
  border-radius: 4px;
  background-color: #01070e;
}

.wrapper-image-pricing {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.content-pricing {
  position: relative;
}

.overlay-image-pricing {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#062635));
  background-image: linear-gradient(180deg, transparent, #062635);
}

.text-blog {
  padding: 4%;
  border-radius: 6px;
  background-color: #fff;
  color: #021020;
  text-align: justify;
}

.text-blog p {
  margin-bottom: 24px;
}

.text-blog ol {
  margin-bottom: 24px;
}

.text-blog figure {
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 4px;
}

.text-blog h2 {
  margin-bottom: 24px;
}

.wrapper-content-category {
  padding: 24px 3%;
}

.toc {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding: 20px;
}

.text-cat {
  margin-bottom: 50px;
  text-align: justify;
}

.table-rte {
  margin-right: auto;
  margin-left: auto;
}

.table-header {
  margin-bottom: 24px;
  border-top: 16px solid #303e9c;
  border-bottom: 16px solid #303e9c;
  background-color: #313d9c;
  color: #fff;
}

.table-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.toc-h2 {
  padding: 12px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.toc-h2.toc-active {
  background-color: rgba(36, 169, 179, 0.08);
}

.toc-h3 {
  padding: 12px;
}

.toc-h3.toc-active {
  background-color: rgba(36, 169, 179, 0.08);
}

.toc-h4 {
  padding: 12px;
  font-size: 12px;
  line-height: 1.4;
}

.toc-h4.toc-active {
  background-color: rgba(36, 169, 179, 0.08);
}

.toc-h5 {
  padding: 12px;
  font-size: 11px;
  line-height: 1.4;
}

.toc-h5.toc-active {
  background-color: rgba(36, 169, 179, 0.08);
}

.toc-h6 {
  padding: 12px;
}

.toc-h6.toc-active {
  background-color: rgba(36, 169, 179, 0.08);
}

.support-image {
  display: block;
  max-height: 350px;
  margin-right: auto;
  margin-left: auto;
}

.grid-four-blocks {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.block-pcr {
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-block-4 {
  padding: 12px;
  background-color: #24a9b3;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
}

.smaller-header {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.lightbox-pcr {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.wrapper-block-4 {
  overflow: hidden;
  border-radius: 6px;
  background-color: rgba(36, 169, 179, 0.08);
}

.wrapper-image-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #021020), to(transparent));
  background-image: linear-gradient(90deg, #021020 10%, transparent);
}

.wrapper-program-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 320px;
  margin: 8px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper-prices {
  width: 30%;
  padding: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #021020;
}

.wrapper-prices.top {
  max-width: 150px;
}

.full-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
}

.link-price:hover {
  border-radius: 4px;
  background-color: rgba(36, 169, 179, 0.1);
}

.link-price.third {
  height: 33.33%;
}

.title-product {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.title-product.no-margin {
  margin-bottom: 0px;
}

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

.price-text.sign {
  margin-right: 2px;
  font-size: 12px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-left: -28px;
  border-width: 2px;
  border-radius: 50%;
}

.checkbox.w--redirected-checked {
  border-color: #24a9b3;
  background-color: #24a9b3;
  background-size: 88%;
}

.wrapper-checkbox {
  padding-left: 32px;
  font-size: 14px;
  line-height: 1.5;
}

.slider-videos {
  overflow: hidden;
  height: 300px;
  background-color: transparent;
}

.wrapper-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}

.wrapper-testimonial.video-test {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper-testimonial.cat {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.arrow-drop {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  font-family: Ionicons, sans-serif;
}

.value {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  padding: 0px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #2454b3;
  font-size: 12px;
  text-transform: uppercase;
}

.grid-store {
  display: -ms-grid;
  display: grid;
  padding: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.prod-selection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 18px;
  text-align: center;
}

.prod-selection:hover {
  background-color: rgba(36, 169, 179, 0.4);
}

.radio-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 8px;
}

.radio-circle.w--redirected-checked {
  border-style: none;
  border-radius: 8px;
  background-color: #24a9b3;
}

.radio-circle.w--redirected-focus {
  box-shadow: none;
}

.text-radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
}

.number-prod {
  position: relative;
  bottom: -12px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  font-size: 50px;
  line-height: 0.8;
  font-weight: 600;
}

.text-prod {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}

.total-value {
  margin-left: 16px;
  color: #24a9b3;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}

.total-value.symbol {
  margin-right: -14px;
}

.discount {
  font-size: 12px;
  font-weight: 400;
}

.price-prod {
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #24a9b3;
  letter-spacing: 2px;
}

.total-value-symbol {
  margin-right: -14px;
  margin-left: 16px;
  color: #24a9b3;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}

.total-value-symbol.symbol {
  margin-right: -14px;
}

.shadow {
  text-shadow: 1px 1px 6px #000;
}

.content-side-prod {
  height: 100%;
  padding: 16px;
  border-radius: 8px;
  background-color: #021020;
}

.righmargin {
  margin-right: 5vw;
}

.lightbox-media {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-media-link {
  position: relative;
  height: 180px;
  margin-right: 1vw;
  margin-bottom: 12px;
  margin-left: 1vw;
}

.video-bg-media {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.video-media {
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.wrapper-media {
  position: relative;
  padding-right: 4vw;
  padding-left: 4vw;
}

.pagination-media {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  font-size: 14px;
}

.pagination-media.video-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  background-image: -webkit-gradient(linear, left top, right top, from(#021020), to(transparent));
  background-image: linear-gradient(90deg, #021020, transparent);
  text-align: left;
}

.pagination-media.video-test.right {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#021020));
  background-image: linear-gradient(90deg, transparent, #021020);
}

.pagination-media.cat {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  padding-right: 6px;
  padding-left: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#021020), to(transparent));
  background-image: linear-gradient(90deg, #021020, transparent);
  text-align: left;
}

.pagination-media.cat.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#021020));
  background-image: linear-gradient(90deg, transparent, #021020);
}

.pagination-button-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 12px 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 6px;
  background-color: #061a31;
  color: #fff;
}

.arrow-media {
  width: 40px;
  height: 40px;
  margin-left: 0px;
  background-image: url('../images/play-button-5.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  color: rgba(12, 12, 12, 0);
}

.arrow-media.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-medica-category {
  padding-top: 110px;
}

.title-media {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.card-media {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.card-media:hover {
  border-radius: 16px;
  background-color: rgba(36, 169, 179, 0.06);
}

.wrapper-popup {
  z-index: 200;
  padding: 16px;
}

.wrapper-popup.minimise {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  max-width: 100vw;
  margin-left: auto;
}

.image-pop {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-bottom: -34px;
  margin-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 80px;
  line-height: 1;
  text-align: center;
}

.image-pop.minimise {
  width: 40px;
  margin-bottom: -20px;
  font-size: 40px;
}

.block-content-pop {
  position: relative;
  padding: 5% 8%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.39);
  box-shadow: 0 0 30px 10px rgba(36, 169, 179, 0.08);
}

.block-content-pop.minimise {
  padding: 25px 16px 4px;
}

.close-pop {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ionicons, sans-serif;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.close-pop.minimise {
  display: none;
}

.text-pop {
  width: 80%;
  text-align: center;
}

.text-pop.minimise {
  display: none;
}

.item-pop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-pop.minimise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.item-marquee:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.no-overlow {
  overflow: hidden;
}

.logo-tv {
  width: 18vw;
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.masonry {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.block-masonry {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 8px;
  background-color: #24a9b3;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

.block-masonry._2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #060a4d;
  font-size: 40px;
  font-weight: 600;
}

.lightbox-gallery {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.image {
  border-radius: 7px;
  box-shadow: 0 0 40px 0 rgba(36, 169, 179, 0.16);
}

.image.minimum-height {
  min-height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.black {
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
}

.box-green-bg {
  padding: 24px;
  border-radius: 4px;
  background-color: rgba(36, 169, 179, 0.12);
}

.green {
  color: #24a9b3;
}

.text-program blockquote {
  padding-top: 19px;
  padding-bottom: 19px;
  border-left-color: #24a9b3;
  background-color: rgba(36, 169, 179, 0.14);
  font-size: 16px;
}

.slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: #119c6e;
  color: #fff;
  cursor: pointer;
}

.slide-arrow.transparent {
  background-color: transparent;
  color: #191716;
}

.slider {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide {
  width: 33.333333333333336%;
  max-width: 33.333333333333336%;
  min-width: 33.333333333333336%;
  padding: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.img-team {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.name-team {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3;
}

.position-team {
  margin-bottom: 24px;
  color: #119c6e;
  letter-spacing: 0.5px;
}

.link-embed-media {
  width: 100%;
}

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

.overlay-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(36, 169, 179, 0.3), rgba(2, 16, 32, 0.5));
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.overlay-video:hover {
  opacity: 1;
}

.overlay-video.left {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#021020));
  background-image: linear-gradient(90deg, transparent, #021020);
}

.link-category-blog {
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px 8px;
  border-bottom: 1px solid rgba(36, 169, 179, 0.12);
  border-radius: 2px;
  background-color: #24a9b3;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fdffff;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.link-category-blog:hover {
  background-color: rgba(36, 169, 179, 0.12);
}

.link-other-blog {
  display: block;
  margin-bottom: 4px;
  padding: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fdffff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.link-other-blog:hover {
  background-color: rgba(36, 169, 179, 0.12);
}

.wrapper-side-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50vh;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(36, 169, 179, 0.45), #021020), url('../images/Scalar-image-galaxy.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  box-shadow: 0 0 20px 0 rgba(36, 169, 179, 0.25);
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 10px #021020;
}

.note {
  margin-top: 4px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 200;
}

.ms-style.ms-style-override {
  color: #021020;
}

.image-program-sidebar {
  overflow: hidden;
  max-height: 30px;
  max-width: 50px;
  min-height: 30px;
  min-width: 50px;
  margin-right: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-member {
  position: relative;
  width: 85%;
  max-height: 350px;
  border-radius: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-bg-member {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.overlay-member {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, transparent), to(#021020)), -webkit-gradient(linear, left top, right top, from(#021020), color-stop(20%, transparent)), -webkit-gradient(linear, left top, left bottom, from(#021020), color-stop(20%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(#021020));
  background-image: linear-gradient(90deg, transparent 80%, #021020), linear-gradient(90deg, #021020, transparent 20%), linear-gradient(180deg, #021020, transparent 20%), linear-gradient(180deg, transparent 80%, #021020);
}

.perspective {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.lightbox-3d {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: -14px 14px 40px 0 #000;
  -webkit-transform: scale(1.1) rotateX(0deg) rotateY(20deg) rotateZ(0deg);
  transform: scale(1.1) rotateX(0deg) rotateY(20deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wrapper-search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(2, 16, 32, 0.3);
}

.wrapper-search.minimise {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  max-width: 100vw;
  margin-left: auto;
}

.wrapper-search-form {
  width: 100%;
  max-width: 650px;
  padding: 16px;
  border-radius: 8px;
  background-color: #24a9b3;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.search-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
}

.nav-search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(2, 16, 32, 0.98);
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 25px;
  height: 25px;
  margin-top: 24px;
  margin-right: 24px;
  cursor: pointer;
}

.nav-search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.nav-search-form.search-page {
  width: 80%;
  margin-top: 5vh;
}

.search-input {
  height: 80px;
  margin-bottom: 0px;
  padding-right: 64px;
  padding-left: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.search-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.search-input::-webkit-input-placeholder {
  font-size: 22px;
}

.search-input:-ms-input-placeholder {
  font-size: 22px;
}

.search-input::-ms-input-placeholder {
  font-size: 22px;
}

.search-input::placeholder {
  font-size: 22px;
}

.search-button {
  position: relative;
  width: 64px;
  height: 80px;
  margin-left: -64px;
  background-color: transparent;
  background-image: url('../images/search-icon.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  color: transparent;
}

.search-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  margin-top: 8vh;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  margin-top: 11px;
}

.search-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
}

.search-button-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  opacity: 0.5;
}

.search-content {
  margin-left: 26px;
}

.search-image {
  width: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .big-hero-text {
    font-size: 7vw;
  }

  .big-hero-text.internal-pages {
    font-size: 5vw;
  }

  .hero-title.giant {
    font-size: 7vw;
  }

  .nav-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.mobile {
    display: block;
  }

  .nav-link.search.icon {
    width: auto;
    margin-right: 30px;
    margin-left: 0px;
    border-radius: 0px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-link.search.icon:hover {
    background-color: transparent;
  }

  .heading.bold {
    font-size: 4vw;
  }

  .heading.search-page {
    font-size: 4vw;
  }

  .wrapper-half-section.slider-about {
    width: 90%;
  }

  .button.navbar {
    display: block;
    max-width: 200px;
    margin-left: 0px;
  }

  .cms-item.pcr {
    width: 100%;
  }

  .cms-item.store {
    width: 50%;
  }

  .icon.login {
    margin-right: 8px;
  }

  .wrapper-left-content {
    left: 40vw;
  }

  .dropdown-nav {
    display: none;
  }

  .nav-link-mega.mobile {
    display: block;
  }

  .mobile-nav-link {
    width: 100%;
    color: #fff;
  }

  .mobile-nav {
    padding: 16px 2%;
    background-color: #06172a;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .navigation {
    display: none;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .mobile-toggle {
    width: 100%;
  }

  .navigation-link-block-mob {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link-block-mob:hover {
    background-color: transparent;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-content-wrap {
    padding-left: 10px;
  }

  .navigation-left {
    display: none;
  }

  .navigation-full {
    background-color: #fff;
  }

  .menu-mob {
    border-radius: 4px;
    background-color: rgba(36, 169, 179, 0.24);
    color: #fff;
    font-size: 18px;
  }

  .menu-mob.w--open {
    background-color: #24a9b3;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px 0 rgba(82, 82, 82, 0.05);
  }

  .link-nav {
    display: none;
  }

  .grid-three-columns {
    grid-column-gap: 1vw;
    grid-row-gap: 1vh;
  }

  .wrapper-pricing {
    padding-right: 6px;
    padding-left: 6px;
  }

  .lightbox-pcr {
    text-align: center;
  }

  .wrapper-popup.minimise {
    width: 70%;
  }

  .slide {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .wrapper-search.minimise {
    width: 70%;
  }

  .nav-search-form {
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-result-wrapper {
    width: 90%;
  }

  .mob-menu-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-image {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .main-text {
    font-size: 4vw;
  }

  .subheading-text {
    font-size: 18px;
  }

  .grid-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pixel {
    display: none;
  }

  .heading.search-page {
    font-size: 5vw;
  }

  .wrapper-half-section {
    width: 100%;
  }

  .wrapper-half-section.slider-about {
    display: none;
  }

  .bg-video-full.half {
    background-image: -webkit-gradient(linear, left top, right top, from(#021020), color-stop(50%, rgba(0, 0, 0, 0.6)), to(#021020));
    background-image: linear-gradient(90deg, #021020, rgba(0, 0, 0, 0.6) 50%, #021020);
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-step {
    margin-left: 5vw;
  }

  .cms-item.third {
    width: 100%;
  }

  .cms-item.store {
    width: 100%;
  }

  .cms-item.media {
    width: 100%;
  }

  .image-blog {
    max-height: 140px;
  }

  .grid-footer {
    grid-column-gap: 5vw;
    grid-row-gap: 4vh;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-flex.text-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-flex.footer-images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-flex.pricing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-footer-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-social-links {
    margin-top: 30px;
  }

  .block-content-column {
    margin-bottom: 80px;
    text-align: center;
  }

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

  .grid-columns.with-video {
    grid-row-gap: 40px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .wrapper-content-column.overflow {
    padding-right: 10%;
    padding-left: 10%;
  }

  .image-column.minimum-height {
    width: 100%;
    max-height: 225px;
  }

  .three-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-left-content {
    left: auto;
  }

  .column-flex.image-program {
    display: none;
  }

  .text-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .grid-three-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-three-columns.with-video {
    grid-row-gap: 40px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .wrapper-pricing {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-blog figure {
    display: block;
    width: 89vw;
    margin-right: auto;
    margin-left: auto;
  }

  .text-blog li {
    margin-bottom: 6px;
  }

  .lightbox-pcr {
    text-align: left;
  }

  .wrapper-program-store {
    min-height: 200px;
  }

  .righmargin {
    margin-right: 0vw;
    text-align: center;
  }

  .wrapper-popup {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .wrapper-popup.minimise {
    width: 100%;
  }

  .image.minimum-height {
    width: 100%;
    max-height: 225px;
  }

  .lightbox-3d {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-search {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .wrapper-search.minimise {
    width: 100%;
  }

  .nav-search-form {
    width: 80%;
  }

  .search-input {
    height: 60px;
    font-size: 20px;
  }

  .search-input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .search-input:-ms-input-placeholder {
    font-size: 18px;
  }

  .search-input::-ms-input-placeholder {
    font-size: 18px;
  }

  .search-input::placeholder {
    font-size: 18px;
  }

  .search-button {
    height: 60px;
    background-size: 20px;
  }

  .search-result-wrapper {
    width: auto;
  }

  .search-result-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-content {
    margin-top: 20px;
    margin-left: 0px;
  }

  .search-image {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 32px;
  }

  .section {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .section.search {
    padding-top: 108px;
  }

  .main-text {
    font-size: 6vw;
  }

  .big-hero-text {
    font-size: 10vw;
  }

  .big-hero-text.internal-pages {
    font-size: 8vw;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-title.giant {
    font-size: 10vw;
  }

  .subheading-text {
    font-size: 16px;
  }

  .nav-link.search.icon {
    margin-right: 6px;
  }

  .separation._10 {
    width: auto;
  }

  .heading.bold {
    font-size: 6vw;
  }

  .heading.search-page {
    font-size: 6vw;
  }

  .button.navbar {
    display: block;
  }

  .form-block.margin {
    padding: 2em 1em;
  }

  .form-block.prod {
    padding: 0.4em;
  }

  .form-block.member-dash {
    padding: 2em 1em;
  }

  .grid-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-flex-buttons.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-column.minimum-height {
    max-height: 200px;
    min-height: 150px;
  }

  .wrapper-left-content {
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .slider-testimonial {
    height: 450px;
  }

  .tab-menu.store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link {
    margin-bottom: 24px;
  }

  .navigation-link-block-mob {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .testimonial {
    font-size: 12px;
    line-height: 1.4;
  }

  .text-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .text-blog {
    text-align: left;
  }

  .text-blog p {
    font-size: 14px;
    line-height: 1.5;
  }

  .text-blog ol {
    padding-left: 30px;
  }

  .text-blog figure {
    width: 85vw;
  }

  .grid-four-blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-image-store {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  }

  .wrapper-program-store {
    padding: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-prices {
    width: 100%;
  }

  .full-wrapper.list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-price {
    padding: 2px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .title-product.no-margin {
    font-size: 12px;
  }

  .value {
    bottom: -9px;
  }

  .grid-store {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-popup.minimise {
    padding: 8px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .item-marquee {
    width: 33vw;
  }

  .image.minimum-height {
    max-height: 200px;
    min-height: 150px;
  }

  .slide-arrow.transparent {
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: #191716;
    font-size: 16px;
  }

  .slide {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .wrapper-search.minimise {
    padding: 8px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .nav-search-form {
    width: auto;
  }

  .nav-search-form.search-page {
    width: auto;
  }

  .search-input {
    padding-right: 54px;
    padding-left: 18px;
    font-size: 16px;
  }

  .search-input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .search-input:-ms-input-placeholder {
    font-size: 16px;
  }

  .search-input::-ms-input-placeholder {
    font-size: 16px;
  }

  .search-input::placeholder {
    font-size: 16px;
  }
}

#w-node-_3fb623b7-94a7-3299-aa32-ed05f7d63cbf-085836b2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b30f1337-0376-5f38-62c9-5911ff13af38-7158d9e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bef880cb-c011-e958-9a4c-75530cdf523b-7158d9e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f7e3571a-cf59-1515-606b-552a265dda11-7158d9e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bfc94230-2ea3-34d2-3175-fca5f2f27216-34321cbb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bfc94230-2ea3-34d2-3175-fca5f2f27217-34321cbb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d6526f25-1549-d46d-5639-0b6bdff50304-34321cbb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a415783b-989d-f957-8dc8-94985383a1e7-566f7190 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e25bf172-b6e3-f655-b019-d3e6f60bd5e2-566f7190 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4d878ff7-b01d-4b47-f904-c7cf333bc33e-e837d3e7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_3fb623b7-94a7-3299-aa32-ed05f7d63cca-085836b2 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-b30f1337-0376-5f38-62c9-5911ff13af40-7158d9e2 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-bef880cb-c011-e958-9a4c-75530cdf523a-7158d9e2 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d6526f25-1549-d46d-5639-0b6bdff5030f-34321cbb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-a415783b-989d-f957-8dc8-94985383a1f2-566f7190 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e25bf172-b6e3-f655-b019-d3e6f60bd5e8-566f7190 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_4d878ff7-b01d-4b47-f904-c7cf333bc33d-e837d3e7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@font-face {
  font-family: 'Ionicons';
  src: url('../fonts/ionicons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}