/*--------------------Product Item--------------------*/
/*--------------------Functions--------------------*/
/*!
----------------------------------------------------------------------------------------------------
* Important! - To edit this CSS, you must use the SCSS source file.

* This code overwrites some default Vtex classes.
* Bombilla Digital | webmaster@bombilladigital.com
----------------------------------------------------------------------------------------------------
*/
/*--------------------Mixins--------------------*/
/* ----------Width for container .re-central---------- */
/* ----------Horizontal padding respect .re-central---------- */
/* ----------Aligment respect .re-central---------- */
/* ----------Flexbox---------- */
/* ----------Absolute Position [Center]---------- */
/* ----------Paddings---------- */
/* ----------Borders---------- */
/* ----------Margins---------- */
/* ----------Grid Helpers---------- */
/* ----------Helpers---------- */
/* ----------Media Queries---------- */
/* ----------Debug---------- */
/*--------------------Typographies--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@font-face {
  font-family: "Cormorant-Semi";
  src: url("/fonts/Cormorant-Semi.eot?#iefix") format("embedded-opentype"), url("/fonts/Cormorant-Semi.otf") format("opentype"), url("/fonts/Cormorant-Semi.woff") format("woff"), url("/fonts/Cormorant-Semi.ttf") format("truetype"), url("/fonts/Cormorant-Semi.svg#Cormorant-Semi") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KeepCalm-Medium";
  src: url("/fonts/KeepCalm-Medium.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KeepCalm-Medium";
  src: url("/fonts/KeepCalm-Medium.woff") format("woff"), url("/fonts/KeepCalm-Medium.ttf") format("truetype"), url("/fonts/KeepCalm-Medium.svg#KeepCalm-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------BASE--------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  marker-offset: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul.list li {
  padding-left: 20px;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
ul.list li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 5px;
  height: 5px;
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: 1px solid #f51e6f;
  border-radius: 50%;
}

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

/*--------------------General Base--------------------*/
html {
  font-size: 14px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (min-width: 321px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  cursor: default;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3;
  color: #333333;
  background-color: white;
  -webkit-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.1;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
  display: block;
  color: inherit;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800;
  color: inherit;
}

h1 {
  font-size: 2rem;
  font-family: "Cormorant-Semi", sans-serif;
  letter-spacing: 0.05em;
  color: #f51e6f;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 2.4375rem;
  }
}

h2 {
  font-family: "Cormorant-Semi", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #f51e6f;
  padding: 0;
  text-transform: uppercase;
}
h2 span {
  display: inline-block;
}
h2 span::first-letter {
  font-size: 130%;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2.1875rem;
  }
  h2 span::first-letter {
    font-size: 130%;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #f51e6f;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18pt;
  font-size: 1.5rem;
  color: #2c3137;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 24pt;
    font-size: 2rem;
  }
}

h5 {
  font-size: 15.6pt;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 18pt;
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 13.2pt;
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  h6 {
    font-size: 15.6pt;
    font-size: 1.3rem;
  }
}

p {
  margin-bottom: 1em;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
p:only-child, p:only-of-type, p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  cursor: pointer;
  color: #f51e6f;
}
a:hover, a:focus {
  outline: none;
  color: #ef0b61;
  text-decoration: none;
}
a:active {
  outline: none;
  color: #d60a57;
  text-decoration: none;
}

b,
strong,
mark {
  font-weight: 700;
  color: inherit;
  background: none;
}

i,
em {
  font-weight: 400;
  font-style: normal;
}

em {
  color: inherit;
}

blockquote {
  margin: 0.75em 2em;
  font-size: 14.4pt;
  font-size: 1.2rem;
}

img {
  width: 100%;
  display: block;
}

button {
  background-color: transparent;
  cursor: pointer;
}

/*--------------------Debug--------------------*/
body.is-overflow {
  height: 100%;
  position: absolute;
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
}

