@charset "UTF-8";
/* Theme Name: Bissaya
Theme URI: https://wordpress.org/themes/bissaya/
Author: Crossing
Author URI: https://crossinganswers.com
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Bissaya is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bissaya

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bissaya is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize 
# Main
--------------------------------------------------------------*/
:root {
  --white: #ffffff;
  --black: #000000;
  --text-color: #4c4c4c;
  --sm-letter-spacing: 0.25rem;
  --xl-spacing: 8rem;
  --lg-spacing: 4rem;
  --md-spacing: 2.5rem;
  --sm-spacing: 1.75rem;
  --xs-spacing: 1rem;
  --xxs-spacing: 0.5rem;
  --negative-lg-spacing: -4rem;
  --negative-md-spacing: -2.5rem;
  --negative-sm-spacing: -1.75rem;
  --negative-xs-spacing: -1rem;
  --negative-xxs-spacing: -0.5rem; }

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

@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes appear-zoom {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes appear-zoom {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

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

@keyframes disappear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@-webkit-keyframes appear-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes appear-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes appear-up-long {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 4rem);
    transform: translate(0, 4rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes appear-up-long {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 4rem);
    transform: translate(0, 4rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes appear-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes appear-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes appear-left-long {
  0% {
    opacity: 0;
    -webkit-transform: translate(4rem, 0);
    transform: translate(4rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes appear-left-long {
  0% {
    opacity: 0;
    -webkit-transform: translate(4rem, 0);
    transform: translate(4rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes appear-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes appear-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes appear-down-long {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -4rem);
    transform: translate(0, -4rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes appear-down-long {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -4rem);
    transform: translate(0, -4rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes appear-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
    transform: translate(-1rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes appear-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
    transform: translate(-1rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes appear-right-long {
  0% {
    opacity: 0;
    -webkit-transform: translate(-4rem, 0);
    transform: translate(-4rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes appear-right-long {
  0% {
    opacity: 0;
    -webkit-transform: translate(-4rem, 0);
    transform: translate(-4rem, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-up {
  0% {
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes move-up {
  0% {
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-up-long {
  0% {
    -webkit-transform: translate(0, 4rem);
    transform: translate(0, 4rem); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes move-up-long {
  0% {
    -webkit-transform: translate(0, 4rem);
    transform: translate(0, 4rem); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes move-left {
  0% {
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-left-long {
  0% {
    -webkit-transform: translate(4rem, 0);
    transform: translate(4rem, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes move-left-long {
  0% {
    -webkit-transform: translate(4rem, 0);
    transform: translate(4rem, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-down {
  0% {
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes move-down {
  0% {
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-down-long {
  0% {
    -webkit-transform: translate(0, -4rem);
    transform: translate(0, -4rem); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes move-down-long {
  0% {
    -webkit-transform: translate(0, -4rem);
    transform: translate(0, -4rem); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translate(-1rem, 0);
    transform: translate(-1rem, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes move-right {
  0% {
    -webkit-transform: translate(-1rem, 0);
    transform: translate(-1rem, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-right-long {
  0% {
    -webkit-transform: translate(-4rem, 0);
    transform: translate(-4rem, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes move-right-long {
  0% {
    -webkit-transform: translate(-4rem, 0);
    transform: translate(-4rem, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes down-back {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem); } }

@keyframes down-back {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem); } }

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

@keyframes appear-width {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 100%;
    opacity: 1; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  45% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  55% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  60% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  65% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  45% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  55% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  60% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  65% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes bounce-bg {
  0% {
    background-position: 50%, 50%; }
  40% {
    background-position: 50%, 50%; }
  45% {
    background-position: 50%, calc(50% - 3px); }
  50% {
    background-position: 50%, 50%; }
  55% {
    background-position: 50%, 50%; }
  60% {
    background-position: 50%, calc(50% - 3px); }
  65% {
    background-position: 50%, 50%; }
  100% {
    background-position: 50%, 50%; } }

@keyframes bounce-bg {
  0% {
    background-position: 50%, 50%; }
  40% {
    background-position: 50%, 50%; }
  45% {
    background-position: 50%, calc(50% - 3px); }
  50% {
    background-position: 50%, 50%; }
  55% {
    background-position: 50%, 50%; }
  60% {
    background-position: 50%, calc(50% - 3px); }
  65% {
    background-position: 50%, 50%; }
  100% {
    background-position: 50%, 50%; } }

@-webkit-keyframes transform-right {
  0% {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%); }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes transform-right {
  0% {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%); }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@-webkit-keyframes single-title {
  0% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  30% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes single-title {
  0% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  30% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes single-img {
  0% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes single-img {
  0% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes bottom {
  0% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes hero-bottom {
  0% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0; }
  32% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes hero-bottom {
  0% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0; }
  32% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes bottom-quick {
  0% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0; }
  32% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes bottom-quick {
  0% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0; }
  32% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes bottom-blend {
  0% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes bottom-blend {
  0% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleY(1.2) translateY(5rem);
    transform: scaleY(1.2) translateY(5rem);
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform 0s .4s;
    transition: opacity .4s, -webkit-transform 0s .4s;
    -o-transition: opacity .4s, transform 0s .4s;
    transition: opacity .4s, transform 0s .4s;
    transition: opacity .4s, transform 0s .4s, -webkit-transform 0s .4s; }
  100% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    opacity: 1; } }

@keyframes stretch {
  0% {
    -webkit-transform: scaleY(1.2) translateY(5rem);
    transform: scaleY(1.2) translateY(5rem);
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform 0s .4s;
    transition: opacity .4s, -webkit-transform 0s .4s;
    -o-transition: opacity .4s, transform 0s .4s;
    transition: opacity .4s, transform 0s .4s;
    transition: opacity .4s, transform 0s .4s, -webkit-transform 0s .4s; }
  100% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    opacity: 1; } }

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

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.6, 1);
    transform: scale3d(0.1, 0.6, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.6, 1);
    transform: scale3d(0.1, 0.6, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* INVIEW ANIMATION PACK
	-------------------------------------------------------------------------------*/
[data-inview] {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

[data-inview][data-inview-delay="1"] {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms; }

[data-inview][data-inview-delay="2"] {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms; }

[data-inview][data-inview-delay="3"] {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms; }

[data-inview][data-inview-delay="4"] {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms; }

[data-inview][data-inview-delay="5"] {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms; }

[data-inview][data-inview-delay="6"] {
  -webkit-animation-delay: 650ms;
  animation-delay: 650ms; }

[data-inview][data-inview-delay="7"] {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms; }

[data-inview][data-inview-delay="8"] {
  -webkit-animation-delay: 850ms;
  animation-delay: 850ms; }

[data-inview][data-inview-delay="9"] {
  -webkit-animation-delay: 950ms;
  animation-delay: 950ms; }

[data-inview][data-inview-delay="10"] {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms; }

[data-inview][data-inview-delay="11"] {
  -webkit-animation-delay: 1150ms;
  animation-delay: 1150ms; }

[data-inview][data-inview-delay="12"] {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms; }

[data-inview][data-inview-delay="13"] {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms; }

.loaded-first [data-inview][data-inview-delay="1"] {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms; }

.loaded-first [data-inview][data-inview-delay="2"] {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms; }

.loaded-first [data-inview][data-inview-delay="3"] {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms; }

.loaded-first [data-inview][data-inview-delay="4"] {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms; }

.loaded-first [data-inview][data-inview-delay="5"] {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms; }

.loaded-first [data-inview][data-inview-delay="6"] {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms; }

.loaded-first [data-inview][data-inview-delay="7"] {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms; }

.loaded-first [data-inview][data-inview-delay="8"] {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms; }

.loaded-first [data-inview][data-inview-delay="9"] {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms; }

.loaded-first [data-inview][data-inview-delay="10"] {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms; }

.loaded-first [data-inview][data-inview-delay="11"] {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms; }

.loaded-first [data-inview][data-inview-delay="12"] {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms; }

.loaded-first [data-inview][data-inview-delay="13"] {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms; }

.loaded-first [data-inview][data-inview-delay="14"] {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms; }

[data-inview="single-title"] {
  opacity: 0; }

[data-inview="single-title"].inview-visible {
  -webkit-animation-name: single-title;
  animation-name: single-title;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

[data-inview="single-img"] {
  opacity: 0; }

[data-inview="single-img"].inview-visible {
  -webkit-animation-name: single-img;
  animation-name: single-img;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  opacity: 1; }

[data-inview="hero-bottom"] {
  opacity: 0;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

[data-inview="hero-bottom"].inview-visible {
  -webkit-animation-name: hero-bottom;
  animation-name: hero-bottom;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-inview="grow-width"] {
  opacity: 0;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

[data-inview="grow-width"].inview-visible {
  -webkit-animation-name: appear-width;
  animation-name: appear-width;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-inview="bottom"] {
  opacity: 0; }

[data-inview="bottom"].inview-visible {
  opacity: 1;
  -webkit-animation-name: bottom;
  animation-name: bottom; }

[data-inview="bottom-quick"] {
  opacity: 0;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-inview="bottom-quick"].inview-visible {
  opacity: 1;
  -webkit-animation-name: bottom-quick;
  animation-name: bottom-quick; }

[data-inview="bottom-quick"].inview-visible--hard {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
  -webkit-animation-delay: 0ms !important;
  animation-delay: 0ms !important; }

[data-inview="bottom-blend"] {
  opacity: 0; }
  .safari [data-inview="bottom-blend"] {
    opacity: 1; }

[data-inview="bottom-blend"].inview-visible {
  opacity: 1;
  mix-blend-mode: exclusion;
  -webkit-animation-name: bottom;
  animation-name: bottom; }
  .safari [data-inview="bottom-blend"].inview-visible.exclude-safari {
    -webkit-animation-name: none;
    animation-name: none;
    mix-blend-mode: normal; }

[data-inview="fade"] {
  opacity: 0; }

[data-inview="fade"].inview-visible {
  opacity: 1;
  -webkit-animation-name: fade;
  animation-name: fade; }

[data-inview="stretch"] {
  opacity: 0; }

[data-inview="stretch"].inview-visible {
  opacity: 1;
  -webkit-animation-name: stretch;
  animation-name: stretch; }

/*! Basscss | http://basscss.com | MIT License */
.h1 {
  font-size: 2rem; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.25rem; }

.h4 {
  font-size: 1rem; }

.h5 {
  font-size: .875rem; }

.h6 {
  font-size: .75rem; }

.font-family-inherit {
  font-family: inherit; }

.font-size-inherit {
  font-size: inherit; }

.text-decoration-none {
  text-decoration: none; }

.bold {
  font-weight: 700; }

.regular {
  font-weight: 400; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: .2em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 1.125; }

.line-height-3 {
  line-height: 1.25; }

.line-height-4 {
  line-height: 1.5; }

.list-style-none {
  list-style: none; }

.underline {
  text-decoration: underline; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

.inline {
  display: inline; }

.block {
  display: block; }

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

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0,
.mx0 {
  margin-left: 0; }

.mx0 {
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: .5rem; }

.mt1 {
  margin-top: .5rem; }

.mr1 {
  margin-right: .5rem; }

.mb1 {
  margin-bottom: .5rem; }

.ml1,
.mx1 {
  margin-left: .5rem; }

.mx1 {
  margin-right: .5rem; }

.my1 {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2,
.mx2 {
  margin-left: 1rem; }

.mx2 {
  margin-right: 1rem; }

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m3 {
  margin: 2rem; }

.mt3 {
  margin-top: 2rem; }

.mr3 {
  margin-right: 2rem; }

.mb3 {
  margin-bottom: 2rem; }

.ml3,
.mx3 {
  margin-left: 2rem; }

.mx3 {
  margin-right: 2rem; }

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m4 {
  margin: 4rem; }

.mt4 {
  margin-top: 4rem; }

.mr4 {
  margin-right: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.ml4,
.mx4 {
  margin-left: 4rem; }

.mx4 {
  margin-right: 4rem; }

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mxn1 {
  margin-left: -.5rem;
  margin-right: -.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem; }

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem; }

.ml-auto {
  margin-left: auto; }

.mr-auto,
.mx-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0,
.px0 {
  padding-left: 0; }

.px0 {
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: .5rem; }

.pt1 {
  padding-top: .5rem; }

.pr1 {
  padding-right: .5rem; }

.pb1 {
  padding-bottom: .5rem; }

.pl1 {
  padding-left: .5rem; }

.py1 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.px1 {
  padding-left: .5rem;
  padding-right: .5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.pt3 {
  padding-top: 2rem; }

.pr3 {
  padding-right: 2rem; }

.pb3 {
  padding-bottom: 2rem; }

.pl3 {
  padding-left: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.pt4 {
  padding-top: 4rem; }

.pr4 {
  padding-right: 4rem; }

.pb4 {
  padding-bottom: 4rem; }

.pl4 {
  padding-left: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.col {
  float: left; }

.col,
.col-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col-right {
  float: right; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40em) {
  .sm-col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 52em) {
  .md-col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 64em) {
  .lg-col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100%; } }

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

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

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

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

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

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline; }

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

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

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

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

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

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

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

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

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

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

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

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

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

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

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 40em) {
  .xs-hide {
    display: none !important; } }

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important; } }

@media (min-width: 64em) {
  .lg-hide {
    display: none !important; } }

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

/*! Flickity v2.2.1
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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  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;
  -webkit-box-shadow: 0 0 0 5px #19F;
  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: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-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; }

* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: var(--text-color);
  width: 100%;
  --scale: 1; }

video,
img {
  max-width: 100%; }

svg {
  max-height: 100%; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  a:hover {
    color: inherit; }
  a > * {
    cursor: pointer; }

.hidden {
  visibility: hidden;
  pointer-events: none;
  overflow: hidden; }

[data-animation] {
  position: relative;
  overflow: hidden; }

.ripple {
  width: 2px;
  height: 2px;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 0.5s ease-in-out;
  animation: ripple 0.5s ease-in-out; }

.fill {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.hide-desktop {
  display: none !important; }
  @media screen and (max-width: 960px) {
    .hide-desktop {
      display: inline-block !important; } }

.show-desktop {
  display: none; }
  @media screen and (min-width: 960px) {
    .show-desktop {
      display: block; } }

.padding {
  padding: 40px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

.white {
  color: var(--white); }

blockquote,
dl,
ol,
p,
pre,
ul {
  margin-top: 1em;
  margin-bottom: 1em; }

li {
  list-style-type: none;
  position: relative; }

code,
pre,
samp {
  font-family: Roboto Mono, Source Code Pro, Menlo, Consolas, Liberation Mono, monospace; }

code,
samp {
  padding: .125em; }

code,
pre,
samp {
  font-size: 87.5%; }

pre {
  overflow: scroll; }

blockquote {
  font-size: 1.25rem;
  font-style: italic;
  margin-left: 0; }

p.small {
  font-size: 14px; }

hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

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

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

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

.color-inherit {
  color: inherit; }

[data-aspect-ratio] {
  display: block;
  max-width: 100%;
  position: relative; }
  [data-aspect-ratio]:before {
    content: '';
    display: block; }
  [data-aspect-ratio] > * {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

[data-aspect-ratio="21:9"]:before {
  padding-top: 42.85%; }

[data-aspect-ratio="16:9"]:before {
  padding-top: 56.25%; }

[data-aspect-ratio="4:1"]:before {
  padding-top: 25%; }

[data-aspect-ratio="3:1"]:before {
  padding-top: 33.33%; }

[data-aspect-ratio="3:2"]:before {
  padding-top: 66.66%; }

[data-aspect-ratio="4:3"]:before {
  padding-top: 75%; }

[data-aspect-ratio="1:1"]:before {
  padding-top: 100%; }

[data-aspect-ratio="portrait"]:before {
  padding-top: 112%; }

[data-aspect-ratio="4:5"]:before {
  padding-top: 80%; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.no-line-height {
  line-height: 0; }

#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: var(--white); }

* html #outdated {
  position: absolute; }

#outdated h6 {
  margin: 30px 0 10px;
  font-size: 2.3vw;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: var(--white); }

#outdated p {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0;
  color: var(--white); }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px auto;
  font-size: 14px;
  width: 250px;
  color: var(--white);
  text-decoration: none;
  border: 2px solid var(--white);
  cursor: pointer;
  color: var(--white); }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: var(--white); }

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--white);
  font-size: 36px; }

.u-screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }

form .form-control tags {
  min-height: 50px; }

form .form-control input,
form .form-control textarea,
form .form-control tags {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 90%;
  font-family: "Open Sans", sans-serif;
  color: var(--black);
  outline: none;
  line-height: 21px;
  padding: 0.5rem 1rem;
  margin-bottom: 0.75rem;
  -webkit-box-shadow: 0 5px 10px 0 rgba(71, 71, 71, 0.1);
  box-shadow: 0 5px 10px 0 rgba(71, 71, 71, 0.1);
  border-radius: 4px;
  border: 1px solid var(--white); }
  form .form-control input.error,
  form .form-control textarea.error,
  form .form-control tags.error {
    border-color: #f6728e; }
  form .form-control input + .feedback,
  form .form-control textarea + .feedback,
  form .form-control tags + .feedback {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 1px;
    line-height: 21px;
    padding: 1rem;
    font-size: 14px;
    color: #f6728e;
    background-color: var(--white);
    pointer-events: none; }
  form .form-control input span.tagify__input,
  form .form-control textarea span.tagify__input,
  form .form-control tags span.tagify__input {
    padding: 0;
    margin: 2px 0 0 5px; }
  form .form-control input .tagify__tag,
  form .form-control textarea .tagify__tag,
  form .form-control tags .tagify__tag {
    margin: 2px 5px 2px 0; }

form .form-control label.checkbox-container {
  line-height: 1.2 !important; }

form .form-control .character-count {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
  font-size: 12px;
  color: #cccccc; }

form .form-control tags {
  padding: 0.5rem; }
  form .form-control tags.hasMaxTags .tagify__input {
    pointer-events: none; }

form .form-control textarea {
  min-height: 150px;
  resize: none; }

form .form-control.checkbox .checkbox-container {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  form .form-control.checkbox .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    form .form-control.checkbox .checkbox-container input ~ .checkmark:before,
    form .form-control.checkbox .checkbox-container input ~ .checkmark:after {
      display: none; }
    form .form-control.checkbox .checkbox-container input:checked ~ .checkmark:before,
    form .form-control.checkbox .checkbox-container input:checked ~ .checkmark:after {
      display: inline-block; }
  form .form-control.checkbox .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    background-color: #fff; }
    form .form-control.checkbox .checkbox-container .checkmark:before {
      content: '';
      position: absolute;
      left: 5%;
      top: 8px;
      height: 2px;
      width: 90%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background-color: #333333; }
    form .form-control.checkbox .checkbox-container .checkmark:after {
      content: '';
      position: absolute;
      right: 5%;
      top: 8px;
      height: 2px;
      width: 90%;
      background-color: #333333;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.btn, footer button[type="submit"],
footer input[type="submit"] {
  cursor: pointer;
  color: #4c4c4c;
  background-color: transparent;
  min-width: 120px;
  font-size: 16px;
  padding: 0.75rem;
  text-align: center;
  display: inline-block;
  border: none;
  overflow: hidden;
  font-size: 21px;
  vertical-align: top;
  font-weight: 300;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  outline: none;
  -webkit-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .btn:hover, footer button:hover[type="submit"],
  footer input:hover[type="submit"] {
    color: #333333; }
  .btn.btn-effect:hover, footer button.btn-effect:hover[type="submit"],
  footer input.btn-effect:hover[type="submit"] {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn.border, footer button.border[type="submit"],
  footer input.border[type="submit"] {
    border: 1px solid #a2a2a2;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    font-weight: 400; }
    .btn.border:hover, footer button.border:hover[type="submit"],
    footer input.border:hover[type="submit"] {
      border-color: #333333; }
    @media screen and (max-width: 720px) {
      .btn.border, footer button.border[type="submit"],
      footer input.border[type="submit"] {
        font-size: 13px; } }
  .btn.btn-dark, footer button.btn-dark[type="submit"],
  footer input.btn-dark[type="submit"] {
    background-color: #333;
    color: #fff; }
  @media screen and (max-width: 720px) {
    .btn, footer button[type="submit"],
    footer input[type="submit"] {
      min-width: 90px;
      font-size: 13px; } }
  @media screen and (max-width: 560px) {
    .btn, footer button[type="submit"],
    footer input[type="submit"] {
      min-width: 70px; } }

.btn-round {
  cursor: pointer;
  color: var(--white);
  background-color: #ffff;
  padding: 0.75rem 1.25rem;
  line-height: 21px;
  display: inline-block;
  border: none;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  outline: none;
  padding: 0;
  margin: 0;
  pointer-events: auto;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px 2px rgba(71, 71, 71, 0.2);
  box-shadow: 0 0 10px 2px rgba(71, 71, 71, 0.2);
  -webkit-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity;
  opacity: 1; }
  .btn-round.remove:after {
    content: '';
    position: absolute;
    right: 20%;
    top: 11px;
    height: 2px;
    width: 60%;
    background-color: #d6d6d6;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .btn-round.remove:before {
    content: '';
    position: absolute;
    left: 20%;
    top: 11px;
    height: 2px;
    width: 60%;
    background-color: #d6d6d6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-round.add:after {
    content: '';
    position: absolute;
    right: 20%;
    top: 11px;
    height: 2px;
    width: 60%;
    background-color: #d6d6d6;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .btn-round.add:before {
    content: '';
    position: absolute;
    left: 20%;
    top: 11px;
    height: 2px;
    width: 60%;
    background-color: #d6d6d6; }
  .btn-round.delete:after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(50% + 1px);
    width: 60%;
    height: 2px;
    background-color: #d6d6d6;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.btn-icon {
  background-color: transparent;
  border: none;
  color: var(--text-color);
  padding: 5px 16px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-icon img {
    height: 18px; }

@media screen and (min-width: 960px) {
  .col-two-thirds {
    width: 66.6%; }
  .col-half {
    width: 50%; }
  .col-full {
    width: 100%; } }

.columns-title {
  font-size: 56px;
  text-transform: lowercase;
  font-weight: 400;
  margin-bottom: var(--lg-spacing);
  letter-spacing: 0.2rem; }

.justify-self-end {
  justify-self: end; }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }

.cc-link,
.cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus,
.cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  position: absolute;
  right: 0;
  cursor: pointer !important; }
  .cc-window.cc-floating .cc-compliance * {
    cursor: pointer !important; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

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

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.tagify {
  --tag-bg: #E5E5E5;
  --tag-hover: #D3E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #DDD;
  padding: 0;
  cursor: text;
  position: relative;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s; }

@-webkit-keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
  .tagify:hover {
    border-color: #CCC; }
  .tagify.tagify--focus {
    border-color: #85C8EA; }
  .tagify[readonly] {
    cursor: default; }
    .tagify[readonly] > .tagify__input {
      visibility: hidden;
      width: 0;
      margin: 5px 0; }
    .tagify[readonly] .tagify__tag__removeBtn {
      display: none; }
    .tagify[readonly] .tagify__tag > div {
      padding: 0.3em 0.5em; }
      .tagify[readonly] .tagify__tag > div::before {
        background: -webkit-linear-gradient(45deg, #d6d6d6 25%, transparent 25%, transparent 50%, #d6d6d6 50%, #d6d6d6 75%, transparent 75%, transparent) 0/5px 5px;
        background: -o-linear-gradient(45deg, #d6d6d6 25%, transparent 25%, transparent 50%, #d6d6d6 50%, #d6d6d6 75%, transparent 75%, transparent) 0/5px 5px;
        background: linear-gradient(45deg, #d6d6d6 25%, transparent 25%, transparent 50%, #d6d6d6 50%, #d6d6d6 75%, transparent 75%, transparent) 0/5px 5px;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .tagify.hasMaxTags {
    cursor: default; }
    .tagify.hasMaxTags > .tagify__input {
      visibility: hidden;
      width: 0;
      margin: 5px 0; }
  .tagify + input,
  .tagify + textarea {
    border: 0;
    display: none; }
  .tagify__tag {
    display: inline-block;
    margin: 5px 0 5px 5px;
    position: relative;
    z-index: 1;
    cursor: default;
    -webkit-transition: .13s ease-out;
    -o-transition: .13s ease-out;
    transition: .13s ease-out; }
    .tagify__tag.tagify--editable > div::before {
      -webkit-box-shadow: 0 0 0 2px #D3E2E2 inset !important;
      box-shadow: 0 0 0 2px #D3E2E2 inset !important;
      -webkit-box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
      box-shadow: 0 0 0 2px var(--tag-hover) inset !important; }
    .tagify__tag.tagify--editable.tagify--invalid > div::before {
      -webkit-box-shadow: 0 0 0 2px #D39494 inset !important;
      box-shadow: 0 0 0 2px #D39494 inset !important; }
    .tagify__tag > div {
      vertical-align: top;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100%;
      padding: 0.3em 0.5em;
      color: black;
      border-radius: 3px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: .13s ease-out;
      -o-transition: .13s ease-out;
      transition: .13s ease-out;
      padding-right: 1.5em; }
      .tagify__tag > div > * {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: top;
        min-width: 10px; }
        .tagify__tag > div > *[contenteditable] {
          outline: none;
          -webkit-user-select: text;
          -moz-user-select: text;
          -ms-user-select: text;
          user-select: text;
          cursor: text; }
      .tagify__tag > div::before {
        content: '';
        position: absolute;
        border-radius: inherit;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0 0 0 16px #E5E5E5 inset;
        box-shadow: 0 0 0 16px #E5E5E5 inset;
        -webkit-box-shadow: 0 0 0 16px var(--tag-bg) inset;
        box-shadow: 0 0 0 16px var(--tag-bg) inset;
        z-index: -1;
        pointer-events: none;
        -webkit-transition: 120ms ease;
        -o-transition: 120ms ease;
        transition: 120ms ease;
        -webkit-animation: tags--bump .3s ease-out 1;
        animation: tags--bump .3s ease-out 1; }
    .tagify__tag:hover:not([readonly]) div::before {
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      -webkit-box-shadow: 0 0 0 16px #D3E2E2 inset;
      box-shadow: 0 0 0 16px #D3E2E2 inset;
      -webkit-box-shadow: 0 0 0 16px var(--tag-hover) inset;
      box-shadow: 0 0 0 16px var(--tag-hover) inset; }
    .tagify__tag.tagify--noAnim {
      -webkit-animation: none;
      animation: none; }
    .tagify__tag.tagify--hide {
      width: 0 !important;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      pointer-events: none; }
    .tagify__tag.tagify--mark div::before {
      -webkit-animation: none;
      animation: none; }
    .tagify__tag.tagify--notAllowed div > span {
      opacity: .5; }
    .tagify__tag.tagify--notAllowed div::before {
      -webkit-box-shadow: 0 0 0 20px rgba(211, 148, 148, 0.44) inset !important;
      box-shadow: 0 0 0 20px rgba(211, 148, 148, 0.44) inset !important;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .tagify__tag[readonly] .tagify__tag__removeBtn {
      display: none; }
    .tagify__tag[readonly] > div {
      padding: 0.3em 0.5em; }
      .tagify__tag[readonly] > div::before {
        background: -webkit-linear-gradient(45deg, #d6d6d6 25%, transparent 25%, transparent 50%, #d6d6d6 50%, #d6d6d6 75%, transparent 75%, transparent) 0/5px 5px;
        background: -o-linear-gradient(45deg, #d6d6d6 25%, transparent 25%, transparent 50%, #d6d6d6 50%, #d6d6d6 75%, transparent 75%, transparent) 0/5px 5px;
        background: linear-gradient(45deg, #d6d6d6 25%, transparent 25%, transparent 50%, #d6d6d6 50%, #d6d6d6 75%, transparent 75%, transparent) 0/5px 5px;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .tagify__tag__removeBtn {
    font: 14px/16px Serif;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    right: calc(0.5em - 2px);
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .tagify__tag__removeBtn::after {
      content: "\00D7"; }
    .tagify__tag__removeBtn:hover {
      color: white;
      background: #c77777; }
      .tagify__tag__removeBtn:hover + div > span {
        opacity: .5; }
      .tagify__tag__removeBtn:hover + div::before {
        -webkit-box-shadow: 0 0 0 20px rgba(211, 148, 148, 0.3) inset !important;
        box-shadow: 0 0 0 20px rgba(211, 148, 148, 0.3) inset !important;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
  .tagify__input {
    display: block;
    margin: 5px;
    padding: 0.3em 0.5em;
    position: relative;
    /*
            in "mix mode" the tags are inside the "input" element
        */ }
    .tagify__input:empty::before {
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out;
      opacity: 0.5;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .tagify__input:focus {
      outline: none; }
      .tagify__input:focus::before {
        -webkit-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        transition: .2s ease-out;
        opacity: 0;
        -webkit-transform: translatex(6px);
        -ms-transform: translatex(6px);
        transform: translatex(6px); }
        @supports (-moz-appearance: none) {
          .tagify__input:focus::before {
            display: none; } }
      .tagify__input:focus:empty::before {
        -webkit-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        transition: .2s ease-out;
        opacity: 0.3;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        @supports (-moz-appearance: none) {
          .tagify__input:focus:empty::before {
            display: inline-block; } }
    .tagify__input::before {
      content: attr(data-placeholder);
      line-height: 1.8;
      position: absolute;
      top: 0;
      z-index: 1;
      color: black;
      white-space: nowrap;
      pointer-events: none;
      opacity: 0; }
    @supports (-moz-appearance: none) {
      .tagify__input::before {
        line-height: inherit;
        position: relative; } }
    .tagify__input::after {
      content: attr(data-suggest);
      color: black;
      opacity: .3;
      pointer-events: none; }
    .tagify__input .tagify__tag {
      line-height: 1.1; }
      .tagify__input .tagify__tag > div {
        padding-top: 0;
        padding-bottom: 0; }
        .tagify__input .tagify__tag > div::before {
          top: -3px;
          bottom: -3px; }
      .tagify__input .tagify__tag:hover:not([readonly]) > div::before {
        top: -3px;
        bottom: -3px;
        left: 0;
        right: 0; }
  .tagify--mix .tagify__input {
    padding: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 1.7; }
  .tagify__dropdown {
    position: absolute;
    z-index: 999;
    background: white;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #85C8EA;
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .tagify__dropdown__item {
      -webkit-box-sizing: inherit;
      box-sizing: inherit;
      padding: 10px 15px;
      margin: 2px;
      line-height: 1.4;
      color: #616161;
      font-size: 14px;
      cursor: pointer;
      border-radius: 3px;
      position: relative;
      outline: none; }
      .tagify__dropdown__item--active {
        background: #E5E5E5; }
      .tagify__dropdown__item:active {
        background: #f2f2f2; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

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

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
      stretched thumbnail or div placeholder element (see below)
      style is added to avoid flickering in webkit/blink when layers overlap
  */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
      div element that matches size of large image
      large image loads on top of it
  */
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50vh;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 10px; }

.pswp__button--arrow--right {
  right: 10px; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*
  
      2. Share modal/popup and links
  
   */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*
  
      3. Index indicator ("1 of X" counter)
  
   */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
      
      4. Caption
  
   */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*
  
      5. Loading indicator (preloader)
  
      You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
  
   */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
              The idea of animating inner circle is based on Polymer ("material") loading indicator 
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
      
      6. Additional styles
  
   */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
      pswp__ui--hidden class is added when controls are hidden
      e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

main > section:after, main > section:before {
  content: " ";
  display: table; }

main > section:after {
  clear: both; }

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
  font-family: "PT Serif", serif; }

.text-container p b,
.text-container p bold,
.text-container p strong {
  font-weight: 400; }

.text-container b,
.text-container bold,
.text-container strong {
  font-weight: 400; }

.container {
  display: block;
  margin: 0 auto;
  width: 1440px;
  max-width: 90vw; }
  @media screen and (max-width: 720px) {
    .container {
      width: 100%; } }
  @media screen and (max-width: 560px) {
    .container {
      max-width: calc(100vw - 4rem); } }
  .container .container {
    max-width: 100%; }

section > .container {
  padding: 2rem 0; }
  @media screen and (max-width: 720px) {
    section > .container {
      padding: 1rem 0 0; } }

header.site-header {
  z-index: 9; }
  header.site-header .logo a {
    line-height: 0; }
  header.site-header .logo img {
    height: 36px;
    width: auto;
    margin-right: 15px;
    /* @media screen and (min-width: ($ultrahd + 90)) {
                position: absolute;
                margin-right: 0;
                right: calc(100% + 0.75rem);
            } */ }
    @media screen and (max-width: 560px) {
      header.site-header .logo img {
        height: 32px; } }
  header.site-header .logo label {
    font-size: 18px;
    letter-spacing: 0.02rem; }
    @media screen and (max-width: 720px) {
      header.site-header .logo label {
        font-size: 14px;
        max-width: 75%; } }
  header.site-header .logo .subtitle {
    font-size: 14px; }
    @media screen and (max-width: 720px) {
      header.site-header .logo .subtitle {
        font-size: 13px; } }
    @media screen and (max-width: 560px) {
      header.site-header .logo .subtitle {
        display: none; } }
  header.site-header .action-menu {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 38px;
    min-width: 0;
    height: 64px;
    padding-right: 0; }
    @media screen and (min-width: 1025px) {
      header.site-header .action-menu {
        display: none; } }
    header.site-header .action-menu .hamburger-box {
      height: 2px;
      width: 100%;
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      border-radius: 5px; }
      header.site-header .action-menu .hamburger-box:before, header.site-header .action-menu .hamburger-box:after {
        content: "";
        position: absolute;
        height: 2px;
        border-radius: 5px;
        width: 26px;
        right: 0;
        background-color: #333333;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
      header.site-header .action-menu .hamburger-box:after {
        top: -8px; }
    header.site-header .action-menu.back {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  @media screen and (max-width: 1025px) {
    header.site-header .navigation-column {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      min-height: 100vh;
      overflow-y: auto;
      height: auto;
      background-color: rgba(255, 255, 255, 0.95);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      header.site-header .navigation-column > .main-navigation {
        min-height: 100vh;
        height: auto;
        width: 100%; }
        header.site-header .navigation-column > .main-navigation > div {
          padding-top: 10vh;
          height: 100%; }
          header.site-header .navigation-column > .main-navigation > div ul {
            overflow: scroll; }
          header.site-header .navigation-column > .main-navigation > div > .main-menu {
            position: static;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            header.site-header .navigation-column > .main-navigation > div > .main-menu > li {
              position: static;
              margin: 0.5rem 0; }
              header.site-header .navigation-column > .main-navigation > div > .main-menu > li > a {
                font-size: 32px;
                font-weight: 400; }
              header.site-header .navigation-column > .main-navigation > div > .main-menu > li > ul.sub-menu {
                background-color: #333;
                color: #fff;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                min-height: 100vh;
                height: auto;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                z-index: 9;
                opacity: 1;
                visibility: visible;
                pointer-events: none;
                padding: 4rem 10vw;
                opacity: 0; }
                header.site-header .navigation-column > .main-navigation > div > .main-menu > li > ul.sub-menu > li {
                  width: 50%; }
              header.site-header .navigation-column > .main-navigation > div > .main-menu > li.active > ul.sub-menu {
                max-height: none;
                overflow: auto;
                pointer-events: all;
                opacity: 1;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column; }
                header.site-header .navigation-column > .main-navigation > div > .main-menu > li.active > ul.sub-menu > li {
                  -webkit-box-flex: 0;
                  -ms-flex: none;
                  flex: none; } }
  @media screen and (max-width: 720px) {
    header.site-header .navigation-column > .main-navigation > div > .main-menu > li > a {
      font-size: 26px; }
    header.site-header .navigation-column > .main-navigation > div > .main-menu > li > ul.sub-menu {
      max-height: 100vh;
      overflow: hidden;
      padding: 4rem 1rem; }
      header.site-header .navigation-column > .main-navigation > div > .main-menu > li > ul.sub-menu > li {
        padding: 0 1rem 0 0; }
      header.site-header .navigation-column > .main-navigation > div > .main-menu > li > ul.sub-menu li {
        max-width: 100%; } }
  header.site-header .main-header {
    padding: 2.5rem 0 1.75rem; }
    @media screen and (max-width: 960px) {
      header.site-header .main-header {
        padding: 1.75rem 0 1rem; }
        header.site-header .main-header > .container > .flex.items-end {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    @media screen and (max-width: 720px) {
      header.site-header .main-header {
        padding: 1.5rem 0 1rem; }
        header.site-header .main-header .container {
          max-width: calc(100vw - 2rem); } }
    @media screen and (max-width: 720px) {
      header.site-header .main-header {
        padding: 1rem 0 0.5rem; } }
    header.site-header .main-header ul {
      margin: 0; }
    header.site-header .main-header .main-navigation {
      margin-top: 0.25rem; }
      @media screen and (max-width: 1025px) {
        header.site-header .main-header .main-navigation {
          margin-top: 0;
          min-height: 100vh; } }
      header.site-header .main-header .main-navigation .main-menu .disabled > a {
        pointer-events: none; }
      header.site-header .main-header .main-navigation .main-menu > li {
        margin: 0 0.5rem; }
        @media screen and (max-width: 1025px) {
          header.site-header .main-header .main-navigation .main-menu > li {
            margin: 0 0.25rem; } }
        header.site-header .main-header .main-navigation .main-menu > li:first-child {
          margin-left: 0; }
        header.site-header .main-header .main-navigation .main-menu > li:last-child {
          margin-right: 0; }
        header.site-header .main-header .main-navigation .main-menu > li > a {
          line-height: 1.4; }
        header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          top: calc(100% + 28px);
          z-index: 5;
          background-color: #fff;
          padding: 0;
          font-size: 14px;
          -webkit-box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.25);
          pointer-events: none;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: visibility 0s linear 300ms, opacity 300ms, max-width 0s linear 400ms, padding 0s linear 400ms;
          -o-transition: visibility 0s linear 300ms, opacity 300ms, max-width 0s linear 400ms, padding 0s linear 400ms;
          transition: visibility 0s linear 300ms, opacity 300ms, max-width 0s linear 400ms, padding 0s linear 400ms;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          left: 50%; }
          header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu:before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            height: 28px; }
          header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu.horizontal {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            min-width: 580px; }
            header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu.horizontal > li {
              width: 50%; }
              header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu.horizontal > li:nth-child(odd) {
                padding-right: 10px; }
          header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu li {
            margin: 10px 0;
            width: 282px;
            line-height: 1.4;
            max-width: 50vw; }
          header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu > li {
            margin-bottom: 1rem;
            padding: 0 1rem; }
          header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu .sub-menu {
            padding-left: 0;
            margin-bottom: 0; }
            header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu .sub-menu li {
              font-weight: 300; }
              header.site-header .main-header .main-navigation .main-menu > li > ul.sub-menu .sub-menu li a:hover {
                text-decoration: underline; }
        @media screen and (min-width: 1025px) {
          header.site-header .main-header .main-navigation .main-menu > li:hover {
            cursor: pointer !important; }
            header.site-header .main-header .main-navigation .main-menu > li:hover > ul.sub-menu {
              max-width: 90vw;
              pointer-events: all;
              padding: 2rem 3rem 0;
              visibility: visible;
              opacity: 1;
              -webkit-transition: visibility 0s linear 0s, opacity 300ms;
              -o-transition: visibility 0s linear 0s, opacity 300ms;
              transition: visibility 0s linear 0s, opacity 300ms; }
            header.site-header .main-header .main-navigation .main-menu > li:hover > a {
              text-shadow: 0 0 .65px #333, 0 0 .65px #333; } }
        header.site-header .main-header .main-navigation .main-menu > li a {
          -webkit-transition: text-shadow .3s;
          -o-transition: text-shadow .3s;
          transition: text-shadow .3s; }

body.menu {
  overflow: hidden; }
  body.menu header.site-header .action-menu {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(90vh - 4rem);
    left: 50%; }
    body.menu header.site-header .action-menu .hamburger-box:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    body.menu header.site-header .action-menu .hamburger-box:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0; }
    @media screen and (max-width: 720px) {
      body.menu header.site-header .action-menu.back {
        left: auto;
        right: 1rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: calc(90vh - 3rem); } }
  body.menu .navigation-column {
    opacity: 1;
    pointer-events: all; }
  body.menu.submenu #triggerMenu {
    z-index: -1; }
  body.menu.submenu .action-menu.back {
    z-index: 11;
    opacity: 1;
    pointer-events: all; }

.site {
  min-height: 100vh;
  overflow-x: hidden; }

footer {
  background-color: #f4f4f4;
  padding: 4rem 0 0;
  font-size: 16px;
  margin-top: 2rem; }
  @media screen and (max-width: 720px) {
    footer {
      margin-top: 0; }
      footer .footer-subtitle {
        font-weight: 600; } }
  footer nav {
    margin-top: 2rem; }
  footer .columns > div > h3 {
    margin-top: 0; }
  @media screen and (max-width: 720px) {
    footer .columns > div {
      margin-top: 2rem; } }
  @media screen and (max-width: 960px) {
    footer .newsletter-block {
      padding-right: 0; }
      footer .newsletter-block button[type="submit"] {
        min-width: 120px; }
      footer .newsletter-block img {
        display: block;
        margin: 2rem auto 0; } }
  @media screen and (max-width: 720px) {
    footer .newsletter-block button[type="submit"] {
      min-width: 90px;
      font-size: 14px;
      line-height: 23px; } }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      margin: 0.5rem 0; }
      footer ul li:first-child {
        margin-top: 0; }
    footer ul.footer-menu {
      padding-right: 1rem; }
      footer ul.footer-menu a {
        line-height: 1; }
        footer ul.footer-menu a:hover {
          text-decoration: underline; }
  footer .social-networks {
    margin-top: 2rem; }
    footer .social-networks li {
      margin: 0 0.5rem; }
      footer .social-networks li:first-child {
        margin-left: 0; }
      footer .social-networks li:last-child {
        margin-right: 0; }
      footer .social-networks li img {
        opacity: .7; }
      footer .social-networks li a:hover img {
        opacity: 1; }
  footer .text-container {
    margin-top: 2rem; }
    footer .text-container p {
      line-height: 1.6;
      margin: 0; }
  footer a:hover {
    text-decoration: underline;
    color: #000000; }
  footer .newsletter-form,
  footer .widget_wysija_cont {
    margin-top: 2rem;
    width: 50%; }
    @media screen and (max-width: 960px) {
      footer .newsletter-form,
      footer .widget_wysija_cont {
        width: 100%; } }
    footer .newsletter-form .form-control,
    footer .newsletter-form .widget_wysija,
    footer .widget_wysija_cont .form-control,
    footer .widget_wysija_cont .widget_wysija {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .newsletter-form .form-control input[type="text"],
      footer .newsletter-form .widget_wysija input[type="text"],
      footer .widget_wysija_cont .form-control input[type="text"],
      footer .widget_wysija_cont .widget_wysija input[type="text"] {
        width: 100%;
        font-size: 90%;
        font-family: "Open Sans", sans-serif;
        color: var(--black);
        outline: none;
        line-height: 21px;
        -webkit-box-shadow: 0 5px 10px 0 rgba(71, 71, 71, 0.1);
        box-shadow: 0 5px 10px 0 rgba(71, 71, 71, 0.1);
        margin-bottom: 0;
        background-color: transparent;
        border: 1px solid #333;
        border-radius: 0;
        padding: 0.75rem 1.25rem; }
  footer button[type="submit"],
  footer input[type="submit"] {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: none;
    overflow: hidden;
    vertical-align: top;
    z-index: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: none;
    -webkit-transition: border-color 0.3s, color 0.3s;
    -o-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    font-weight: 400;
    font-size: 16px;
    margin-left: 1rem;
    padding: 0.75rem;
    line-height: 1.4;
    min-width: 200px;
    background-color: #333;
    color: #fff;
    margin-top: 0 !important; }
    @media screen and (max-width: 720px) {
      footer button[type="submit"],
      footer input[type="submit"] {
        margin-left: 0.25rem;
        min-width: 90px;
        font-size: 14px;
        line-height: 23px; } }
    footer button[type="submit"]:hover,
    footer input[type="submit"]:hover {
      background-color: #000; }
  footer p.wysija-paragraph {
    width: 100%;
    margin: 0; }
  footer .bottom {
    font-size: 14px;
    margin-top: 4rem;
    background-color: #333333;
    color: #fff; }
    @media screen and (max-width: 720px) {
      footer .bottom {
        margin-top: 2rem;
        padding: 2rem;
        text-align: center;
        font-size: 13px; } }
    footer .bottom nav {
      margin: 0; }
    footer .bottom ul {
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 720px) {
        footer .bottom ul {
          padding: 0 2rem; } }
      footer .bottom ul li {
        display: inline;
        margin-right: 0.75rem; }
    footer .bottom a {
      text-decoration: none;
      color: #fff; }
      footer .bottom a:hover {
        text-decoration: underline; }

label.big {
  font-size: 32px;
  font-weight: 300; }

h2.section-title,
h3.section-title,
h4.section-title {
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
  margin-top: 0; }
  @media screen and (max-width: 1200px) {
    h2.section-title,
    h3.section-title,
    h4.section-title {
      font-size: 36px; } }

.carousel .carousel-header {
  margin-bottom: 3rem; }
  @media screen and (max-width: 960px) {
    .carousel .carousel-header {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 720px) {
    .carousel .carousel-header {
      margin-bottom: 1rem; } }
  .carousel .carousel-header .section-title {
    width: 175px;
    margin: 0; }

.carousel .carousel-list {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 720px) {
    .carousel .carousel-list.flickity-enabled {
      width: 100vw;
      margin-left: -2.75rem;
      margin-right: -2rem;
      overflow: visible;
      padding: 0 3rem 0 2rem; }
      .carousel .carousel-list.flickity-enabled .flickity-viewport {
        overflow: visible; } }
  .carousel .carousel-list .flickity-prev-next-button {
    background: none;
    height: 42px; }
    .carousel .carousel-list .flickity-prev-next-button svg {
      display: none; }
    .carousel .carousel-list .flickity-prev-next-button.previous {
      left: 200px !important;
      top: -68px;
      background: url("./img/back.svg") center no-repeat;
      background-size: 21px; }
      @media screen and (max-width: 720px) {
        .carousel .carousel-list .flickity-prev-next-button.previous {
          display: none; } }
    .carousel .carousel-list .flickity-prev-next-button.next {
      right: auto;
      left: 250px !important;
      top: -68px;
      background: url("./img/next.svg") center no-repeat;
      background-size: 21px; }
      @media screen and (max-width: 720px) {
        .carousel .carousel-list .flickity-prev-next-button.next {
          display: none; } }
  @media screen and (max-width: 720px) {
    .carousel .carousel-list.no-images .flickity-prev-next-button.previous, .carousel .carousel-list.no-images .flickity-prev-next-button.next {
      display: none; } }
  .carousel .carousel-list.grid .carousel-item:hover .text-container {
    opacity: 1; }
  .carousel .carousel-list.grid .carousel-item a:hover {
    text-decoration: underline; }

.carousel .carousel-item {
  padding: 1rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 720px) {
    .carousel .carousel-item {
      padding: 1rem 36px; } }
  @media screen and (max-width: 560px) {
    .carousel .carousel-item {
      padding: 1rem; } }
  .carousel .carousel-item h1,
  .carousel .carousel-item h2,
  .carousel .carousel-item h3 {
    color: #000000;
    margin: 0.75rem 0;
    font-family: "PT Serif", serif;
    font-weight: 300;
    font-size: 24px;
    min-height: 55px; }
    @media screen and (max-width: 720px) {
      .carousel .carousel-item h1,
      .carousel .carousel-item h2,
      .carousel .carousel-item h3 {
        font-size: 21px;
        min-height: 24px; } }
  .carousel .carousel-item a.cover {
    margin-bottom: 1.25rem; }
  .carousel .carousel-item .date {
    opacity: .7; }
  .carousel .carousel-item .text-container {
    opacity: .7;
    font-size: 16px; }
    .carousel .carousel-item .text-container p {
      margin: 0; }
  .carousel .carousel-item .details {
    font-weight: 400; }
    .carousel .carousel-item .details + .text-container {
      margin-top: 1rem; }

.highlight .highlight-content {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-left: 2rem; }
  @media screen and (min-width: 1200px) {
    .highlight .highlight-content {
      padding-left: 4rem; } }
  @media screen and (max-width: 1025px) {
    .highlight .highlight-content {
      position: relative;
      right: auto;
      top: auto;
      padding-left: 0;
      padding-top: 2rem; } }
  .highlight .highlight-content > div {
    height: 100%; }
  .highlight .highlight-content .section-title {
    margin: 0; }
  .highlight .highlight-content .text-container {
    padding-right: 3rem; }
    @media screen and (max-width: 720px) {
      .highlight .highlight-content .text-container {
        padding-right: 0; } }
    .highlight .highlight-content .text-container h3 {
      font-size: 26px;
      font-weight: 300; }
      .highlight .highlight-content .text-container h3 a:hover {
        text-decoration: underline; }
      @media screen and (max-width: 1200px) {
        .highlight .highlight-content .text-container h3 {
          font-size: 24px; } }
      @media screen and (max-width: 720px) {
        .highlight .highlight-content .text-container h3 {
          font-size: 21px; } }
    .highlight .highlight-content .text-container p {
      font-size: 18px;
      opacity: 0.7; }

.columns-block .page-section-subtitle {
  margin-bottom: 1rem; }

@media screen and (max-width: 720px) {
  .columns-block .container {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    max-width: 100vw; } }

.columns-block .column-left {
  padding-right: 1rem; }
  @media screen and (max-width: 720px) {
    .columns-block .column-left {
      padding-right: 0; } }

.columns-block .column-right {
  padding-left: 1rem; }
  @media screen and (max-width: 720px) {
    .columns-block .column-right {
      padding-left: 0;
      margin-top: 2rem; } }

.columns-block .image-overlay {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%; }

.columns-block .banner-item-content {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 1200px) {
    .columns-block .banner-item-content {
      padding: 2rem 4rem 4rem; } }
  @media screen and (max-width: 720px) {
    .columns-block .banner-item-content {
      width: 100%;
      padding: 1rem;
      display: block; } }
  @media screen and (max-width: 560px) {
    .columns-block .banner-item-content {
      background-color: rgba(0, 0, 0, 0.35);
      padding: 0.25rem 1rem; } }
  .columns-block .banner-item-content .banner-title {
    display: block;
    color: #fff;
    max-width: 450px;
    font-size: 36px;
    font-weight: 300;
    margin-top: 0; }
    @media screen and (max-width: 720px) {
      .columns-block .banner-item-content .banner-title {
        font-size: 24px;
        margin: 10px 0; } }
  .columns-block .banner-item-content .date {
    color: #fff;
    font-size: 16px;
    margin-top: 0; }
    @media screen and (max-width: 720px) {
      .columns-block .banner-item-content .date {
        font-size: 14px;
        margin-bottom: 5px; } }
  .columns-block .banner-item-content a.btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
    margin-top: 1rem;
    display: inline-block; }
    @media screen and (max-width: 720px) {
      .columns-block .banner-item-content a.btn {
        font-size: 14px;
        padding: 0.25rem 0.5rem; } }
    @media screen and (max-width: 560px) {
      .columns-block .banner-item-content a.btn {
        margin-top: 0;
        font-size: 14px;
        min-width: 90px; } }
    .columns-block .banner-item-content a.btn:hover {
      color: #333333;
      background-color: #fff; }
  .columns-block .banner-item-content > * {
    display: block; }

.columns-block img + .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner:first-of-type > .container {
  padding-top: 0; }

.banner:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 720px) {
  .banner .container {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    max-width: 100vw; } }

@media screen and (max-width: 720px) {
  .banner .banner-carousel {
    width: 100%;
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 960px) {
  .banner .banner-carousel .banner-item {
    overflow: hidden; } }

.banner .banner-carousel .banner-item video {
  width: 100%; }

.banner .banner-carousel .banner-item.shadow:after {
  content: '';
  z-index: 2;
  background: black;
  background: -webkit-linear-gradient(350deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  background: -o-linear-gradient(350deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.banner .banner-carousel .banner-item .banner-item-content {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0; }
  .banner .banner-carousel .banner-item .banner-item-content .banner-title {
    color: #fff;
    max-width: 450px;
    font-size: 36px;
    font-weight: 300; }
  .banner .banner-carousel .banner-item .banner-item-content .date {
    color: #fff;
    font-size: 18px;
    margin-top: 0; }
  .banner .banner-carousel .banner-item .banner-item-content a.btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
    margin-top: 1rem; }
    .banner .banner-carousel .banner-item .banner-item-content a.btn:hover {
      color: #333333;
      background-color: #fff; }

.banner .banner-carousel .banner-item .banner-background {
  min-width: 100%;
  min-height: 100%;
  height: auto; }
  @media screen and (max-width: 720px) {
    .banner .banner-carousel .banner-item .banner-background {
      min-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      max-width: none;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

@media screen and (max-width: 720px) {
  .banner .banner-carousel .banner-item:before {
    padding-top: 66.66%; }
  .banner .banner-carousel .banner-item .banner-item-content {
    padding: 2rem;
    width: 100%;
    height: 100%; }
    .banner .banner-carousel .banner-item .banner-item-content .banner-title {
      max-width: 100%;
      font-size: 32px;
      margin: 0 0 0.5rem; }
    .banner .banner-carousel .banner-item .banner-item-content .date {
      font-size: 16px; } }

@media screen and (max-width: 560px) {
  .banner .banner-carousel .banner-item .banner-item-content {
    padding: 2rem;
    width: 100%; }
    .banner .banner-carousel .banner-item .banner-item-content .banner-title {
      font-size: 26px;
      line-height: 1.2; }
    .banner .banner-carousel .banner-item .banner-item-content .date {
      font-size: 14px; }
    .banner .banner-carousel .banner-item .banner-item-content a.btn {
      margin-top: 0;
      font-size: 14px;
      padding: 0.25rem 0.5rem;
      min-width: 90px; } }

.banner .banner-carousel .flickity-page-dots {
  z-index: 7;
  bottom: -35px; }

.single-header {
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  padding-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 720px) {
    .single-header {
      padding-top: 0;
      margin-bottom: 1rem; } }
  .single-header #breadcrumbs {
    margin-bottom: 0; }
    .single-header #breadcrumbs a {
      opacity: .7; }
      .single-header #breadcrumbs a:hover {
        opacity: 1; }
    .single-header #breadcrumbs .breadcrumb_last {
      font-weight: 400; }

.page-title {
  font-size: 42px;
  line-height: 1;
  margin: 0; }
  .page-title a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 2px;
    background-color: var(--black); }
  .page-title a:hover:after {
    max-width: 100%; }
  @media screen and (max-width: 960px) {
    .page-title {
      font-size: 36px; } }
  @media screen and (max-width: 720px) {
    .page-title {
      font-size: 32px; } }
  @media screen and (max-width: 560px) {
    .page-title {
      font-size: 28px; } }

.main-content {
  width: calc(100% - 120px); }
  .main-content .text-container,
  .main-content .text-container p {
    font-size: 18px;
    line-height: 32px;
    opacity: .9; }
    .main-content .text-container:first-child,
    .main-content .text-container p:first-child {
      margin-top: 0; }
  @media screen and (max-width: 720px) {
    .main-content {
      width: 100%; } }
  .main-content .text-container {
    padding-bottom: 2rem;
    padding-left: 2rem; }
    @media screen and (min-width: 960px) {
      .main-content .text-container {
        padding-left: 10vw;
        padding-right: 10vw; } }
    @media screen and (max-width: 720px) {
      .main-content .text-container {
        padding-left: 0; } }
    .main-content .text-container a {
      text-decoration: underline; }
    .main-content .text-container p {
      padding-left: 0;
      padding-right: 0; }
  .main-content > section:first-child .page-section-title {
    border-top: 0; }

.share-container {
  width: 120px;
  text-align: right; }
  @media screen and (max-width: 960px) {
    .share-container {
      width: 60px; } }
  @media screen and (max-width: 720px) {
    .share-container {
      width: 40px; } }
  .share-container svg {
    height: 25px; }
  .share-container ol {
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 40px; }
    .share-container ol a {
      opacity: 0.8;
      display: inline-block; }
      .share-container ol a label {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 100%;
        line-height: 28px;
        padding: 0;
        font-weight: 400;
        border-radius: 4px;
        font-size: 14px;
        z-index: 6;
        width: 90px;
        text-align: center;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out; }
        @media screen and (max-width: 720px) {
          .share-container ol a label {
            display: none; } }
      .share-container ol a:hover {
        opacity: 1; }
        .share-container ol a:hover label {
          opacity: 1;
          padding: 2px 5px;
          max-width: 90px; }

.intro-text {
  max-width: 860px;
  padding-bottom: 2rem; }
  .intro-text p.small {
    font-size: 16px;
    font-weight: 200;
    opacity: .7;
    margin-top: 1rem;
    font-family: "Open Sans", sans-serif; }
    @media screen and (max-width: 720px) {
      .intro-text p.small {
        font-size: 14px; } }

.intro-text,
.intro-text p {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-family: "PT Serif", serif; }
  @media screen and (max-width: 960px) {
    .intro-text,
    .intro-text p {
      font-size: 30px; } }
  @media screen and (max-width: 720px) {
    .intro-text,
    .intro-text p {
      font-size: 26px; } }
  @media screen and (max-width: 560px) {
    .intro-text,
    .intro-text p {
      font-size: 24px; } }

.gallery .gallery-items {
  margin-left: -1rem;
  margin-right: -1rem; }
  .gallery .gallery-items .gallery-item {
    cursor: pointer;
    overflow: hidden;
    padding: 1rem;
    margin: 0; }
    .gallery .gallery-items .gallery-item a {
      overflow: hidden; }
    .gallery .gallery-items .gallery-item img {
      width: 100%;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.page-section-title {
  font-size: 42px;
  padding: 2rem 0;
  margin: 0;
  border-top: 1px solid #a2a2a2; }
  .page-section-title.pb0 {
    padding-bottom: 0; }
  .page-section-title.pb1 {
    padding-bottom: 1rem; }

.page-section-subtitle {
  font-size: 32px;
  padding: 2rem 0;
  margin: 0;
  border-top: 1px solid #a2a2a2; }
  .page-section-subtitle.pb0 {
    padding-bottom: 0; }
  .page-section-subtitle.pb1 {
    padding-bottom: 1rem; }

.home .page-section-subtitle {
  font-size: 42px;
  padding: 0;
  border: 0; }
  @media screen and (max-width: 960px) {
    .home .page-section-subtitle {
      font-size: 36px; } }
  @media screen and (max-width: 720px) {
    .home .page-section-subtitle {
      font-size: 32px; } }
  @media screen and (max-width: 560px) {
    .home .page-section-subtitle {
      font-size: 28px; } }

.pagination-container {
  margin-top: 4rem; }
  .pagination-container > .page-numbers {
    font-size: 18px;
    margin: 0 0.75rem 0 0; }
    .pagination-container > .page-numbers.current {
      font-weight: 600; }
    .pagination-container > .page-numbers img {
      padding-top: 5px; }

.list-description {
  padding-bottom: 2rem; }
  .list-description + .catalog .container {
    border-top: 1px solid #a2a2a2;
    padding-top: 0; }

.rows-list {
  margin: 0; }
  .rows-list .row-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #a2a2a2; }
    .rows-list .row-item:first-child {
      border-top: 0; }
    .rows-list .row-item h2 {
      color: #000000;
      margin: 0.75rem 0;
      font-family: "PT Serif", serif;
      font-weight: 300;
      font-size: 24px; }
      .rows-list .row-item h2 a:hover {
        text-decoration: underline; }

main.page .files-list {
  padding-bottom: 1rem; }
  main.page .files-list .btn, main.page .files-list footer button[type="submit"], footer main.page .files-list button[type="submit"],
  main.page .files-list footer input[type="submit"], footer main.page .files-list input[type="submit"] {
    border-radius: 16px; }
    main.page .files-list .btn:before, main.page .files-list footer button[type="submit"]:before, footer main.page .files-list button[type="submit"]:before,
    main.page .files-list footer input[type="submit"]:before, footer main.page .files-list input[type="submit"]:before {
      display: none; }

main.single table {
  margin-bottom: 1rem; }
  main.single table th,
  main.single table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #333333; }
  main.single table td {
    border-left: 1px solid #333333; }
    main.single table td:last-child {
      border-right: 1px solid #333333; }
  main.single table tr:last-child td {
    border-bottom: 1px solid #333333; }
  main.single table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #333333; }
  main.single table tbody + tbody {
    border-top: 2px solid #333333; }

form.wpcf7-form p {
  margin: 0.5rem 0 0;
  display: inline-block;
  min-height: 92px;
  width: 100%;
  padding: 0; }
  form.wpcf7-form p:first-of-type {
    margin-top: 0; }
  form.wpcf7-form p span {
    width: 100%;
    display: inline-block; }
    form.wpcf7-form p span input {
      width: 100%;
      border-radius: 4px;
      line-height: 36px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #dbdbdb; }
  form.wpcf7-form p span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    width: 100%; }
  form.wpcf7-form p > label {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px;
    display: inline-block; }
  form.wpcf7-form p textarea {
    resize: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #dbdbdb; }
  form.wpcf7-form p.half {
    width: 49%;
    float: left;
    display: inline-block; }
    @media screen and (max-width: 720px) {
      form.wpcf7-form p.half {
        width: 100%; } }
  form.wpcf7-form p.sixth {
    width: 15%;
    float: left;
    display: inline-block; }
    @media screen and (max-width: 720px) {
      form.wpcf7-form p.sixth {
        width: 100%; } }
  form.wpcf7-form p.margin-left {
    margin-left: 2%; }
    @media screen and (max-width: 720px) {
      form.wpcf7-form p.margin-left {
        margin-left: 0; } }

form.wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  form.wpcf7-form .wpcf7-form-control.wpcf7-radio span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto; }
    form.wpcf7-form .wpcf7-form-control.wpcf7-radio span:first-child {
      margin-left: 0; }
    form.wpcf7-form .wpcf7-form-control.wpcf7-radio span input {
      width: auto;
      margin-right: 10px;
      height: 24px; }

form.wpcf7-form input[type="submit"] {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  min-width: 120px;
  text-align: center;
  display: inline-block;
  border: none;
  overflow: hidden;
  vertical-align: top;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  outline: none;
  -webkit-transition: all 0.3s, color 0.3s;
  -o-transition: all 0.3s, color 0.3s;
  transition: all 0.3s, color 0.3s;
  border: 1px solid #000;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  border-radius: 16px; }
  form.wpcf7-form input[type="submit"]:hover {
    color: #000000;
    background-color: #fff;
    border-color: #a2a2a2; }

form.wpcf7-form div.wpcf7-validation-errors,
form.wpcf7-form div.wpcf7-acceptance-missing {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  display: block;
  float: right;
  width: auto;
  margin: 0;
  border: 0;
  font-size: 16px;
  color: red; }

form.wpcf7-form p.submit-paragrapth {
  display: inline-block;
  width: auto;
  float: left; }

.cc-window {
  -webkit-box-shadow: 0 5px 10px 0 rgba(71, 71, 71, 0.2);
  box-shadow: 0 5px 10px 0 rgba(71, 71, 71, 0.2); }

.toolbar.shop-toolbar {
  margin: 0;
  padding: 0.75rem 2rem; }
  .toolbar.shop-toolbar li {
    margin: 0 1rem;
    line-height: 1; }
    .toolbar.shop-toolbar li:last-child {
      margin-right: 0; }
    .toolbar.shop-toolbar li .cart-badge {
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: 18px;
      right: -5px;
      background: #ff0000;
      border-radius: 50%;
      opacity: 0; }
    .toolbar.shop-toolbar li a,
    .toolbar.shop-toolbar li button {
      cursor: pointer; }
  .toolbar.shop-toolbar .input-search-container {
    overflow: hidden; }
    .toolbar.shop-toolbar .input-search-container .search-input {
      font-size: 14px;
      line-height: 1.2;
      padding: 5px;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-radius: 0;
      border-color: #333;
      margin-right: 0.5rem;
      display: inline-block;
      min-width: 150px;
      outline: 0;
      -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
      -webkit-transition: -webkit-transform 0.1s;
      transition: -webkit-transform 0.1s;
      -o-transition: transform 0.1s;
      transition: transform 0.1s;
      transition: transform 0.1s, -webkit-transform 0.1s;
      max-width: 95%; }
    .toolbar.shop-toolbar .input-search-container.active .search-input {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .toolbar.shop-toolbar .input-search-container button {
      outline: 0; }

.shop #content .news-item p.aside {
  line-height: 1.2;
  margin: 0;
  min-height: initial; }
  .shop #content .news-item p.aside > a {
    padding: 0; }

.shop #content .news-item.agenda-item {
  padding: 1rem 2rem 0; }
  @media screen and (max-width: 96em) {
    .shop #content .news-item.agenda-item {
      padding: 1rem 1rem 0; } }
  .shop #content .news-item.agenda-item .ellapsed-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(50% - 10px);
    font-weight: 600;
    letter-spacing: 0.02rem;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
  .shop #content .news-item.agenda-item.ellapsed .header p.aside.date {
    text-decoration: line-through; }
  .shop #content .news-item.agenda-item.ellapsed img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .shop #content .news-item.agenda-item > a {
    padding: 0; }
  .shop #content .news-item.agenda-item h1 {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 0.25rem; }
    .shop #content .news-item.agenda-item h1 > a {
      padding: 0; }
  .shop #content .news-item.agenda-item p.aside {
    line-height: 1.6;
    font-size: 18px; }
  .shop #content .news-item.agenda-item .text-container {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #c3c3c3; }

.shop #content .news-filters {
  padding-right: 1rem; }
  .shop #content .news-filters #showMobileFilters {
    display: none; }
    @media screen and (max-width: 720px) {
      .shop #content .news-filters #showMobileFilters {
        display: block;
        cursor: pointer;
        border-width: 1px;
        margin-left: 1rem;
        width: calc(100% - 2rem);
        line-height: 18px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
        padding: 10px 25px 10px 15px; }
        .shop #content .news-filters #showMobileFilters .arrow-down {
          margin-bottom: 3px;
          margin-top: -5px;
          margin-left: 10px;
          border: solid black;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 4px;
          -webkit-transition: -webkit-transform .1s;
          transition: -webkit-transform .1s;
          -o-transition: transform .1s;
          transition: transform .1s;
          transition: transform .1s, -webkit-transform .1s;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .shop #content .news-filters #showMobileFilters.active ~ .filters-container {
          max-height: 240px;
          opacity: 1; }
        .shop #content .news-filters #showMobileFilters.active .arrow-down {
          margin-bottom: 0;
          -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); } }
  @media screen and (max-width: 64em) {
    .shop #content .news-filters {
      padding-right: 0; } }
  .shop #content .news-filters .filters-container {
    padding-right: 10%;
    max-width: 420px; }
    @media screen and (max-width: 64em) {
      .shop #content .news-filters .filters-container {
        padding-right: 1rem;
        width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 720px) {
      .shop #content .news-filters .filters-container {
        max-height: 0;
        opacity: 0;
        -webkit-transition: opacity .2s, max-height .2s;
        -o-transition: opacity .2s, max-height .2s;
        transition: opacity .2s, max-height .2s; } }
    .shop #content .news-filters .filters-container p {
      font-size: 16px;
      line-height: 24px; }
    .shop #content .news-filters .filters-container select {
      width: 100%;
      line-height: 18px;
      background: #fff;
      border: 1px solid #333;
      font-size: 14px;
      border-radius: 0;
      padding: 10px 25px 10px 15px;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .shop #content .news-filters .filters-container select::-ms-expand {
        display: none; }
    .shop #content .news-filters .filters-container .select-dropdown::after {
      content: '';
      position: absolute;
      right: 12px;
      top: calc(50% - 5px);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #333;
      clear: both; }
    .shop #content .news-filters .filters-container button {
      outline: none;
      border: 0;
      font-size: 14px; }
      @media screen and (max-width: 64em) {
        .shop #content .news-filters .filters-container button {
          width: 100%;
          line-height: 24px;
          margin-left: 1rem;
          margin: 1rem auto; } }
      @media screen and (max-width: 40rem) {
        .shop #content .news-filters .filters-container button {
          line-height: 1;
          height: 40px;
          padding: 5px 10px;
          font-size: 12px; } }

.shop #content .product-item {
  margin-bottom: 1rem; }
  @media screen and (max-width: 96em) {
    .shop #content .product-item {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .shop #content .product-item h1 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0; }
    .shop #content .product-item h1 + p {
      margin-top: 0;
      line-height: 2; }
  .shop #content .product-item .cover {
    background-color: #c3c3c3;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 13px 3px rgba(51, 51, 51, 0.1);
    box-shadow: 0 6px 13px 3px rgba(51, 51, 51, 0.1); }
    .shop #content .product-item .cover img {
      position: absolute;
      width: 100%;
      height: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.shop-product .single-product img {
  height: auto; }

.shop-product .single-product .product-grid > div {
  max-width: 650px; }

.shop-product .single-product .cover,
.shop-product .single-product .cover img {
  width: 100%;
  height: auto; }

.shop-product .single-product .placeholder {
  height: 100%;
  background: #c3c3c3; }

@media screen and (max-width: 64em) {
  .shop-product .single-product .product-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .shop-product .single-product .product-grid > div {
      padding-right: 0; }
    .shop-product .single-product .product-grid .vertical-gallery {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.shop-product .single-product .gallery-navigation {
  width: 25%;
  max-width: 200px;
  padding-left: 0;
  padding-right: 0.75rem;
  margin: 0; }
  @media screen and (max-width: 64em) {
    .shop-product .single-product .gallery-navigation {
      width: 100%;
      min-width: 90px;
      max-width: none;
      margin-top: 0.55rem;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      overflow-x: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      order: 2;
      overflow-x: auto; } }
  .shop-product .single-product .gallery-navigation li {
    margin-bottom: 0.75rem;
    overflow: hidden; }
    @media screen and (max-width: 64em) {
      .shop-product .single-product .gallery-navigation li {
        margin-bottom: 0.75rem;
        overflow: hidden;
        width: auto;
        max-width: 90px;
        min-width: 33.3%;
        margin-right: 5px; } }
    .shop-product .single-product .gallery-navigation li a.pswp-image > div {
      height: 100%;
      background: #c3c3c3; }
      .shop-product .single-product .gallery-navigation li a.pswp-image > div img {
        width: 100%; }

.shop-product .single-product .placeholder {
  background-color: #c3c3c3; }
  .shop-product .single-product .placeholder > div {
    height: 100%; }

.shop-product .single-product .title {
  margin-top: 0.5rem;
  font-size: 26px; }
  @media screen and (max-width: 64em) {
    .shop-product .single-product .title {
      margin-top: 1rem;
      font-size: 18px;
      line-height: 1.2; } }

.shop-product .single-product .price {
  font-size: 24px; }
  .shop-product .single-product .price del {
    margin-right: 10px; }

.shop-product .single-product .text {
  max-width: 500px;
  margin-top: 4rem;
  margin-bottom: 2rem; }

.shop-product .single-product .add-cart-container {
  margin-top: 4rem; }
  .shop-product .single-product .add-cart-container .add-cart {
    cursor: pointer;
    margin-top: 0;
    margin-right: 2rem;
    overflow: hidden;
    max-width: 175px; }
    .shop-product .single-product .add-cart-container .add-cart:before {
      content: '';
      position: absolute;
      right: 1rem;
      top: 50%;
      margin-top: -8px;
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-left-color: transparent;
      border-radius: 50%;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: loader;
      animation-name: loader;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
    .shop-product .single-product .add-cart-container .add-cart.loading:before {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s;
      -webkit-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .shop-product .single-product .add-cart-container .add-cart img {
      position: absolute;
      right: 1rem;
      -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
      transform: translateY(35px);
      -webkit-transition: -webkit-transform .25s ease-in;
      transition: -webkit-transform .25s ease-in;
      -o-transition: transform .25s ease-in;
      transition: transform .25s ease-in;
      transition: transform .25s ease-in, -webkit-transform .25s ease-in; }
    .shop-product .single-product .add-cart-container .add-cart.success > img {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .shop-product .single-product .add-cart-container .dark-btn {
    line-height: 24px;
    max-width: 50%; }
    @media screen and (max-width: 64em) {
      .shop-product .single-product .add-cart-container .dark-btn {
        font-size: 14px;
        line-height: 1.2;
        max-width: 75%;
        margin-right: 1rem; } }

.shop-product .single-product .error-msg {
  display: none;
  margin-top: 1rem;
  color: #ff0000; }

body.shop-product.single-agenda img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 64em) {
  body.shop-product.single-agenda .image-column {
    padding-right: 0; } }

body.shop-product.single-agenda .sub-header a {
  color: #fff; }

body.shop-product.single-agenda .post-header {
  margin-top: 1rem; }
  body.shop-product.single-agenda .post-header h1 {
    font-size: 21px; }
  body.shop-product.single-agenda .post-header p.aside {
    line-height: 1.6;
    font-size: 21px; }
    body.shop-product.single-agenda .post-header p.aside > a {
      text-decoration: none; }
    body.shop-product.single-agenda .post-header p.aside.line-through {
      text-decoration: line-through; }

body.shop-product.single-agenda .border-btn,
body.shop-product.single-agenda .dark-btn {
  min-width: 275px;
  width: initial;
  display: inline-block; }

body.shop-product.single-product img {
  height: auto; }

body.shop-product.single-product .product-grid > div {
  max-width: 650px; }

body.shop-product.single-product .cover,
body.shop-product.single-product .cover img {
  width: 100%;
  height: auto; }

body.shop-product.single-product .placeholder {
  height: 100%;
  background: #c3c3c3; }

@media screen and (max-width: 64em) {
  body.shop-product.single-product .product-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.shop-product.single-product .product-grid > div {
      padding-right: 0; }
    body.shop-product.single-product .product-grid .vertical-gallery {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

body.shop-product.single-product .gallery-navigation {
  width: 25%;
  max-width: 200px;
  padding-left: 0;
  padding-right: 0.75rem;
  margin: 0; }
  @media screen and (max-width: 64em) {
    body.shop-product.single-product .gallery-navigation {
      width: 100%;
      min-width: 90px;
      max-width: none;
      margin-top: 0.55rem;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      overflow-x: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      order: 2;
      overflow-x: auto; } }
  body.shop-product.single-product .gallery-navigation li {
    margin-bottom: 0.75rem;
    overflow: hidden; }
    @media screen and (max-width: 64em) {
      body.shop-product.single-product .gallery-navigation li {
        margin-bottom: 0.75rem;
        overflow: hidden;
        width: auto;
        max-width: 90px;
        min-width: 33.3%;
        margin-right: 5px; } }
    body.shop-product.single-product .gallery-navigation li a.pswp-image > div {
      height: 100%;
      background: #c3c3c3; }
      body.shop-product.single-product .gallery-navigation li a.pswp-image > div img {
        width: 100%; }

body.shop-product.single-product .placeholder {
  background-color: #c3c3c3; }
  body.shop-product.single-product .placeholder > div {
    height: 100%; }

body.shop-product.single-product .title {
  font-weight: 400; }
  @media screen and (max-width: 64em) {
    body.shop-product.single-product .title {
      margin-top: 1rem;
      font-size: 18px;
      line-height: 1.2; } }

body.shop-product.single-product .price {
  font-size: 24px; }
  body.shop-product.single-product .price del {
    margin-right: 10px; }

body.shop-product.single-product .text {
  max-width: 500px;
  margin-top: 4rem;
  margin-bottom: 2rem; }

body.shop-product.single-product .add-cart-container {
  margin-top: 4rem; }
  body.shop-product.single-product .add-cart-container .add-cart {
    margin-right: 2rem;
    overflow: hidden;
    max-width: 175px; }
    body.shop-product.single-product .add-cart-container .add-cart:before {
      content: '';
      position: absolute;
      right: 1rem;
      top: 50%;
      margin-top: -8px;
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-left-color: transparent;
      border-radius: 50%;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: loader;
      animation-name: loader;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
    body.shop-product.single-product .add-cart-container .add-cart.loading:before {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s;
      -webkit-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    body.shop-product.single-product .add-cart-container .add-cart img {
      position: absolute;
      right: 1rem;
      -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
      transform: translateY(35px);
      -webkit-transition: -webkit-transform .25s ease-in;
      transition: -webkit-transform .25s ease-in;
      -o-transition: transform .25s ease-in;
      transition: transform .25s ease-in;
      transition: transform .25s ease-in, -webkit-transform .25s ease-in; }
    body.shop-product.single-product .add-cart-container .add-cart.success > img {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  body.shop-product.single-product .add-cart-container .dark-btn {
    line-height: 24px;
    max-width: 50%; }
    @media screen and (max-width: 64em) {
      body.shop-product.single-product .add-cart-container .dark-btn {
        font-size: 14px;
        line-height: 1.2;
        max-width: 75%;
        margin-right: 1rem; } }

body.shop-product.single-product .error-msg {
  display: none;
  margin-top: 1rem;
  color: #ff0000; }

body.shop-product .sub-header {
  background-color: #000;
  color: #fff; }
  body.shop-product .sub-header h1 {
    font-size: 26px;
    font-weight: 700;
    max-width: 50%; }
    body.shop-product .sub-header h1 a {
      color: inherit; }
  body.shop-product .sub-header + .contacts {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 350px; }

body.shop-product .nav-inner {
  padding-left: 0;
  border-bottom: 1px solid #000; }
  body.shop-product .nav-inner ul {
    padding-left: 0; }
  body.shop-product .nav-inner li {
    list-style: none;
    display: inline-block;
    margin-right: 2%;
    width: 25%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top; }
    body.shop-product .nav-inner li a.active, body.shop-product .nav-inner li a:hover {
      border-bottom: 2px solid #000; }

body.shop-product .media .gallery,
body.shop-product .media .media {
  float: right;
  overflow: hidden;
  outline: none;
  width: 100%;
  max-width: 450px; }

body.shop-product div.text-container {
  width: calc(100% - 4rem); }

body.shop-product .media .gallery .gallery-for {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 75%;
  margin-bottom: 10px;
  outline: none; }
  body.shop-product .media .gallery .gallery-for a,
  body.shop-product .media .gallery .gallery-for div {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center; }

body.shop-product .media .gallery .gallery-nav {
  outline: none; }

body.shop-product .media .gallery .gallery-item,
body.shop-product .media .gallery .gallery-thumb {
  outline: none;
  cursor: move; }

body.shop-product .media .gallery .gallery-item img,
body.shop-product .media .gallery .gallery-thumb img {
  max-width: 100%;
  padding: 5px;
  outline: none;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto; }

body.shop-product .video {
  max-width: 450px;
  float: right; }

body.shop-product .news {
  margin-left: -1rem; }

body.shop-product .news-item a {
  padding: 0.2rem;
  display: block; }

body.shop-product .news-item h1,
body.shop-product .news-item p {
  font-size: 14px;
  line-height: 1.2; }

body.shop-product .news-item h1 {
  font-size: 16px;
  margin: 7px 0; }

body.shop-product .media video {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 2rem auto;
  display: block; }

body.shop-product .news-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

body.shop-product #map {
  width: 100vw;
  height: 20vw;
  min-height: 300px; }

body.shop-product.emprego .news-item {
  min-height: 450px; }

body.shop-product .news-item {
  margin-bottom: 1rem; }

body.shop-product .nav-links a,
body.shop-product .nav-links span {
  padding: 0.6em 0.9em;
  font-size: 14px;
  display: inline-block;
  color: #000;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  margin: 0 0.2em; }

body.shop-product .nav-links a:hover {
  background-color: #f2f2f2; }

body.shop-product .nav-links span.current {
  background-color: #333;
  border-color: #333;
  color: #ffffff; }

body.cart .cart-items {
  margin: 0; }
  body.cart .cart-items .cart-item {
    padding: 2rem 0;
    font-size: 18px; }
    body.cart .cart-items .cart-item:first-child {
      padding-top: 0; }
    @media screen and (max-width: 64em) {
      body.cart .cart-items .cart-item {
        padding: 2rem 0; }
        body.cart .cart-items .cart-item label {
          font-size: 14px; }
        body.cart .cart-items .cart-item .row-price {
          font-size: 16px; } }
    body.cart .cart-items .cart-item .product-title {
      font-weight: 400;
      font-size: 21px;
      line-height: 1.4;
      margin: 0; }
      @media screen and (max-width: 64em) {
        body.cart .cart-items .cart-item .product-title {
          font-size: 16px;
          padding-right: 10px;
          line-height: 1;
          margin-bottom: 0.5rem; } }
    body.cart .cart-items .cart-item .product-info .img-background {
      width: 150px;
      height: 150px;
      margin-right: 25px; }
      @media screen and (max-width: 64em) {
        body.cart .cart-items .cart-item .product-info .img-background {
          width: 90px;
          height: 90px;
          margin-right: 10px; } }
      body.cart .cart-items .cart-item .product-info .img-background img {
        width: 100%;
        height: auto;
        min-width: 90px;
        max-width: 175px; }
        @media screen and (max-width: 64em) {
          body.cart .cart-items .cart-item .product-info .img-background img {
            margin-right: 10px;
            min-width: 75px; } }
      body.cart .cart-items .cart-item .product-info .img-background.placeholder {
        background-color: #c3c3c3; }
        body.cart .cart-items .cart-item .product-info .img-background.placeholder img {
          width: 90px;
          display: block;
          margin: 0 auto; }
    body.cart .cart-items .cart-item .height-controller {
      min-height: 150px;
      max-height: 175px; }
      @media screen and (max-width: 64em) {
        body.cart .cart-items .cart-item .height-controller {
          min-height: 75px; } }

body.cart .cart-total .price-table .total-title,
body.cart .cart-total .price-table label.price {
  font-weight: 700;
  font-size: 21px;
  margin: 0; }
  @media screen and (max-width: 64em) {
    body.cart .cart-total .price-table .total-title,
    body.cart .cart-total .price-table label.price {
      font-size: 18px; } }

body.checkout .sub-header {
  background-color: #000;
  color: #fff; }
  body.checkout .sub-header h1 {
    font-size: 26px;
    font-weight: 700;
    max-width: 50%; }
    body.checkout .sub-header h1 a {
      color: inherit; }

@media screen and (max-width: 64em) {
  body.checkout .checkout-column {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

body.checkout .checkout {
  width: 100%;
  min-height: calc(100vh - 405px); }
  @media screen and (max-width: 64em) {
    body.checkout .checkout {
      max-width: 650px; }
      body.checkout .checkout.payment-methods {
        margin-top: 1rem; }
        body.checkout .checkout.payment-methods img {
          max-height: 30px; } }
  body.checkout .checkout h2 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 2rem; }
  body.checkout .checkout.user-data:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #333;
    top: 0;
    bottom: 0;
    left: calc(100% + 4rem);
    position: absolute; }
    @media screen and (max-width: 64em) {
      body.checkout .checkout.user-data:after {
        display: none; } }

body.checkout .order-resume {
  margin-top: 2rem; }
  body.checkout .order-resume .table-body {
    padding: 1rem 0; }
  body.checkout .order-resume .table-row {
    margin: 0.5rem 0;
    font-size: 14px;
    color: #5a5a5a;
    width: 100%; }
    body.checkout .order-resume .table-row p {
      margin: 0; }
    body.checkout .order-resume .table-row .product-info span {
      font-size: 12px; }
    body.checkout .order-resume .table-row .row-price {
      display: inline-block;
      min-width: 100px;
      text-align: right; }
      body.checkout .order-resume .table-row .row-price del {
        margin-right: 10px; }
  body.checkout .order-resume .table-header {
    border-bottom: 2px solid #333; }
    body.checkout .order-resume .table-header h3 {
      font-size: 16px; }
  body.checkout .order-resume .table-footer {
    margin-top: 1rem; }
    body.checkout .order-resume .table-footer .row-price {
      width: 100%;
      text-align: right;
      font-size: 14px;
      font-weight: 700; }
      body.checkout .order-resume .table-footer .row-price small {
        font-weight: 400;
        font-size: 14px; }

body.checkout .checkout-btn {
  margin-top: 2rem;
  max-width: 50%; }
  @media screen and (max-width: 64em) {
    body.checkout .checkout-btn {
      max-width: 200px;
      width: 100%;
      font-size: 14px; } }
  body.checkout .checkout-btn .lds-ring {
    position: absolute;
    right: 5%;
    top: calc(50% - 12px);
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    opacity: 0;
    pointer-events: none; }

body.checkout form.loading .checkout-btn .lds-ring {
  opacity: 1; }

.form-control {
  margin-bottom: 1.5rem; }
  .form-control.form-subtitle {
    margin-bottom: 1rem; }
  @media screen and (max-width: 32em) {
    .form-control {
      margin-bottom: 1rem; } }
  .form-control a {
    cursor: pointer;
    text-decoration: underline;
    color: #333;
    font-size: 12px; }
    .form-control a:hover, .form-control a:active {
      cursor: pointer;
      text-decoration: underline; }
  .form-control .info-label {
    color: #333;
    font-size: 12px; }
  @media screen and (max-width: 32em) {
    .form-control .forgot-pw {
      text-align: left !important;
      width: 100%;
      display: inline-block; }
      .form-control .forgot-pw:before {
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        top: -20px;
        bottom: -20px;
        padding: 0.5rem 0; } }
  .form-control label.input-label {
    position: absolute;
    left: 0;
    font-size: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .form-control label.button-label {
    font-weight: 700;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05rem; }
  .form-control input,
  .form-control select,
  .form-control textarea {
    width: 100%;
    display: block;
    padding: 1rem 1.5rem;
    color: #333;
    border: 1px solid #333;
    background: #fff; }
    @media screen and (max-width: 64em) {
      .form-control input,
      .form-control select,
      .form-control textarea {
        padding: 0.75rem 1rem; } }
    .form-control input.col-6,
    .form-control select.col-6,
    .form-control textarea.col-6 {
      width: 50%; }
    .form-control input.payment-radio,
    .form-control select.payment-radio,
    .form-control textarea.payment-radio {
      width: auto;
      margin-left: 4rem; }
  .form-control textarea {
    max-width: 100%;
    min-width: 100%; }
  .form-control input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #d2d2d2 inset; }
  .form-control .input-checkbox.terms {
    width: 100%;
    padding-right: 0;
    padding-left: 2rem;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    color: #333;
    font-size: 12; }
    .form-control .input-checkbox.terms label {
      width: 100%;
      display: inline-block;
      text-align: left; }
      @media screen and (max-width: 64em) {
        .form-control .input-checkbox.terms label {
          width: auto;
          display: inline-block;
          text-align: left; } }
    .form-control .input-checkbox.terms input[type="checkbox"] {
      position: absolute;
      width: 40px;
      height: 30px;
      left: 0;
      top: -10px;
      z-index: 2;
      -webkit-box-shadow: none;
      box-shadow: none; }
      @media screen and (max-width: 64em) {
        .form-control .input-checkbox.terms input[type="checkbox"] {
          display: inline-block;
          float: left;
          width: auto; } }
      .form-control .input-checkbox.terms input[type="checkbox"]:checked ~ .check:before {
        background: #000; }
      .form-control .input-checkbox.terms input[type="checkbox"].error + label,
      .form-control .input-checkbox.terms input[type="checkbox"].error + label > a {
        color: red; }
  .form-control .error-msg {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    position: absolute;
    text-align: left;
    font-weight: 500;
    color: red;
    padding: 0;
    margin-top: -10px; }

.input-radio {
  padding-right: 1.5rem; }
  .input-radio input[type="radio"] {
    display: inline-block;
    position: absolute;
    visibility: visible;
    opacity: 0;
    right: -10%;
    height: 100%;
    width: 120%;
    top: 0;
    z-index: 4;
    cursor: pointer; }
  .input-radio input[checked="checked"] ~ .check:before,
  .input-radio input[type="radio"]:checked ~ .check:before {
    background: #333; }
  .input-radio .check {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    border: 1pt solid #333;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
    z-index: 1;
    -o-transition: border 0.25s linear;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear; }
    .input-radio .check:before {
      display: block;
      position: absolute;
      background: transparent;
      content: '';
      border-radius: 100%;
      height: 8px;
      width: 8px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      margin: auto;
      -o-transition: background 0.25s linear;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear; }
  .input-radio .check.align-left {
    right: auto; }

.user-data .form-control {
  padding-left: 3rem; }
  .user-data .form-control img {
    margin-left: 10px;
    width: 20px; }

.empty-cart {
  display: none; }
  .empty-cart h2 {
    font-size: 26px; }
    .empty-cart h2 a {
      text-decoration: underline; }

.empty .empty-cart {
  display: block; }

button.btn-reset,
a.btn-reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none; }
  button.btn-reset::-moz-focus-inner,
  a.btn-reset::-moz-focus-inner {
    border: 0;
    padding: 0; }

button.dark-btn,
a.dark-btn {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  margin-top: 1rem;
  display: block;
  width: 100%;
  padding: 8px 15px; }

button.border-btn,
a.border-btn {
  text-decoration: none;
  text-align: center;
  border: 2px solid #000;
  font-weight: 600;
  color: #000;
  margin-top: 1rem;
  display: block;
  width: 100%;
  padding: 4px 15px; }
  button.border-btn:hover,
  a.border-btn:hover {
    background-color: #000;
    color: #fff; }

.btn-reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }
  .btn-reset::-moz-focus-inner {
    border: 0;
    padding: 0; }

.back-menu {
  display: none;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.remove-icon {
  outline: none;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 64em) {
    .remove-icon {
      width: 20px;
      height: 20px; } }
  .remove-icon:after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    height: 2px;
    width: 30px;
    background-color: #000; }
    @media screen and (max-width: 64em) {
      .remove-icon:after {
        width: 20px;
        top: 10px; } }
  .remove-icon:before {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    height: 2px;
    width: 30px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (max-width: 64em) {
      .remove-icon:before {
        width: 20px;
        top: 10px; } }
  .remove-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.product-quantity {
  width: 40px;
  line-height: 24px;
  margin-left: 0.75rem;
  padding: 8px;
  border: 1px solid #000;
  text-align: center;
  font-size: 18px; }
  @media screen and (max-width: 64em) {
    .product-quantity {
      width: 30px;
      line-height: 14px;
      padding: 5px; } }

.animScale {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px; }

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s; }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
