/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

body .content-area {
    margin-top: 0;
    margin-bottom: 0;
}

/* Increase container width */
.page-top{
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: inset -1px -8px 0 #dcdcdc;
    background-color: #f6f6f6;
    text-align: center;
}

.loop-product__message{
    background-color: #f2f2f2;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #9a9a99;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.wp-loop-title__container{
    min-height: 150px;
}

.loop-product_sku{
    text-align: center;
    margin-bottom: 26px;
    color: #040404;
    text-transform: uppercase;
}

.loop-product__attributes li{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #040404;
    border-bottom: 1px solid #ececec;
    padding: 2px 0;
    align-items: center;
}

.loop-product__attributes-value{
    color: #0a0a0a;
    font-weight: 500;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border-radius: 0;
    box-shadow: none;
}

.loop-add-to-cart__product a .kadence-svg-iconset.svg-baseline{
    display: none;
}

ul.woo-archive-loop li:hover, ul.product-archive > li:hover{
    background:#f2f2f2;
}
ul.woo-archive-loop li.loop-entry:hover, ul.product-archive > li.loop-entry:hover{
    box-shadow: 0 3px 14px 2px rgb(225 222 219 / 67%);
}
ul.woo-archive-loop > li, ul.product-archive > li {
    height: 100%;
    transition: all .2s;
    border:1px solid #ababab;
}

ul.woo-archive-loop .woosc-btn, ul.woo-archive-loop .woosw-btn, ul.product-archive .woosc-btn, ul.product-archive .woosw-btn, .wp-block-kadence-rowlayout .woosw-btn, .wp-block-kadence-rowlayout .woosc-btn{
    color: #ababab;
    display: inline-flex;
    align-items: center;
    width: 48px;
    height: 54px;
    border: 1px solid #ababab;
    position: relative;
    outline: 0!important;
    cursor: pointer;
    background: transparent;
    justify-content: center;
    border-radius: 0;
}
.wp-block-kadence-rowlayout .woosw-btn, .wp-block-kadence-rowlayout .woosc-btn{
    height: 42px;
}
.home .kwt-add-to-cart-loop a{
    margin-top:7px;
}
.wc-block-mini-cart__button:hover:not([disabled]){
    opacity: 1;
    color:black;
    background: white;
    border-radius: 0;
    border:none;
    box-shadow: none;
}
.archive.tax-product_cat .grid-cols{
    column-gap: 1.6rem;
    row-gap: 1.6rem;
}

/* Single Product page styles */

.single.single-product .loop-product_sku{
    text-align: left;
}
.single.single-product .loop-product__attributes{
    margin:0;
    font-size: 18px;
    padding: 5px 0;
}
.single.single-product .loop-product__attributes li{
    color: #a09f9f;
    font-size: 18px;
    padding: 5px 0;
} 

.single.single-product .loop-product__attributes-value{
    padding: 0 3rem;
}



@media only screen and (max-width: 480px) {

.header-cart-label{
	 display: none;
}
.wp-block-navigation-item__label {
    font-size: 18px;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item{
	    padding-top: 7px;
    padding-bottom: 7px;
}
.wp-block-navigation__submenu-container{
	 width: 100% !important;
}
  #kt-layout-id_b5b21c-bf > .kt-row-column-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
}
li.type-product {
    width: 320px !important;
    padding: 20px 0 25px;
}
.entry-content-wrap {
     padding: 0 !important; 
}
.tax-product_cat li.type-product {
    width: 100% !important;
}
.wp-block-kadence-column.inner-column-2.kadence-column_8a20a6-1d.kb-section-dir-vertical {
    width: 200px;
}
.kt-row-column-wrap.kt-has-3-columns.kt-gutter-none.kt-v-gutter-default.kt-row-valign-middle.kt-row-layout-equal.kt-tab-layout-inherit.kt-m-colapse-left-to-right.kt-mobile-layout-row.kt-custom-first-width-20.kt-custom-second-width-60.kt-custom-third-width-20 {
    flex-direction: row;
}
.kt-mobile-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
    margin-bottom: 0px !important; 
}
.wp-block-kadence-column.inner-column-1.kadence-column_44d9cb-a7 {
    width: 50px;
}
.wp-block-kadence-column.inner-column-3.kadence-column_c8f805-71 {
    width: 50px;
}
div#modal-1-content {
    width: 100%;
    display: flex;
}
#kt-layout-id_fa15c5-4b > .kt-row-column-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex-direction: column;
}

/* single product page styles */ 

.single-product .kwt-price-wrap{
	margin-top: 10px;
}
.single-product .cart{
	display: block !important;
}

.single-product .quantity{
	display: block;
    border-bottom: 2px solid #eeb371;
    padding-bottom: 20px;
    width: 100%;
}
.single-product .single_add_to_cart_button{
	margin-top: 20px;
        width: 60%;
    margin-left: 60px;
}


/* main menu styles */ 
.header-social-item .social-label{
	font-size: 15px;
    line-height: 17px;
}
.header-mobile-social-wrap {
    margin: 0 !important;
}
.header-mobile-account-in-wrap{
	padding-right: 10px;
}
.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
    padding-left: 0;
}

.tfc-logo-slider .kb-theme-content-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.content-area{
 background-color: var(--global-palette9);
}
}



@media only screen and (max-width: 1024px) {

.page li.type-product {
    width: 300px !important;
    padding: 20px 0 25px;
}

.header-mobile-account-in-wrap{
	padding-right: 10px;
}

.mobile-navigation ul li a{
    font-size: 18px;
}
.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
    padding-left: 0;
}

/* single product page */ 

.single-product .woocommerce-product-gallery .product_image {
    max-width: 100% !important;
}
.single-product .kt-row-column-wrap.kt-has-2-columns.kt-gutter-default.kt-v-gutter-default.kt-row-valign-top.kt-row-layout-right-golden.kt-tab-layout-inherit.kt-m-colapse-left-to-right.kt-mobile-layout-row.kt-custom-first-width-40.kt-custom-second-width-60 {
    display: block;
}
.single-product .kt-row-column-wrap.kt-has-2-columns.kt-gutter-default.kt-v-gutter-default.kt-row-valign-top.kt-row-layout-right-golden.kt-tab-layout-inherit.kt-m-colapse-left-to-right.kt-mobile-layout-row.kt-custom-first-width-65.kt-custom-second-width-35 {
    display: block;
}
.single-product .kt-row-column-wrap.kt-has-1-columns.kt-gutter-default.kt-v-gutter-default.kt-row-valign-middle.kt-row-layout-equal.kt-tab-layout-inherit.kt-m-colapse-left-to-right.kt-mobile-layout-row.kb-theme-content-width {
	 padding-left: 0 !important;
    padding-right: 0 !important;
}
.kadence-column_75cc6b-6a{
	padding-top: 10px;
    padding-left: 25px;
    width: 100% !important;
}
.kadence-column_0727d5-35{
	margin-right: 0px !important;
}
.kt-accordion-panel{
	margin-top: 18px;
}


/* home page */ 
.tfc-logo-slider .kt-has-1-columns{
	padding-left: 0rem !important;
    padding-right: 0rem !important;
} 
.tfc-footer .kt-has-2-columns{
	padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.site-container{
 padding-left: 0rem !important;
    padding-right: 0rem !important; 
}

/* product category page */ 

.tax-product_cat .grid-sm-col-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tax-product_cat.woocommerce ul.products li.product .kwt-image-wrap.kwt-image-full.wp-block-kadence-wootemplate-blocks-image img {
    width: 70% !important;
}
.tax-product_cat .loop-add-to-cart__product{
    margin-left: 14px;
}
.tax-product_cat .kt-has-2-columns.kt-custom-first-width-25>.wp-block-kadence-column.inner-column-1 {
    flex: 0 1 60% !important;
}


/* shop page */ 

.woocommerce-shop .grid-sm-col-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.woocommerce-shop.woocommerce ul.products li.product .kwt-image-wrap.kwt-image-full.wp-block-kadence-wootemplate-blocks-image img {
    width: 70% !important;
}
.woocommerce-shop .kt-has-2-columns.kt-custom-first-width-25>.wp-block-kadence-column.inner-column-1 {
    flex: 0 1 60% !important;
}

/* Cart page */ 

.woocommerce-cart .entry-content-wrap{
	padding: 0;
}

}

/* Home Page Mega Menu */
#primary-menu > li{
	border-right:1px solid #c7c7c7; 
}
#primary-menu > li:last-child{
	border-right:none;
}




/* Cart Page Styles */

.woocommerce-cart-form .shop_table{
  border: 1px solid #a0aec0;
  margin-top: 15px !important;
}

.kadence-woo-cart-form-wrap .cart-collaterals .shop_table{
  border: 1px solid #a0aec0;
}
.woocommerce-cart-form{
	margin-top: 15px !important;
}

/* Energy saving label image width */
.woocommerce .loop-product__attributes-value a.popup-link img,
.woocommerce-page .loop-product__attributes-value a.popup-link img,
.woocommerce ul.products li.product .loop-product__attributes-value a.popup-link img {
    width: 90px;
    padding: 5px 0;
}