/*--------------------Hide Elements--------------------*/
.hide {
  display: none;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 0) and (max-width: 320px) {
  .hidden-bs {
    display: none !important;
  }
}
@media screen and (min-width: 0) {
  .hidden-bs-up {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .hidden-bs-down {
    display: none !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 321px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .hidden-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
@media screen and (max-width: 1919px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 10000px) {
  .hidden-hd {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .hidden-hd-up {
    display: none !important;
  }
}
@media screen and (max-width: 10000px) {
  .hidden-hd-down {
    display: none !important;
  }
}
/*--------------------Generic Classes--------------------*/
*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.clear-both {
  clear: both;
}

*.clearfix {
  content: "";
  display: block;
  clear: both;
}

*.num-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

/*--------------------Typography--------------------*/
.f-title {
  font-family: "Cormorant-Semi", sans-serif;
  font-size: 2rem;
}

.f-subtitle {
  font-family: "Cormorant-Semi", sans-serif;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 3px;
}

.f-body {
  font-family: "Montserrat", sans-serif;
}

.f-number {
  font-family: "Montserrat", sans-serif;
}

.f-sz-title {
  font-size: 2rem;
}

.f-sz-subtitle {
  font-size: 0.75rem;
}

.c-primary {
  color: #f51e6f;
}

.c-secondary {
  color: #f51e6f;
}

.low {
  text-transform: lowercase;
}

.upp {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

/*--------------------Images--------------------*/
.img-center {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-100 {
  width: 100%;
  display: block;
}

/*--------------------General accordion--------------------*/
.accordion__trigger {
  cursor: pointer;
}
.accordion__content {
  display: none;
}

/*--------------------Overlays--------------------*/
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay.is-active {
  visibility: visible;
  opacity: 1;
}

/*--------------------Close Modal--------------------*/
.close-modal {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  font-size: 1em;
  text-transform: uppercase;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.close-modal:hover {
  opacity: 1;
}

/*--------------------SVG Icon--------------------*/
.svg-icon {
  width: 32px;
  height: 32px;
}

a > .svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
}

/*--------------------Callout--------------------*/
.callout {
  background: #f51e6f;
  background: -o-linear-gradient(left, #f63b82 1%, #ea0a5f 50%, #f63b82 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f63b82), color-stop(50%, #ea0a5f), to(#f63b82));
  background: linear-gradient(to right, #f63b82 1%, #ea0a5f 50%, #f63b82 100%);
  padding: 8em 2em;
  text-align: center;
}
.callout__text {
  font-size: 1.875em;
  font-family: "Cormorant-Semi", sans-serif;
  color: #f51e6f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .callout__text {
    font-size: 3em;
  }
}

/*--------------------Ordered List--------------------*/
ol.list {
  margin: 1em 0;
  padding-left: 1.5em;
}
ol.list li {
  list-style-type: decimal;
  line-height: 1.5;
  margin-bottom: 1em;
}

/*--------------------Disclaimer--------------------*/
.disclaimer {
  margin-top: 3em;
  font-size: 1em;
  line-height: 1.1;
  font-family: "Cormorant-Semi", sans-serif;
  color: #f51e6f;
}

/*--------------------Anchor--------------------*/
.anchor {
  position: absolute;
  margin-top: -50px;
}
@media screen and (min-width: 1024px) {
  .anchor {
    margin-top: -50px;
  }
}

.bg-primary {
  background: #f51e6f;
}

.bg-secondary {
  background: #f51e6f;
}

.bg-tertiary {
  background: #aa865b;
}

.bg-lightgray {
  background: #f9f9f9;
}

.wow {
  visibility: hidden;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-spinner div {
  -webkit-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

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

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------General Responsive--------------------*/
.site-header,
.site-nav,
.page-main--home-page,
.page-main--internal-page,
.site-footer,
.container {
  width: 100%;
  min-width: 240px;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .container {
    width: 94%;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1230px;
  }
}
.container--wide {
  margin: 0 auto;
  width: 94%;
}

.row-flex,
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.row-flex__item,
.row__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.col-3 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .col-3 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 35%;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

.col-4 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .col-4 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 41.66%;
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
  }
}

.col-8 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .col-8 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
  }
}

.col-70-center {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .col-70-center {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    margin-top: 90px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-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-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-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-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-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-hd-1,
.col-hd-2,
.col-hd-3,
.col-hd-4,
.col-hd-5,
.col-hd-6,
.col-hd-7,
.col-hd-8,
.col-hd-9,
.col-hd-10,
.col-hd-11,
.col-hd-12 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 1px;
}
@media screen and (max-width: 1023px) {
  section .col-xs-1,
section .col-xs-2,
section .col-xs-3,
section .col-xs-4,
section .col-xs-5,
section .col-xs-6,
section .col-xs-7,
section .col-xs-8,
section .col-xs-9,
section .col-xs-10,
section .col-xs-11,
section .col-xs-12,
section .col-sm-1,
section .col-sm-2,
section .col-sm-3,
section .col-sm-4,
section .col-sm-5,
section .col-sm-6,
section .col-sm-7,
section .col-sm-8,
section .col-sm-9,
section .col-sm-10,
section .col-sm-11,
section .col-sm-12,
section .col-md-1,
section .col-md-2,
section .col-md-3,
section .col-md-4,
section .col-md-5,
section .col-md-6,
section .col-md-7,
section .col-md-8,
section .col-md-9,
section .col-md-10,
section .col-md-11,
section .col-md-12,
section .col-lg-1,
section .col-lg-2,
section .col-lg-3,
section .col-lg-4,
section .col-lg-5,
section .col-lg-6,
section .col-lg-7,
section .col-lg-8,
section .col-lg-9,
section .col-lg-10,
section .col-lg-11,
section .col-lg-12,
section .col-lg-1,
section .col-lg-2,
section .col-lg-3,
section .col-lg-4,
section .col-lg-5,
section .col-lg-6,
section .col-lg-7,
section .col-lg-8,
section .col-lg-9,
section .col-lg-10,
section .col-lg-11,
section .col-lg-12,
section .col-xl-1,
section .col-xl-2,
section .col-xl-3,
section .col-xl-4,
section .col-xl-5,
section .col-xl-6,
section .col-xl-7,
section .col-xl-8,
section .col-xl-9,
section .col-xl-10,
section .col-xl-11,
section .col-xl-12,
section .col-xxl-1,
section .col-xxl-2,
section .col-xxl-3,
section .col-xxl-4,
section .col-xxl-5,
section .col-xxl-6,
section .col-xxl-7,
section .col-xxl-8,
section .col-xxl-9,
section .col-xxl-10,
section .col-xxl-11,
section .col-xxl-12,
section .col-hd-1,
section .col-hd-2,
section .col-hd-3,
section .col-hd-4,
section .col-hd-5,
section .col-hd-6,
section .col-hd-7,
section .col-hd-8,
section .col-hd-9,
section .col-hd-10,
section .col-hd-11,
section .col-hd-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 321px) {
  .col-xs-1 {
    width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
  }

  .col-xs-2 {
    width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
  }

  .col-xs-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .col-xs-4 {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }

  .col-xs-5 {
    width: 41.66%;
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
  }

  .col-xs-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .col-xs-7 {
    width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
  }

  .col-xs-8 {
    width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }

  .col-xs-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .col-xs-10 {
    width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }

  .col-xs-11 {
    width: 91.66%;
    -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
  }

  .col-xs-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 480px) {
  .col-sm-1 {
    width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
  }

  .col-sm-2 {
    width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
  }

  .col-sm-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .col-sm-4 {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }

  .col-sm-5 {
    width: 41.66%;
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
  }

  .col-sm-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .col-sm-7 {
    width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
  }

  .col-sm-8 {
    width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }

  .col-sm-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .col-sm-10 {
    width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }

  .col-sm-11 {
    width: 91.66%;
    -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
  }

  .col-sm-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
  }

  .col-md-2 {
    width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
  }

  .col-md-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .col-md-4 {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }

  .col-md-5 {
    width: 41.66%;
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
  }

  .col-md-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .col-md-7 {
    width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
  }

  .col-md-8 {
    width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }

  .col-md-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .col-md-10 {
    width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }

  .col-md-11 {
    width: 91.66%;
    -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
  }

  .col-md-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-1 {
    width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
  }

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

  .col-lg-2 {
    width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
  }

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

  .col-lg-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .col-lg-4 {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }

  .col-lg-5 {
    width: 41.66%;
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
  }

  .col-lg-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .col-lg-7 {
    width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
  }

  .col-lg-8 {
    width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }

  .col-lg-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .col-lg-10 {
    width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }

  .col-lg-11 {
    width: 91.66%;
    -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
  }

  .col-lg-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-1 {
    width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
  }

  .col-xl-2 {
    width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
  }

  .col-xl-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .col-xl-4 {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }

  .col-xl-5 {
    width: 41.66%;
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
  }

  .col-xl-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .col-xl-7 {
    width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
  }

  .col-xl-8 {
    width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }

  .col-xl-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .col-xl-10 {
    width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }

  .col-xl-11 {
    width: 91.66%;
    -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
  }

  .col-xl-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .col-xxl-1 {
    width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
  }

  .col-xxl-2 {
    width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
  }

  .col-xxl-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .col-xxl-4 {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }

  .col-xxl-5 {
    width: 41.66%;
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
  }

  .col-xxl-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .col-xxl-7 {
    width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
  }

  .col-xxl-8 {
    width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }

  .col-xxl-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .col-xxl-10 {
    width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }

  .col-xxl-11 {
    width: 91.66%;
    -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
  }

  .col-xxl-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-hd-1 {
    width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
  }

  .col-hd-2 {
    width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
  }

  .col-hd-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .col-hd-4 {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }

  .col-hd-5 {
    width: 41.66%;
    -ms-flex-preferred-size: 41.66%;
        flex-basis: 41.66%;
  }

  .col-hd-6 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .col-hd-7 {
    width: 58.33%;
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
  }

  .col-hd-8 {
    width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }

  .col-hd-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .col-hd-10 {
    width: 83.33%;
    -ms-flex-preferred-size: 83.33%;
        flex-basis: 83.33%;
  }

  .col-hd-11 {
    width: 91.66%;
    -ms-flex-preferred-size: 91.66%;
        flex-basis: 91.66%;
  }

  .col-hd-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/*--------------------General Layout - Brand--------------------*/
.site-brand {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 505;
}
@media screen and (min-width: 1024px) {
  .site-header .site-brand {
    display: none;
  }
  .main-slider .site-brand {
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 2rem;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 10;
  }
}
@media screen and (max-width: 1023px) {
  .main-slider .site-brand {
    display: none;
  }
}
.site-brand svg, .site-brand img {
  width: 46.6px;
  height: 46.6px;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .site-brand svg, .site-brand img {
    width: 233px;
    height: 233px;
  }
}

/*--------------------General Layout - Cintillo--------------------*/
.cintillo {
  width: 100%;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  display: none;
  position: relative;
  z-index: 600;
  text-align: center;
  color: white;
  background: #f51e6f;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .cintillo {
    height: 50px;
  }
}
body.has-cintillo .cintillo {
  display: block;
}
.cintillo-title {
  font-size: 0.9375em;
}
.cintillo-trigger--hide {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cintillo-trigger--hide .svg-icon {
  display: block;
  width: 1em;
  height: 1em;
}

/*--------------------General Layout - Header--------------------*/
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 500;
  background: white url("/images/assets/bg-texture.png") center top;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 1023px) {
  .site-header {
    background: white url("/images/assets/bg-texture.png") center top;
    -webkit-box-shadow: 0px 0px 20px rgba(214, 10, 87, 0.2);
            box-shadow: 0px 0px 20px rgba(214, 10, 87, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .site-header {
    height: 50px;
    z-index: 500;
  }
  .page-scroll-on .site-header {
    height: 50px;
    top: 0;
    background: white url("/images/assets/bg-texture.png") center top;
    -webkit-box-shadow: 0px 0px 15px rgba(245, 30, 111, 0.5);
            box-shadow: 0px 0px 15px rgba(245, 30, 111, 0.5);
  }
}
.site-header .container,
.site-header .container--wide {
  position: relative;
}

/*--------------------Nav [Trigger]--------------------*/
.mainnav__trigger {
  display: block;
  position: fixed;
  left: 1em;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1011;
  opacity: 0.9;
}
.mainnav__trigger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #f51e6f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainnav-visible .mainnav__trigger span {
  background: transparent;
}
.mainnav-visible .mainnav__trigger span.arrow {
  background: #f51e6f;
}
.mainnav-visible .mainnav-visible .mainnav__trigger span.arrow:before {
  top: -6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #f51e6f;
  width: 50%;
  left: -1px;
}
.mainnav-visible .mainnav-visible .mainnav__trigger span.arrow:after {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #f51e6f;
  width: 50%;
  left: -1px;
}
.mainnav__trigger span:before, .mainnav__trigger span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background: #f51e6f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainnav__trigger span:before {
  top: -10px;
}
.mainnav-visible .mainnav__trigger span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #f51e6f;
}
.mainnav__trigger span:after {
  top: 10px;
}
.mainnav-visible .mainnav__trigger span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #f51e6f;
}
@media screen and (min-width: 1024px) {
  .mainnav__trigger {
    display: none;
  }
}

/*--------------------Ovarlay--------------------*/
body.mainnav-visible,
html.mainnav-visible {
  overflow: hidden;
}

.mainnav-visible .overlay {
  background: rgba(216, 216, 216, 0.2);
  opacity: 1;
  visibility: visible;
}

/*--------------------Nav [General Layout]--------------------*/
.mainnav {
  font-family: "Cormorant-Semi", sans-serif;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .page-scroll-on .mainnav {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mainnav__wrapper .container--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
}
.mainnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 1024px) {
  .page-scroll-on .mainnav__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .mainnav__item {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-right: 51px;
    position: relative;
  }
  .mainnav__item.last {
    margin-right: 0;
  }
  .mainnav__item.last:after {
    display: none;
  }
  .mainnav__item:after {
    content: "";
    position: absolute;
    left: auto;
    top: 50%;
    width: 1px;
    height: 18px;
    background: #f51e6f;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
  }
}
.mainnav a {
  color: #f51e6f;
  text-decoration: none;
  font-size: 1.3125rem;
  display: inline-block;
  line-height: 30px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.mainnav a:hover, .mainnav a:focus, .mainnav a:active, .mainnav a.active {
  color: #f51e6f;
}
/*--------------------Mobile--------------------*/
@media screen and (max-width: 1023px) {
  .mainnav {
    overflow-y: scroll;
  }
  .mainnav {
    position: fixed;
    width: 400px;
    max-width: 90%;
    padding: 0 0 1em 0;
    background: white;
    left: -100%;
    top: 0;
    height: 100%;
    -webkit-box-shadow: 0px 0px 20px rgba(245, 30, 111, 0.9);
            box-shadow: 0px 0px 20px rgba(245, 30, 111, 0.9);
    color: #4d4d4d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1010;
  }
  .mainnav-visible .mainnav {
    left: 0;
  }
  .mainnav a {
    display: block;
    line-height: 2;
    color: #f51e6f;
    position: relative;
    text-align: left;
    padding: 0 1em;
  }
  .mainnav a:hover, .mainnav a:focus, .mainnav a:active {
    color: #f51e6f;
  }
  .mainnav li {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .mainnav__list {
    height: auto;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: auto;
        -ms-flex-align: auto;
            align-items: auto;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-top: 80px;
  }
  .mainnav__item {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  .mainnav__item a {
    color: #f51e6f;
    font-size: 1.35rem;
    line-height: 3;
  }
  .mainnav__item a:hover, .mainnav__item a:focus, .mainnav__item a:active {
    color: #f51e6f;
    text-shadow: none;
  }
  .mainnav__item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #f51e6f;
    background: -o-linear-gradient(left, #f63b82 1%, #ea0a5f 50%, #f63b82 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f63b82), color-stop(50%, #ea0a5f), to(#f63b82));
    background: linear-gradient(to right, #f63b82 1%, #ea0a5f 50%, #f63b82 100%);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mainnav__item.last {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .mainnav__item-contact {
    font-size: 0.75em;
  }
  .mainnav__item-contact a {
    color: #f51e6f;
    display: block;
    text-transform: none;
    text-align: center;
  }
  .mainnav__item-contact.first {
    margin-top: 3em;
  }
  .mainnav__item-contact.last {
    margin-bottom: 2em;
  }
  .mainnav__item-contact svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4em;
  }
  .mainnav__item-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5em;
  }
  .mainnav__item-sm a {
    padding: 0;
    margin: 0 0.5em;
  }
  .mainnav__item-sm .svg-icon {
    width: 26px;
    height: 26px;
    color: #aa865b;
  }
  .mainnav__item-copyright {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    text-align: center;
  }
}
/* -------------------Submenu Mobile------------------- */
@media screen and (min-width: 1024px) {
  .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 360px;
    border-radius: 10px;
    background: rgba(241, 241, 241, 0.95);
  }
  .page-scroll-on .submenu {
    background: #f1f1f1;
  }
  .submenu:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 6.125em;
    top: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(241, 241, 241, 0.95);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-scroll-on .submenu:after {
    border-bottom: 9px solid #f1f1f1;
  }
  .submenu__wrapper:hover .submenu {
    -webkit-box-shadow: 5px 5px 15px rgba(214, 10, 87, 0.3);
            box-shadow: 5px 5px 15px rgba(214, 10, 87, 0.3);
  }
  .submenu__wrapper:hover .submenu:after {
    opacity: 1;
    visibility: visible;
  }
}
.submenu__wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .submenu__item:first-child > a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .submenu__item:last-child > a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.submenu__item > a {
  font-family: "Cormorant-Semi", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-size: 0.75rem;
  line-height: 2.5;
  display: block;
  padding-left: 2em;
  color: #f51e6f;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu__item > a:hover, .submenu__item > a:focus, .submenu__item > a:active {
  color: #f51e6f;
  opacity: 0.7;
}
.submenu__active .submenu__item > a {
  height: 2.5em;
}
@media screen and (min-width: 1024px) {
  .submenu__item > a {
    background: none;
    color: #f51e6f;
  }
  .submenu__item > a:hover, .submenu__item > a:focus, .submenu__item > a:active {
    color: #f51e6f;
  }
  .submenu__wrapper:hover .submenu__item > a {
    height: 2.5em;
  }
}
.submenu__trigger {
  position: absolute;
  right: 1em;
  top: 0.3em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .submenu__trigger {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.submenu__trigger svg {
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #f51e6f;
}
@media screen and (max-width: 1023px) {
  .submenu__active .submenu__trigger svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*--------------------General Layout - Main--------------------*/
main {
  margin-bottom: auto;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: auto;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  main {
    padding-top: 0;
  }
}

/*--------------------General Layout - Footer--------------------*/
.site-footer {
  min-height: 25px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  color: #333333;
  background: white;
  font-family: "KeepCalm-Medium", sans-serif;
  font-size: 0.56rem;
  text-transform: uppercase;
}

.footer__prev {
  padding: 1rem 0 3rem;
  background: url("https://invitacionesdigitales.es/eliasaura8.png") center center no-repeat;
  background-size: cover;
  min-height: 345px;
}
.footer__prev-logo {
  width: auto;
  max-width: 96%;
  height: auto;
  display: block;
  margin: 1rem auto;
}
.footer__prev h2 {
  font-size: 1.5rem;
  color: white;
  text-transform: none;
  line-height: 1.25;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .footer__prev h2 {
    font-size: 1.875rem;
  }
}
.footer__col {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__col {
    padding-bottom: 2em;
  }
  .footer__col:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__col {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    text-align: left;
  }
}
.footer__col.legal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer__col.legal {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer .foo_sm {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer .foo_sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__primary .container {
  padding-top: 2.5em;
  padding-bottom: 1.25em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__primary .container {
    padding-bottom: 2.5em;
  }
}
.footer__title {
  font-size: 0.56rem;
  font-family: "KeepCalm-Medium", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #c69c6d;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .footer__title {
    padding-bottom: 2.1875em;
  }
}
@media screen and (min-width: 768px) {
  .foo_sm .footer__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .foo_contact .footer__title {
    text-align: left;
  }
}
.footer__list.sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__list.sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__list.sm .footer__item {
  margin: 0 0.5em;
}
.footer__list.sm .footer__item a svg {
  color: #c69c6d;
  width: 26px;
  height: 26px;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__list.sm .footer__item a:hover svg.whatsapp {
  color: #25D366;
}
.footer__list.sm .footer__item a:hover svg.facebook {
  color: #3b5998;
}
.footer__list.sm .footer__item a:hover svg.instagram {
  color: #C13584;
}
.footer__list.sm .footer__item a:hover svg.youtube {
  color: #FF0000;
}
@media screen and (min-width: 768px) {
  .foo_contact .footer__list {
    text-align: left;
  }
}
.footer__list.contact .footer__item a:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer__item {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .footer__item {
    margin-bottom: 0;
  }
}
.footer__item a {
  display: block;
  font-size: 0.56rem;
  font-family: "KeepCalm-Medium", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 3px;
  color: #c69c6d;
  text-decoration: none;
  position: relative;
}
.foo_contact .footer__item a {
  margin-bottom: 0.5em;
}
.footer__item a:hover, .footer__item a:focus {
  color: #fcb0cd;
}
.footer__item a:hover:before, .footer__item a:focus:before {
  width: 60px;
}
.footer__item a:active {
  color: #fee1ec;
}
.footer__item a:active:before {
  width: 50px;
}
.footer__item svg.whatsapp {
  width: 30px;
  height: 30px;
  color: #25D366;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    display: block;
  }
}
.footer__logo img,
.footer__logo svg {
  width: 93.15px;
  height: 99.9px;
  display: block;
  margin: auto;
}
.footer__logo a {
  display: block;
  margin: auto;
}
.footer__powered {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .footer__powered {
    position: absolute;
    right: 16px;
    bottom: 0;
  }
}
.footer__powered svg {
  width: 90px;
  height: 20px;
  display: block;
  margin-left: auto;
}
.footer__post {
  text-align: center;
  padding: 1.25em 0;
  font-size: 0.56rem;
  color: #f51e6f;
}
.footer__legal {
  line-height: 2;
  color: #c69c6d;
  letter-spacing: 3px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__legal {
    margin-left: auto;
  }
}
.footer__legal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__legal-item:after {
  content: "|";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 1em;
  color: #c69c6d;
}
.footer__legal-item a {
  display: inline-block;
  margin-bottom: 0.5em;
  letter-spacing: 3px;
  color: #c69c6d;
}
@media screen and (max-width: 320px) {
  .footer__legal-item a {
    letter-spacing: 3px;
  }
}
.footer__legal-item a:hover, .footer__legal-item a:focus {
  color: #d4b592;
}
.footer__legal-item a:active {
  color: #e3ceb6;
}
.footer__legal-item:last-child:after {
  display: none;
}
.footer__copyright {
  letter-spacing: 3px;
}
@media screen and (max-width: 479px) {
  .footer__copyright {
    display: block;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: #333333;
  }
  .footer__copyright:after {
    display: none;
  }
}

#fixed-whatsapp {
  background: #25D366;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  z-index: 600;
}
#fixed-whatsapp svg {
  width: 30px;
  height: 30px;
  color: white;
  display: block;
  margin: 0;
}

/*--------------------Button Wrapper--------------------*/
.btn-wrapper {
  display: block;
  margin-top: 16px;
}

/*--------------------General Settings to Buttons--------------------*/
.btn-outline,
.btn-flat {
  font-family: "Cormorant-Semi", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-size: 12pt;
  font-size: 1rem;
  cursor: pointer;
}
.btn-outline:hover, .btn-outline:focus,
.btn-flat:hover,
.btn-flat:focus {
  text-decoration: none;
}
.btn-outline.short,
.btn-flat.short {
  padding-left: 1em;
  padding-right: 1em;
}
.btn-outline.large,
.btn-flat.large {
  padding-left: 2em;
  padding-right: 2em;
}
.btn-outline.small,
.btn-flat.small {
  font-size: 0.8rem;
}
.btn-outline.big,
.btn-flat.big {
  font-size: 1.5rem;
}
.btn-outline > i,
.btn-flat > i {
  margin-right: 0.5em;
}

/*--------------------Button Lineal--------------------*/
.btn-outline {
  font-family: "Montserrat", sans-serif;
  width: auto;
  min-width: 125px;
  display: inline-block;
  border-width: 2px;
  letter-spacing: 0.05em;
  border-style: solid;
  padding: 0.5em 1.3em;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border-color: #f51e6f;
  color: #f51e6f;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.btn-outline:hover {
  color: white;
}
.btn-outline.primary {
  border-color: #f51e6f;
  color: #f51e6f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-outline.primary:hover, .btn-outline.primary:focus {
  color: white;
  background: #f51e6f;
  -webkit-box-shadow: 2px 2px 8px rgba(214, 10, 87, 0.2);
          box-shadow: 2px 2px 8px rgba(214, 10, 87, 0.2);
}
.btn-outline.primary:active, .btn-outline.primary.active {
  color: white;
  background: #d60a57;
  -webkit-box-shadow: 1px 1px 6px rgba(214, 10, 87, 0.3);
          box-shadow: 1px 1px 6px rgba(214, 10, 87, 0.3);
}
.btn-outline.secondary {
  border-color: #f51e6f;
  color: #f51e6f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-outline.secondary:hover, .btn-outline.secondary:focus {
  color: white;
  background: #f51e6f;
  -webkit-box-shadow: 2px 2px 8px rgba(214, 10, 87, 0.2);
          box-shadow: 2px 2px 8px rgba(214, 10, 87, 0.2);
}
.btn-outline.secondary:active, .btn-outline.secondary.active {
  color: white;
  background: #d60a57;
  -webkit-box-shadow: 1px 1px 6px rgba(214, 10, 87, 0.3);
          box-shadow: 1px 1px 6px rgba(214, 10, 87, 0.3);
}
.btn-outline.tertiary {
  border-color: #aa865b;
  color: #aa865b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-outline.tertiary:hover, .btn-outline.tertiary:focus {
  color: white;
  background: #aa865b;
  -webkit-box-shadow: 2px 2px 8px rgba(214, 10, 87, 0.2);
          box-shadow: 2px 2px 8px rgba(214, 10, 87, 0.2);
}
.btn-outline.tertiary:active, .btn-outline.tertiary.active {
  color: white;
  background: #8a6c48;
  -webkit-box-shadow: 1px 1px 6px rgba(214, 10, 87, 0.3);
          box-shadow: 1px 1px 6px rgba(214, 10, 87, 0.3);
}
.btn-outline.quaternary {
  border-color: #c69c6d;
  color: #c69c6d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-outline.quaternary:hover, .btn-outline.quaternary:focus {
  color: white;
  background: #c69c6d;
  -webkit-box-shadow: 2px 2px 8px rgba(214, 10, 87, 0.2);
          box-shadow: 2px 2px 8px rgba(214, 10, 87, 0.2);
}
.btn-outline.quaternary:active, .btn-outline.quaternary.active {
  color: white;
  background: #b88348;
  -webkit-box-shadow: 1px 1px 6px rgba(214, 10, 87, 0.3);
          box-shadow: 1px 1px 6px rgba(214, 10, 87, 0.3);
}

/*--------------------Button Flat--------------------*/
.btn-flat {
  width: auto;
  display: inline-block;
  padding: 0.65rem 1.25rem 0.5rem;
  border-radius: 0;
  letter-spacing: 0.075rem;
  text-align: center;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: white;
  background-color: #f51e6f;
}
.btn-flat.primary {
  color: white;
  background-color: #ef0b61;
}
.btn-flat.primary:hover, .btn-flat.primary:focus {
  background-color: #d60a57;
}
.btn-flat.primary:active, .btn-flat.primary:active {
  background-color: #a60743;
}
.btn-flat.secondary {
  color: white;
  background-color: #ef0b61;
}
.btn-flat.secondary:hover, .btn-flat.secondary:focus {
  background-color: #d60a57;
}
.btn-flat.secondary:active, .btn-flat.secondary:active {
  background-color: #a60743;
}
.btn-flat.tertiary {
  color: white;
  background-color: #9b7950;
}
.btn-flat.tertiary:hover, .btn-flat.tertiary:focus {
  background-color: #8a6c48;
}
.btn-flat.tertiary:active, .btn-flat.tertiary:active {
  background-color: #695236;
}
.btn-flat.quaternary {
  color: white;
  background-color: #bf905b;
}
.btn-flat.quaternary:hover, .btn-flat.quaternary:focus {
  background-color: #b88348;
}
.btn-flat.quaternary:active, .btn-flat.quaternary:active {
  background-color: #93693a;
}

/*--------------------Forms--------------------*/
form {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}
form .loading {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 1%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
form.sending * {
  opacity: 0.8;
}
form.sending:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
form.sending .loading {
  opacity: 1;
  visibility: visible;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-spinner div {
  -webkit-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
fieldset {
  margin-bottom: 1.5em;
}

legend {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15.6pt;
  font-size: 1.3rem;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
}

.control-wrapper {
  width: 100%;
  position: relative;
  clear: both;
  margin-bottom: 5px;
}
.control-wrapper--send {
  overflow: hidden;
  clear: both;
  margin-bottom: 0;
}
.control-wrapper--captcha {
  background: none;
}
.control-wrapper--captcha > input[type=text] {
  width: 50%;
  float: right;
  clear: none;
  border: 1px solid #f51e6f;
  margin-top: 20px;
}
.control-wrapper--captcha > img {
  width: 45%;
  display: block;
  float: left;
}
.control-wrapper--captcha > a {
  position: absolute;
  top: 0;
  right: 65%;
  cursor: pointer;
}
@media screen and (min-width: 321px) {
  .control-wrapper.float-left, .control-wrapper.float-right {
    width: 48%;
    clear: none;
  }
}

label {
  border: none;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 25px;
}
label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #f51e6f;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=password],
input[type=file],
input[type=number],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=time],
input[type=week],
input[type=month],
input[type=color],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
  padding-left: 1em;
  padding-right: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #f51e6f;
  border-radius: 0;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 300;
  color: inherit;
  background-color: white;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=color]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #be084d;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=color]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #be084d;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #be084d;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #be084d;
}
input[type=text].touched:invalid,
input[type=email].touched:invalid,
input[type=tel].touched:invalid,
input[type=search].touched:invalid,
input[type=url].touched:invalid,
input[type=password].touched:invalid,
input[type=file].touched:invalid,
input[type=number].touched:invalid,
input[type=date].touched:invalid,
input[type=datetime].touched:invalid,
input[type=datetime-local].touched:invalid,
input[type=time].touched:invalid,
input[type=week].touched:invalid,
input[type=month].touched:invalid,
input[type=color].touched:invalid,
select.touched:invalid,
textarea.touched:invalid {
  border: 1px dashed #db0a5b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=file] {
  height: 32px;
}

input[type=checkbox],
input[type=radio] {
  margin: 5px 5px 0 0;
}

textarea {
  height: 80px;
}

.alert {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12pt;
  font-size: 1rem;
  color: #1a1a1a;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.alert.info {
  color: #333333;
  border-color: #333333;
  background-color: #bfbfbf;
}
.alert.success {
  color: #03c9a9;
  border-color: #03c9a9;
  background-color: #e6fffb;
}
.alert.error, .alert.danger {
  color: #db0a5b;
  border-color: #db0a5b;
  background-color: #fcb5d1;
}
.alert span {
  font-weight: 500;
}

.error {
  display: block;
  color: #db0a5b;
}

label.error {
  font-size: 8.4pt;
  font-size: 0.7rem;
  font-weight: 400;
  color: #db0a5b;
}

input.error,
textarea.error {
  border-color: #f86ca2 !important;
}

.contact__form--wrapper {
  max-width: 410px;
  margin: 0 auto;
}
.contact__form .control-wrapper {
  margin-bottom: 15px;
}
.contact__form-input {
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.85rem !important;
}
.contact__form-input::-moz-placeholder {
  color: #f51e6f;
}
.contact__form-input:-moz-placeholder {
  color: #f51e6f;
}
.contact__form-input:-ms-input-placeholder {
  color: #f51e6f;
}
.contact__form-input::-webkit-input-placeholder {
  color: #f51e6f;
}
.contact__form-input--wrapper {
  margin-bottom: 16px;
}
.contact__form textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  padding: 10px;
}
.contact__form textarea::-moz-placeholder {
  color: #be084d;
}
.contact__form textarea:-moz-placeholder {
  color: #be084d;
}
.contact__form textarea:-ms-input-placeholder {
  color: #be084d;
}
.contact__form textarea::-webkit-input-placeholder {
  color: #be084d;
}
.contact__form a {
  color: #2c3137;
}
.contact__form-button {
  width: 100%;
}

/*--------------------Modals - Setting Bootstrap Component--------------------*/
body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}
body.modal-open .modal {
  padding-right: 0 !important;
}

.modal-backdrop.in {
  opacity: 0.75;
}

.modal-dialog {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.modal.fade .modal-dialog {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.modal.in .modal-dialog {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-content {
  border: none;
  border-radius: 0;
}
.modal-content .close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 400;
  border-radius: 50%;
  margin-top: 0;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 20px;
  color: #acacac;
  font-family: "Montserrat", sans-serif;
  text-shadow: none;
  opacity: 1;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.modal-header {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  background-color: #f51e6f;
}
.modal-header .modal-title {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #f2f2f2;
}

.modal-body {
  overflow: hidden;
  font-size: 10.8pt;
  font-size: 0.9rem;
}

.modal-footer {
  border-top: 1px solid #f1f1f1;
}

/*--------------------Bread Crumbs--------------------*/
.bread-crumbs {
  margin-right: auto;
  overflow: hidden;
  font-family: "Cormorant-Semi", sans-serif;
  font-size: 8.4pt;
  font-size: 0.7rem;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bread-crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .bread-crumbs ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bread-crumbs li {
  position: relative;
  margin-right: 12px;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #666666;
}
.bread-crumbs li:first-child {
  color: #666666;
}
.bread-crumbs li:first-child a {
  font-size: 0;
  line-height: 0;
}
.bread-crumbs li:first-child a:before {
  content: "Home";
  display: block;
  font-size: 8.4pt;
  font-size: 0.7rem;
  line-height: 40px;
}
.bread-crumbs li:last-child, .bread-crumbs li.last {
  margin-right: 0;
  color: #666666;
}
.bread-crumbs li:last-child:after, .bread-crumbs li.last:after {
  display: none;
}
body.resultado-busca .bread-crumbs li:last-child strong a:first-child, body.resultado-busca .bread-crumbs li.last strong a:first-child {
  font-size: 0;
  line-height: 0;
}
body.resultado-busca .bread-crumbs li:last-child strong a:first-child:before, body.resultado-busca .bread-crumbs li.last strong a:first-child:before {
  content: attr(title);
  font-size: 8.4pt;
  font-size: 0.7rem;
  line-height: 40px;
}
body.resultado-busca .bread-crumbs li:last-child strong a.busca-texto-livre-elimina, body.resultado-busca .bread-crumbs li.last strong a.busca-texto-livre-elimina {
  display: none;
}
.bread-crumbs li:after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  color: #666666;
  -webkit-transform: translate(50%, -2%);
      -ms-transform: translate(50%, -2%);
          transform: translate(50%, -2%);
}
.bread-crumbs a,
.bread-crumbs strong {
  display: block;
  position: relative;
  font-weight: inherit;
}
.bread-crumbs a {
  color: inherit;
}

/*--------------------Go to Top--------------------*/
.go-to-top {
  display: inline-block;
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 1000;
  padding: 10px;
  cursor: pointer;
  border: 1px solid white;
  background-color: white;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.go-to-top > i {
  margin-right: 0;
  font-size: 1.5em;
  font-weight: 300;
  color: white;
}
.svg-icon-go-to-top {
  width: 2em;
  height: 2em;
  color: #f51e6f;
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/assets/loading.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 50%;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  bottom: 35px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#events-slider .slick-prev,
#events-slider .slick-next {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 35px;
  height: 35px;
}
.slick-prev svg,
.slick-next svg {
  width: 30px;
  height: 30px;
  color: #f51e6f;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#events-slider .slick-prev svg,
#events-slider .slick-next svg {
  width: 35px;
  height: 35px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  right: 90px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 13px;
}
#events-slider .slick-prev {
  right: 0;
  left: 32px;
}

.slick-next {
  right: 30px;
}
[dir=rtl] .slick-next {
  right: 13px;
  right: auto;
}
#events-slider .slick-next {
  right: 32px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 1px solid white;
  background: transparent;
  display: block;
  height: 7px;
  width: 7px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #f51e6f;
  border-color: #f51e6f;
  opacity: 0.75;
}

/*!
 * 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);
    -webkit-transform: translate3d(0, 0, 0);
    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);
    -webkit-transform: translate3d(0, -30px, 0);
    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);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    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);
    -webkit-transform: translate3d(0, 0, 0);
    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);
    -webkit-transform: translate3d(0, -30px, 0);
    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);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      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 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    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% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    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 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 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;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes 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;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes 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;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 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;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    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 {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    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 {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    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% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    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 {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    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 {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    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 {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    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 {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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 {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    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 {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    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;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(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;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    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;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    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;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    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 {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

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

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

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    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;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #8ec4bb;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #8ec4bb;
  background: #8ec4bb;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #8ec4bb;
  background: #ffffff;
  font-weight: normal;
  color: #8ec4bb;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #8ec4bb;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #8ec4bb;
  background: #ffffff;
  font-weight: normal;
  color: #8ec4bb;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #8ec4bb;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #8ec4bb;
  background: #8ec4bb;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #8ec4bb;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/assets/datepicker/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/assets/datepicker/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/images/assets/datepicker/ui-icons_8ec4bb_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/images/assets/datepicker/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/images/assets/datepicker/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/assets/datepicker/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/images/assets/datepicker/ui-icons_8ec4bb_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url("images/assets/loading.gif") no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url("/images/assets/controls.png") no-repeat 0 0;
  border-radius: 50%;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background: url("/images/assets/icon-prev.svg") center center no-repeat;
  background-size: 100% 100%;
  opacity: 0.9;
  right: 44px;
}

#cboxPrevious:hover {
  opacity: 1;
}

#cboxNext {
  background: url("/images/assets/icon-next.svg") center center no-repeat;
  background-size: 100% 100%;
  opacity: 0.9;
  right: 22px;
}

#cboxNext:hover {
  opacity: 1;
}

#cboxClose {
  background: url("/images/assets/icon-close.svg") center center no-repeat;
  background-size: 100% 100%;
  opacity: 0.9;
  right: 0;
}

#cboxClose:hover {
  opacity: 1;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.not-found {
  position: relative;
}
.not-found__summary {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: inherit;
  padding: 2em;
  color: #f51e6f;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

/* ------------------ HOME ------------------ */
@media screen and (max-width: 1023px) {
  main.main-content {
    padding-top: 0;
  }
}

.audio__wrapper {
  position: fixed;
  top: -1300px;
  left: 0;
}

#music-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1000;
}

.music-buttons a {
  margin-bottom: 0.75rem;
}

.modal-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border-radius: 20px;
  z-index: 999;
}
.modal-container h2 {
  text-align: center;
}
.modal-regalos {
  padding: 1rem;
  background: #f1f1f1;
}
.modal-regalos p {
  line-height: 2;
}
.modal-title {
  margin-bottom: 1rem;
}

#fixed-btn-sound {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  z-index: 998;
}
#fixed-btn-sound a {
  display: block;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #f51e6f;
  position: absolute;
  left: 0;
  top: 0;
}
#fixed-btn-sound svg {
  width: 30px;
  height: 30px;
  color: #f51e6f;
}
#fixed-btn-sound .audio-on,
#fixed-btn-sound .audio-off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.sound-on .audio-off {
  opacity: 1 !important;
  visibility: visible !important;
}

