@import url(https://use.typekit.net/qxk5aag.css);@charset "UTF-8";
/* Third Party Payload
================================================ */
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(18, 33, 43, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .remodal {
    max-width: 1140px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Partials
================================================ */
/**
 * 1. Always reset this sucks.
 * 2. Inherit from default setting
 */
* {
  margin: 0;
  /* 1 */
  padding: 0;
  /* 1 */
  border: 0;
  /* 1 */
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Prevent certain mobile browsers from automatically zooming fonts.
 * 2. Border box sizing
 * 3. Smooth scroll
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Set default font styles
 * 2. Beautiful fonts again
 * 3. Prevent horizontal scroll
 */
body {
  font-size: 16px;
  /* 1 */
  -moz-osx-font-smoothing: grayscale;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  /* 2 */
}

/**
 * All Headings look the same
 */
h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  font-weight: normal;
}

/**
 * 1. Reset link styles
 * 2. Sized links
 * 3. Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  /* 1 */
  color: inherit;
  /* 1 */
  display: inline-block;
  /* 2 */
  background-color: transparent;
  /* 3 */
  outline: none;
}

/**
 * No bullets anymore
 */
ol,
ul {
  list-style: none;
}

/**
 * blockquote styles
 */
blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/**
 * Layout styles
 */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/**
 * Remove all default styles and all elements look the same
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  border: 0;
  outline: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  vertical-align: top;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Avoid no background on Edge and IE
 */
option {
  background-color: inherit;
}

/**
 * Set a color on active state
 */
a:active,
button:active {
  color: inherit;
}

/**
 * Prevent chrome autofill style
 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

/**
 * You should define size for textarea
 */
textarea {
  resize: none;
}

/**
 * Pointer cursor for buttons
 */
input[type=button],
button {
  cursor: pointer;
}

/**
 * Pointer default for disabled buttons
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Remove space after each image
 * 2. Ensure responsive images
 * 3. Remove the border on images inside links in IE 10.
 */
img {
  display: block;
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 2 */
  border-style: none;
  /* 3 */
}

/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Attributes & states
 */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
.heading span {
  color: #C9915F;
}
.heading--lg {
  font-size: 35px;
  line-height: 1.48;
  font-weight: 700;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
}
@media only screen and (min-width: 768px) {
  .heading--lg {
    font-size: 50px;
  }
}
.heading--md {
  font-size: 35px;
  line-height: 1.475;
  font-weight: 700;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
}
@media only screen and (min-width: 768px) {
  .heading--md {
    font-size: 40px;
  }
}
.heading--sm {
  font-size: 21px;
  line-height: 1.523809524;
  font-weight: 700;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
}
.heading--xs {
  font-size: 16px;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  line-height: 2;
  font-weight: 700;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

/* Font Face Imports
================================================ */
/*  @font-face {
	font-family: 'Font Name';
	src: url('assets/fonts/font-name.eot');
	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
		   url('assets/fonts/font-name.woff') format('woff'),
		   url('assets/fonts/font-name.ttf') format('truetype'),
		   url('assets/fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}
 */
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
body, html {
  overflow-x: clip;
}
body.noscroll, html.noscroll {
  overflow: hidden;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    body {
      overflow-x: hidden;
    }
  }
}
.background {
  background: url("../images/background/texture2.jpg") center/contain;
}

body {
  z-index: -1;
}

.grecaptcha-badge {
  visibility: hidden;
}

input:not([type=submit]), textarea {
  cursor: text;
}

input[type=submit], select {
  cursor: pointer;
}

.wp-block-image .alignright, .wp-block-image .alignleft, .wp-block-image .alignone, .wp-block-image .aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-image .alignright img, .wp-block-image .alignleft img, .wp-block-image .alignone img, .wp-block-image .aligncenter img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-image .alignright {
  margin: 1em 0;
  float: none;
}

.wp-block-image .alignleft {
  margin: 1em 0;
  float: none;
}

.wp-block-image .alignnone {
  margin: 1em 0;
  float: none;
}

.wp-block-image .aligncenter {
  display: block;
  margin: 1em;
  float: none;
}

@media only screen and (min-width: 768px) {
  .wp-block-image .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }

  .wp-block-image .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  .wp-block-image .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding: 65px 0;
  }
}
.woocommerce-password-hint {
  color: black;
}

/* Components Payload
================================================ */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  height: 120px;
  transition: 0.5s ease;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.header__wrap .logo {
  width: 30%;
  max-width: 200px;
}
.header__wrap .logo img {
  width: 100%;
}
.header.active {
  background-color: rgb(42, 58, 57);
}

@media only screen and (min-width: 1025px) {
  .header {
    height: 135px;
  }
  .header__wrap {
    padding: 30px 65px;
  }
}
.desktop-navigation {
  display: none;
}

