@charset "UTF-8";
/*
Theme Name: Oblivion Sound Lab
Author: Forde + Nicol
Author URI: http://fordenicol.com
Description: Custom Wordpress theme for Oblvion Sound Lab
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: osl
Domain Path: /languages/
*/
/*
Currently the theme is a mix of a "classic" WordPress, with styles defined in stylesheets,
using SASS variables, and a "hybrid" theme, with styles defined in theme.json. Over time I plan
to move more styles into theme.json and reduce the dependence on SASS variables.
*/
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1200px;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.full-w {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }
  .small-push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }
  .small-pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }
  .small-push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .small-pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .small-push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }
  .small-pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .small-1 {
    width: 6.25%;
  }
  .small-2 {
    width: 12.5%;
  }
  .small-3 {
    width: 18.75%;
  }
  .small-4 {
    width: 25%;
  }
  .small-5 {
    width: 31.25%;
  }
  .small-6 {
    width: 37.5%;
  }
  .small-7 {
    width: 43.75%;
  }
  .small-8 {
    width: 50%;
  }
  .small-9 {
    width: 56.25%;
  }
  .small-10 {
    width: 62.5%;
  }
  .small-11 {
    width: 68.75%;
  }
  .small-12 {
    width: 75%;
  }
  .small-13 {
    width: 81.25%;
  }
  .small-14 {
    width: 87.5%;
  }
  .small-15 {
    width: 93.75%;
  }
  .small-16 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 6.25% !important;
  }
  .small-offset-2 {
    margin-left: 12.5% !important;
  }
  .small-offset-3 {
    margin-left: 18.75% !important;
  }
  .small-offset-4 {
    margin-left: 25% !important;
  }
  .small-offset-5 {
    margin-left: 31.25% !important;
  }
  .small-offset-6 {
    margin-left: 37.5% !important;
  }
  .small-offset-7 {
    margin-left: 43.75% !important;
  }
  .small-offset-8 {
    margin-left: 50% !important;
  }
  .small-offset-9 {
    margin-left: 56.25% !important;
  }
  .small-offset-10 {
    margin-left: 62.5% !important;
  }
  .small-offset-11 {
    margin-left: 68.75% !important;
  }
  .small-offset-12 {
    margin-left: 75% !important;
  }
  .small-offset-13 {
    margin-left: 81.25% !important;
  }
  .small-offset-14 {
    margin-left: 87.5% !important;
  }
  .small-offset-15 {
    margin-left: 93.75% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:569px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }
  .medium-push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }
  .medium-pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }
  .medium-push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .medium-pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .medium-push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }
  .medium-pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .medium-1 {
    width: 6.25%;
  }
  .medium-2 {
    width: 12.5%;
  }
  .medium-3 {
    width: 18.75%;
  }
  .medium-4 {
    width: 25%;
  }
  .medium-5 {
    width: 31.25%;
  }
  .medium-6 {
    width: 37.5%;
  }
  .medium-7 {
    width: 43.75%;
  }
  .medium-8 {
    width: 50%;
  }
  .medium-9 {
    width: 56.25%;
  }
  .medium-10 {
    width: 62.5%;
  }
  .medium-11 {
    width: 68.75%;
  }
  .medium-12 {
    width: 75%;
  }
  .medium-13 {
    width: 81.25%;
  }
  .medium-14 {
    width: 87.5%;
  }
  .medium-15 {
    width: 93.75%;
  }
  .medium-16 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 6.25% !important;
  }
  .medium-offset-2 {
    margin-left: 12.5% !important;
  }
  .medium-offset-3 {
    margin-left: 18.75% !important;
  }
  .medium-offset-4 {
    margin-left: 25% !important;
  }
  .medium-offset-5 {
    margin-left: 31.25% !important;
  }
  .medium-offset-6 {
    margin-left: 37.5% !important;
  }
  .medium-offset-7 {
    margin-left: 43.75% !important;
  }
  .medium-offset-8 {
    margin-left: 50% !important;
  }
  .medium-offset-9 {
    margin-left: 56.25% !important;
  }
  .medium-offset-10 {
    margin-left: 62.5% !important;
  }
  .medium-offset-11 {
    margin-left: 68.75% !important;
  }
  .medium-offset-12 {
    margin-left: 75% !important;
  }
  .medium-offset-13 {
    margin-left: 81.25% !important;
  }
  .medium-offset-14 {
    margin-left: 87.5% !important;
  }
  .medium-offset-15 {
    margin-left: 93.75% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }
  .push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }
  .pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }
  .push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }
  .pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }
}
@media only screen and (min-width:769px) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }
  .large-push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }
  .large-pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }
  .large-push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .large-pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .large-push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }
  .large-pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .large-1 {
    width: 6.25%;
  }
  .large-2 {
    width: 12.5%;
  }
  .large-3 {
    width: 18.75%;
  }
  .large-4 {
    width: 25%;
  }
  .large-5 {
    width: 31.25%;
  }
  .large-6 {
    width: 37.5%;
  }
  .large-7 {
    width: 43.75%;
  }
  .large-8 {
    width: 50%;
  }
  .large-9 {
    width: 56.25%;
  }
  .large-10 {
    width: 62.5%;
  }
  .large-11 {
    width: 68.75%;
  }
  .large-12 {
    width: 75%;
  }
  .large-13 {
    width: 81.25%;
  }
  .large-14 {
    width: 87.5%;
  }
  .large-15 {
    width: 93.75%;
  }
  .large-16 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 6.25% !important;
  }
  .large-offset-2 {
    margin-left: 12.5% !important;
  }
  .large-offset-3 {
    margin-left: 18.75% !important;
  }
  .large-offset-4 {
    margin-left: 25% !important;
  }
  .large-offset-5 {
    margin-left: 31.25% !important;
  }
  .large-offset-6 {
    margin-left: 37.5% !important;
  }
  .large-offset-7 {
    margin-left: 43.75% !important;
  }
  .large-offset-8 {
    margin-left: 50% !important;
  }
  .large-offset-9 {
    margin-left: 56.25% !important;
  }
  .large-offset-10 {
    margin-left: 62.5% !important;
  }
  .large-offset-11 {
    margin-left: 68.75% !important;
  }
  .large-offset-12 {
    margin-left: 75% !important;
  }
  .large-offset-13 {
    margin-left: 81.25% !important;
  }
  .large-offset-14 {
    margin-left: 87.5% !important;
  }
  .large-offset-15 {
    margin-left: 93.75% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }
  .push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }
  .pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }
  .push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }
  .pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }
}
@media only screen and (min-width:1025px) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }
  .xlarge-push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }
  .xlarge-pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }
  .xlarge-push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .xlarge-pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .xlarge-push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }
  .xlarge-pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .xlarge-1 {
    width: 6.25%;
  }
  .xlarge-2 {
    width: 12.5%;
  }
  .xlarge-3 {
    width: 18.75%;
  }
  .xlarge-4 {
    width: 25%;
  }
  .xlarge-5 {
    width: 31.25%;
  }
  .xlarge-6 {
    width: 37.5%;
  }
  .xlarge-7 {
    width: 43.75%;
  }
  .xlarge-8 {
    width: 50%;
  }
  .xlarge-9 {
    width: 56.25%;
  }
  .xlarge-10 {
    width: 62.5%;
  }
  .xlarge-11 {
    width: 68.75%;
  }
  .xlarge-12 {
    width: 75%;
  }
  .xlarge-13 {
    width: 81.25%;
  }
  .xlarge-14 {
    width: 87.5%;
  }
  .xlarge-15 {
    width: 93.75%;
  }
  .xlarge-16 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 6.25% !important;
  }
  .xlarge-offset-2 {
    margin-left: 12.5% !important;
  }
  .xlarge-offset-3 {
    margin-left: 18.75% !important;
  }
  .xlarge-offset-4 {
    margin-left: 25% !important;
  }
  .xlarge-offset-5 {
    margin-left: 31.25% !important;
  }
  .xlarge-offset-6 {
    margin-left: 37.5% !important;
  }
  .xlarge-offset-7 {
    margin-left: 43.75% !important;
  }
  .xlarge-offset-8 {
    margin-left: 50% !important;
  }
  .xlarge-offset-9 {
    margin-left: 56.25% !important;
  }
  .xlarge-offset-10 {
    margin-left: 62.5% !important;
  }
  .xlarge-offset-11 {
    margin-left: 68.75% !important;
  }
  .xlarge-offset-12 {
    margin-left: 75% !important;
  }
  .xlarge-offset-13 {
    margin-left: 81.25% !important;
  }
  .xlarge-offset-14 {
    margin-left: 87.5% !important;
  }
  .xlarge-offset-15 {
    margin-left: 93.75% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:1201px) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 6.25%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 6.25%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 12.5%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 12.5%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 18.75%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 18.75%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 31.25%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 31.25%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 37.5%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 37.5%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 43.75%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 43.75%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 56.25%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 56.25%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 62.5%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 62.5%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 68.75%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 68.75%;
    left: auto;
  }
  .xxlarge-push-12 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-12 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-13 {
    position: relative;
    left: 81.25%;
    right: auto;
  }
  .xxlarge-pull-13 {
    position: relative;
    right: 81.25%;
    left: auto;
  }
  .xxlarge-push-14 {
    position: relative;
    left: 87.5%;
    right: auto;
  }
  .xxlarge-pull-14 {
    position: relative;
    right: 87.5%;
    left: auto;
  }
  .xxlarge-push-15 {
    position: relative;
    left: 93.75%;
    right: auto;
  }
  .xxlarge-pull-15 {
    position: relative;
    right: 93.75%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .xxlarge-1 {
    width: 6.25%;
  }
  .xxlarge-2 {
    width: 12.5%;
  }
  .xxlarge-3 {
    width: 18.75%;
  }
  .xxlarge-4 {
    width: 25%;
  }
  .xxlarge-5 {
    width: 31.25%;
  }
  .xxlarge-6 {
    width: 37.5%;
  }
  .xxlarge-7 {
    width: 43.75%;
  }
  .xxlarge-8 {
    width: 50%;
  }
  .xxlarge-9 {
    width: 56.25%;
  }
  .xxlarge-10 {
    width: 62.5%;
  }
  .xxlarge-11 {
    width: 68.75%;
  }
  .xxlarge-12 {
    width: 75%;
  }
  .xxlarge-13 {
    width: 81.25%;
  }
  .xxlarge-14 {
    width: 87.5%;
  }
  .xxlarge-15 {
    width: 93.75%;
  }
  .xxlarge-16 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 6.25% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 12.5% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 18.75% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 31.25% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 37.5% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 43.75% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 56.25% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 62.5% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 68.75% !important;
  }
  .xxlarge-offset-12 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-13 {
    margin-left: 81.25% !important;
  }
  .xxlarge-offset-14 {
    margin-left: 87.5% !important;
  }
  .xxlarge-offset-15 {
    margin-left: 93.75% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-apple:before {
  content: "\f179";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-download:before {
  content: "\f019";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-windows:before {
  content: "\f17a";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fontawesome/webfonts/fa-brands-400.eot");
  src: url("fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("fonts/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Base styles */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  text-align: center;
  height: 100%;
  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;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

blockquote {
  margin: 1em 0;
  font-size: 1.25rem;
}
blockquote cite {
  font-size: 16px;
  font-style: normal;
}
blockquote cite:before {
  content: "–";
}
blockquote p {
  margin: 0 0 0.5em 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

.lt-ie9 object, .lt-ie9 embed {
  max-width: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.u-center {
  text-align: center !important;
}

.u-cf {
  *zoom: 1;
}
.u-cf:before, .u-cf:after {
  content: " ";
  display: table;
}
.u-cf:after {
  clear: both;
}

.u-collapse-lc > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.u-collapse-fc > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.u-compact {
  margin: 0 !important;
  padding: 0 !important;
}

.u-compact-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-compact-h {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-compact-b {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.u-compact-t {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.u-spacious-b {
  margin-bottom: 3rem !important;
}

.u-spacious-t {
  margin-top: 3rem !important;
}

.u-invisible {
  visibility: hidden;
}

.u-none {
  display: none;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.has-intro > p:first-child {
  font-size: 1.25rem;
  font-weight: 700;
}

.small {
  font-size: 0.875rem;
}

.tiny {
  font-size: 0.75rem;
}

.intro {
  font-size: 1.875rem;
}

.uc {
  text-transform: uppercase;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.cropped-image {
  position: relative;
  overflow: hidden;
}
.cropped-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: auto;
}

.cropped-image--landscape img {
  width: auto;
  height: 100%;
}

.proportional-image {
  position: relative;
  display: block;
  height: 0;
}
.proportional-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-3-2 {
  padding-bottom: 66.6666666667%;
}

.ratio-sq {
  padding-bottom: 100%;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.divider,
hr {
  margin: 30px auto;
  border: none;
  border-bottom: 1px solid rgb(136, 136, 136);
  width: 100%;
}

.is-style-divided:before,
.divided:before {
  content: "";
  display: block;
  margin: 25px 0 20px 0;
  width: 100%;
  height: 1px;
  background: rgb(136, 136, 136);
}

.reverse {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {
  color: #fff;
}
.reverse a {
  color: #fff;
  border-color: #fff;
}
.reverse a:focus {
  color: rgb(136, 136, 136);
}
.reverse .btn, .reverse .gform_button, .reverse .woocommerce #respond input#submit, .woocommerce #respond .reverse input#submit, .reverse .woocommerce a.button, .woocommerce .reverse a.button, .reverse .woocommerce button.button, .woocommerce .reverse button.button, .reverse .woocommerce input.button, .woocommerce .reverse input.button {
  border-color: #fff;
  color: #fff;
}

.reversed-links a {
  color: #111;
}
.reversed-links a:hover {
  color: rgb(136, 136, 136);
}

@media (hover: hover) {
  .reverse a:hover {
    color: rgb(136, 136, 136);
    border-color: rgb(136, 136, 136);
  }
  .reverse .btn:hover, .reverse .gform_button:hover, .reverse .woocommerce #respond input#submit:hover, .woocommerce #respond .reverse input#submit:hover, .reverse .woocommerce a.button:hover, .woocommerce .reverse a.button:hover, .reverse .woocommerce button.button:hover, .woocommerce .reverse button.button:hover, .reverse .woocommerce input.button:hover, .woocommerce .reverse input.button:hover {
    color: #111;
    border-color: #fff;
    background-color: #fff;
  }
}
.wrap-collapse-top > * {
  margin-top: 0;
}

.wrap-collapse-btm > *:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.js .page-wrap {
  opacity: 0;
}

.content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding: 25px 0 50px 0;
  background: #fff;
}
@media only screen and (min-width:769px) {
  .content-wrap {
    margin-top: 77px;
    padding: 50px 20px;
  }
}

.row--well {
  padding: 40px 0;
}
.row--well + .row--well, .row--well + .content-wrap > .row--well:first-child {
  padding-top: 0;
}

.row--full-w {
  max-width: none;
}

.row--no-b {
  padding-bottom: 0;
}

.well {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
}
.well > :first-child {
  margin-top: 0;
}
.well > :last-child {
  margin-bottom: 0;
}

.well--full-w {
  padding-left: 0;
  padding-right: 0;
}

.callout {
  background: rgb(136, 136, 136);
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

@media only screen and (max-width:1024px) {
  .stack-large {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:768px) {
  .stack-medium {
    margin-bottom: 40px;
  }
  .stack-compact-medium {
    margin-bottom: 20px;
  }
}
.btn, .gform_button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #111;
  border-radius: 9999px;
  background: none;
  padding: 15px 25px;
  color: #111;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  text-align: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn svg, .gform_button svg, .woocommerce #respond input#submit svg, .woocommerce a.button svg, .woocommerce button.button svg, .woocommerce input.button svg {
  -webkit-transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (hover: hover) {
  .btn:hover, .gform_button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    border-color: #111;
    background-color: #111;
  }
  .btn:hover svg, .gform_button:hover svg, .woocommerce #respond input#submit:hover svg, .woocommerce a.button:hover svg, .woocommerce button.button:hover svg, .woocommerce input.button:hover svg {
    fill: #fff;
  }
}
.btn--icon {
  padding-left: 47px;
}
.btn--icon .fa {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.btn--solid, .gform_button {
  background: #111;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}
.btn--solid:hover, .gform_button:hover {
  color: #fff;
  background: rgb(136, 136, 136);
}

.btn--full-w {
  width: 100%;
}

.content {
  text-align: left;
}

.wysiwyg-content li {
  margin: 0 0 0.5em 0;
  padding-left: 1.25em;
}
.wysiwyg-content > :last-child {
  margin-bottom: 0;
}

.svg {
  display: inline-block;
}
.svg svg {
  fill: #111;
  width: 100%;
  height: 100%;
}

.svg--reverse svg {
  fill: #fff;
}

.thumb-grid {
  margin: 40px -10px 0 -10px;
  text-align: left;
}

.thumb-grid__thumb {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
  vertical-align: top;
}

.thumb-grid--center {
  text-align: center;
}

@media only screen and (min-width:569px) {
  .thumb-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .thumb-grid__thumb {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:1025px) {
  .thumb-grid__thumb {
    width: 33.3333%;
  }
}
@media only screen and (min-width:1201px) {
  .thumb-grid__thumb {
    width: 25%;
  }
}
.loader {
  display: none;
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background: url(img/loader.gif) 0 0 no-repeat;
  background-size: 64px 64px;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media__figure {
  margin-right: 1em;
}

.media__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media--reverse > .media__figure {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 60px 0;
  width: 100%;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
}

td {
  padding: 0;
}

.table-rules th, .table-rules td {
  border-bottom: 1px solid #111;
  padding: 0.5rem;
}
.table-rules th:first-child, .table-rules td:first-child {
  padding-left: 0;
}
.table-rules th:last-child, .table-rules td:last-child {
  padding-right: 0;
}

.media-container {
  position: relative;
  aspect-ratio: 16/9;
  margin: 1rem 0;
}
.media-container iframe,
.media-container object,
.media-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-container iframe {
  background: #fff;
}

.media-container--square {
  padding-bottom: 100%;
}

.review {
  margin: 1rem 0;
}
.review blockquote {
  margin: 0;
}
.review p {
  margin: 0;
}
@media screen and (max-width: 568px) {
  .review {
    display: block;
  }
}

.review__figure {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.review__figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 568px) {
  .review__figure {
    margin: 0 auto 1rem auto;
  }
}
@media screen and (min-width: 1025px) {
  .review__figure {
    width: 100px;
    height: 100px;
  }
}

.soundcloud-player {
  margin: 0 0 1em 0;
}

.logo-farm {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1rem 0;
}
.logo-farm li {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 5rem;
}
.logo-farm img {
  margin: 0;
  max-width: 80%;
  max-height: 60%;
  width: auto;
}

.logo-farm--formats img {
  width: 80px;
  margin-right: 20px;
  max-width: none;
  max-height: none;
}

.accordion__btn {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.accordion__btn:before, .accordion__btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #111;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.accordion__btn:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__btn.accordion__btn--active:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion__btn.accordion__btn--active:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.accordion__content:after {
  content: "";
  display: block;
  height: 2rem;
}

/* Typography */
@font-face {
  font-family: "futura";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/futura/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
  src: url("fonts/futura/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"), url("fonts/futura/fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"), url("fonts/futura/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("fonts/futura/fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"), url("fonts/futura/fonts/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg#dc423cc1-bf86-415c-bc7d-ad7dde416a34") format("svg");
}
@font-face {
  font-family: "futura";
  font-style: italic;
  font-weight: normal;
  src: url("fonts/futura/fonts2/Futura-W01-Book-Oblique.woff2") format("woff2"), url("fonts/futura/fonts2/Futura-W01-Book-Oblique.woff") format("woff");
}
@font-face {
  font-family: "futura";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/futura/fonts/87f56fc1-ab05-4355-90af-9e83740663af.eot?#iefix");
  src: url("fonts/futura/fonts/87f56fc1-ab05-4355-90af-9e83740663af.eot?#iefix") format("eot"), url("fonts/futura/fonts/3cf9e1e8-63a2-497f-86ed-6b63d6de1986.woff2") format("woff2"), url("fonts/futura/fonts/184895ac-545b-450b-9d3a-c0a0a7620977.woff") format("woff"), url("fonts/futura/fonts/bf8628d2-1ae0-4645-ba3f-3ce62d8d907c.ttf") format("truetype"), url("fonts/futura/fonts/20073de8-56dd-4e4c-9434-5097c3f2fd28.svg#20073de8-56dd-4e4c-9434-5097c3f2fd28") format("svg");
}
@font-face {
  font-family: "WooCommerce";
  src: url("fonts/woocommerce/WooCommerce.eot");
  src: url("fonts/woocommerce/WooCommerce.eot?#iefix") format("embedded-opentype"), url("fonts/woocommerce/WooCommerce.woff") format("woff"), url("fonts/woocommerce/WooCommerce.ttf") format("truetype"), url("fonts/woocommerce/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-size: 16px;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.6rem 0 1.05rem 0;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--black);
  font-family: "futura", Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  text-transform: uppercase;
}
.heading a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--wp--preset--color--black);
}

h1 {
  font-size: 1.5rem;
  margin: 0 0 34px 0;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.03em;
}

a:hover .heading {
  color: #111;
}

.heading--no-t {
  margin-top: 0;
}

.heading--h1,
.heading--page {
  font-size: 1.5rem;
}

.heading--h2 {
  font-size: 1.25rem;
}

.heading--h3 {
  font-size: 1rem;
}

p {
  margin: 0 0 1em 0;
}

a img {
  border: none;
}

a {
  color: rgb(136, 136, 136);
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline-style: none;
}

a:hover {
  color: #111;
}

a:focus {
  color: #111;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

ul,
ol,
dl {
  margin: 0 0 1em 3.5em;
  padding: 0;
}

ol {
  list-style: none;
  margin-left: 0;
  counter-reset: counter;
}

ol li {
  padding-left: 1.25rem;
  position: relative;
}
ol li:before {
  left: 0;
  position: absolute;
  content: counter(counter) ".";
  counter-increment: counter;
}

.txt-sm {
  font-size: 0.875rem;
}

.txt-lg {
  font-size: 1.25rem;
}

.naked-list {
  list-style-type: none;
  margin-left: 0;
}

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

.align-r {
  text-align: right;
}

@media only screen and (min-width:769px) {
  h1 {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width:768px) {
  html, body {
    font-size: 14px;
  }
}
/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 2;
  width: 100%;
}

.site-header__content {
  position: relative;
  z-index: 4;
  height: 60px;
  background-color: #000;
}

.site-title {
  position: absolute;
  left: 20px;
  top: 17px;
  z-index: 102;
  width: 225.4px;
  height: 27.3px;
}
.site-title a {
  display: block;
}

.menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  width: 61px;
  height: 61px;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.menu-toggle:active {
  background-color: transparent;
}
.menu-toggle .hamburger-bar {
  position: absolute;
  left: 19px;
  display: block;
  height: 1px;
  background-color: #fff;
  width: 23px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.menu-toggle .hamburger-bar:nth-child(1) {
  top: 23px;
}
.menu-toggle .hamburger-bar:nth-child(2) {
  top: 30px;
}
.menu-toggle .hamburger-bar:nth-child(3) {
  top: 37px;
}

@media only screen and (min-width:769px) {
  .site-header,
  .site-header__content {
    height: 77px;
  }
  .site-title {
    left: 40px;
    top: 19px;
    width: 322px;
    height: 39px;
  }
  .menu-toggle {
    top: 8px;
  }
}
@media only screen and (min-width:1201px) {
  .menu-toggle {
    display: none;
  }
}
.nav-primary {
  display: none;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-menu li {
  display: block;
}
.nav-menu a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
.nav-menu a:hover {
  color: rgb(136, 136, 136);
}

.cart-link a {
  text-transform: none;
  font-weight: normal;
  color: rgb(136, 136, 136);
  letter-spacing: inherit;
}
.cart-link a:hover {
  color: #fff;
}

@media only screen and (min-width:1201px) {
  .nav-primary {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding-left: 200px;
    padding-right: 40px;
    z-index: 101;
    width: 100%;
    text-align: right;
  }
  .nav-menu {
    display: inline-block;
    font-size: 0.875rem;
  }
  .nav-menu li {
    position: relative;
    display: inline-block;
    border-bottom: none;
    padding-top: 30px;
  }
  .nav-menu li:not(.cart-link) {
    margin-right: 30px;
  }
  .nav-menu li:first-child > a {
    padding-left: 0;
  }
  .nav-menu li:last-child:not(.parent) > a {
    padding-right: 0;
  }
  .nav-menu .parent > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 23px;
    top: 43px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    border-width: 4px 4px 0 4px;
  }
  .nav-menu > ul > li {
    vertical-align: top;
  }
  .nav-menu > ul > li > a {
    height: 45px;
  }
  .cart-link + .cart-link {
    margin-left: 1em;
  }
  .cart-link a {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-mobile ul {
  position: fixed;
  z-index: 3;
  top: 0;
  padding-top: 70px;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: left 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width:769px) {
  .nav-mobile ul {
    padding-top: 100px;
  }
}
.nav-mobile:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
  -webkit-transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-mobile li {
  text-align: left;
  padding: 5px 20px 5px 20px;
}
@media only screen and (min-width:769px) {
  .nav-mobile li {
    padding-left: 40px;
  }
}
.nav-mobile .cart-link:nth-child(5) {
  margin-top: 1.25em;
}

.menu-open .nav-mobile > ul {
  left: 0%;
}
.menu-open .nav-mobile:after {
  top: 0%;
}

@media only screen and (min-width:1201px) {
  .nav-mobile {
    display: none;
  }
}
.notification-bar {
  background-color: #4CAF50;
  color: #fff;
  padding: 0.7rem 20px;
  font-size: 0.875rem;
  margin-top: 60px;
}
.notification-bar .fa {
  vertical-align: middle;
  font-size: 1.25em;
  margin: 0 0.25em 0 0;
}
.notification-bar + .content-wrap {
  margin-top: 0;
}
.notification-bar a {
  color: #fff;
}
@media only screen and (min-width:769px) {
  .notification-bar {
    margin-top: 77px;
  }
}
@media screen and (min-width: 569px) {
  .notification-bar {
    font-size: 16px;
  }
}

.panel h2,
.product__additional-description h2 {
  margin-top: 25px;
  border-top: 1px solid rgb(136, 136, 136);
  padding-top: 20px;
}
.panel ul,
.product__additional-description ul {
  list-style: none;
  margin-left: 0;
}
.panel > ul li,
.panel .accordion__content ul li,
.product__additional-description > ul li,
.product__additional-description .accordion__content ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.2em;
}
.panel > ul li:before,
.panel .accordion__content ul li:before,
.product__additional-description > ul li:before,
.product__additional-description .accordion__content ul li:before {
  content: "— ";
  position: absolute;
  left: 0;
  top: 0;
}
.panel > ul, .panel > h2, .panel > p,
.product__additional-description > ul,
.product__additional-description > h2,
.product__additional-description > p {
  max-width: 728px;
}
.panel > h2:first-child,
.product__additional-description > h2:first-child {
  margin-top: 0;
}
.panel h2.accordion__btn:before, .panel h2.accordion__btn:after,
.product__additional-description h2.accordion__btn:before,
.product__additional-description h2.accordion__btn:after {
  top: 32px;
}

.download-btns {
  margin-top: 25px;
}

.product__cat {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0.25em 0 1em 0;
}

.product_meta .product__cat {
  display: none;
  margin-bottom: 1.25em;
}

.woocommerce form .form-row {
  padding-left: 0;
  padding-right: 0;
}

.summary p {
  font-size: 1.25rem;
}

.woocommerce div.product .product_title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 720px) {
  .woocommerce div.product .product_title {
    margin-bottom: 0rem;
  }
}

.woocommerce div.product .out-of-stock {
  display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: auto;
  margin: 0 auto;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #111;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.woocommerce div.product form.cart div.quantity input[max="1"] {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.product .thumbnails {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid rgb(136, 136, 136);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgb(136, 136, 136);
  background-color: rgb(231, 231, 231);
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 15px 25px;
}

.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
  display: none;
}

.woocommerce span.onsale {
  width: 4em;
  height: 4em;
  text-transform: uppercase;
  line-height: 4;
  left: -1em;
  top: -1em;
  background-color: var(--color-onsale);
}

.woocommerce ul.products li.product .onsale {
  margin: -1em -1em 0 0;
}

.single-product span.onsale {
  display: none;
}

.woocommerce ul.products {
  margin: 0 auto;
  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;
}
.woocommerce ul.products li {
  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;
}
.woocommerce ul.products .product__inner {
  position: relative;
  z-index: 1;
}
.woocommerce ul.products .product__content {
  padding: 21px 0 0 0;
}
.woocommerce ul.products .product__footer {
  margin-top: auto;
}
.woocommerce ul.products .button {
  margin: 1em 0 0 0;
}
.woocommerce ul.products .button ins {
  text-decoration: none;
}
.woocommerce ul.products .button del {
  text-decoration: line-through;
  display: none;
}
.woocommerce ul.products .button svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.woocommerce ul.products li.product .price {
  color: #111;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price del {
  font-size: 0.875rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
  float: none !important;
  margin: 0 0 40px 0;
  padding: 0 20px;
}

@media screen and (min-width: 720px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 50%;
  }
}
@media screen and (min-width: 1060px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 25%;
  }
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 1em 1em 3.5em;
}

.woocommerce-message a.button {
  margin-right: 0;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 0.65em;
  left: 1em;
  font-size: 1.25em;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: "\e600";
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table td {
  clear: both;
  min-height: calc(18px + 1.5em);
}

.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table th:first-child {
  padding-left: 0;
}

.woocommerce table.shop_table td:last-child,
.woocommerce table.shop_table th:last-child {
  padding-right: 0;
}
.woocommerce table.shop_table td:last-child .button:last-of-type,
.woocommerce table.shop_table th:last-child .button:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

@media only screen and (max-width: 568px) {
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .button {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon .input-text {
    margin: 0 0 0.5rem 0;
  }
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 13px;
  min-width: 15em;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0;
}

.woocommerce a.remove {
  position: relative;
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-indent: -9999px;
}
.woocommerce a.remove:after, .woocommerce a.remove:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 0.7em;
  height: 2px;
  background: red;
}
.woocommerce a.remove::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.woocommerce a.remove:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.woocommerce a.remove:hover {
  background-color: transparent;
}
.woocommerce a.remove:hover:before, .woocommerce a.remove:hover:after {
  background-color: #111;
}

.woocommerce ul.order_details li {
  border-right-style: solid;
  margin-bottom: 1em;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0 0 3em 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation li {
  margin-bottom: 0.5em;
}
.woocommerce-MyAccount-navigation a {
  color: #111;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation a:hover {
  color: rgb(136, 136, 136);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: transparent;
  color: #111;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #fff;
  border-color: #111;
  background-color: #111;
}

.woocommerce #respond input#submit:hover:hover, .woocommerce a.button:hover:hover, .woocommerce button.button:hover:hover, .woocommerce input.button:hover:hover {
  color: #fff;
  border-color: #111;
  background-color: #111;
}

.woocommerce .reverse button.button:hover:hover, .woocommerce .reverse button.button.alt:hover:hover {
  color: #111;
  border-color: #fff;
  background-color: #fff;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 15px 25px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 15px 25px;
  font-size: inherit;
}

.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
  margin-bottom: 0;
}
.single-product .content-wrap {
  padding: 0 0 50px 0 !important;
}

@media screen and (min-width: 769px) {
  .product__block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-hero {
  padding: 20px 0;
  background: #222;
}
@media screen and (min-width: 769px) {
  .product-hero .row {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1060px) {
  .product-hero {
    padding: 30px 0;
  }
}

.woocommerce div.product div.images img {
  -webkit-box-shadow: 0px 0.3rem 2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0.3rem 2rem rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 720px) {
  .woocommerce div.product-hero--small div.images {
    width: 45.8%;
  }
}

@media screen and (min-width: 720px) {
  .woocommerce div.product-hero--medium div.images {
    width: 67.3%;
  }
}

@media screen and (min-width: 720px) {
  .woocommerce div.product-hero--large div.images {
    width: 80%;
  }
}

.product-header {
  background: #222;
  border-top: 1px solid #666;
  padding: 20px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 720px) {
  .product-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .product-header {
    padding: 20px 40px;
  }
}

.woocommerce div.product p.price {
  color: #fff;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 720px) {
  .woocommerce div.product p.price {
    margin: 0;
  }
}
.woocommerce div.product p.price ins {
  text-decoration: none;
}
.woocommerce div.product p.price del {
  font-size: 0.875rem;
}
.woocommerce div.product form.cart {
  margin: 0;
  text-align: center;
}
.woocommerce div.product form.cart .button {
  margin: 0 auto;
  float: none;
}
@media screen and (min-width: 720px) {
  .woocommerce div.product form.cart {
    margin: 0 0 0 1rem;
  }
}
.woocommerce div.product .button.alt {
  color: #fff;
}
.woocommerce div.product .button.alt:hover {
  color: rgb(136, 136, 136);
}

@media screen and (min-width: 720px) {
  .product-header__right,
  .product-header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 720px) {
  .product-header__left {
    text-align: left;
  }
}

@media screen and (min-width: 720px) {
  .product-header__right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.demo-button {
  display: inline-block;
  margin: 0.5em 0 0 1rem;
}
@media screen and (min-width: 720px) {
  .demo-button {
    margin-top: 0;
  }
}

.product__description {
  font-size: 1.25rem;
  margin-bottom: 2em;
}
.product__description h2 {
  font-size: 1.5rem;
}
.product__description > *:last-child {
  margin-bottom: 0;
}

/* Footer */
.footer {
  background-color: #000;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media only screen and (min-width:769px) {
  .footer {
    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-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .footer > * {
    width: 50%;
  }
}

.js .footer {
  opacity: 0;
}

.footer__content {
  padding: 25px 0;
  border-top: 1px solid rgb(136, 136, 136);
}

.footer__subscribe-form-heading {
  margin: 0 0 0.5em 0;
}

@media only screen and (min-width:769px) {
  .footer__links {
    text-align: right;
  }
}

.copyright {
  font-size: 0.875rem;
}

.nav-footer {
  list-style: none;
  margin-left: 0;
}
.nav-footer a {
  color: rgb(136, 136, 136);
}
.nav-footer a:hover {
  color: #fff;
}

@media only screen and (min-width:769px) {
  .footer {
    padding: 40px;
  }
}
/* Forms */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  margin: 0 0 10px 0;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
  font-family: "futura", Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #111;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  display: block;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
}
input[type=submit]:focus {
  outline: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  display: inline-block;
}
textarea:focus {
  outline: none;
}

select {
  margin: 0;
}

*::-webkit-input-placeholder {
  color: #919191;
}

*::-moz-placeholder {
  color: #919191;
}

*:-ms-input-placeholder {
  color: #919191;
}

*::-ms-input-placeholder {
  color: #919191;
}

*::placeholder {
  color: #919191;
}

*::-webkit-input-placeholder {
  color: #919191;
}

*:-moz-placeholder {
  color: #919191;
}

*::-moz-placeholder {
  color: #919191;
}

*:-ms-input-placeholder {
  color: #919191;
}

#loginlockdown-protected-by {
  display: none !important;
}

.gform_wrapper {
  margin: 0 0 1em 0;
}

.gform_confirmation_message,
.gform_wrapper .validation_error {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #8fae1b;
}
.gform_confirmation_message:before,
.gform_wrapper .validation_error:before {
  font-family: WooCommerce;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.gform_confirmation_message:before {
  content: "\e015";
  color: #8fae1b;
}

.gform_wrapper .validation_error {
  border-top-color: #b81c23;
}
.gform_wrapper .validation_error:before {
  content: "\e016";
  color: #b81c23;
}

.gform_wrapper .validation_message {
  display: none;
}

.gfield_error label {
  color: #b81c23;
}

.gform_fields {
  list-style: none;
  margin: 0;
}
.gform_fields label {
  line-height: 2;
}
.gform_fields .hidden_label .gfield_label {
  display: none;
}
.gform_fields input[type=text],
.gform_fields input[type=email],
.gform_fields input[type=textarea] {
  width: 100%;
}
.gform_fields .gfield_error input {
  border-color: #b81c23;
}

.gfield {
  margin: 0 0 9px 0;
  padding: 0;
}

.gfield_checkbox {
  list-style: none;
  margin-left: 0;
}

.gfield_checkbox li {
  margin-bottom: 0;
}

.gfield_checkbox input {
  float: left;
  margin: 3px 0 0 0;
}
.gfield_checkbox label {
  display: block;
  line-height: 1.3;
  margin-left: 20px;
  font-size: 0.875rem;
}

.ginput_recaptcha {
  margin-bottom: 15px;
}

.gfield-no-margin {
  margin-bottom: 0;
}

.gfield_required {
  color: red;
}

.gform_button {
  margin-right: 5px !important;
  margin-top: 10px !important;
}

/* Wordpress */
.alignfull {
  display: block;
  width: 100vw;
  max-width: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media only screen and (min-width:769px) {
  .alignwide {
    margin-left: -25%;
    margin-right: -25%;
  }
}

.term-description {
  margin: 0 auto 3rem auto;
  padding: 0 20px;
  max-width: 40em;
  font-size: 1.25rem;
}

.wp-block-embed {
  margin: 1rem 0;
}

/* Sections */
.home-features {
  --swiper-pagination-color: #111;
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-size: 8px;
  margin-top: -25px;
  margin-bottom: 25px;
}
.home-features .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (min-width:769px) {
  .home-features {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}

.home-feature {
  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;
  height: auto;
}

.home-feature > * {
  padding: 25px 20px;
  display: block;
  width: 100%;
  color: inherit;
}
@media only screen and (min-width:769px) {
  .home-feature > * {
    padding: 50px 40px;
  }
}

.home-features:has(.home-feature:nth-child(2)) .home-feature > * {
  padding-bottom: 55px;
}
@media only screen and (min-width:769px) {
  .home-features:has(.home-feature:nth-child(2)) .home-feature > * {
    padding-bottom: 65px;
  }
}

.home-feature img {
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width:768px) {
  .home-feature img {
    max-height: 70vw;
    width: auto;
    max-width: 100% !important;
  }
}
@media only screen and (min-width:769px) {
  .home-feature img {
    margin-bottom: 37px;
  }
}

.home-feature img.dropshadow {
  -webkit-box-shadow: 0px 0.3rem 2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0.3rem 2rem rgba(0, 0, 0, 0.4);
}

.home-feature h2 {
  color: inherit;
  margin: 0;
}
@media only screen and (min-width:769px) {
  .home-feature h2 {
    font-size: 1.5rem;
  }
}

.home-feature p {
  margin: 1rem 0 0 0;
}

.home-feature a:hover {
  color: inherit;
}

.home-feature .btn, .home-feature .woocommerce #respond input#submit, .woocommerce #respond .home-feature input#submit, .home-feature .woocommerce a.button, .woocommerce .home-feature a.button, .home-feature .woocommerce button.button, .woocommerce .home-feature button.button, .home-feature .woocommerce input.button, .woocommerce .home-feature input.button, .home-feature .gform_button {
  margin: 1.5rem 0 0 0;
}

.home-testimonials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.home-testimonials .review {
  margin: 0;
  grid-column: span 4/span 4;
}
@media only screen and (min-width:569px) {
  .home-testimonials .review {
    grid-column: span 2/span 2;
  }
}
@media only screen and (min-width:1025px) {
  .home-testimonials .review {
    grid-column: span 1/span 1;
  }
}
.home-testimonials .review__figure {
  margin: 0 auto 1em auto;
}

.home-divider {
  margin-top: 0;
}

.product-teasers-title {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin: 0 0 20px 0;
}
.product-teasers-title h1, .product-teasers-title h2 {
  text-align: left;
}
.product-teasers-title * {
  margin: 0;
}

@media screen and (max-width: 360px) {
  .product-teasers-title a span {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .product-teasers-title h2 span {
    display: none;
  }
}
@media screen and (min-width: 1061px) and (max-width: 1399px) {
  .home .products .product:nth-child(4) {
    display: none;
  }
  .home .post-teaser:nth-child(4) {
    display: none;
  }
}
.post-teasers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.post-teasers > * {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 20px;
}
@media screen and (min-width: 720px) {
  .post-teasers > * {
    width: 50%;
  }
}
@media screen and (min-width: 1060px) {
  .post-teasers > * {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1400px) {
  .post-teasers > * {
    width: 25%;
  }
}

.post-teaser {
  text-align: left;
}
.post-teaser h2 {
  margin: 1.3rem 0 0.25em 0;
}
.post-teaser img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}

.post-title {
  margin-bottom: 0.25em;
}

.is-style-post-hero img {
  display: block;
}

.post-title + .post-date + *,
.is-style-post-hero + * {
  margin-top: 25px;
}
@media only screen and (min-width:769px) {
  .post-title + .post-date + *,
  .is-style-post-hero + * {
    margin-top: 50px;
  }
}

.post-date {
  text-transform: uppercase;
  color: rgb(136, 136, 136);
}

@media only screen {
  .show-small-only, .show-small-up, .show-small, .show-small-down, .hide-medium-only, .hide-medium-up, .hide-medium, .show-medium-down, .hide-large-only, .hide-large-up, .hide-large, .show-large-down, .hide-xlarge-only, .hide-xlarge-up, .hide-xxlarge-only, .hide-xxlarge-up {
    display: inherit !important;
  }
  .hide-small-only, .hide-small-up, .hide-small, .hide-small-down, .show-medium-only, .show-medium-up, .show-medium, .hide-medium-down, .show-large-only, .show-large-up, .show-large, .hide-large-down, .show-xlarge-only, .show-xlarge-up, .show-xxlarge-only, .show-xxlarge-up {
    display: none !important;
  }
}
@media only screen and (min-width:569px) {
  .hide-small-only, .show-small-up, .hide-small, .hide-small-down, .show-medium-only, .show-medium-up, .show-medium, .show-medium-down, .hide-large-only, .hide-large-up, .hide-large, .show-large-down, .hide-xlarge-only, .hide-xlarge-up, .hide-xxlarge-only, .hide-xxlarge-up {
    display: inherit !important;
  }
  .show-small-only, .hide-small-up, .show-small, .show-small-down, .hide-medium-only, .hide-medium-up, .hide-medium, .hide-medium-down, .show-large-only, .show-large-up, .show-large, .hide-large-down, .show-xlarge-only, .show-xlarge-up, .show-xxlarge-only, .show-xxlarge-up {
    display: none !important;
  }
}
@media only screen and (min-width:769px) {
  .hide-small-only, .show-small-up, .hide-small, .hide-small-down, .hide-medium-only, .show-medium-up, .hide-medium, .hide-medium-down, .show-large-only, .show-large-up, .show-large, .show-large-down, .hide-xlarge-only, .hide-xlarge-up, .hide-xxlarge-only, .hide-xxlarge-up {
    display: inherit !important;
  }
  .show-small-only, .hide-small-up, .show-small, .show-small-down, .show-medium-only, .hide-medium-up, .show-medium, .show-medium-down, .hide-large-only, .hide-large-up, .hide-large, .hide-large-down, .show-xlarge-only, .show-xlarge-up, .show-xxlarge-only, .show-xxlarge-up {
    display: none !important;
  }
}
@media only screen and (min-width:1025px) {
  .hide-small-only, .show-small-up, .hide-small, .hide-small-down, .hide-medium-only, .show-medium-up, .hide-medium, .hide-medium-down, .hide-large-only, .show-large-up, .hide-large, .hide-large-down, .show-xlarge-only, .show-xlarge-up, .hide-xxlarge-only, .hide-xxlarge-up {
    display: inherit !important;
  }
  .show-small-only, .hide-small-up, .show-small, .show-small-down, .show-medium-only, .hide-medium-up, .show-medium, .show-medium-down, .show-large-only, .hide-large-up, .show-large, .show-large-down, .hide-xlarge-only, .hide-xlarge-up, .show-xxlarge-only, .show-xxlarge-up {
    display: none !important;
  }
}
@media only screen and (min-width:1201px) {
  .hide-small-only, .show-small-up, .hide-small, .hide-small-down, .hide-medium-only, .show-medium-up, .hide-medium, .hide-medium-down, .hide-large-only, .show-large-up, .hide-large, .hide-large-down, .hide-xlarge-only, .show-xlarge-up, .show-xxlarge-only, .show-xxlarge-up {
    display: inherit !important;
  }
  .show-small-only, .hide-small-up, .show-small, .show-small-down, .show-medium-only, .hide-medium-up, .show-medium, .show-medium-down, .show-large-only, .hide-large-up, .show-large, .show-large-down, .show-xlarge-only, .hide-xlarge-up, .hide-xxlarge-only, .hide-xxlarge-up {
    display: none !important;
  }
}
/* Print */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}