body.sound-off .audio-on {
  opacity: 1 !important;
  visibility: visible !important;
}

section.historia {
  padding: 3rem 0 12rem;
  background: url("/images/assets/bg-slide.png") center bottom;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.historia {
    background-size: auto 100%;
    padding-top: 5rem;
  }
}
section.historia:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 200px);
  background: url("/images/assets/bg-texture.png") center top no-repeat;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.historia:before {
    height: calc(100% - 100px);
  }
}
section.historia .container {
  position: relative;
  z-index: 9;
}
section.historia h3 {
  margin-bottom: 2rem;
}
section.evento .container {
  padding: 2rem 0 0;
}
section.dresscode {
  padding: 3rem 0 6rem;
  background: url("/images/assets/bg-slide.png") center bottom;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.dresscode {
    background-size: auto 100%;
  }
}
section.dresscode:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 200px);
  background: url("/images/assets/bg-texture.png") center top no-repeat;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 1;
}
section.dresscode > div {
  position: relative;
  z-index: 2;
}
section.asistencia {
  padding: 3rem 0;
  position: relative;
}
section.familia {
  padding: 8rem 0 6rem;
  position: relative;
}
section.familia:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: url("/images/assets/bg-slide.png") center bottom no-repeat;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.familia:before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: calc(100% - 200px);
  background: url("/images/assets/bg-texture.png") center top;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.familia:before {
    height: calc(100% - 100px);
  }
}
section.familia .container {
  position: relative;
  z-index: 2;
}
section.familia h2 {
  margin-bottom: 2rem;
}
section.familia h3 {
  padding: 3rem 0 2rem;
  position: relative;
}
section.familia h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 58%;
  width: calc(50% - 100px);
  height: 1px;
  background: #f51e6f;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.familia h3:after {
  content: "";
  position: absolute;
  left: auto;
  top: 58%;
  width: calc(50% - 100px);
  height: 1px;
  background: #f51e6f;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