/* BEGIN - Custom CSS for the new sub menus */
.borderleft {
    border-right: 1px solid #c7c7c7 !important;
}

.new-submenu-row .wp-block-kadence-image {
    min-height: 120px;
}

.new-submenu-row .wp-block-kadence-image .aligncenter {
    margin-left: 0;
}

.new-submenu-row .menuList {
    list-style: none;
    padding-left: 0em !important;
    text-align: left;
    margin: 0em;
}

.new-submenu-row .wp-block-kadence-advancedheading a,
.new-submenu-row .menuList a {
    text-decoration: none;
    color: #3E4C59;
}
/* END - Custom CSS for the new sub menus */

/* START - Mobile Menu Styling */
div#mobile-drawer .drawer-inner {
    max-width: 100%;
    background: #fff;
    color: #000;
}

div#mobile-drawer  .drawer-content {
    padding: 0;
}

div#mobile-drawer .borderleft {
    border-right: unset !important;
}

div#mobile-drawer .drawer-nav-drop-wrap a,
div#mobile-drawer .mobile-navigation ul li > a,
div#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
    color: #0a0a0a;
}

div#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
div#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) a {
    border-color: #e5efe2;
}

div#mobile-drawer .mobile-navigation ul li a {
    padding: 1rem 1rem;
    line-height: 1rem;
}

div#mobile-drawer .mobile-navigation ul.menuList li {
    margin-left: 1.5rem;
}

div#mobile-drawer ul.sub-menu .kt-row-column-wrap {
    padding: 0;
    row-gap: 0;
}

div#mobile-drawer ul.sub-menu .wp-block-kadence-image {
    display: none;
}

div#mobile-drawer ul.sub-menu .wp-block-kadence-advancedheading {
    padding: 1rem 1rem;
    border-bottom: 1px solid #e5efe2;
    margin: 0;
    line-height: 1rem;
}

div#mobile-drawer .wp-block-kadence-column > .kt-inside-inner-col {
    min-height: auto;
    padding: 0;
}

div#mobile-drawer ul.sub-menu .kb-row-layout-wrap,
div#mobile-drawer ul.sub-menu .wp-block-kadence-column{
    margin: 0;
    width: 100%;
}

div#mobile-drawer ul.sub-menu {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 50px;
    margin-left: 120%;
    transition: all .3s;
}

div#mobile-drawer ul.sub-menu.show-drawer {
    margin-left: 0;
}

div#mobile-drawer .drawer-nav-drop-wrap .drawer-sub-toggle {
	font-size: 25px;
    border-color: #e5efe2 !important;
    border-left: unset;
    padding: 0 2rem;
    outline: unset;
    background: #fff;
}

div#mobile-drawer .drawer-nav-drop-wrap .drawer-sub-toggle .kadence-svg-iconset {
    transform: rotate(90deg);
}

div#mobile-drawer .drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded="true"] {
	position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 1rem;
    z-index: 99;
    padding: 10px 1.5rem;
    text-align: right;
    font-size: 30px;
}

div#mobile-drawer .drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded="true"] .kadence-svg-iconset {
    transform: rotate(90deg);
}
/* END - Mobile Menu Styling */



/* from old theme styling */

@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
a {
  line-height: inherit;
  color: #cc7007;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #af6006;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 83.75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

.text-justify {
  text-align: justify;
}
.show-for-print {
  display: none !important;
}
.align-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

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

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

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

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.align-center-middle {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.row {
  max-width: 83.75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-flex: 0 0 14.2857142857%;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 83.75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.cell.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}
.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

.cell .grid-y.grid-frame {
  height: 100%;
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #cc7007;
  color: #fefefe;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #ad5f06;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #cc7007;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: #a35a06;
  color: #0a0a0a;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #cc7007;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #cc7007;
  color: #0a0a0a;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #cc7007;
  color: #cc7007;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #663804;
  color: #663804;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #cc7007;
  color: #cc7007;
}
.button.hollow.primary {
  border: 1px solid #cc7007;
  color: #cc7007;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #663804;
  color: #663804;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #cc7007;
  color: #cc7007;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #cc7007;
  color: #cc7007;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #663804;
  color: #663804;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #cc7007;
  color: #cc7007;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #cc7007;
  color: #cc7007;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #663804;
  color: #663804;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #cc7007;
  color: #cc7007;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #cc7007;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #cc7007;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #cc7007;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}
.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #cc7007;
}
.tabs.primary > li > a {
  color: #0a0a0a;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #c26a07;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #cc7007;
}
[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #af6006;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #cc7007;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
[data-whatinput='mouse'] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.expanded li {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.simple {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #cc7007;
  color: #fefefe;
}
.menu .active > a {
  background: #cc7007;
  color: #fefefe;
}
.menu.align-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #cc7007 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #cc7007 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #cc7007;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #cc7007;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #cc7007 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #cc7007 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #cc7007 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #cc7007;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #cc7007 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #cc7007;
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #cc7007 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #cc7007;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fefefe;
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fefefe;
}
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
.reveal.collapse {
  padding: 0;
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
.reveal.collapse {
  padding: 0;
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
.reveal.without-overlay {
  position: fixed;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?c0exkd");
  src: url("../fonts/icomoon.eot?c0exkd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c0exkd") format("truetype"), url("../fonts/icomoon.woff?c0exkd") format("woff"), url("../fonts/icomoon.svg?c0exkd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-refresh:before {
  content: "\e901";
}

.icon-favorite-heart-button-1:before {
  content: "\e900";
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}


html {
  background-color: #f6f6f6;
}

.button,
button {
  cursor: pointer;
  outline: none !important;
}

.carousel-cell {
  min-height: 100%;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*
[viewport-animate]{
  opacity: 0;
  transform: translate(0, 50px);
//  transition(all, 0.6s, ease-in-out);
  transition: all 0.6s ease-in-out;
  will-change: transform, opacity;

  &.visible {
    opacity: 1;
    transform: translate(0,0);
  }
}
*/
.animated {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(600px, 0, 0);
            transform: translate3d(600px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(600px, 0, 0);
            transform: translate3d(600px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.header {
  position: relative;
  z-index: 100;
}
.header__1 {
  background-color: #464646;
  height: 56px;
}
.header__1-links {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 0 !important;
}
.header__1-links a {
  color: #fefefe !important;
  display: inline-block;
  margin-left: 10px;
}
.header__1-links i {
  margin-right: 5px;
  vertical-align: middle;
}
.header__1 .repair-link {
  color: #fefefe;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.header__1 .repair-link svg {
  height: 16px;
  width: 16px;
  fill: #fefefe;
}
.header__1 .sep {
  display: inline-block;
  padding: 0 5px;
  color: #fefefe;
}
.header__1 #menu-top-menu {
  display: none;
}
.header__1 [data-i] {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header__1 .dropdown.menu > li > a {
  background: transparent;
  color: #fefefe;
  text-transform: uppercase;
}
.header__1 .dropdown.menu > li:hover > a {
  color: #0a0a0a;
}
.header__1 .is-dropdown-submenu {
  list-style: none;
  background-color: #df753a;
  border: 0;
  right: auto !important;
  left: 0 !important;
}
.header__1 .is-dropdown-submenu > li {
  margin-bottom: 5px;
}
.header__1 .dropdown .is-dropdown-submenu a {
  color: #fefefe;
  line-height: 120%;
}
.header__1 .dropdown .is-dropdown-submenu a:hover {
  color: #0a0a0a;
}
.header__1 .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #fefefe transparent transparent;
}
.header__1 .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after {
  border-color: #0a0a0a transparent transparent;
}
.header__2 {
  background-color: #707070;
  padding-top: 10px;
  padding-bottom: 15px;
}
.header__3 {
  background-color: #707070;
}
.header__logo {
  display: inline-block;
}
.header__logo img {
  height: 44px !important;
  width: auto !important;
  max-width: none !important;
}
.header__cart {
  position: relative;
  outline: none !important;
  display: inline-block;
}
.header__cart-holder {
  height: 40px;
}
.header__cart-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  background-color: transparent;
  position: relative;
  color: #0a0a0a;
}
.header__cart-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 23px;
}
.header__cart-totals {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
}
.header__cart-totals .header-totals {
  display: inline-block;
}
.header__cart-totals .woocommerce-Price-amount {
  color: #f4a042;
  font-weight: 500;
}
.header__phone {
  display: inline-block;
  background-color: #cc7007;
  font-size: 16px;
  color: #fefefe !important;
  height: 56px;
  line-height: 56px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  position: relative;
  margin-left: -10px;
  margin-right: 10px;
}
.header__phone i {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.header .menu-trigger {
  font-size: 30px;
}
.header .dgwt-wcas-search-wrapp {
  margin: 0;
}
.header .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #d7d7d7 !important;
}
.header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  opacity: 1 !important;
  fill: #c2c2c2 !important;
}
.header__menu .menu {
  background-color: #707070;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header__menu .menu > li {
  border-right: 1px solid #fefefe;
}
.header__menu .menu > li:last-child {
  border-right: 0;
}
.header__menu .menu > li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fefefe;
  padding: 10px 15px !important;
  background-color: #707070;
}
.header__menu .menu > li a:after {
  display: none !important;
}
.header__menu .menu > li:hover a {
  color: #f4a042;
}
.header__menu .sub-menu {
  margin: 0;
  list-style: none;
  padding: 16px;
  box-shadow: 0 4px 4px 0px rgba(10, 10, 10, 0.1);
}
.header__menu .sub-menu > li a {
  background-color: #fefefe;
}
.header__menu .has-multi {
  position: static;
}
.header__menu .has-multi .sub-menu {
  left: 0;
  width: 100%;
  border: 0 !important;
}
.header__menu .has-multi .sub-menu li a {
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 16px;
}
.header__menu .has-multi .sub-menu li img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 100%;
  height: 70px;
}
.header__menu .has-multi .sub-menu li:hover a {
  color: #f4a042;
}
.header__menu .is-dropdown-submenu.js-dropdown-active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}
.header #menu-main-menu {
  display: none;
}
.header #menu-main-menu[data-i] {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.side-panel {
  z-index: 1000000000;
  position: fixed;
  width: 100%;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fefefe;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  height: calc(100% - 120px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.side-panel.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.side-panel .search-form {
  padding: 15px;
  background-color: #a2cf9e;
}
.side-panel .search-form input {
  margin-bottom: 0;
  box-shadow: none;
}
.side-panel .mobile-menu {
  margin: 0;
}
.side-panel .mobile-menu ul {
  margin: 0;
}
.side-panel .mobile-menu a {
  color: #0a0a0a;
  font-size: 18px;
  outline: none !important;
  border-bottom: 1px solid #e5efe2;
}
.side-panel .mobile-menu a:hover {
  color: #cc7007;
}
.side-panel .mobile-menu a img {
  display: none;
}
.side-panel .mobile-menu.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #0a0a0a;
}
.side-panel .mobile-menu.drilldown .js-drilldown-back > a::before {
  border-color: transparent #0a0a0a transparent transparent;
}
.side-panel .mobile-menu.drilldown .js-drilldown-back > a {
  background-color: #f6f6f6;
}
.side-panel .mobile-menu .current-menu-item > a {
  color: #cc7007;
}
.side-panel .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #278b44;
  color: #fefefe;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
}
[data-whatinput='mouse'] .side-panel .button {
  outline: 0;
}
.side-panel .button:hover, .side-panel .button:focus {
  background-color: #1f6f36;
  color: #fefefe;
}

.slider {
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.slider.flickity-enabled {
  opacity: 1;
  visibility: visible;
}
.slider img {
  display: block;
  width: 100%;
  height: auto;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
  /*
      @include breakpoint(large) {
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
      }
      */
}
.slider .carousel-cell {
  width: 100%;
  text-align: center;
  /*
      @include breakpoint(large) {
          height: 550px;
      }
      */
}
.slider .carousel-cell.is-selected img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slider .flickity-page-dots {
  bottom: -30px;
  z-index: 10;
}
.slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #ababab;
  margin: 0 4px;
}
.slider .flickity-page-dots .dot.is-selected {
  background-color: #d0832c;
}

.features-carousel__holder {
  box-shadow: inset -1px -8px 0 #f9f9f9;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.features-carousel__holder > .grid-container {
  height: 100%;
}
.features-carousel__holder > .grid-container > .grid-x {
  height: 100%;
}
.features-carousel:after {
  content: "flickity";
  display: none;
}
.features-carousel .carousel-cell {
  text-align: center;
}
.features-carousel .carousel-cell svg {
  height: 50px;
  width: auto;
  fill: #d17a16;
}
.features-carousel__title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 13px;
  text-transform: uppercase;
}