.mobile-navigation {
  display: flex;
}
.mobile-navigation .account, .mobile-navigation .basket {
  margin-right: 15px;
}
.mobile-navigation .menu-toggle {
  position: relative;
  width: 25px;
  height: 15px;
}
.mobile-navigation .menu-toggle span {
  display: block;
  height: 2px;
  border-radius: 50px;
  width: 100%;
  background-color: white;
  top: 50%;
  position: absolute;
  transition: width 0.2s ease 0.2s, top 0.2s ease 0.2s, transform 0.2s ease, opacity 0.2s ease;
}
.mobile-navigation .menu-toggle span:first-child {
  top: calc(50% - 8px);
  width: 50%;
  right: 0;
}
.mobile-navigation .menu-toggle span:last-child {
  top: calc(50% + 8px);
  width: 50%;
}
.mobile-navigation .menu-toggle.active span {
  width: 100%;
  top: 50%;
  transition: width 0.2s ease 0.2s, top 0.2s ease 0.2s, transform 0.2s ease, opacity 0.2s ease;
}
.mobile-navigation .menu-toggle.active span:first-child {
  top: 50%;
  transform: rotate(-45deg);
}
.mobile-navigation .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-navigation .menu-toggle.active span:last-child {
  top: 50%;
  transform: rotate(45deg);
}
.mobile-navigation ul.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 120px;
  background-color: rgb(42, 58, 57);
  left: 0;
  width: 100%;
  height: calc(100vh - 120px);
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.mobile-navigation ul.nav li.menu-item {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.mobile-navigation ul.nav li.menu-item:not(:last-child) {
  margin-bottom: 35px;
}
.mobile-navigation ul.nav li.current-menu-item a {
  color: #C9915F !important;
}
.mobile-navigation ul.nav.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1025px) {
  .mobile-navigation {
    display: none;
  }

  .desktop-navigation {
    display: flex;
    align-items: center;
    position: relative;
  }
  .desktop-navigation ul {
    display: flex;
    align-items: center;
  }
  .desktop-navigation ul li.menu-item {
    margin-right: 30px;
  }
  .desktop-navigation ul li.menu-item a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s ease;
    position: relative;
  }
  .desktop-navigation ul li.menu-item a:after {
    content: "";
    display: block;
    background-color: #C9915F;
    width: 0%;
    height: 2px;
    position: relative;
    transition: 0.5s ease;
  }
  .desktop-navigation ul li.menu-item a:hover {
    color: #C9915F;
  }
  .desktop-navigation ul li.menu-item a:hover:after {
    width: 100%;
  }
  .desktop-navigation li.current-menu-item a {
    color: #C9915F !important;
  }
  .desktop-navigation .account {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-navigation {
    display: flex;
    align-items: center;
    position: relative;
  }
  .desktop-navigation ul {
    display: flex;
    align-items: center;
  }
  .desktop-navigation ul li.menu-item {
    margin-right: 50px;
  }
}
.footer {
  padding: 40px 0 20px;
}
.footer__top {
  margin-bottom: 50px;
}
.footer__top .wrap {
  display: flex;
  flex-direction: column;
}
.footer__top .heading {
  color: #E7CDB6;
  margin-bottom: 25px;
}
.footer__top .newsletter-signup {
  margin-bottom: 85px;
}
.footer__top .contact-details {
  margin-bottom: 75px;
}
.footer__top .phone, .footer__top .email {
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
}
.footer__top .phone .link, .footer__top .email .link {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  transition: 0.5s ease;
  font-weight: 300;
  margin-left: 5px;
}
.footer__top .phone .link:hover, .footer__top .email .link:hover {
  color: #C9915F;
}
.footer__top .phone {
  margin-bottom: 20px;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input {
  background-color: transparent;
  border-bottom: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  width: 100%;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder {
  font-weight: 700;
  color: white;
  opacity: 1;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:-ms-input-placeholder {
  font-weight: 700;
  color: white;
  opacity: 1;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input::placeholder {
  font-weight: 700;
  color: white;
  opacity: 1;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap span {
  background-color: transparent;
  padding: 0;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap span label {
  display: flex;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap span input {
  border: 2px solid #C0D1D0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap span input::after {
  content: "";
  opacity: 0;
  display: block;
  background-color: #C0D1D0;
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.2s ease;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap span input:hover:after {
  opacity: 0.4;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap span input:checked:after {
  opacity: 1;
}
.footer__top div.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.footer__top div.wpcf7 .wpcf7-form .field {
  display: flex;
  position: relative;
}
.footer__top div.wpcf7 .wpcf7-form input[type=submit] {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/icons/submit.svg") center/contain no-repeat;
  left: 95%;
  top: 30%;
}
.footer__top .address {
  line-height: 1.9375;
}
.footer__middle {
  margin-bottom: 55px;
}
.footer__middle .wrap {
  display: flex;
  flex-direction: column-reverse;
}
.footer__middle .accepted {
  width: 250px;
}
.footer__middle .socials {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.footer__middle .socials p {
  font-weight: 700;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  margin-right: 20px;
}
.footer__middle .socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E7CDB6;
  border-radius: 50%;
  transition: 0.5s ease;
}
.footer__middle .socials a:not(:last-child) {
  margin-right: 10px;
}
.footer__middle .socials a:hover {
  background-color: #E7CDB6;
  color: #C9915F;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  text-align: center;
}
.footer__bottom > * {
  margin-bottom: 10px;
}
.footer__bottom .makers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__bottom .makers img {
  margin-left: 10px;
}
.footer__legal {
  order: unset;
  display: flex;
  justify-content: center;
}
.footer__legal li:not(:last-of-type):after {
  content: "|";
  padding: 0 10px;
}
.footer__legal li a {
  transition: 0.5s ease;
}
.footer__legal li a:hover {
  color: #C9915F;
}

@media only screen and (min-width: 1025px) {
  .footer__top {
    margin-bottom: 100px;
  }
  .footer__top .wrap {
    justify-content: space-between;
    flex-direction: row;
  }
  .footer__top .newsletter-signup {
    margin-bottom: 0px;
  }
  .footer__top .contact-details {
    margin-bottom: 0px;
  }
  .footer__middle .wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__bottom > * {
    margin-bottom: 0px;
  }
  .footer__bottom .makers {
    justify-content: flex-start;
  }
}
div.wpcf7 {
  position: relative;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7 form.invalid div.wpcf7-validation-errors, div.wpcf7 form.invalid div.wpcf7-acceptance-missing, div.wpcf7 form.invalid div.wpcf7-response-output {
  display: none !important;
}
div.wpcf7 div.wpcf7-response-output {
  border: none;
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
  font: 1.5em "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
div.wpcf7 .wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border: none;
  background: #f9f9f9;
  outline: none;
  resize: none;
  font: 1em "sofia-pro", Helvetica, Arial, sans-serif;
  height: 60px;
  padding: 0 20px;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: #333;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: #333;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):focus::-moz-placeholder {
  color: transparent;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):focus::placeholder {
  color: transparent;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid {
  border: 1px solid #e38a8c;
}
div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid + span {
  font-size: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background-image: url(../images/icons/cross-red.svg);
  background-size: 12.5px;
  background-position: center;
  background-repeat: no-repeat;
}
div.wpcf7 .wpcf7-form-control.wpcf7-textarea {
  height: 210px;
  padding: 20px;
}
div.wpcf7 .wpcf7-form-control.wpcf7-select {
  background-image: url(../images/icons/arrow-down.svg);
  background-position: 98% center;
  background-size: auto 8px;
  background-repeat: no-repeat;
}
div.wpcf7 .wpcf7-form-control.wpcf7-submit {
  display: block;
  border: none;
  outline: none;
  height: 60px;
  width: 100%;
  background: #C9915F;
  text-transform: uppercase;
  font: 1em "sofia-pro", Helvetica, Arial, sans-serif;
  color: white;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 3rem;
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  border-radius: 5px;
}
.alert a {
  color: currentColor;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.alert a:hover {
  text-decoration: none;
}
.alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.body-content > *:not(:last-child) {
  margin-bottom: 30px;
}
.body-content embed,
.body-content iframe,
.body-content object {
  max-width: 100%;
}
.body-content img {
  height: auto;
  max-width: 100%;
}
.body-content figure {
  margin: 1em 0;
}
.body-content b, .body-content strong {
  font-weight: bold;
}
.body-content ul,
.body-content ol {
  margin: 0 0 1.5em 3em;
}
.body-content ul {
  list-style: disc;
}
.body-content ol {
  list-style: decimal;
}
.body-content li > ul,
.body-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.body-content dt {
  font-weight: 700;
}
.body-content dd {
  margin: 0 1.5em 1.5em;
}
.body-content .wp-block-separator {
  background: #eaeaea;
  border: none;
  height: 1px;
  margin: 40px 0;
}
.body-content .wp-block-separator.is-style-wide {
  width: 100%;
}
.body-content table {
  border-collapse: collapse;
  width: 100%;
}
.body-content table thead th {
  font-weight: 600;
}
.body-content table td, .body-content table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.body-content table tbody tr:nth-child(odd) {
  background-color: #e8e8e8;
}
.body-content em {
  font-style: italic;
}
.body-content a {
  color: #E7CDB6;
  font-weight: normal;
}
.body-content blockquote {
  margin: 50px 0;
  font-style: italic;
  color: #555555;
  padding: 30px 30px 30px 75px;
  border-left: 8px solid #C9915F;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}
.body-content blockquote p {
  margin-bottom: 0;
}
.body-content blockquote:before {
  content: "\201C";
  color: #C9915F;
  font-size: 4em;
  position: absolute;
  left: 25px;
  top: -5px;
}
.body-content blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 15px;
}
.body-content .gallery {
  display: grid;
  grid-gap: 1.5em;
}
.body-content .gallery .gallery-item {
  position: relative;
  text-align: center;
  width: 100%;
}
.body-content .gallery .gallery-item img {
  height: auto;
  max-width: 100%;
}
.body-content .gallery .gallery-item img.animate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.body-content .gallery .gallery-item:hover img.animate {
  opacity: 1;
}
.body-content .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.body-content .gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.body-content .gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.body-content .gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.body-content .gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.body-content .gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.body-content .gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.body-content .gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media (max-width: 767px) {
  .body-content .gallery {
    display: block;
  }
  .body-content .gallery .gallery-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.wholesale-banner {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.wholesale-banner .wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  background-color: #80A3A1;
  padding: 65px 30px;
}
.wholesale-banner .wrap:before {
  content: "";
  position: absolute;
  display: block;
  right: 95%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #80A3A1;
}
.wholesale-banner .wrap:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #80A3A1;
}
.wholesale-banner .heading {
  color: #2A3A39;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 35px;
  font-size: 35px;
}
.wholesale-banner__content {
  width: 100%;
  position: relative;
  z-index: 5;
}
.wholesale-banner__content > *:not(:last-child) {
  margin-bottom: 25px;
}
.wholesale-banner__content a {
  font-weight: 700;
  text-decoration: underline;
  transition: 0.5s ease;
}
.wholesale-banner__content a:hover {
  color: #A46A37;
}
.wholesale-banner .badge {
  bottom: -60px;
  left: 0;
  position: absolute;
  z-index: 5;
  display: none;
}
.wholesale-banner .crumbs {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: -50px;
  right: -30px;
  height: 535px;
  z-index: -1;
  opacity: 0;
}

@media only screen and (min-width: 1025px) {
  .wholesale-banner .wrap {
    flex-direction: row;
    height: 380px;
    padding: 0;
    background-color: transparent;
  }
  .wholesale-banner .wrap:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 380px;
    width: 435px;
    border-radius: 0 50% 50% 0;
    background-color: #80A3A1;
  }
  .wholesale-banner .heading {
    width: 35%;
    padding: 80px 0;
    padding-right: 80px;
    background-color: #80A3A1;
    margin-bottom: 0px;
    font-size: 50px;
  }
  .wholesale-banner__content {
    width: 45%;
    padding: 75px 0;
    background-color: #80A3A1;
  }
  .wholesale-banner .badge {
    display: block;
  }
}
.masthead {
  padding: 180px 0 65px;
}
.masthead .container {
  position: relative;
}
.masthead__title {
  position: relative;
}
.masthead__title .subtitle {
  display: flex;
  align-items: center;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  color: #E7CDB6;
  margin-bottom: 30px;
}
.masthead__title .subtitle .wheat {
  width: 12px;
  height: 20px;
  transform: rotate(-90deg);
  margin-right: 10px;
}
.masthead__title .subtitle .chalk {
  transform: rotate(180deg);
  margin-right: 10px;
}
.masthead__title .heading {
  text-transform: capitalize;
  margin-bottom: 45px;
}
.masthead__title .block-link {
  display: none;
  padding: 15px 45px;
  border-radius: 50px;
  border: 2px solid #C9915F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  top: 0px;
  overflow: hidden;
  z-index: 2;
}
.masthead__title .block-link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #C9915F;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
.masthead__title .block-link:hover:after {
  top: 100%;
}
.masthead .badge {
  position: absolute;
  right: 0px;
  bottom: -150px;
  z-index: 5;
  display: none;
}
.masthead__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(10% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 10% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(10% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 10% 100%, 0% 80%, 0% 20%);
  border-radius: 250px 0 0 250px;
}

@media only screen and (min-width: 768px) {
  .masthead .badge {
    display: block;
  }
  .masthead .heading {
    margin-bottom: 90px;
  }
  .masthead .block-link {
    display: block;
  }
  .masthead__image {
    margin-left: 140px;
  }
  .masthead__image img {
    height: 510px;
  }
}
.mobile-basket-contents__title {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px 30px 0 0;
  color: #415A58;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 35px;
  margin-bottom: 30px;
}
.mobile-basket-contents__title .title-label {
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  text-transform: capitalize;
}
.mobile-basket-contents__item .product-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.mobile-basket-contents__item .content {
  padding: 35px 20px 25px;
  background-color: rgba(65, 90, 88, 0.7);
  border-radius: 0 0 30px 30px;
  margin-bottom: 30px;
}
.mobile-basket-contents__item .content .name {
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 21px;
  color: white;
  margin-bottom: 25px;
}
.mobile-basket-contents__item .content .mid-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.mobile-basket-contents__item .content .allergen-info {
  display: flex;
}
.mobile-basket-contents__item .content .allergen-info .gluten, .mobile-basket-contents__item .content .allergen-info .vegan {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-basket-contents__item .content .allergen-info .gluten {
  background-color: #E7CDB6;
}
.mobile-basket-contents__item .content .allergen-info .vegan {
  background-color: #80A3A1;
  margin-right: 5px;
}
.mobile-basket-contents__item .content .price {
  font-weight: 700;
}
.mobile-basket-contents__item .content .desc {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .mobile-basket-contents__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mobile-basket-contents__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .mobile-basket-contents {
    display: none;
  }
}
.popup {
  background-color: #E7CDB6;
  border-radius: 20px;
  max-width: 700px;
  padding: 0;
  position: relative;
}
.popup .holly {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 75px;
  height: 75px;
}
.popup .remodal__content {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.popup .remodal__content > *:not(:last-child) {
  margin-bottom: 30px;
}
.popup .remodal__content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}
.popup .remodal__content h2 {
  font-size: 35px;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
}

.snowflake {
  color: #fff;
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s;
}

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 2.5s;
  animation-delay: 4s, 2.5s;
}

.section.multi-image-text-block {
  padding: 75px 0px 35px;
}

.multi-image-text-block .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.multi-image-text-block__text {
  width: 100%;
}
.multi-image-text-block__text .subtitle {
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  color: #E7CDB6;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  opacity: 0;
}
.multi-image-text-block__text .subtitle span {
  display: flex;
  align-items: center;
}
.multi-image-text-block__text .subtitle span img.wheat {
  width: 11px;
  height: 19px;
  transform: rotate(-90deg);
  margin-right: 10px;
}
.multi-image-text-block__text .subtitle span img.chalk {
  transform: rotate(180deg);
  margin-right: 10px;
  width: 50px;
  height: 10px;
}
.multi-image-text-block__text .heading {
  opacity: 0;
  margin-bottom: 25px;
}
.multi-image-text-block__text .content {
  margin-bottom: 40px;
  opacity: 0;
}
.multi-image-text-block__text .content > *:not(:last-child) {
  margin-bottom: 30px;
}
.multi-image-text-block__text .content a {
  text-decoration: underline;
  transition: 0.2s ease;
}
.multi-image-text-block__text .content a:hover {
  color: #C9915F;
}
.multi-image-text-block__text .block-link {
  padding: 15px 45px;
  border-radius: 50px;
  border: 2px solid #C9915F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
}
.multi-image-text-block__text .block-link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #C9915F;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
.multi-image-text-block__text .block-link:hover:after {
  top: 100%;
}
.multi-image-text-block__images {
  margin-bottom: 45px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 375px;
  flex-wrap: wrap;
  opacity: 0;
}
.multi-image-text-block__images img {
  width: 35%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  border-radius: 150px;
  margin-top: -45px;
}
@media only screen and (max-width: 374px) {
  .multi-image-text-block__images img {
    width: 90px;
    height: 145px;
  }
}
.multi-image-text-block__images img:not(:last-child) {
  margin-bottom: 65px;
}
.multi-image-text-block__images img:first-child {
  height: 100%;
  width: 60%;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  border-radius: 150px;
  margin-right: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 374px) {
  .multi-image-text-block__images img:first-child {
    width: 180px;
    height: 302px;
  }
}

@media only screen and (min-width: 768px) {
  .section.multi-image-text-block {
    padding: 75px 0 140px;
  }

  .multi-image-text-block .wrap {
    flex-direction: row;
    align-items: center;
  }
  .multi-image-text-block__text {
    width: 45%;
  }
  .multi-image-text-block__text.home-space {
    width: 45%;
  }
  .multi-image-text-block__images {
    width: 50%;
    margin-bottom: 0px;
    height: unset;
    flex-direction: row;
    justify-content: space-between;
  }
  .multi-image-text-block__images img {
    width: 45%;
    height: 210px;
    margin-top: 0;
  }
  .multi-image-text-block__images img:not(:last-child) {
    margin-bottom: 0;
  }
  .multi-image-text-block__images img:first-child {
    height: 370px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .multi-image-text-block__images.home-space {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .multi-image-text-block__images {
    width: 45%;
    height: 470px;
    flex-direction: column;
  }
  .multi-image-text-block img {
    width: 160px;
    height: 220px;
  }
  .multi-image-text-block img:first-child {
    height: 410px;
    width: 230px;
  }
}
@media only screen and (min-width: 1200px) {
  .multi-image-text-block img {
    width: 160px;
    height: 220px;
  }
  .multi-image-text-block img:first-child {
    height: 470px;
    width: 290px;
  }
}
.section.column-text {
  padding: 0px 0 60px;
}
.section.column-text .block-link {
  padding: 15px 45px;
  border-radius: 50px;
  border: 2px solid #C9915F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.section.column-text .block-link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #C9915F;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
.section.column-text .block-link:hover:after {
  top: 100%;
}

.column-text__content {
  line-height: 1.9375;
  opacity: 0;
}
.column-text__content > *:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .section.column-text {
    padding: 60px 0 120px;
  }

  .column-text__content {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.section.single-text-image {
  padding: 35px 0;
}
.section.single-text-image .block-link {
  padding: 15px 45px;
  border-radius: 50px;
  border: 2px solid #C9915F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-decoration: none;
}
.section.single-text-image .block-link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #C9915F;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
.section.single-text-image .block-link:hover:after {
  top: 100%;
}

.single-text-image .wrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.single-text-image__image {
  width: 100%;
  margin-bottom: 45px;
}
.single-text-image__image img {
  margin-left: -15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 0 100%, 0% 80%, 0% 20%);
          clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 0 100%, 0% 80%, 0% 20%);
  border-radius: 0px 250px 250px 0px;
}
.single-text-image__text {
  width: 100%;
}
.single-text-image__text .subtitle {
  display: flex;
  align-items: center;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  color: #E7CDB6;
  font-weight: 700;
}
.single-text-image__text .subtitle .wheat {
  transform: rotate(-90deg);
  width: 10px;
  height: 20px;
  margin-right: 10px;
}
.single-text-image__text .subtitle .chalk {
  transform: rotate(180deg);
  margin-right: 15px;
}
.single-text-image__text .heading {
  margin-bottom: 25px;
}
.single-text-image__text .content > *:not(:last-child) {
  margin-bottom: 30px;
}
.single-text-image__text .content a {
  text-decoration: underline;
  transition: 0.2s ease;
}
.single-text-image__text .content a:hover {
  color: #C9915F;
}
.single-text-image__text ul {
  list-style: disc;
  margin-left: 1em;
}

@media only screen and (min-width: 768px) {
  .section.single-text-image {
    padding: 120px 0 180px;
  }

  .single-text-image .wrap {
    flex-direction: row;
  }
  .single-text-image__image {
    width: 55%;
    position: absolute;
    left: -70px;
    margin-bottom: 0px;
  }
  .single-text-image__image img {
    position: absolute;
    width: 55vw;
    height: 380px;
    margin-left: -15px;
  }
  .single-text-image__text {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .single-text-image__text {
    width: 40%;
  }
}
/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}
.error404__content h1 {
  font-size: 7em;
  color: #C9915F;
  line-height: 170px;
  margin-bottom: 30px;
}

.inner-content {
  padding: 180px 0 120px;
}

.search__main .search-item {
  display: block;
}
.search__main .search-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.search__main .search-item .heading, .search__main .search-item > p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .search__main .search-item:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.hero {
  position: relative;
  padding-top: 120px;
}
.hero video {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .video-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(42, 58, 57, 0) 0%, rgba(42, 58, 57, 0.9) 45%, rgb(42, 58, 57));
}
.hero .container {
  position: relative;
  z-index: 5;
  height: 100%;
}
.hero .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero .wheat {
  height: 42px;
  width: 25px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.hero__title {
  font-size: 85px;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  color: white;
  font-weight: 700;
  text-align: center;
  line-height: 0.5;
  margin-bottom: 50px;
}
.hero__title span {
  font-size: 40px;
  color: #F4E8DD;
}
.hero__subtitle {
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  color: #E7CDB6;
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 374px) {
  .hero__subtitle {
    font-size: 20px;
  }
}
.hero__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero__links .order-link {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 20px 30px;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
  border: 2px solid #C9915F;
  position: relative;
  overflow: hidden;
}
.hero__links .order-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #C9915F;
  border-radius: 50px;
  z-index: -1;
  transition: 0.5s ease;
}
.hero__links .order-link img.left {
  transform: rotate(-90deg);
  width: 10px;
  height: 20px;
  margin-right: 20px;
  position: relative;
  left: 0;
  transition: 0.5s ease 0.5s;
}
.hero__links .order-link img.right {
  transform: rotate(90deg);
  width: 10px;
  height: 20px;
  margin-left: 20px;
  position: relative;
  right: 0;
  transition: 0.5s ease 0.5s;
}
.hero__links .order-link:hover:after {
  top: 100%;
}
.hero__links .order-link:hover img.left {
  left: 5px;
}
.hero__links .order-link:hover img.right {
  right: 5px;
}
.hero__links .schedule-link {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
  position: relative;
  margin-bottom: 65px;
}
.hero__links .schedule-link img {
  margin-right: 15px;
}
.hero__links .schedule-link:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 0%;
  top: 100%;
  margin-top: 5px;
  background-color: #C9915F;
  transition: 0.5s ease;
}
.hero__links .schedule-link:hover {
  color: #C9915F;
}
.hero__links .schedule-link:hover:after {
  width: 100%;
}
.hero .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.hero .socials p {
  font-weight: 700;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  margin-right: 20px;
}
.hero .socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #E7CDB6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.hero .socials a:not(:last-child) {
  margin-right: 10px;
}
.hero .socials a:hover {
  color: #C9915F;
  background-color: #E7CDB6;
}

@media only screen and (min-width: 768px) {
  .hero {
    height: 100vh;
    padding-top: 0;
  }
  .hero .wheat {
    height: 95px;
    width: 150px;
  }
  .hero video {
    height: 100vh;
  }
  .hero .video-overlay {
    height: 100vh;
  }
  .hero .container {
    height: 100vh;
  }
  .hero__title {
    font-size: 125px;
    line-height: 0.6;
  }
  .hero__title span {
    font-size: 55px;
  }
  .hero__links {
    flex-direction: row;
  }
  .hero__links .order-link {
    margin-bottom: 0;
  }
  .hero__links .schedule-link {
    margin-bottom: 0px;
  }
  .hero .socials {
    position: absolute;
    justify-content: flex-start;
    left: calc(100% - 205px);
    bottom: 50px;
    width: 200px;
  }
}
.contact-page .container {
  position: relative;
  z-index: 1;
}
.contact-page__wrapper {
  max-width: 545px;
  background-color: #E7CDB6;
  margin: 0 auto;
  border-radius: 50px;
  padding: 25px;
}
.contact-page__wrapper .heading {
  text-align: center;
  color: #415A58;
  margin-bottom: 35px;
}
.contact-page__form .wpcf7-form .wpcf7-form-control-wrap input {
  border-radius: 50px;
}
.contact-page__form .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #80A3A1;
  opacity: 1;
}
.contact-page__form .wpcf7-form .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #80A3A1;
  opacity: 1;
}
.contact-page__form .wpcf7-form .wpcf7-form-control-wrap input::placeholder {
  color: #80A3A1;
  opacity: 1;
}
.contact-page__form .wpcf7-form .wpcf7-form-control-wrap textarea {
  border-radius: 25px;
}
.contact-page__form .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #80A3A1;
  opacity: 1;
}
.contact-page__form .wpcf7-form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #80A3A1;
  opacity: 1;
}
.contact-page__form .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: #80A3A1;
  opacity: 1;
}
.contact-page__form .wpcf7-form .submit {
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #2A3A39;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.contact-page__form .wpcf7-form .submit:after {
  content: "";
  background-color: #2A3A39;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.contact-page__form .wpcf7-form .submit .wpcf7-form-control.wpcf7-submit {
  font-weight: 700;
  text-transform: capitalize;
  background-color: transparent;
  transition: 0.5s ease;
}
.contact-page__form .wpcf7-form .submit .wpcf7-form-control.wpcf7-submit:hover {
  color: #2A3A39;
}
.contact-page__form .wpcf7-form .submit .wpcf7-spinner {
  position: absolute;
}
.contact-page__form .wpcf7-form .submit:hover:after {
  top: 100%;
}
.contact-page .crumbs {
  position: absolute;
  right: -150px;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .contact-page {
    padding-bottom: 115px;
  }
  .contact-page__wrapper {
    padding: 65px 70px;
  }
}
.section.faq {
  padding: 120px 0 60px;
}

.faq .container {
  position: relative;
  z-index: 1;
}
.faq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.faq__title .wheat {
  width: 12px;
  height: 20px;
  margin-bottom: 10px;
}
.faq__content {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
.faq__content .schema-faq-section {
  background-color: white;
  color: #415A58;
  padding: 30px;
  position: relative;
  border-radius: 30px;
  transition: 0.5s ease;
}
.faq__content .schema-faq-section:hover {
  padding-bottom: 40px;
}
.faq__content .schema-faq-section:not(:last-child) {
  margin-bottom: 10px;
}
.faq__content .schema-faq-section .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 30px;
  border: 2px solid #C9915F;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__content .schema-faq-section .icon span {
  transition: 0.2s ease;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #C9915F;
  position: absolute;
}
.faq__content .schema-faq-section .icon span:last-child {
  transform: rotate(90deg);
}
.faq__content .schema-faq-section .icon.active span:first-child {
  transform: rotate(45deg);
}
.faq__content .schema-faq-section .icon.active span:last-child {
  transform: rotate(-45deg);
}
.faq__content .schema-faq-section .schema-faq-answer {
  display: none;
  margin-top: 30px;
}
.faq .crumbs {
  position: absolute;
  z-index: -1;
  right: -150px;
  bottom: -150px;
}

@media only screen and (min-width: 768px) {
  .section.faq {
    padding: 160px 0;
  }

  .faq__content {
    width: 75%;
  }
}
.section.intro {
  padding: 120px 0 0;
}

.intro__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.intro .title {
  width: 100%;
  margin-bottom: 30px;
}
.intro .title .subtitle {
  display: flex;
  align-items: center;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  color: #E7CDB6;
  font-weight: 700;
}
.intro .title .subtitle .wheat {
  width: 12px;
  height: 20px;
  transform: rotate(-90deg);
  margin-right: 5px;
}
.intro .title .subtitle .chalk {
  transform: rotate(180deg);
  margin-right: 5px;
}
.intro .introduction {
  width: 100%;
  line-height: 1.9375;
  margin-bottom: 30px;
}

.schedule .col-lg-10 {
  z-index: 2;
}
.schedule__wrapper .heading {
  text-align: center;
  background-color: #415A58;
  border-radius: 50px 50px 0 0;
  padding: 25px 0;
}
.schedule__calendar {
  background-color: #F4E8DD;
  border-radius: 0 0 50px 50px;
  padding: 20px;
}
.schedule__calendar__day {
  color: #415A58;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-direction: column;
}
.schedule__calendar__day .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
  padding: 15px;
  border-radius: 50px 50px 0 0;
}
.schedule__calendar__day .content .day-content {
  font-weight: 700;
}
.schedule__calendar__day .content .day-content, .schedule__calendar__day .content .date-content {
  text-align: center;
  margin-bottom: 10px;
}
.schedule__calendar__day .content .baked-content li:not(:last-child) {
  margin-bottom: 15px;
}
.schedule__calendar__day .link {
  background-color: #E9D0BB;
  width: 100%;
  border-radius: 0 0px 50px 50px;
  position: relative;
  text-align: center;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  height: 45px;
}
.schedule__calendar__day .link.active {
  background-color: #C9915F;
  transition: 0.5s ease;
}
.schedule__calendar__day .link.active:hover {
  background-color: #A46A37;
}
.schedule__calendar .table-headers {
  display: none;
}
.schedule .crumbs {
  position: absolute;
  right: -250px;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .section.intro {
    padding: 180px 0 0;
  }

  .intro__wrap {
    flex-direction: row;
    align-items: flex-end;
  }
  .intro .title {
    width: 50%;
  }
  .intro .introduction {
    width: 50%;
    margin-bottom: 40px;
  }

  .schedule__calendar {
    padding: 35px 35px 65px;
    flex-direction: row;
  }
  .schedule__calendar .table-headers {
    display: flex;
    padding: 30px;
    padding-top: 0;
    width: calc(100% - 80px);
  }
  .schedule__calendar .table-headers p {
    color: #415A58;
    font-weight: 700;
  }
  .schedule__calendar .table-headers .day-label, .schedule__calendar .table-headers .date-label {
    width: 35%;
  }
  .schedule__calendar__day {
    flex-direction: row;
    min-height: 170px;
    position: relative;
    align-items: stretch;
  }
  .schedule__calendar__day .content {
    flex-direction: row;
    border-radius: 20px 0 0 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
  }
  .schedule__calendar__day .content .day-content, .schedule__calendar__day .content .date-content {
    width: 35%;
    text-align: left;
    margin-bottom: 0px;
  }
  .schedule__calendar__day .link {
    width: 80px;
    height: unset;
    border-radius: 0 20px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .schedule__calendar__day .link span {
    display: block;
    color: White;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 700;
    transform: rotate(-90deg);
    width: 170px;
    position: absolute;
  }
}
@media only screen and (min-width: 1025px) {
  .schedule__calendar {
    padding: 35px 65px 65px;
  }
}
.section.shop-intro {
  padding: 120px 0 30px;
}

.shop-intro__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.shop-intro__title .wheat {
  width: 12px;
  height: 20px;
  margin-bottom: 20px;
}
.shop-intro__title .heading {
  margin-bottom: 45px;
}
.shop-intro__title .subtitle {
  margin-bottom: 35px;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  color: #E7CDB6;
  font-weight: 700;
}
.shop-intro__title .subtitle a {
  text-decoration: underline;
  transition: 0.2s ease;
}
.shop-intro__title .subtitle a:hover {
  color: #C9915F;
}
.shop-intro__title .subtitle.collection {
  font-size: 21px;
}
.shop-intro .schedule-link {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.5s ease;
}
.shop-intro .schedule-link img {
  margin-right: 15px;
}
.shop-intro .schedule-link:hover {
  color: #C9915F;
}

.shop {
  margin-bottom: 150px;
}
.shop .wrap {
  display: flex;
  flex-direction: column-reverse;
}
.shop .shopping-cart {
  height: 100%;
  color: rgb(42, 58, 57);
  background-color: white;
  border-radius: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.shop .shopping-cart__title {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  color: #415A58;
  border-bottom: 0.25px solid #415A58;
}
.shop .shopping-cart__content {
  padding: 30px;
}
.shop .shopping-cart__items {
  border-bottom: 2px solid #415A58;
  margin-bottom: 30px;
}
.shop .shopping-cart__items .empty-notice {
  margin-bottom: 30px;
  color: rgb(42, 58, 57);
}
.shop .shopping-cart__items__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 0.25px solid #415A58;
  padding-bottom: 30px;
  color: #415A58;
}
.shop .shopping-cart__items__item .left {
  display: flex;
}
.shop .shopping-cart__items__item .item-quantity {
  width: 50px;
}
.shop .shopping-cart__subtotal {
  border-bottom: 2px solid #415A58;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
.shop .shopping-cart__checkout a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0px;
  border: 2px solid #415A58;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s ease;
}
.shop .shopping-cart__checkout a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #415A58;
  z-index: -1;
  transition: 0.5s ease;
}
.shop .shopping-cart__checkout a:hover {
  color: #415A58;
}
.shop .shopping-cart__checkout a:hover:after {
  top: 100%;
}
.shop .products {
  width: 100%;
}
.shop .products .product {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
}
.shop .products .product.outofstock .button {
  display: none;
}
.shop .products .product .product-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.shop .products .product .product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(65, 90, 88, 0.7);
  padding: 35px 25px 25px;
  border-radius: 0 0 50px 50px;
  flex: 1;
}
.shop .products .product .product-content__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
  flex-direction: column;
}
.shop .products .product .product-content__top .woocommerce-loop-product__title {
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
.shop .products .product .product-content__top .mobile-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop .products .product .product-content__top .allergen-info {
  display: flex;
}
.shop .products .product .product-content__top .allergen-info .gluten, .shop .products .product .product-content__top .allergen-info .vegan {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop .products .product .product-content__top .allergen-info .gluten {
  background-color: #E7CDB6;
}
.shop .products .product .product-content__top .allergen-info .vegan {
  background-color: #80A3A1;
  margin-right: 5px;
}
.shop .products .product .product-content__middle {
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.shop .products .product .product-content__middle p:not(.stock-counter) {
  flex: 1;
  margin-bottom: 35px;
}
.shop .products .product .product-content__middle p.stock-counter {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.shop .products .product .product-content__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop .products .product .product-content__bottom .price {
  display: none;
}
.shop .products .product .product-content__bottom .input-text.qty.text {
  -moz-appearance: textfield;
}
.shop .products .product .product-content__bottom .add_to_cart_button {
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 2px solid #C9915F;
  background-color: transparent;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.shop .products .product .product-content__bottom .add_to_cart_button:after {
  content: "";
  background-color: #C9915F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.5s ease;
}
.shop .products .product .product-content__bottom .add_to_cart_button:hover:after {
  top: 100%;
}
.shop .products .product .product-content__bottom .add_to_cart_button.loading:after {
  content: "Adding...";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #A46A37;
  color: white;
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 10px;
}
.shop .products .product .product-content__bottom .add_to_cart_button.added:after {
  content: "";
}
.shop .products .product .product-content__bottom .added_to_cart {
  display: none;
}
.shop .products .product .product-content__bottom .confirm_add {
  display: none;
}
.shop .products .product .product-content__bottom .cart {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.shop .products .product .product-content__bottom .quantity {
  margin-bottom: 0;
  margin-right: 30px;
}
.shop .products .product .product-content__bottom .quantity input {
  background-color: white;
  text-align: center;
  height: 50px;
  width: 95px;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) {
  .shop .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shop .products .product {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .section.shop-intro {
    padding: 140px 0 30px;
  }

  .shop-intro__title .heading {
    margin-bottom: 65px;
  }
  .shop-intro .schedule-link {
    width: 50%;
  }

  .shop {
    margin-bottom: 0;
  }
  .shop .wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .shop .shopping-cart {
    width: 30%;
  }
  .shop .products {
    width: 66%;
    display: block;
  }
  .shop .products .product {
    width: 100%;
    flex-direction: row;
    border-top: 0.25px solid rgba(255, 255, 255, 0.4);
  }
  .shop .products .product:last-child {
    border-bottom: 0.25px solid rgba(255, 255, 255, 0.4);
  }
  .shop .products .product .product-image {
    margin-right: 30px;
  }
  .shop .products .product .product-image img {
    width: 260px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0px;
  }
  .shop .products .product .product-content {
    width: calc(100% - 290px);
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .shop .products .product .product-content__top {
    flex-direction: row;
    align-items: center;
  }
  .shop .products .product .product-content__top .mobile-price {
    display: none;
  }
  .shop .products .product .product-content__top .woocommerce-loop-product__title {
    margin: 0;
  }
  .shop .products .product .product-content__bottom .price {
    display: block;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    margin-right: 20px;
  }
  .shop .products .product .product-content__bottom .add_to_cart_button {
    max-width: 190px;
  }
}
/*# sourceMappingURL=style.css.map*/