section.recuerdos {
  padding: 3rem 0;
}
section.recuerdos h2 {
  padding-bottom: 2rem;
}
section.sm {
  background: #f51e6f;
  background: -o-linear-gradient(left, #f63b82 1%, #ea0a5f 50%, #f63b82 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f63b82), color-stop(50%, #ea0a5f), to(#f63b82));
  background: linear-gradient(to right, #f63b82 1%, #ea0a5f 50%, #f63b82 100%);
  padding: 2rem 0;
  margin: 3rem 0;
}
section.regalos {
  padding: 2rem 0 3rem;
}
section.regalos h2 {
  padding-bottom: 2rem;
}

.main-slider {
  position: relative;
}
.main-slider:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-box-shadow: inset 0 300px 200px rgba(255, 255, 255, 0.65);
          box-shadow: inset 0 300px 200px rgba(255, 255, 255, 0.65);
}
.main-slider.video:before {
  display: none;
}
.main-slider > div {
  position: relative;
  z-index: 1;
}

#video {
  width: 100%;
}

h3.iniciales {
  display: inline-block;
  font-size: 1rem;
  font-family: "Cormorant-Semi", sans-serif;
  letter-spacing: 2px;
  position: relative;
  margin: 0 auto 1rem;
  line-height: 20px;
}
h3.iniciales:before, h3.iniciales:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #f51e6f;
  z-index: 1;
}
h3.iniciales:before {
  left: 120%;
}
h3.iniciales:after {
  right: 110%;
}
h3.iniciales > * {
  z-index: 3;
  display: inline-block;
  width: 10px;
}
h3.iniciales span {
  font-family: "Cormorant-Semi", sans-serif;
}
h3.iniciales small {
  font-family: "Cormorant-Semi", sans-serif;
  margin-right: -6px;
}