.featured-products {
  margin-top: 60px;
  margin-bottom: 30px;
}
.featured-products h3 {
  color: #1d1d1c;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.featured-categories-carousel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.featured-categories-carousel .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b7b7b7;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
}
.featured-categories-carousel .item__image {
  width: 100%;
  position: relative;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-categories-carousel .item__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.featured-categories-carousel .item__image img {
  display: block;
}
.featured-categories-carousel .item__title {
  width: 100%;
  color: #1d1d1c;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid #b7b7b7;
  text-align: center;
  padding: 5px;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featured-carousel {
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.featured-carousel.flickity-enabled {
  opacity: 1;
  visibility: visible;
}
.featured-carousel .carousel-cell {
  width: 320px;
  margin-right: 20px;
  padding: 20px 0 25px 0;
}
.featured-carousel .flickity-page-dots {
  bottom: -50px;
}
.featured-carousel .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #ababab;
  margin: 0 4px;
}
.featured-carousel .flickity-page-dots .dot.is-selected {
  background-color: #d0832c;
}
.featured-carousel .loop-product:hover {
  -webkit-transform: none;
          transform: none;
}

.partners-carousel {
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in;
}
.partners-carousel.flickity-enabled {
  opacity: 1;
  visibility: visible;
}
.partners-carousel .carousel-cell {
  margin-right: 20px;
}
.partners-carousel img {
  max-width: none;
}
.partners-carousel .flickity-button {
  display: none;
}
.partners-carousel .flickity-prev-next-button.previous {
  left: -50px;
}
.partners-carousel .flickity-prev-next-button.next {
  right: -50px;
}
.partners-carousel .flickity-button {
  background: transparent !important;
  color: #696969;
}
.partners-carousel .flickity-button-icon {
  fill: #696969;
}

.page-top {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: inset -1px -8px 0 #f9f9f9;
  background-color: #f6f6f6;
  text-align: center;
  margin-bottom: 20px;
}
.page-top__title {
  color: #000000;
  font-family: Rubik;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-main {
  color: #959494;
  padding-top: 40px;
  padding-bottom: 30px;
}
.page-template-landing-page .page-main {
  padding-top: 0;
}
.page-main .top-image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.page-main h1 {
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-main h3 {
  color: #0a0a0a;
  font-size: 24px;
  margin-bottom: 20px;
}
.page-main p {
  margin-bottom: 20px;
}
.page-main ul {
  list-style: disc;
  margin: 0 0 30px 30px;
}
.page-main ol {
  list-style: decimal;
  margin: 0 0 30px 30px;
}
.page-main li {
  margin-bottom: 15px;
}
.page-main .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.page-main .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.page-main blockquote {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  border-left: 2px solid #de7338;
  font-style: italic;
}
.page-main .su-accordion {
  margin-bottom: 30px !important;
}
.page-main .su-accordion .su-spoiler {
  margin-bottom: 2px !important;
}
.page-main .su-accordion .su-spoiler-title {
  min-height: 24px !important;
  line-height: 24px !important;
  padding: 15px 40px 15px 20px !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  background-color: #d36830;
  color: #fefefe;
}
.page-main .su-accordion .su-spoiler-closed .su-spoiler-title {
  background-color: #0a0a0a;
}
.page-main .su-accordion .su-spoiler-icon {
  left: auto !important;
  right: 20px !important;
  top: 50% !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-main .su-note {
  background-color: #d36830 !important;
  color: #fefefe !important;
  text-align: center;
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 30px !important;
}
.page-main .su-note-inner {
  background-color: #d36830 !important;
  color: #fefefe !important;
  text-align: center;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 30px !important;
}
.page-main .su-note h3 {
  margin-bottom: 5px !important;
  color: #fefefe !important;
}
.page-main .su-note a {
  color: #fefefe;
}
.sidebar__inner {
  padding: 20px;
  border: 1px solid #cbcbcb;
}
.sidebar .filter-trigger {
  background-color: #acacac;
  color: #fefefe;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.sidebar h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
.products .product {
  width: 100%;
  overflow: hidden;
}

.archive .category__image,
.search-results .category__image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.archive .category__title,
.search-results .category__title {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.archive .category__meta-head .category__title,
.search-results .category__meta-head .category__title {
  width: 320px;
}

.loop-product {
  border: 1px solid #ababab;
  height: 100%;
  transition: all 0.2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
  /*
    @include breakpoint(large) {
        &:hover {
            transform: scale(1.05);
            background-color: #f2f2f2;
            box-shadow: 0 3px 14px 2px rgba(225, 222, 219, 0.67);

            .loop-product {

                &__body {
                    //  background-color: #f2f2f2;
                }

                &__title {
                    color: #d17a16;
                }

                &__top {
                    color: #d17a16;
                }
            }
        }
    }

    */
}
.loop-product__image {
  text-align: center;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ababab;
  background-color: #fefefe;
  position: relative;
  padding: 15px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.loop-product__image img {
  max-width: 100%;
  display: block;
}
.loop-product__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.loop-product__sale {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.loop-product__sale span {
  display: block;
  background-color: #d0832c;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 6px 10px;
  margin-bottom: 8px;
  max-width: 90px;
}
.loop-product__sale span.onsale-black {
  background-color: #0a0a0a;
}
.loop-product__sale span.onsale-blue {
  background-color: #00a4a8;
}
.loop-product__outstock {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #d0832c;
  color: #fefefe;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: -0.16px;
  padding: 4px 6px;
  white-space: nowrap;
}
.loop-product__body {
  padding: 20px 20px 0 20px;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.loop-product__top {
  text-align: center;
  margin-bottom: 26px;
  color: #040404;
}
.loop-product__title {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  color: #040404;
  line-height: 24px;
}
.loop-product__sku {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.loop-product__message {
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #9a9a99;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.loop-product__call-for-price {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #e37c08;
}
.loop-product__price {
  margin-bottom: 10px;
  text-align: center;
}
.loop-product__price span.price {
  color: transparent !important;
}
.is-sale .loop-product__price span.price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.loop-product__price .woocommerce-Price-amount {
  font-size: 28px;
  font-weight: 500;
  color: #e37c08;
  line-height: 100%;
}
.loop-product__price del .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 300;
  color: #a9a8a8;
  -webkit-text-decoration-color: #a9a8a8;
          text-decoration-color: #a9a8a8;
  opacity: 1 !important;
  text-decoration: line-through;
}
.loop-product__price ins {
  margin-left: 15px;
}
.loop-product__price ins .woocommerce-Price-amount {
  text-decoration: none;
}
.loop-product__addtocart .button {
  display: block !important;
  width: 100%;
  text-transform: uppercase;
  color: #d0832c !important;
  font-size: 13px !important;
  font-weight: 700;
  border: 1px solid #ce7005 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 16px 0 !important;
  white-space: nowrap;
}
.loop-product__attributes {
  list-style: none !important;
  margin: 0 0 20px 0 !important;
}
.loop-product__attributes li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #040404;
  border-bottom: 1px solid #ececec;
  padding: 2px 0;
}
.loop-product__attributes li:last-child {
  margin-bottom: 0;
}
.loop-product__attributes-value {
  color: #0a0a0a;
  font-weight: 500;
}
.loop-product__bottom {
  display: grid;
  grid-template-columns: -webkit-min-content auto -webkit-min-content;
  grid-template-columns: min-content auto min-content;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20px 20px 20px;
}
.loop-product__bottom .woosw-btn,
.loop-product__bottom .wooscp-btn {
  width: 46px;
  height: 46px;
  border: 1px solid #ababab;
  position: relative;
  outline: none !important;
  color: transparent;
  cursor: pointer;
}
.loop-product__bottom .woosw-btn:before,
.loop-product__bottom .wooscp-btn:before {
  content: "\e634" !important;
  color: #ababab;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 19px;
  font-family: "themify" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.loop-product__bottom .woosw-btn.woosw-added:before, .loop-product__bottom .woosw-btn.wooscp-btn-added:before,
.loop-product__bottom .wooscp-btn.woosw-added:before,
.loop-product__bottom .wooscp-btn.wooscp-btn-added:before {
  color: #ce7005;
}
.loop-product__bottom .wooscp-btn:before {
  content: "\e692" !important;
}

.load-more {
  text-align: center;
}
.load-more .fwp-load-more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #d0832c;
  color: #fefefe;
  margin: 30px 0 60px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none !important;
}
[data-whatinput='mouse'] .load-more .fwp-load-more {
  outline: 0;
}
.load-more .fwp-load-more:hover, .load-more .fwp-load-more:focus {
  background-color: #a66923;
  color: #fefefe;
}

.woocommerce-breadcrumb span:last-of-type {
  display: none;
}

.product__summary {
  margin-bottom: 40px;
}
.product__summary h1 {
  color: #040404;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  font-weight: 500;
}
.product__summary-meta {
  color: #040404;
  font-size: 16px;
}
.product__summary-meta svg {
  vertical-align: middle;
  margin-right: 5px;
}
.product__summary-sku {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.product__summary-attributes {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.product__summary-attributes-label {
  width: 200px !important;
  color: #a09f9f;
  font-weight: 400;
}
.product__summary-attributes li {
  border-bottom: 1px solid #e3e1dd;
  font-size: 18px;
  color: #050505;
  font-weight: 500;
  padding: 5px 0;
}
.product__summary-attributes li:last-child {
  border-bottom: 0;
}
.product__images {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.product__images .flex-control-nav {
  margin-top: 20px !important;
}
.product__sale {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.product__sale span {
  display: block;
  background-color: #d0832c;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 6px 10px;
  margin-bottom: 8px;
  max-width: 90px;
  text-align: center;
}
.product__sale span.onsale-black {
  background-color: #0a0a0a;
}
.product__sale span.onsale-blue {
  background-color: #00a4a8;
}
.product .images {
  float: none !important;
  width: 100% !important;
}
.product .images .woocommerce-product-gallery__image--placeholder {
  border: 0 !important;
}
.product .images .magic-slide {
  border: 1px solid #ecebeb;
}
.product .images .MagicToolboxSelectorsContainer {
  margin-top: 20px;
}
.product .images .MagicToolboxSelectorsContainer .mz-thumb {
  border: 1px solid #ecebeb;
}
.product__add_to_cart {
  background-color: #f8ecdf;
  padding: 35px;
}
.product--has-ean .product__add_to_cart, .product--has-mpn .product__add_to_cart {
  width: 100%;
}
.product__add_to_cart .stock {
  display: none;
}
.product__add_to_cart-vat-label {
  color: #d0832c;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product__add_to_cart-recycling {
  color: #868585;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product__add_to_cart-price span.price {
  color: transparent !important;
}
.product__add_to_cart-price .woocommerce-Price-amount {
  font-size: 36px;
  font-weight: 500;
  color: #e37c08;
  line-height: 100%;
}
.product__add_to_cart-price del .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 300;
  color: #a9a8a8;
  -webkit-text-decoration-color: #a9a8a8;
          text-decoration-color: #a9a8a8;
  opacity: 1 !important;
  text-decoration: line-through;
}
.product__add_to_cart-price ins {
  margin-left: 15px;
  text-decoration: none;
}
.product__call-for-price {
  color: #d0832c;
  font-size: 20px;
  font-weight: 500;
}
.product__low-stock {
  margin: 30px 0;
  background-color: #fefefe;
  padding: 10px 15px;
  font-size: 14px;
}
.product__low-stock.outstock {
  margin-bottom: 0;
}
.product .cart {
  margin-bottom: 0 !important;
  border-top: 1px solid #d0832c;
  padding-top: 20px;
  margin-top: 20px;
}
.product .cart div.product-addon-totals {
  display: none;
}
.product .cart .wc-pao-addon {
  margin-top: 0;
}
.product .cart .wc-pao-addon .form-row {
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}
.product .cart .wc-pao-addon .wc-pao-addon-name {
  color: #040404;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}
.product .cart__quantity {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d0832c;
}
.product .cart__quantity .quantity {
  margin: 0 !important;
}
.product .cart__quantity .quantity.hidden {
  display: none;
}
.product .cart__quantity .quantity input {
  margin-bottom: 0;
}
.product .cart__quantity-label {
  color: #040404;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.product .cart__quantity-label span {
  color: #d0832c;
}
.product__content {
  margin-top: 40px;
}
.product__video {
  margin-bottom: 30px;
}
.product .accordion {
  margin-top: 34px;
  background-color: transparent;
}
.product .accordion .accordion-item {
  margin-bottom: 10px;
}
.product .accordion .accordion-title {
  padding: 1.25rem 1rem;
  border: 1px solid #cccccc;
  background-color: #f6f6f6;
  color: #000000;
  font-size: 18px;
}
.product .accordion .accordion-content {
  border: 0;
  background-color: transparent;
}

.upsells,
.cross-sells {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.upsells h2,
.cross-sells h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.upsells .products,
.cross-sells .products {
  display: block;
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.upsells .products.flickity-enabled,
.cross-sells .products.flickity-enabled {
  opacity: 1;
  visibility: visible;
}
.upsells .products .product,
.cross-sells .products .product {
  width: 320px !important;
  max-width: 100% !important;
  margin-right: 20px;
  padding: 20px 0 25px 0;
}

.landing-tabs {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #f3f3f3;
}
.landing-tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-tabs li a {
  display: block;
  color: #0a0a0a;
  text-align: center;
  padding: 20px 20px;
  min-width: 120px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.landing-tabs li a:hover, .landing-tabs li a.active {
  background-color: #0a0a0a;
  color: #fefefe;
}

.landing-grid {
  display: grid;
  row-gap: 15px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 15px;
}
.landing-grid--full {
  grid-template-columns: 1fr;
}
.landing-grid--half {
  grid-template-columns: 1fr;
}
.landing-grid--third {
  grid-template-columns: 1fr;
}
.landing-grid .grid-item {
  display: block;
  position: relative;
}
.landing-grid .grid-item:before {
  content: "";
  background-color: rgba(10, 10, 10, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-grid .grid-item__image {
  display: block;
  width: 100%;
}
.landing-grid .grid-item__inner {
  position: relative;
  color: #0a0a0a;
  padding: 24px;
  text-align: center;
  z-index: 10;
}
.landing-grid .grid-item__heading {
  font-size: 24px;
  font-weight: 500;
}
.landing-grid .grid-item__subhead {
  font-size: 16px;
  margin-top: 5px;
}
.landing-grid .grid-item__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0a0a0a;
  color: #fefefe;
  margin-bottom: 0;
  margin-top: 15px;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}
[data-whatinput='mouse'] .landing-grid .grid-item__button {
  outline: 0;
}
.landing-grid .grid-item__button:hover, .landing-grid .grid-item__button:focus {
  background-color: #0a0a0a;
  color: #fefefe;
}
.landing-grid .grid-item .play-video {
  margin-bottom: 20px;
}

.play-video {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(219, 107, 0, 0.8);
  position: relative;
  cursor: pointer;
}
.play-video:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-left-width: 28px;
  border-left-color: #fff;
  border-right-width: 0px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 5px;
}

.landing-banner {
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
.landing-banner--dark {
  background-color: #000000;
}
.landing-banner__row {
  display: grid;
  grid-template-columns: 1fr;
}
.landing-banner__column {
  position: relative;
}
.landing-banner__column--has-text-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.landing-banner__button {
  margin: 30px 40px 40px 40px;
}
.landing-banner__button a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0a0a0a;
  color: #fefefe;
  margin-bottom: 0;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}
[data-whatinput='mouse'] .landing-banner__button a {
  outline: 0;
}
.landing-banner__button a:hover, .landing-banner__button a:focus {
  background-color: #0a0a0a;
  color: #fefefe;
}
.landing-banner__column--has-text-image .landing-banner__image {
  text-align: center;
}
.landing-banner__text {
  color: #0a0a0a;
  padding: 60px 40px 40px 40px;
}
.landing-banner--dark .landing-banner__text {
  color: #fefefe;
}
.landing-banner__text h3 {
  font-size: 20px;
}
.landing-banner--dark .landing-banner__text h3 {
  color: #fefefe;
}
.landing-banner__text p {
  font-size: 14px;
}
.landing-banner__text ul,
.landing-banner__text ol {
  margin: 0 0 0 18px;
}
.landing-banner__text li {
  font-size: 14px;
  margin-bottom: 5px;
}
.landing-banner__text li:last-child {
  margin-bottom: 0;
}
.landing-banner .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer {
    /*
    &__1 {
        color: $white;
        background: $black;

        @include breakpoint(medium) {
            // background: $black;
            padding-top: 30px;
            padding-bottom: 10px;
            //   background-image: linear-gradient(90deg, #d36830 50%, #2c2c2c 50%);
        }

        @include breakpoint(large) {
            padding-top: 90px;
            padding-bottom: 50px;
        }


        .cell {
            &:nth-child(2) {
                @include breakpoint(large) {
                    padding-right: 60px !important;
                }
            }

            &:nth-child(3) {
                @include breakpoint(large) {
                    padding-left: 60px !important;
                }
            }

            @include breakpoint(small only) {
                &:nth-child(1) {
                    // background-color: #d36830;
                    padding-top: 30px;
                }

                &:nth-child(2) {
                    //  background-color: #d36830;
                    padding-bottom: 10px;
                }

                &:nth-child(3) {
                    //   background-color: #2c2c2c;
                    padding-top: 30px;
                    padding-bottom: 10px;
                }

                &:nth-child(4) {
                    //   background-color: #2c2c2c;
                }
            }

        }

        h5 {
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 15px;
            line-height: 140%;
            text-transform: uppercase;
            white-space: nowrap;
        }

        p {
            color: $white;
            font-size: 16px;
            line-height: 180%;
            margin-bottom: 20px;
        }
    }

    */
}
.footer__1 {
  color: #fefefe;
}
.footer__1 h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 140%;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__1 p {
  color: #fefefe;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 20px;
}
.footer__1 p a {
  color: #fefefe;
}
.footer__2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__2 .footer__social a {
  display: inline-block;
  margin-right: 10px;
}
.footer__3 {
  color: #0a0a0a;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__3 a {
  color: #0a0a0a;
}
.footer__3 a:hover {
  text-decoration: underline;
}
.footer__3 .sep {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*='si-wrapper'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

[class*='si-shadow-wrapper'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.298039;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.7071067812px 0.7071067812px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 15px;
  background-color: #fff;
}
.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: hidden;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
          appearance: none;
}
.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}
.si-has-border [class*='si-pointer-bg'] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}


body.home > p{ padding-left:20px; padding-right:20px; }


@media screen and (min-width: 24.375em){
  .header__logo img{
    height: 64px !important;
  }
  .side-panel{
    top: 140px;
    height: calc(100% - 140px);
  }
}

@media screen and (min-width: 25em){
  .header__phone .call{
    display: inline-block !important;
  }
}

@media print, screen and (min-width: 40em){
  .reveal, .reveal.tiny, .reveal.small, .reveal.large{
    right: auto;
    left: auto;
    margin: 0 auto;
  }
  h1, .h1{
    font-size: 3rem;
  }
  h2, .h2{
    font-size: 2.5rem;
  }
  h3, .h3{
    font-size: 1.9375rem;
  }
  h4, .h4{
    font-size: 1.5625rem;
  }
  h5, .h5{
    font-size: 1.25rem;
  }
  h6, .h6{
    font-size: 1rem;
  }
  .medium-text-left{
    text-align: left;
  }
  .medium-text-right{
    text-align: right;
  }
  .medium-text-center{
    text-align: center;
  }
  .medium-text-justify{
    text-align: justify;
  }
  .medium-order-1{
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2{
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3{
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4{
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5{
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6{
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .medium-flex-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto{
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow{
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink{
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row{
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse{
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse{
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .row .row{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .column, .columns{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-1{
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0{
    margin-left: 0%;
  }
  .medium-2{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1{
    margin-left: 8.3333333333%;
  }
  .medium-3{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2{
    margin-left: 16.6666666667%;
  }
  .medium-4{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3{
    margin-left: 25%;
  }
  .medium-5{
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4{
    margin-left: 33.3333333333%;
  }
  .medium-6{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5{
    margin-left: 41.6666666667%;
  }
  .medium-7{
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6{
    margin-left: 50%;
  }
  .medium-8{
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7{
    margin-left: 58.3333333333%;
  }
  .medium-9{
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8{
    margin-left: 66.6666666667%;
  }
  .medium-10{
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9{
    margin-left: 75%;
  }
  .medium-11{
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10{
    margin-left: 83.3333333333%;
  }
  .medium-12{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11{
    margin-left: 91.6666666667%;
  }
  .medium-up-1{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns{
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns{
    -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns{
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.medium-unstack > .column, .row.medium-unstack > .columns{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .column-block{
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child{
    margin-bottom: 0;
  }
  .grid-container{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .grid-container.fluid{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-x > .medium-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink{
    width: auto;
  }
  .grid-x > .medium-1{
    width: 8.3333333333%;
  }
  .grid-x > .medium-2{
    width: 16.6666666667%;
  }
  .grid-x > .medium-3{
    width: 25%;
  }
  .grid-x > .medium-4{
    width: 33.3333333333%;
  }
  .grid-x > .medium-5{
    width: 41.6666666667%;
  }
  .grid-x > .medium-6{
    width: 50%;
  }
  .grid-x > .medium-7{
    width: 58.3333333333%;
  }
  .grid-x > .medium-8{
    width: 66.6666666667%;
  }
  .grid-x > .medium-9{
    width: 75%;
  }
  .grid-x > .medium-10{
    width: 83.3333333333%;
  }
  .grid-x > .medium-11{
    width: 91.6666666667%;
  }
  .grid-x > .medium-12{
    width: 100%;
  }
  .grid-margin-x{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .grid-margin-x > .cell{
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .grid-margin-x > .auto{
    width: auto;
  }
  .grid-margin-x > .shrink{
    width: auto;
  }
  .grid-margin-x > .small-1{
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5{
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7{
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8{
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9{
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10{
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11{
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12{
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto{
    width: auto;
  }
  .grid-margin-x > .medium-shrink{
    width: auto;
  }
  .grid-margin-x > .medium-1{
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5{
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7{
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8{
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9{
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10{
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11{
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12{
    width: calc(100% - 1.875rem);
  }
  .grid-padding-x .grid-padding-x{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .grid-container:not(.full) > .grid-padding-x{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .grid-padding-x > .cell{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-up-1 > .cell{
    width: 100%;
  }
  .medium-up-2 > .cell{
    width: 50%;
  }
  .medium-up-3 > .cell{
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell{
    width: 25%;
  }
  .medium-up-5 > .cell{
    width: 20%;
  }
  .medium-up-6 > .cell{
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell{
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell{
    width: 12.5%;
  }
  .grid-margin-x.small-up-1 > .cell{
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell{
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell{
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell{
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell{
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell{
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell{
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell{
    width: calc(12.5% - 1.875rem);
  }
  .small-margin-collapse > .medium-1{
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2{
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3{
    width: 25%;
  }
  .small-margin-collapse > .medium-4{
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5{
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6{
    width: 50%;
  }
  .small-margin-collapse > .medium-7{
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8{
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9{
    width: 75%;
  }
  .small-margin-collapse > .medium-10{
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11{
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12{
    width: 100%;
  }
  .medium-margin-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell{
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .small-1{
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2{
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3{
    width: 25%;
  }
  .medium-margin-collapse > .small-4{
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5{
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6{
    width: 50%;
  }
  .medium-margin-collapse > .small-7{
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8{
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9{
    width: 75%;
  }
  .medium-margin-collapse > .small-10{
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11{
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12{
    width: 100%;
  }
  .medium-margin-collapse > .medium-1{
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2{
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3{
    width: 25%;
  }
  .medium-margin-collapse > .medium-4{
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5{
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6{
    width: 50%;
  }
  .medium-margin-collapse > .medium-7{
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8{
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9{
    width: 75%;
  }
  .medium-margin-collapse > .medium-10{
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11{
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12{
    width: 100%;
  }
  .medium-padding-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell{
    padding-right: 0;
    padding-left: 0;
  }
  .medium-offset-0{
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0{
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1{
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1{
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2{
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2{
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3{
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3{
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4{
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4{
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5{
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5{
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6{
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6{
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7{
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7{
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8{
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8{
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9{
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9{
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10{
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10{
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11{
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11{
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-y > .medium-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink{
    height: auto;
  }
  .grid-y > .medium-1{
    height: 8.3333333333%;
  }
  .grid-y > .medium-2{
    height: 16.6666666667%;
  }
  .grid-y > .medium-3{
    height: 25%;
  }
  .grid-y > .medium-4{
    height: 33.3333333333%;
  }
  .grid-y > .medium-5{
    height: 41.6666666667%;
  }
  .grid-y > .medium-6{
    height: 50%;
  }
  .grid-y > .medium-7{
    height: 58.3333333333%;
  }
  .grid-y > .medium-8{
    height: 66.6666666667%;
  }
  .grid-y > .medium-9{
    height: 75%;
  }
  .grid-y > .medium-10{
    height: 83.3333333333%;
  }
  .grid-y > .medium-11{
    height: 91.6666666667%;
  }
  .grid-y > .medium-12{
    height: 100%;
  }
  .grid-padding-y .grid-padding-y{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  .grid-padding-y > .cell{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .grid-margin-y{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  .grid-margin-y > .cell{
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .grid-margin-y > .auto{
    height: auto;
  }
  .grid-margin-y > .shrink{
    height: auto;
  }
  .grid-margin-y > .small-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12{
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto{
    height: auto;
  }
  .grid-margin-y > .medium-shrink{
    height: auto;
  }
  .grid-margin-y > .medium-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12{
    height: calc(100% - 1.875rem);
  }
  .medium-grid-frame{
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame{
    width: 100%;
  }
  .medium-cell-block{
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x{
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .medium-cell-block-y{
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .grid-y.medium-grid-frame{
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
  .cell .grid-y.medium-grid-frame{
    height: 100%;
  }
  .grid-margin-y{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  .grid-margin-y > .cell{
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .grid-margin-y > .auto{
    height: auto;
  }
  .grid-margin-y > .shrink{
    height: auto;
  }
  .grid-margin-y > .small-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12{
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto{
    height: auto;
  }
  .grid-margin-y > .medium-shrink{
    height: auto;
  }
  .grid-margin-y > .medium-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12{
    height: calc(100% - 1.875rem);
  }
  .grid-frame.grid-margin-y{
    height: calc(100vh + 1.875rem);
  }
  .grid-margin-y.medium-grid-frame{
    height: calc(100vh + 1.875rem);
  }
  .menu.medium-horizontal{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical{
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu{
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu{
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a{
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cc7007 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu{
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu{
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu{
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after{
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #cc7007 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #cc7007;
  }
  .position-left.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button{
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left{
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content{
    margin-left: 250px;
  }
  .position-right.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button{
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right{
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content{
    margin-right: 250px;
  }
  .position-top.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button{
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top{
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content{
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button{
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom{
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content{
    margin-bottom: 250px;
  }
  .off-canvas.in-canvas-for-medium{
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom{
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button{
    display: none;
  }
  .reveal{
    min-height: 0;
  }
  .reveal{
    width: 600px;
    max-width: 83.75rem;
  }
  .reveal.tiny{
    width: 30%;
    max-width: 83.75rem;
  }
  .reveal.small{
    width: 50%;
    max-width: 83.75rem;
  }
  .reveal.large{
    width: 90%;
    max-width: 83.75rem;
  }
  .reveal{
    min-height: 0;
  }
  .reveal{
    width: 600px;
    max-width: 83.75rem;
  }
  .reveal.tiny{
    width: 30%;
    max-width: 83.75rem;
  }
  .reveal.small{
    width: 50%;
    max-width: 83.75rem;
  }
  .reveal.large{
    width: 90%;
    max-width: 83.75rem;
  }
  .hide-for-medium{
    display: none !important;
  }
  .header__1-links a{
    margin-left: 10px;
  }
  .header__phone{
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -15px;
  }
  .features-carousel__holder{
    height: 180px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .features-carousel{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: left;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features-carousel:after{
    content: "";
  }
  .features-carousel .carousel-cell{
    width: 25%;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .featured-products{
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .featured-products h3{
    margin-bottom: 35px;
    font-size: 36px;
  }
  .featured-categories-carousel{
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .featured-categories-carousel .item__title{
    font-size: 20px;
    line-height: 24px;
  }
  .partners-carousel{
    margin-bottom: 60px;
  }
  .page-main h1{
    font-size: 30px;
  }
  .sidebar{
    width: 320px;
  }
  .products-grid{
    grid-template-columns: 1fr;
  }
  .loop-product__outstock{
    font-size: 16px;
    font-size: 16px;
    padding: 6px 10px;
  }
  .landing-banner__row{
    grid-template-columns: 1fr 1fr;
  }
  .footer__1{
    background: #0a0a0a;
    padding-top: 30px;
    padding-bottom: 10px;
    background-image: linear-gradient(90deg, #cc7007 50%, #464646 50%);
  }
  .footer__2 .footer__social a:last-child{
    margin-right: 0;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em){
  .medium-expand{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em){
  .show-for-small-only{
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em){
  .hide-for-medium-only{
    display: none !important;
  }
  .header .dgwt-wcas-search-wrapp{
    max-width: 100%;
    margin-top: 15px;
  }
}

@media all and (min-width: 800px){
  .fancybox-button--thumbs{
    display: inline-block;
  }
  .fancybox-button--thumbs span{
    font-size: 23px;
  }
  .fancybox-button--thumbs::before{
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs{
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner{
    right: 220px;
  }
  .fancybox-thumbs > ul{
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li{
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading{
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before{
    opacity: 1;
  }
}

@media print, screen and (min-width: 64em){
  .large-text-left{
    text-align: left;
  }
  .large-text-right{
    text-align: right;
  }
  .large-text-center{
    text-align: center;
  }
  .large-text-justify{
    text-align: justify;
  }
  .large-order-1{
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2{
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3{
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4{
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5{
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6{
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .large-flex-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto{
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow{
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink{
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row{
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse{
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse{
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .row .row{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .large-1{
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0{
    margin-left: 0%;
  }
  .large-2{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1{
    margin-left: 8.3333333333%;
  }
  .large-3{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2{
    margin-left: 16.6666666667%;
  }
  .large-4{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3{
    margin-left: 25%;
  }
  .large-5{
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4{
    margin-left: 33.3333333333%;
  }
  .large-6{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5{
    margin-left: 41.6666666667%;
  }
  .large-7{
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6{
    margin-left: 50%;
  }
  .large-8{
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7{
    margin-left: 58.3333333333%;
  }
  .large-9{
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8{
    margin-left: 66.6666666667%;
  }
  .large-10{
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9{
    margin-left: 75%;
  }
  .large-11{
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10{
    margin-left: 83.3333333333%;
  }
  .large-12{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11{
    margin-left: 91.6666666667%;
  }
  .large-up-1{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns{
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns{
    -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns{
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.large-unstack > .column, .row.large-unstack > .columns{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-x > .large-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink{
    width: auto;
  }
  .grid-x > .large-1{
    width: 8.3333333333%;
  }
  .grid-x > .large-2{
    width: 16.6666666667%;
  }
  .grid-x > .large-3{
    width: 25%;
  }
  .grid-x > .large-4{
    width: 33.3333333333%;
  }
  .grid-x > .large-5{
    width: 41.6666666667%;
  }
  .grid-x > .large-6{
    width: 50%;
  }
  .grid-x > .large-7{
    width: 58.3333333333%;
  }
  .grid-x > .large-8{
    width: 66.6666666667%;
  }
  .grid-x > .large-9{
    width: 75%;
  }
  .grid-x > .large-10{
    width: 83.3333333333%;
  }
  .grid-x > .large-11{
    width: 91.6666666667%;
  }
  .grid-x > .large-12{
    width: 100%;
  }
  .grid-margin-x > .large-auto{
    width: auto;
  }
  .grid-margin-x > .large-shrink{
    width: auto;
  }
  .grid-margin-x > .large-1{
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5{
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7{
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8{
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9{
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10{
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11{
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12{
    width: calc(100% - 1.875rem);
  }
  .large-up-1 > .cell{
    width: 100%;
  }
  .large-up-2 > .cell{
    width: 50%;
  }
  .large-up-3 > .cell{
    width: 33.3333333333%;
  }
  .large-up-4 > .cell{
    width: 25%;
  }
  .large-up-5 > .cell{
    width: 20%;
  }
  .large-up-6 > .cell{
    width: 16.6666666667%;
  }
  .large-up-7 > .cell{
    width: 14.2857142857%;
  }
  .large-up-8 > .cell{
    width: 12.5%;
  }
  .grid-margin-x.large-up-1 > .cell{
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell{
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell{
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell{
    width: calc(12.5% - 1.875rem);
  }
  .small-margin-collapse > .large-1{
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2{
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3{
    width: 25%;
  }
  .small-margin-collapse > .large-4{
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5{
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6{
    width: 50%;
  }
  .small-margin-collapse > .large-7{
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8{
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9{
    width: 75%;
  }
  .small-margin-collapse > .large-10{
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11{
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12{
    width: 100%;
  }
  .medium-margin-collapse > .large-1{
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2{
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3{
    width: 25%;
  }
  .medium-margin-collapse > .large-4{
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5{
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6{
    width: 50%;
  }
  .medium-margin-collapse > .large-7{
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8{
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9{
    width: 75%;
  }
  .medium-margin-collapse > .large-10{
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11{
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12{
    width: 100%;
  }
  .large-margin-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell{
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .small-1{
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2{
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3{
    width: 25%;
  }
  .large-margin-collapse > .small-4{
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5{
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6{
    width: 50%;
  }
  .large-margin-collapse > .small-7{
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8{
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9{
    width: 75%;
  }
  .large-margin-collapse > .small-10{
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11{
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12{
    width: 100%;
  }
  .large-margin-collapse > .medium-1{
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2{
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3{
    width: 25%;
  }
  .large-margin-collapse > .medium-4{
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5{
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6{
    width: 50%;
  }
  .large-margin-collapse > .medium-7{
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8{
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9{
    width: 75%;
  }
  .large-margin-collapse > .medium-10{
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11{
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12{
    width: 100%;
  }
  .large-margin-collapse > .large-1{
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2{
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3{
    width: 25%;
  }
  .large-margin-collapse > .large-4{
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5{
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6{
    width: 50%;
  }
  .large-margin-collapse > .large-7{
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8{
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9{
    width: 75%;
  }
  .large-margin-collapse > .large-10{
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11{
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12{
    width: 100%;
  }
  .large-padding-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell{
    padding-right: 0;
    padding-left: 0;
  }
  .large-offset-0{
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0{
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1{
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1{
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2{
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2{
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3{
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3{
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4{
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4{
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5{
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5{
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6{
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6{
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7{
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7{
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8{
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8{
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9{
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9{
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10{
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10{
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11{
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11{
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-y > .large-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink{
    height: auto;
  }
  .grid-y > .large-1{
    height: 8.3333333333%;
  }
  .grid-y > .large-2{
    height: 16.6666666667%;
  }
  .grid-y > .large-3{
    height: 25%;
  }
  .grid-y > .large-4{
    height: 33.3333333333%;
  }
  .grid-y > .large-5{
    height: 41.6666666667%;
  }
  .grid-y > .large-6{
    height: 50%;
  }
  .grid-y > .large-7{
    height: 58.3333333333%;
  }
  .grid-y > .large-8{
    height: 66.6666666667%;
  }
  .grid-y > .large-9{
    height: 75%;
  }
  .grid-y > .large-10{
    height: 83.3333333333%;
  }
  .grid-y > .large-11{
    height: 91.6666666667%;
  }
  .grid-y > .large-12{
    height: 100%;
  }
  .grid-margin-y > .large-auto{
    height: auto;
  }
  .grid-margin-y > .large-shrink{
    height: auto;
  }
  .grid-margin-y > .large-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12{
    height: calc(100% - 1.875rem);
  }
  .large-grid-frame{
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame{
    width: 100%;
  }
  .large-cell-block{
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x{
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .large-cell-block-y{
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .grid-y.large-grid-frame{
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
  .cell .grid-y.large-grid-frame{
    height: 100%;
  }
  .grid-margin-y > .large-auto{
    height: auto;
  }
  .grid-margin-y > .large-shrink{
    height: auto;
  }
  .grid-margin-y > .large-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12{
    height: calc(100% - 1.875rem);
  }
  .grid-frame.grid-margin-y{
    height: calc(100vh + 1.875rem);
  }
  .grid-margin-y.large-grid-frame{
    height: calc(100vh + 1.875rem);
  }
  .menu.large-horizontal{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical{
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu{
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu{
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a{
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cc7007 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu{
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu{
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu{
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after{
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #cc7007 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #cc7007;
  }
  .position-left.reveal-for-large{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button{
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left{
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content{
    margin-left: 250px;
  }
  .position-right.reveal-for-large{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button{
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right{
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content{
    margin-right: 250px;
  }
  .position-top.reveal-for-large{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button{
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top{
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content{
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button{
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom{
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content{
    margin-bottom: 250px;
  }
  .off-canvas.in-canvas-for-large{
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom{
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button{
    display: none;
  }
  .hide-for-large{
    display: none !important;
  }
  .header__1-links a{
    margin-left: 40px;
    font-size: 16px;
  }
  .header__2{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header__logo img{
    height: 33px !important;
  }
  .header__phone{
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .features-carousel .carousel-cell{
    text-align: left;
  }
  .featured-carousel .carousel-cell{
    width: calc(25% - 20px);
    margin-right: 20px;
  }
  .partners-carousel{
    margin-left: 50px;
    margin-right: 50px;
  }
  .partners-carousel .flickity-button{
    display: block;
  }
  .sidebar{
    width: 320px;
  }
  .products-grid{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .product__summary-attributes{
    margin-bottom: 30px;
  }
  .product--has-mpn .product__images .woocommerce-product-gallery{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .product--has-mpn .product__images .woocommerce-product-gallery .flex-viewport{
    box-shadow: 0 0 20px rgba(10, 10, 10, 0.3);
    margin-bottom: 40px;
  }
  .upsells .products .product,
  .cross-sells .products .product{
    width: calc(25% - 20px);
    margin-right: 20px;
  }
  .landing-grid--half{
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-grid--third{
    grid-template-columns: repeat(3, 1fr);
  }
  .landing-grid .grid-item--only-video .grid-item__inner{
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .landing-grid .grid-item__inner{
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
  }
  .footer__1{
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .footer__1 .cell:nth-child(2){
    padding-right: 60px !important;
  }
  .footer__1 .cell:nth-child(3){
    padding-left: 60px !important;
  }
  .footer__2{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em){
  .large-expand{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em){
  .show-for-medium-only{
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em){
  .hide-for-large-only{
    display: none !important;
  }
}

@media screen and (min-width: 75em){
  .xlarge-text-left{
    text-align: left;
  }
  .xlarge-text-right{
    text-align: right;
  }
  .xlarge-text-center{
    text-align: center;
  }
  .xlarge-text-justify{
    text-align: justify;
  }
  .xlarge-order-1{
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2{
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3{
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4{
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5{
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6{
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .xlarge-flex-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto{
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow{
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink{
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row{
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse{
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse{
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .row .row{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .xlarge-1{
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0{
    margin-left: 0%;
  }
  .xlarge-2{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1{
    margin-left: 8.3333333333%;
  }
  .xlarge-3{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2{
    margin-left: 16.6666666667%;
  }
  .xlarge-4{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3{
    margin-left: 25%;
  }
  .xlarge-5{
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4{
    margin-left: 33.3333333333%;
  }
  .xlarge-6{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5{
    margin-left: 41.6666666667%;
  }
  .xlarge-7{
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6{
    margin-left: 50%;
  }
  .xlarge-8{
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7{
    margin-left: 58.3333333333%;
  }
  .xlarge-9{
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8{
    margin-left: 66.6666666667%;
  }
  .xlarge-10{
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9{
    margin-left: 75%;
  }
  .xlarge-11{
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10{
    margin-left: 83.3333333333%;
  }
  .xlarge-12{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11{
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns{
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns{
    -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns{
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-x > .xlarge-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink{
    width: auto;
  }
  .grid-x > .xlarge-1{
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2{
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3{
    width: 25%;
  }
  .grid-x > .xlarge-4{
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5{
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6{
    width: 50%;
  }
  .grid-x > .xlarge-7{
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8{
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9{
    width: 75%;
  }
  .grid-x > .xlarge-10{
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11{
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12{
    width: 100%;
  }
  .grid-margin-x > .xlarge-auto{
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink{
    width: auto;
  }
  .grid-margin-x > .xlarge-1{
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5{
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7{
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8{
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9{
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10{
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11{
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12{
    width: calc(100% - 1.875rem);
  }
  .xlarge-up-1 > .cell{
    width: 100%;
  }
  .xlarge-up-2 > .cell{
    width: 50%;
  }
  .xlarge-up-3 > .cell{
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell{
    width: 25%;
  }
  .xlarge-up-5 > .cell{
    width: 20%;
  }
  .xlarge-up-6 > .cell{
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell{
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell{
    width: 12.5%;
  }
  .grid-margin-x.xlarge-up-1 > .cell{
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell{
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell{
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell{
    width: calc(12.5% - 1.875rem);
  }
  .small-margin-collapse > .xlarge-1{
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2{
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3{
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4{
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5{
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6{
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7{
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8{
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9{
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10{
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11{
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12{
    width: 100%;
  }
  .medium-margin-collapse > .xlarge-1{
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2{
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3{
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4{
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5{
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6{
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7{
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8{
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9{
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10{
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11{
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12{
    width: 100%;
  }
  .large-margin-collapse > .xlarge-1{
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2{
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3{
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4{
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5{
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6{
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7{
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8{
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9{
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10{
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11{
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12{
    width: 100%;
  }
  .xlarge-margin-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell{
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .small-1{
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2{
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3{
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4{
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5{
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6{
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7{
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8{
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9{
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10{
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11{
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12{
    width: 100%;
  }
  .xlarge-margin-collapse > .medium-1{
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2{
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3{
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4{
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5{
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6{
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7{
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8{
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9{
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10{
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11{
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12{
    width: 100%;
  }
  .xlarge-margin-collapse > .large-1{
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2{
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3{
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4{
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5{
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6{
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7{
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8{
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9{
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10{
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11{
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12{
    width: 100%;
  }
  .xlarge-margin-collapse > .xlarge-1{
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2{
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3{
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4{
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5{
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6{
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7{
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8{
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9{
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10{
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11{
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12{
    width: 100%;
  }
  .xlarge-padding-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell{
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-offset-0{
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0{
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1{
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1{
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xlarge-offset-2{
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2{
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xlarge-offset-3{
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3{
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4{
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4{
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xlarge-offset-5{
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5{
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xlarge-offset-6{
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6{
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7{
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7{
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xlarge-offset-8{
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8{
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xlarge-offset-9{
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9{
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10{
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10{
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xlarge-offset-11{
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11{
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-y > .xlarge-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink{
    height: auto;
  }
  .grid-y > .xlarge-1{
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2{
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3{
    height: 25%;
  }
  .grid-y > .xlarge-4{
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5{
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6{
    height: 50%;
  }
  .grid-y > .xlarge-7{
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8{
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9{
    height: 75%;
  }
  .grid-y > .xlarge-10{
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11{
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12{
    height: 100%;
  }
  .grid-margin-y > .xlarge-auto{
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink{
    height: auto;
  }
  .grid-margin-y > .xlarge-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12{
    height: calc(100% - 1.875rem);
  }
  .xlarge-grid-frame{
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame{
    width: 100%;
  }
  .xlarge-cell-block{
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x{
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .xlarge-cell-block-y{
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .grid-y.xlarge-grid-frame{
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
  .cell .grid-y.xlarge-grid-frame{
    height: 100%;
  }
  .grid-margin-y > .xlarge-auto{
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink{
    height: auto;
  }
  .grid-margin-y > .xlarge-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12{
    height: calc(100% - 1.875rem);
  }
  .grid-frame.grid-margin-y{
    height: calc(100vh + 1.875rem);
  }
  .grid-margin-y.xlarge-grid-frame{
    height: calc(100vh + 1.875rem);
  }
  .menu.xlarge-horizontal{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical{
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu{
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu{
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a{
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cc7007 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu{
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu{
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu{
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after{
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #cc7007 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #cc7007;
  }
  .position-left.reveal-for-xlarge{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button{
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left{
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content{
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button{
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right{
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content{
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button{
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top{
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content{
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button{
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom{
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content{
    margin-bottom: 250px;
  }
  .off-canvas.in-canvas-for-xlarge{
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom{
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button{
    display: none;
  }
  .hide-for-xlarge{
    display: none !important;
  }
  .product__add_to_cart{
    width: 356px;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em){
  .xlarge-expand{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em){
  .show-for-large-only{
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em){
  .hide-for-xlarge-only{
    display: none !important;
  }
}

@media screen and (min-width: 81.25em){
  .products-grid{
    gap: 30px;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em){
  .show-for-xlarge-only{
    display: none !important;
  }
}

@media screen and (min-width: 0\0 ){
  select{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

@media print{
  *{
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print{
    display: block !important;
  }
  .hide-for-print{
    display: none !important;
  }
  table.show-for-print{
    display: table !important;
  }
  thead.show-for-print{
    display: table-header-group !important;
  }
  tbody.show-for-print{
    display: table-row-group !important;
  }
  tr.show-for-print{
    display: table-row !important;
  }
  td.show-for-print{
    display: table-cell !important;
  }
  th.show-for-print{
    display: table-cell !important;
  }
  a,
  a:visited{
    text-decoration: underline;
  }
  a[href]:after{
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after{
    content: '';
  }
  abbr[title]:after{
    content: " (" attr(title) ")";
  }
  pre,
  blockquote{
    border: 1px solid #8a8a8a;
    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;
  }
  .print-break-inside{
    page-break-inside: auto;
  }
}

@media screen and (max-width: 39.99875em){
  .reveal{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
  .reveal{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
  .hide-for-small-only{
    display: none !important;
  }
  .show-for-medium{
    display: none !important;
  }
  .header__1-links a:first-child{
    margin-left: 0;
  }
  .header__1-links i{
    font-size: 16px;
  }
  .header__cart{
    margin-top: 5px;
  }
  .header__cart-icon{
    width: 60px;
  }
  .header__cart-icon .count{
    position: absolute;
    top: 3px;
    right: 4px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #0a0a0a;
  }
  .header__phone i{
    font-size: 16px;
    margin-right: 5px;
  }
  .header .dgwt-wcas-search-wrapp{
    margin-top: 10px;
  }
  .features-carousel{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .features-carousel.flickity-enabled{
    opacity: 1;
    visibility: visible;
  }
  .features-carousel .carousel-cell{
    width: 100%;
  }
  .page-main .alignleft{
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
  .page-main .alignright{
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
  .sidebar{
    margin-bottom: 30px;
  }
  .sidebar__inner{
    display: none;
  }
  .sidebar__inner.show{
    display: block;
  }
  .products .loop-product__body{
    padding: 10px 10px 0 10px;
  }
  .products .loop-product__top{
    margin-bottom: 10px;
  }
  .products .loop-product__title{
    font-size: 14px;
    line-height: 16px;
  }
  .products .loop-product__sku{
    font-size: 12px;
    margin-top: 5px;
  }
  .products .loop-product__price .woocommerce-Price-amount{
    font-size: 16px;
  }
  .products .loop-product__attributes li{
    font-size: 12px;
  }
  .products .loop-product__addtocart{
    grid-column: span 3;
  }
  .products .loop-product__wishlist{
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .products .loop-product__compare{
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
  }
  .products .loop-product__bottom{
    grid-template-columns: 50% 50% 1fr;
    row-gap: 15px;
    -webkit-column-gap: 0;
            column-gap: 0;
    padding: 0 10px 10px 10px;
  }
  .woocommerce .woocommerce-result-count{
    display: block;
    width: 100%;
    float: none !important;
    margin-top: 10px !important;
  }
  .woocommerce .woocommerce-ordering{
    display: block;
    width: 100%;
    float: none !important;
  }
  .product__images{
    margin-top: 30px;
  }
  .product--has-ean .product__add_to_cart, .product--has-mpn .product__add_to_cart{
    margin-top: 30px;
  }
  .footer__1 .cell:nth-child(1){
    background-color: #cc7007;
    padding-top: 30px;
  }
  .footer__1 .cell:nth-child(2){
    background-color: #cc7007;
    padding-bottom: 10px;
  }
  .footer__1 .cell:nth-child(3){
    background-color: #464646;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .footer__1 .cell:nth-child(4){
    background-color: #2c2c2c;
  }
  .footer__2 .footer__social{
    margin-top: 20px;
    text-align: center;
  }
  .footer__2 .footer__social a{
    margin-left: 10px;
  }
}

@media screen and (max-width: 63.99875em){
  .show-for-large{
    display: none !important;
  }
  .landing-tabs{
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
    scroll-behavior: smooth;
  }
  .landing-tabs li{
    scroll-snap-align: center;
  }
  .landing-tabs li a{
    padding: 12px 15px;
    min-width: auto;
  }
  .landing-grid .grid-item__image{
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    height: 100%;
  }
  .footer__3{
    text-align: center;
  }
  .footer__3 .cell:nth-child(2){
    margin-top: 15px;
  }
}

@media screen and (max-width: 74.99875em){
  .show-for-xlarge{
    display: none !important;
  }
}

@media screen and (orientation: landscape){
  .show-for-landscape,
  .hide-for-portrait{
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait{
    display: none !important;
  }
}

@media screen and (orientation: portrait){
  .show-for-landscape,
  .hide-for-portrait{
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait{
    display: block !important;
  }
}

@media all and (max-width: 800px){
  .fancybox-infobar{
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right{
    display: none !important;
  }
  .fancybox-caption{
    padding: 20px 0;
    margin: 0;
  }
}