@charset "UTF-8";
.legacy-website-isolated {
  /* Hover and focus states */
  /* Checked state */
  /* Hover state whilst checked */
  /* Disabled state */
  /* Check mark */
  /* Show check mark */
  /* Checkbox tick */
  /* Disabled tick colour */
}
.legacy-website-isolated .remove-gutters {
  padding-left: 0;
  padding-right: 0;
}
.legacy-website-isolated .layout-store {
  position: relative;
  background-color: #FFF;
}
.legacy-website-isolated .layout-store__maincol {
  overflow: hidden;
}
@media (min-height: 415px) and (min-width: 768px) {
  .legacy-website-isolated .layout-store {
    /* > iPhone Xs Max landscape and >= iPad portrait */
  }
  .legacy-website-isolated .layout-store__maincol {
    float: right;
    width: 73%;
  }
  .legacy-website-isolated .layout-store__sidebar {
    float: left;
    width: 27%;
  }
}
.legacy-website-isolated .store-header {
  padding: 10px 0;
  background-color: #EFEFF4;
  color: #444444;
}
.legacy-website-isolated .store-header__search, .legacy-website-isolated .store-header__results, .legacy-website-isolated .store-header__sort {
  padding: 5px 20px;
  white-space: nowrap;
  /* More breathing space on larger screens */
}
@media (min-height: 415px) and (min-width: 768px) {
  .legacy-website-isolated .store-header__search, .legacy-website-isolated .store-header__results, .legacy-website-isolated .store-header__sort {
    /* > iPhone Xs Max landscape and >= iPad portrait */
  }
  .legacy-website-isolated .store-header__search, .legacy-website-isolated .store-header__results, .legacy-website-isolated .store-header__sort {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .legacy-website-isolated .store-header {
    /* <= iPhone 5 */
  }
  .legacy-website-isolated .store-header__results {
    padding: 5px 0 5px 20px;
  }
  .legacy-website-isolated .store-header__sort {
    padding: 5px 20px 5px 0;
  }
}
.legacy-website-isolated .store-header__search div {
  position: relative;
  margin: 0;
}
.legacy-website-isolated .store-header__search button {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  font-size: 35px;
  line-height: 40px;
  color: #888;
  background-color: transparent;
}
.legacy-website-isolated .store-header__search input {
  height: auto;
  padding: 10px;
  padding-left: 55px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.075);
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.legacy-website-isolated .store-header__results p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 33px;
}
.legacy-website-isolated .store-header__results br {
  display: none;
}
.legacy-website-isolated .store-header__results strong {
  text-transform: uppercase;
}
.legacy-website-isolated .store-header__results a {
  float: right;
  color: #39B54A;
  text-decoration: underline;
}
.legacy-website-isolated .store-header .js-ps-product-count-container {
  float: left;
}
.legacy-website-isolated .store-header__sort {
  float: right;
  font-size: 0.8333em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-transform: uppercase;
}
.legacy-website-isolated .store-header__sort label {
  display: inline-block;
  font-weight: normal;
  vertical-align: baseline;
  padding-right: 0.5em;
  margin-bottom: 0;
  line-height: 34px;
}
.legacy-website-isolated .store-header__sort select {
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  text-transform: uppercase;
}
@media (min-width: 568px) {
  .legacy-website-isolated .store-header {
    /* >= iPhone 5 landscape */
  }
  .legacy-website-isolated .store-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .legacy-website-isolated .store-header__search {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .legacy-website-isolated .store-header__results {
    border-left: 1px solid #CECED2;
    border-right: 1px solid #CECED2;
  }
}
.legacy-website-isolated .store-filter {
  background-color: #404040;
}
@media (min-height: 415px) and (min-width: 768px) {
  .legacy-website-isolated .store-filter {
    /* > iPhone Xs Max landscape and >= iPad portrait */
  }
  .legacy-website-isolated .store-filter__inner {
    position: relative;
    z-index: 2;
  }
  .legacy-website-isolated .store-filter:after {
    content: " ";
    display: block;
    width: 27%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #404040;
    box-shadow: inset -2px 0px 2px rgba(0, 0, 0, 0.2);
  }
}
.legacy-website-isolated .store-filter__header {
  position: relative;
  margin: 0;
  padding: 25px 20px;
  height: 98px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: #FFF;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
.legacy-website-isolated .store-filter__header:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  line-height: 40px;
  color: #39B54A;
}
@media (max-height: 414px), (max-width: 767px) {
  .legacy-website-isolated .store-filter {
    /* < iPad */
  }
  .legacy-website-isolated .store-filter__header:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
  }
  .legacy-website-isolated .store-filter__header.is-active:after {
    content: "";
  }
  .legacy-website-isolated .store-filter__pane {
    height: 0;
    overflow: hidden;
  }
  .legacy-website-isolated .store-filter__pane.is-open {
    height: auto;
  }
}
.legacy-website-isolated .store-filter__clear-btn {
  display: block;
  margin: 40px auto;
  background-color: transparent;
  border: 2px solid #39B54A;
  color: #39B54A;
  text-transform: uppercase;
}
.legacy-website-isolated .store-filter__clear-btn:focus {
  color: #39B54A;
}
.legacy-website-isolated .store-filter__clear-btn:hover {
  color: #FFF;
  background-color: #39B54A;
  transition: all 0.2s ease-out;
}
.legacy-website-isolated .store-filter__clear-btn:hover:focus {
  color: #FFF;
}
.legacy-website-isolated .filter-facet {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.legacy-website-isolated .filter-facet__header {
  position: relative;
  margin: 0;
  padding: 10px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.legacy-website-isolated .filter-facet__header:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.25);
}
.legacy-website-isolated .filter-facet__header.is-active {
  background-color: rgba(255, 255, 255, 0.1);
}
.legacy-website-isolated .filter-facet__header.is-active:after {
  content: "";
}
.legacy-website-isolated .filter-facet__header:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.legacy-website-isolated .filter-facet__header:hover:after {
  color: #39B54A;
  transition: color 0.2s ease-out;
}
.legacy-website-isolated .filter-facet__pane {
  padding: 0px 20px;
}
.legacy-website-isolated .filter-facet__pane.is-open {
  background-color: rgba(255, 255, 255, 0.1);
}
.legacy-website-isolated .filter-facet .form-group {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.legacy-website-isolated .filter-facet .checkbox {
  margin: 0;
  padding-left: 0px;
}
.legacy-website-isolated .filter-facet label {
  display: block;
  width: 100%;
  padding: 5px 30px;
  font-size: 15px;
  line-height: 20px;
  color: #DDD;
  -webkit-font-smoothing: antialiased;
  border-radius: 5px;
}
.legacy-website-isolated .filter-facet label:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
}
.legacy-website-isolated .filter-facet br {
  display: none;
}
.legacy-website-isolated .control {
  position: relative;
  margin-bottom: 5px !important;
  padding: 5px 40px !important;
}
.legacy-website-isolated .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.legacy-website-isolated .control__indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
}
.legacy-website-isolated .control:hover input ~ .control__indicator,
.legacy-website-isolated .control input:focus ~ .control__indicator {
  background: rgba(255, 255, 255, 0.2);
}
.legacy-website-isolated .control input:checked ~ .control__indicator {
  background-color: #39B54A;
  border-color: #39B54A;
}
.legacy-website-isolated .control:hover input:not([disabled]):checked ~ .control__indicator,
.legacy-website-isolated .control input:checked:focus ~ .control__indicator {
  background: rgba(57, 181, 74, 0.75);
}
.legacy-website-isolated .control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
}
.legacy-website-isolated .control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}
.legacy-website-isolated .control input:checked ~ .control__indicator:after {
  display: block;
}
.legacy-website-isolated .control--checkbox .control__indicator:after {
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
}
.legacy-website-isolated .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.legacy-website-isolated .tab-nav {
  border: 1px solid #39B54A;
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  width: 100%;
}
.legacy-website-isolated .tab-nav__item {
  border: 1px solid #39B54A;
  float: left;
  width: 100%;
}
@media (min-width: 667px), (min-width: 896px) {
  .legacy-website-isolated .tab-nav__item {
    /* >= iPhone 6 landscape or >= iPhone Xs Max */
  }
  .legacy-website-isolated .tab-nav__item {
    width: 25%;
  }
}
@media (min-width: 375px) and (max-width: 666px), (min-height: 415px) and (min-width: 768px) and (max-width: 895px) {
  .legacy-website-isolated .tab-nav__item {
    /* >= iPhone Xs Max landscape and >= iPad portrait and < iPhone Xs Max */
  }
  .legacy-website-isolated .tab-nav__item {
    width: 50%;
  }
}
.legacy-website-isolated .tab-nav__link {
  display: block;
  padding: 15px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #39B54A;
}
.legacy-website-isolated .tab-nav__link:focus {
  color: #39B54A;
}
.legacy-website-isolated .tab-nav__link:hover {
  opacity: 1;
  color: #2d8e3a;
  background-color: rgba(57, 181, 74, 0.2);
  transition: background-color 0.2s ease-out;
}
.legacy-website-isolated .tab-nav__link--active, .legacy-website-isolated .tab-nav__link--active:hover {
  background-color: #39B54A;
  color: #FFF;
}
.legacy-website-isolated .tab-nav__link--active:focus, .legacy-website-isolated .tab-nav__link--active:hover:focus {
  color: #FFF;
}
.legacy-website-isolated .store-products {
  font-size: 10px;
}
.legacy-website-isolated .store-products__header {
  padding: 2em 2em 0;
}
.legacy-website-isolated .store-products__list {
  padding: 1em;
}
.legacy-website-isolated .store-products__list .subscription-block {
  margin: 1em 1em 2em;
}
.legacy-website-isolated .store-products__list .subscription-block-last {
  margin: 1em;
}
.legacy-website-isolated .store-products__list .description_container {
  font-size: 1.5em;
}
.legacy-website-isolated .store-products__list .subscription-terms {
  margin: 0;
}
@media (min-height: 376px) and (max-width: 767px) {
  .legacy-website-isolated .store-products__list {
    /* > iPhone X landscape and < iPad portrait */
  }
  .legacy-website-isolated .store-products__list .susbcription-image {
    width: 45%;
  }
}
.legacy-website-isolated .store-products__item {
  padding: 1em;
  position: relative;
}
@media (min-width: 568px) {
  .legacy-website-isolated .store-products__item {
    /* >= iPhone 5 landscape */
  }
  .legacy-website-isolated .store-products__item {
    float: left;
    width: 50%;
  }
  .legacy-website-isolated .store-products__item--fullwidth {
    float: none;
    width: auto;
  }
}
.legacy-website-isolated .store-products__footer {
  padding: 2em 2em 4em 2em;
}
.legacy-website-isolated .store-products__footer .pagination {
  display: inline-block;
  margin: auto;
}
.legacy-website-isolated .store-products__cart, .legacy-website-isolated .store-products__3-cols {
  font-size: 6.66px;
  margin: 0 -1em;
  padding: 0;
}
@media (min-height: 376px) and (min-width: 768px) {
  .legacy-website-isolated .store-products__cart .store-products__item, .legacy-website-isolated .store-products__3-cols .store-products__item {
    /* > iPhone X landscape and >= iPad portrait */
  }
  .legacy-website-isolated .store-products__cart .store-products__item, .legacy-website-isolated .store-products__3-cols .store-products__item {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .legacy-website-isolated .store-products__cart {
    /* TODO: >= iPad landscape (min-width: 1024px) */
  }
  .legacy-website-isolated .store-products__cart .store-products__item {
    width: 100%;
  }
}
.legacy-website-isolated .product-card {
  position: relative;
  width: 100%;
  padding-bottom: 68.5%;
  background-color: #333;
  overflow: hidden;
}
.legacy-website-isolated .product-card__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.legacy-website-isolated .product-card__link:hover {
  opacity: 1;
}
.legacy-website-isolated .product-card__info {
  width: 100%;
  padding: 2em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.legacy-website-isolated .product-card__name {
  margin-bottom: 0.1666em;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.083em;
  color: #FFF;
}
.legacy-website-isolated .product-card__metadata {
  margin: 0;
}
.legacy-website-isolated .product-card__metadata br {
  display: none;
}
.legacy-website-isolated .product-card__tag {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
.legacy-website-isolated .product-card__tag > span {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  transform: rotate(-45deg);
}
.legacy-website-isolated .product-card__tag:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 80px solid #39B54A;
  border-right: 80px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.legacy-website-isolated .product-card__tag--featured {
  width: 7em;
  height: 7em;
  z-index: 11;
  font-size: 1.3em;
  color: #222;
}
.legacy-website-isolated .product-card__tag--featured > span {
  padding-top: 1.5em;
}
.legacy-website-isolated .product-card__tag--featured:after {
  border-top: 7em solid #FFC107;
  border-right: 7em solid transparent;
}
.legacy-website-isolated .product-card__price {
  display: inline-block;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  color: #39B54A;
}
.legacy-website-isolated .product-card__metadata-entry {
  display: inline-block;
  height: 1.4285714286em;
  margin-left: 0.7142857143em;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4285714286em;
  color: #fff;
  opacity: 0.5;
  float: right;
}
.legacy-website-isolated .product-card__metadata-entry:after {
  content: " ";
  display: inline-block;
  margin-left: 0.8em;
  font-family: "Font Awesome 6 Pro";
  font-size: 2em;
}
.legacy-website-isolated .product-card__metadata-entry--featured {
  opacity: 1;
}
.legacy-website-isolated .product-card__metadata-entry--featured:after {
  content: "  ";
  font-size: 3em;
  color: #FFC107;
}
.legacy-website-isolated .product-card__metadata-entry--downloads:after {
  content: "  ";
}
.legacy-website-isolated .product-card__background-image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 200%;
}
.legacy-website-isolated .product-card__background-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: transform 0.2s linear;
}
.legacy-website-isolated .product-card__background-image-wrapper:after {
  content: " ";
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 72%);
  opacity: 0.9;
  transition: height 0.2s ease-out, background-image 0.5s ease-out;
}
.legacy-website-isolated .product-card__background-image-wrapper:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: #39B54A;
  opacity: 0;
  transition: height 0.1s ease-out, opacity 0.2s ease-out;
}
.legacy-website-isolated .product-card__link:hover [class*=background-image] {
  transform: scale(1.1, 1.1);
  transition: transform 3s linear;
}
.legacy-website-isolated .product-card__link:hover [class*=background-image]:before {
  height: 100%;
  opacity: 0.35;
  transition: height 0.2s ease-out, opacity 0.5s ease-out;
}
.legacy-website-isolated .product-card__link:hover [class*=downloads] {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.legacy-website-isolated .pagination a {
  color: #39B54A;
}
.legacy-website-isolated .pagination a:hover {
  color: #21672a;
  background-color: rgba(57, 181, 74, 0.2) !important;
  transition: all 0.2s ease-out;
}
.legacy-website-isolated .pagination > .active > a,
.legacy-website-isolated .pagination > .active > span,
.legacy-website-isolated .pagination > .active > a:hover,
.legacy-website-isolated .pagination > .active > span:hover,
.legacy-website-isolated .pagination > .active > a:focus,
.legacy-website-isolated .pagination > .active > span:focus {
  background-color: #39B54A;
  border-color: #39B54A;
}
.legacy-website-isolated .ps-loading-container {
  position: relative;
}
.legacy-website-isolated .ps-loading-indicator {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: hidden;
}
.legacy-website-isolated .ps-loading-container--is-loading .ps-loading-indicator {
  display: block;
  opacity: 0.5;
  animation: fade-in-loading-animation 0.25s;
  animation-timing-function: linear;
}
.legacy-website-isolated .ps-loading-indicator-background {
  position: absolute;
  top: 0;
  left: -50%;
  width: 150%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
  animation: scroll-loading-animation 1s infinite;
  animation-timing-function: linear;
}
@keyframes scroll-loading-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 57px 0;
  }
}
@keyframes fade-in-loading-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}