.historia {
  position: relative;
  z-index: 10;
}
.historia .row-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historia__content {
  text-align: center;
}
.historia__img {
  width: 100%;
  margin: auto;
}
.historia__img-1, .historia__img-2 {
  position: absolute;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.historia__img-1 {
  right: 0;
  top: -50px;
  width: auto;
  z-index: 10;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (max-width: 1023px) {
  .historia__img-1 {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.historia__img-2 {
  left: 0;
  bottom: 0;
  width: auto;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 1023px) {
  .historia__img-2 {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.evento__date--wrapper {
  padding: 0 0 2rem;
  min-height: 250px;
  position: relative;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .evento__date--wrapper {
    padding: 0 0 3rem;
    margin-bottom: 2rem;
  }
}
.evento__date-title {
  display: inline-block;
  position: relative;
  color: #f51e6f;
  font-family: "Cormorant-Semi", sans-serif;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .evento__date-title {
    font-size: 2.4375rem;
  }
}
.evento__date-title span.text::first-letter {
  font-size: 130%;
}
.evento__date-title span.num {
  font-size: 3.125rem;
}
@media screen and (min-width: 768px) {
  .evento__date-title span.num {
    font-size: 3.75rem;
  }
}
.evento__date-title span.num::first-letter {
  font-size: 100%;
}
.evento_btn--wrapper {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.evento_btn--wrapper a:first-child {
  margin-right: 40px;
}

.ceremonia {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ceremonia .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ceremonia .col-lg-6 {
  padding: 0;
}
.ceremonia__block {
  padding: 0 2rem;
}
@media screen and (max-width: 1023px) {
  .ceremonia__block--wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ceremonia__block--wrapper.col-lg-6 {
    padding-bottom: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #f51e6f;
  }
}
.ceremonia__img {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ceremonia__img--wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ceremonia__img--wrapper.col-lg-6 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .ceremonia__img.left:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #f51e6f;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .ceremonia__img.right:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 1px;
    background: #f51e6f;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.ceremonia h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  padding-top: 0;
  color: #f51e6f;
  margin-bottom: 1rem;
}
.ceremonia p strong {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.dresscode {
  padding: 2rem 0 5rem;
  position: relative;
}
.dresscode:after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -75%);
      -ms-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  background: #f51e6f;
}
.dresscode__block {
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .dresscode__block.left {
    margin-left: auto;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .dresscode__block.right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .dresscode__block.left, .dresscode__block.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dresscode__block img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1023px) {
  .dresscode__block img {
    margin: 1rem auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1023px) {
  .dresscode__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.dresscode__desc p {
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .left .dresscode__desc {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .right .dresscode__desc {
    margin-right: auto;
  }
}
.dresscode .btn-pinterest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #aa865b;
}
.dresscode .btn-pinterest span {
  margin-right: 0.4rem;
}
.dresscode .btn-pinterest img {
  width: 28px;
  height: 28px;
  margin-right: 1rem;
}

.asistencia {
  position: relative;
}
.asistencia .col-lg-6 {
  padding-top: 0;
  padding-bottom: 0;
}
.asistencia h2 {
  color: #f51e6f;
}
.asistencia h3 {
  color: #f51e6f;
}
.asistencia h3:after, .asistencia h3:before {
  background: #f51e6f;
}
.asistencia__img-1, .asistencia__img-2 {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.asistencia__img-1 {
  left: -15px;
  bottom: -120px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 1023px) {
  .asistencia__img-1 {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.asistencia__img-2 {
  right: -15px;
  top: 30px;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (max-width: 1023px) {
  .asistencia__img-2 {
    -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
            transform: scale(0.35);
  }
}

.family-slider {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .family-slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.family-slider__item {
  text-align: center;
}
.family-slider__item img {
  border-radius: 50%;
  border: 3px solid #f51e6f;
}
@media screen and (max-width: 767px) {
  .family-slider__item img {
    max-width: 160px;
    height: auto;
  }
}
.family-slider__item-content {
  max-width: 190px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .family-slider__item-content {
    padding: 1rem;
  }
}
.family-slider__name {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0;
  margin-top: 1rem;
  line-height: 1.5;
}
.family-slider__relative {
  padding-top: 0;
  font-size: 1.125rem;
  font-family: "Cormorant-Semi", sans-serif;
  line-height: 1.5;
}
.family-slider .slick-next,
.family-slider .slick-prev {
  right: auto;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.family-slider .slick-prev {
  margin-left: -30px;
}
.family-slider .slick-next {
  margin-left: 30px;
}

.recuerdos--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recuerdos__left, .recuerdos__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .recuerdos__left, .recuerdos__right {
    width: 50%;
  }
}
.recuerdos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recuerdos__item.tall {
  width: calc(34% - 30px);
}
.recuerdos__left .recuerdos__item.tall {
  width: 50%;
  margin: 0;
}
.recuerdos__item.wide {
  width: 66%;
}
.recuerdos__left .recuerdos__item.wide {
  width: 100%;
}
.recuerdos__item-img {
  width: 100%;
}
.recuerdos__item-img img {
  width: 100%;
}
.recuerdos__item-img.small {
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .recuerdos__item.tall, .recuerdos__item.wide {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recuerdos__item-img.small {
    width: 100%;
  }
}

.sm__title {
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 1.5rem;
}
.sm__title img {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 20px;
}
.sm__title span {
  font-family: "Cormorant-Semi", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.regalos__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .regalos__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .regalos__item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .regalos__item {
    width: 33.33%;
  }
}
.regalos__item-title {
  font-size: 0.875rem;
  color: #f51e6f;
  padding: 0.5rem 0;
}
.regalos__item a.modal {
  display: block;
  position: relative;
}
.regalos__item a.modal:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes pulse {
  from {
    opacity: 0.8;
    width: 90%;
    height: 90%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
#slider-honey .slick-slide {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#slider-honey .slick-slide.slick-current {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 3;
  position: relative;
}
#slider-honey .slick-slide.slick-current-prev {
  -webkit-transform: scale(0.85) translateX(50%);
      -ms-transform: scale(0.85) translateX(50%);
          transform: scale(0.85) translateX(50%);
  z-index: 2;
  position: relative;
}
#slider-honey .slick-slide.slick-current-next {
  -webkit-transform: scale(0.85) translateX(-50%);
      -ms-transform: scale(0.85) translateX(-50%);
          transform: scale(0.85) translateX(-50%);
  z-index: 2;
  position: relative;
}
#slider-honey .slick-dots {
  bottom: -30px;
  border-color: #f51e6f;
}
#slider-honey .slick-dots li button {
  border-color: #f51e6f;
}
#slider-honey .slick-dots li.slick-active button {
  border-color: #f51e6f;
  background: #f51e6f;
}

/* Counter */
.btCounterHolder {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .btCounterHolder {
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 1280px) {
  .btCounterHolder {
    font-size: 50px;
  }
}

.btCounterHolder .btCounter {
  display: block;
  overflow: hidden;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .btCounterHolder .btCounter {
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .btCounterHolder .btCounter {
    height: 60px;
  }
}

.btCounterHolder span.onedigit {
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .btCounterHolder span.onedigit {
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .btCounterHolder span.onedigit {
    height: 60px;
  }
}

.btCounterHolder span.onedigit span {
  display: block;
  position: relative;
  text-align: center;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .btCounterHolder span.onedigit span {
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .btCounterHolder span.onedigit span {
    height: 60px;
  }
}

.btCounterHolder .btCountdownHolder {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .btCounterHolder .btCountdownHolder {
    padding: 0 16%;
  }
}

.btCounterHolder .btCountdownHolder > span {
  vertical-align: top;
  display: inline-block;
  padding: 0 0 5px;
}

.btCounterHolder .btCountdownHolder > span > span {
  display: inline-block;
}

.btCounterHolder .btCountdownHolder > span > span > span {
  display: block;
  width: 0.65em;
  text-align: center;
  -webkit-transition: transform 0ms ease-out;
  -webkit-transition: -webkit-transform 0ms ease-out;
  transition: -webkit-transform 0ms ease-out;
  -o-transition: transform 0ms ease-out;
  transition: transform 0ms ease-out;
  transition: transform 0ms ease-out, -webkit-transform 0ms ease-out;
  position: static;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
@media screen and (min-width: 1024px) {
  .btCounterHolder .btCountdownHolder > span > span > span {
    height: 50px;
    line-height: 50px;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@media screen and (min-width: 1280px) {
  .btCounterHolder .btCountdownHolder > span > span > span {
    height: 60px;
    line-height: 60px;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
  position: relative;
  margin: 0;
  width: 25%;
  text-align: center;
  color: #f51e6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btCounterHolder .btCountdownHolder .days:before,
.btCounterHolder .btCountdownHolder .hours:before,
.btCounterHolder .btCountdownHolder .minutes:before,
.btCounterHolder .btCountdownHolder .seconds:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: none;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  border: 1px dotted #f51e6f;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .btCounterHolder .btCountdownHolder .days:before,
.btCounterHolder .btCountdownHolder .hours:before,
.btCounterHolder .btCountdownHolder .minutes:before,
.btCounterHolder .btCountdownHolder .seconds:before {
    width: 120px;
    height: 120px;
  }
}

.btCounterHolder .btCountdownHolder span[class$=_text] {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.5rem;
  line-height: 1;
  padding: 0;
  margin: 0 0 0;
  text-transform: capitalize;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .btCounterHolder .btCountdownHolder span[class$=_text] {
    font-size: 0.75rem;
  }
}

.btCounterHolder .btCountdownHolder span[class^=n],
.btCounterHolder .btCountdownHolder .days span:first-child,
.btCounterHolder .btCountdownHolder .days span:nth-child(2),
.btCounterHolder .btCountdownHolder .days span:nth-child(3) {
  position: static;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .btCounterHolder .btCountdownHolder span[class^=n],
.btCounterHolder .btCountdownHolder .days span:first-child,
.btCounterHolder .btCountdownHolder .days span:nth-child(2),
.btCounterHolder .btCountdownHolder .days span:nth-child(3) {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .btCounterHolder .btCountdownHolder span[class^=n],
.btCounterHolder .btCountdownHolder .days span:first-child,
.btCounterHolder .btCountdownHolder .days span:nth-child(2),
.btCounterHolder .btCountdownHolder .days span:nth-child(3) {
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1280px) {
  span.hours span.n0,
span.hours span.n1,
span.minutes span.n0,
span.minutes span.n1,
span.seconds span.n0,
span.seconds span.n1 {
    width: 25px;
  }
  span.hours span.n0 span,
span.hours span.n1 span,
span.minutes span.n0 span,
span.minutes span.n1 span,
span.seconds span.n0 span,
span.seconds span.n1 span {
    width: 25px;
  }
}

.btCounterHolder .btCountdownHolder span[class$=_text] > span {
  height: auto !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  font-size: 1rem;
  margin: 0 -20px;
  line-height: 1.2 !important;
  overflow: visible !important;
}
@media screen and (min-width: 1024px) {
  .btCounterHolder .btCountdownHolder span[class$=_text] > span {
    font-size: 1rem;
  }
}

.btCounterHolder .btCountdownHolder span.separator {
  display: none;
}

.btCounterHolder .btCountdownHolder .days_text span,
.btCounterHolder .btCountdownHolder .hours_text span,
.btCounterHolder .btCountdownHolder .minutes_text span,
.btCounterHolder .btCountdownHolder .seconds_text span {
  width: auto !important;
  -webkit-transform: translate(-50%, -0.1em) !important;
  -ms-transform: translate(-50%, -0.1em) !important;
  transform: translate(-50%, -0.1em) !important;
}

.btCounterHolder .btCountdownHolder .countdown_anim {
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.btCounterHolder {
  font-family: "Cormorant-Semi", sans-serif;
}

.btLightSkin .btCounterHolder,
.btDarkSkin .btLightSkin .btCounterHolder {
  color: #e4930d;
}

.btDarkSkin .btCounterHolder,
.btLightSkin .btDarkSkin .btCounterHolder {
  color: #f51e6f;
}

.btCounterHolder span[class$=_text] > span {
  font-family: "Montserrat", sans-serif;
}

.btCounterHolder.btCounterLargeSize {
  font-size: 90px;
  line-height: 95px;
  height: 95px;
  font-weight: 700;
}

.btCounterHolder.btCounterLargeSize .btCounter {
  height: 95px;
}

.btCounterHolder.btCounterLargeSize span.onedigit {
  height: 90px;
}

.btCounterHolder.btCounterLargeSize span.onedigit span {
  height: 94px;
}

.btCounterHolder.btCounterLargeSize .btCountdownHolder > span > span > span {
  -webkit-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  transform: translateY(-95px);
}

.btCounterHolder.btCounterLargeSize .btCountdownHolder .countdown_anim {
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

span.days_text, span.hours_text, span.minutes_text, span.seconds_text {
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  span.days_text, span.hours_text, span.minutes_text, span.seconds_text {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  span.days_text, span.hours_text, span.minutes_text, span.seconds_text {
    height: 60px;
    line-height: 60px;
  }
}
/*# sourceMappingURL=custom-styles.min.css.map */