abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
.container-siema {
  position: relative;
  background: #333;
  margin-bottom: 40px;
  overflow: hidden;
}
.container-siema__next,
.container-siema__prev {
  position: absolute;
  top: 0;
  color: #fff;
  text-indent: -9999px;
  height: 100%;
  cursor: pointer;
  width: 60px;
}
.container-siema__next {
  right: 0;
}
.container-siema__next .alux-arrow,
.container-siema__prev .alux-arrow {
  width: 30px;
  height: 40px;
  top: 50%;
  right: 0;
  background-size: 45px 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.container-siema__next .alux-arrow {
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.alux-arrow--disable {
  opacity: 0.3;
}
.siema__slide {
  height: 600px;
  background: #333;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.siema__caption {
  z-index: 100;
  padding: 0 100px;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.siema__caption h1,
.siema__caption h2,
.siema__caption h3 {
  color: #fff;
}
.siema__filter {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  background: #000;
}
@media (max-width: 1300px) {
  .container-siema__next .alux-arrow,
  .container-siema__prev .alux-arrow {
    bottom: 40px;
    top: auto;
  }
  .siema__caption {
    padding: 0 40px;
  }
}
blockquote {
  font-weight: 200;
  font-size: 20px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0 30px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  border-left: 5px solid #eee;
}
ul {
  list-style: circle inside;
  margin-bottom: 40px;
}
ol {
  list-style: decimal inside;
  margin-bottom: 40px;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 20px 0 20px 40px;
}
li {
  margin-bottom: 10px;
}
table {
  margin-bottom: 40px;
}
td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
table {
  margin-bottom: 40px;
}
td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
hr {
  margin-top: 20px;
  margin-bottom: 40px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
hr.spacer {
  border-top: 1px solid transparent;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  height: 38px;
  padding: 6px 25px;
  background-color: #fcfcfc;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
label,
legend {
  display: block;
  margin: 12px 0 10px 0;
  font-weight: 700;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}

.card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.card__copy {
  padding: 40px;
}
.cover {
  min-height: 70%;
  background: #eee;
  padding: 100px 0;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.cover__text {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .card__copy {
    padding: 20px;
  }
  .card__copy p {
    font-size: 14px;
  }
  .cover {
    padding: 70px 10px 40px 10px;
  }
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
  max-width: 1640px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.grid--center {
  justify-content: center;
}
.grid--right {
  justify-content: flex-end;
}
.grid--full {
  max-width: 100%;
}
.col {
  flex: 1;
}
[class*="col-"] {
  padding: 0 20px;
  position: relative;
}
.col-100 {
  width: 100%;
}
.col-50 {
  width: 50%;
}
.col-33 {
  width: 33.33%;
}
.col-66 {
  width: 66.66%;
}
.col-25 {
  width: 25%;
}
.col-75 {
  width: 75%;
}
.col-20 {
  width: 20%;
}
.col-40 {
  width: 40%;
}
.col-60 {
  width: 60%;
}
.col-80 {
  width: 80%;
}
.col-16 {
  width: 16.66%;
}
.col-12 {
  width: 12.5%;
}
.col-10 {
  width: 10%;
}
.col-30 {
  width: 30%;
}
.col-70 {
  width: 70%;
}
.col-90 {
  width: 90%;
}
.push-50 {
  left: 50%;
}
.push-33 {
  left: 33.33%;
}
.push-66 {
  left: 66.66%;
}
.push-25 {
  left: 25%;
}
.push-75 {
  left: 75%;
}
.push-20 {
  left: 20%;
}
.push-40 {
  left: 40%;
}
.push-60 {
  left: 60%;
}
.push-80 {
  left: 20%;
}
.push-10 {
  left: 10%;
}
.push-30 {
  left: 30%;
}
.push-60 {
  left: 60%;
}
.push-70 {
  left: 70%;
}
.push-90 {
  left: 90%;
}
.pull-50 {
  right: 50%;
}
.pull-33 {
  right: 33.33%;
}
.pull-66 {
  right: 66.66%;
}
.pull-25 {
  right: 25%;
}
.pull-75 {
  right: 75%;
}
.pull-20 {
  right: 20%;
}
.pull-40 {
  right: 40%;
}
.pull-60 {
  right: 60%;
}
.pull-80 {
  right: 80%;
}
.pull-10 {
  right: 10%;
}
.pull-30 {
  right: 30%;
}
.pull-60 {
  right: 60%;
}
.pull-70 {
  right: 70%;
}
.pull-90 {
  right: 90%;
}
.no-pad,
.no-pad [class*="col-"] {
  padding: 0 !important;
}
.grid .grid {
  margin: 0 -20px;
}
.no-col {
  display: block;
  padding: 20px;
}
@media (max-width: 991px) {
  .tab-100 {
    width: 100%;
  }
  .tab-90 {
    width: 90%;
  }
  .tab-80 {
    width: 80%;
  }
  .tab-75 {
    width: 75%;
  }
  .tab-70 {
    width: 70%;
  }
  .tab-66 {
    width: 66.66%;
  }
  .tab-60 {
    width: 60%;
  }
  .tab-49 {
    width: 49%;
  }
  .tab-50 {
    width: 50%;
  }
  .tab-40 {
    width: 40%;
  }
  .tab-33 {
    width: 33.33%;
  }
  .tab-30 {
    width: 30%;
  }
  .tab-25 {
    width: 25%;
  }
  .tab-20 {
    width: 20%;
  }
  .tab-10 {
    width: 10%;
  }
  .col.tab-100 {
    flex: 0 0 100%;
  }
  .col.tab-90 {
    flex: 0 0 90%;
  }
  .col.tab-80 {
    flex: 0 0 80%;
  }
  .col.tab-75 {
    flex: 0 0 75%;
  }
  .col.tab-70 {
    flex: 0 0 70%;
  }
  .col.tab-66 {
    flex: 0 0 66.66%;
  }
  .col.tab-60 {
    flex: 0 0 60%;
  }
  .col.tab-50 {
    flex: 0 0 50%;
  }
  .col.tab-40 {
    flex: 0 0 40%;
  }
  .col.tab-33 {
    flex: 0 0 33.33%;
  }
  .col.tab-30 {
    flex: 0 0 30%;
  }
  .col.tab-20 {
    flex: 0 0 20%;
  }
  .col.tab-25 {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  [class*="col-"] {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .sma-100 {
    width: 100%;
  }
  .sma-90 {
    width: 90%;
  }
  .sma-80 {
    width: 80%;
  }
  .sma-75 {
    width: 75%;
  }
  .sma-70 {
    width: 70%;
  }
  .sma-66 {
    width: 66.66%;
  }
  .sma-60 {
    width: 60%;
  }
  .sma-50 {
    width: 50%;
  }
  .sma-40 {
    width: 40%;
  }
  .sma-33 {
    width: 33.33%;
  }
  .sma-30 {
    width: 30%;
  }
  .sma-25 {
    width: 25%;
  }
  .sma-20 {
    width: 20%;
  }
  .sma-10 {
    width: 10%;
  }
  .col.sma-100 {
    flex: 0 0 100%;
  }
  .col.sma-90 {
    flex: 0 0 90%;
  }
  .col.sma-80 {
    flex: 0 0 80%;
  }
  .col.sma-75 {
    flex: 0 0 75%;
  }
  .col.sma-70 {
    flex: 0 0 70%;
  }
  .col.sma-66 {
    flex: 0 0 66.66%;
  }
  .col.sma-60 {
    flex: 0 0 60%;
  }
  .col.sma-50 {
    flex: 0 0 50%;
  }
  .col.sma-40 {
    flex: 0 0 40%;
  }
  .col.sma-33 {
    flex: 0 0 33.33%;
  }
  .col.sma-30 {
    flex: 0 0 30%;
  }
  .col.sma-25 {
    flex: 0 0 25%;
  }
  .col.sma-20 {
    flex: 0 0 20%;
  }
  .grid .grid {
    margin: 0 -20px;
  }
}
.nav-header {
  float: left;
  margin: 0;
}
.logo {
  float: left;
  padding: 15px 15px 0 20px;
  font-weight: 700;
  font-size: 25px;
}
.spotlight {
  padding: 12px 15px 0 20px;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  z-index: 9999;
}
.no-pad-menu {
  padding: 0;
  margin-bottom: 0;
  background: 0 0 !important;
}
.nav-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
}
.nav-wrap {
  display: inline-block;
  width: 100%;
  background: #333;
  float: left;
}
.nav-wrap a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.nav-wrap ul {
  list-style: none;
  position: relative;
  text-align: left;
  margin: 0;
}
.nav-wrap li {
  float: left;
  margin: 0;
  position: relative;
}
.nav-light {
  background: #fff;
}
.nav-light a {
  color: #666;
}
.nav-wrap ul:after {
  clear: both;
}
.nav-wrap ul:after,
.nav-wrap ul:before {
  content: " ";
  display: table;
}
.nav-wrap nav {
  position: relative;
  text-align: center;
  float: right;
}
.nav-container,
ul.dropdown-menu {
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
ul.primary li a {
  display: block;
  padding: 22px 14px;
}
ul.primary li a:hover {
  color: #000;
}
.nav-light ul.primary li a:hover {
  color: #333;
}
ul.primary li.dropdown a {
  padding-right: 25px;
}
ul.dropdown-menu {
  position: absolute;
  z-index: 200;
  min-width: 200px;
  display: none;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.175);
}
ul.dropdown-menu li {
  float: none;
  margin: 0;
}
.alux-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 27px;
  right: 18px;
  position: absolute;
  background: url(/wp-content/themes/lasetebeershop/css/img/arrow-white.svg) center center;
  background-size: 22px 22px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-light .alux-arrow {
  background: url(/wp-content/themes/lasetebeershop/css/img/arrow.svg) center center;
  background-size: 22px 22px;
}
.select .alux-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul.primary ul.dropdown-menu li a {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #eee;
  color: #666;
  padding: 13px 20px;
}
ul.primary ul.dropdown-menu li a:hover {
  color: #000;
  background: #eee;
}
ul.primary li:hover ul {
  display: block;
}
ul.primary li:hover a {
  background: #fff;
  color: #666;
}
ul.primary li:hover > a {
  color: #000;
}
.nav-double .nav-container {
  flex: 1;
}
.nav-double ul.primary--left {
  float: left;
}
.nav-double ul.primary--right {
  float: right;
}
@media (min-width: 768px) {
  .alux-arrow {
    top: 28px;
    right: 6px;
    background-size: 18px 18px;
  }
  .fixed-nav-spacer {
    padding-top: 69px;
  }
}
@media (max-width: 767px) {
  .logo {
    padding-left: 20px;
  }
  .nav-header,
  .nav-wrap nav {
    width: 100%;
  }
  .nav-wrap {
    width: 100%;
    margin-top: 0;
  }
  .nav-wrap li {
    float: none;
  }
  .nav-wrap .nav-container {
    max-height: 0;
    overflow: hidden;
  }
  .nav-wrap .dropdown-menu {
    max-height: 0;
    overflow: hidden;
  }
  .tog {
    background: 0 0;
    width: 69px;
    height: 69px;
    position: relative;
    float: right;
  }
  .tog span {
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    top: 32px;
    right: 16px;
    background: #fff;
  }
  .nav-light .tog span {
    background: #000;
  }
  .tog span:first-child {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
  }
  .tog span.span-middle {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  .tog.x span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tog.x span.span-middle {
    opacity: 0;
  }
  .tog.x span.span-middle,
  .tog.x span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-wrap .dropdown-menu.open,
  .nav-wrap .nav-container.open {
    max-height: 500px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .nav-wrap .dropdown-menu.open {
    max-height: 999px;
  }
  ul.primary li a {
    padding: 20px;
  }
  .nav-wrap ul.primary li:hover a {
    background: 0 0;
    color: #999;
  }
  .nav-wrap ul.primary li a.select {
    background: #262626;
    color: #fff;
  }
  .nav-wrap ul.primary li:hover ul {
    display: block;
    color: #fff;
  }
  .nav-light.nav-wrap ul.primary li a.select {
    background: #f2f2f2;
    color: #000;
  }
  .nav-light.nav-wrap ul.primary li:hover a {
    color: #333;
  }
  .nav-wrap ul.dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
    width: 100%;
    border-bottom: none;
  }
  .nav-wrap ul.primary ul.dropdown-menu li a {
    background: #1a1a1a;
    border: none;
    color: #999;
  }
  .nav-wrap ul.primary ul.dropdown-menu li a:hover {
    color: #bfbfbf;
  }
  .nav-light.nav-wrap ul.primary ul.dropdown-menu li a {
    background: #e6e6e6;
    color: #333;
  }
  .dropdown .select .alux-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .no-pad-menu {
    padding: 0;
  }
  .nav-double .nav-container {
    flex: auto;
  }
  .nav-double ul.primary--left,
  .nav-double ul.primary--right {
    float: left;
    width: 100%;
  }
  .mobile-footer-menu,
  .mobile-footer-menu .grid {
    height: 0;
    position: relative;
    z-index: 9999;
  }
  .mobile-footer-menu .nav-container {
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    background: #333;
    padding-top: 70px;
    right: -100%;
  }
  .nav-light.mobile-footer-menu .nav-container {
    background: #fff;
  }
  .mobile-footer-menu .nav-container.open {
    right: 0;
    height: 100vh;
    max-height: 100vh;
  }
  .mobile-footer-menu .nav-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .mobile-footer-menu .tog {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 9999;
  }
  .mobile-footer-menu .spotlight {
    bottom: 16px;
    position: fixed;
    left: 0;
  }
  .mobile-footer-menu .grid:after {
    content: "";
    background: #1a1a1a;
    position: fixed;
    height: 70px;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
  }
  .mobile-footer-menu .nav-container:after {
    content: "";
    width: 100%;
    height: 77px;
    display: block;
    float: left;
  }
  .nav-light.mobile-footer-menu .grid:after {
    background: #e6e6e6;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.img-res {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  vertical-align: middle;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 13.33333px;
}
.m-2 {
  margin: 20px;
}
.m-3 {
  margin: 40px;
}
.m-4 {
  margin: 80px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 13.33333px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 40px;
}
.mt-4 {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 13.33333px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 40px;
}
.mb-4 {
  margin-bottom: 80px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 13.33333px;
}
.ml-2 {
  margin-left: 20px;
}
.ml-3 {
  margin-left: 40px;
}
.ml-4 {
  margin-left: 80px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 13.33333px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 40px;
}
.mr-4 {
  margin-right: 80px;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 13.33333px;
}
.p-2 {
  padding: 20px;
}
.p-3 {
  padding: 40px;
}
.p-4 {
  padding: 80px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 13.33333px;
}
.pt-2 {
  padding-top: 20px;
}
.pt-3 {
  padding-top: 40px;
}
.pt-4 {
  padding-top: 80px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 13.33333px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 40px;
}
.pb-4 {
  padding-bottom: 80px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 13.33333px;
}
.pl-2 {
  padding-left: 20px;
}
.pl-3 {
  padding-left: 40px;
}
.pl-4 {
  padding-left: 80px;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 13.33333px;
}
.pr-2 {
  padding-right: 20px;
}
.pr-3 {
  padding-right: 40px;
}
.pr-4 {
  padding-right: 80px;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 13.33333px;
  margin-right: 13.33333px;
}
.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-3 {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-4 {
  margin-left: 80px;
  margin-right: 80px;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 13.33333px;
  margin-bottom: 13.33333px;
}
.my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-4 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 13.33333px;
  padding-right: 13.33333px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-3 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-4 {
  padding-left: 80px;
  padding-right: 80px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 13.33333px;
  padding-bottom: 13.33333px;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.animate {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4;
  transition: all 0.4s;
}



/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.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{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.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%}.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:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}


@media (max-width: 1440px) {
.flickity-prev-next-button{display: none !important;}
}
