@font-face {
  font-family: 'Royal Wedding';
  src: url('../fonts/royal-wedding.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.carta_principal_nueva .plate--price strong{font-weight: 500 !important;}
.carta_principal_nueva .plate--info p{margin-bottom:0;}
.carta_principal_nueva .plate--info .plate--price{margin-top:5px;}
*, ::after, ::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html, body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  width: auto;
  max-width: 100%;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button, input {
  /* 1 */
  overflow: visible;
}

button, select {
  /* 1 */
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:focus, [type="button"]:focus, [type="reset"]:focus, [type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  list-style: none;
}

/* @font-face {
font-family: "Maison Neue";
src: url("../fonts/Maison Neue.ttf");
font-weight: normal;
}
*/
:root {
  --pink: #FD75A2;
  --blue: #2a2938;
  --black: #0D0D0D;
  --green: #026450;
  --red: #d5372e;
  --white: rgba(255 , 255, 255,.85);
  --white-offset: rgba(255, 255, 255, .1);
  --text: #2a2938;
  --gray: #a9a9a9;
  --gray-light: #E6E6E6;
  --gray-normal: #ababab;
  --gray-strong: #1A1A1A ;
}

/* @include font($fonts); */
.color-pink {
  color: #FD75A2;
}

.btn-white.color-pink {
  color: #FD75A2;
}

.btn-white.color-pink:hover {
  color: #FD75A2;
}

.color-blue {
  color: #2a2938;
}

.btn-white.color-blue {
  color: #2a2938;
}

.btn-white.color-blue:hover {
  color: #2a2938;
}

.color-black {
  color: #0D0D0D;
}

.btn-white.color-black {
  color: #0D0D0D;
}

.btn-white.color-black:hover {
  color: #0D0D0D;
}

.color-green {
  color: #3ab671;
}

.btn-white.color-green {
  color: #3ab671;
}

.btn-white.color-green:hover {
  color: #3ab671;
}

.color-red {
  color: #d5372e;
}

.btn-white.color-red {
  color: #d5372e;
}

.btn-white.color-red:hover {
  color: #d5372e;
}

.color-white {
  color: rgba(255 , 255, 255,.85);
}

.btn-white.color-white {
  color: rgba(255 , 255, 255,.85);
}

.btn-white.color-white:hover {
  color: rgba(255 , 255, 255,.85);
}

.color-white-offset {
  color: rgba(255, 255, 255, .1);
}

.btn-white.color-white-offset {
  color: rgba(255, 255, 255, .1);
}

.btn-white.color-white-offset:hover {
  color: rgba(255, 255, 255, .1);
}

.color-text {
  color: #2a2938;
}

.btn-white.color-text {
  color: #2a2938;
}

.btn-white.color-text:hover {
  color: #2a2938;
}

.color-gray {
  color: #a9a9a9;
}

.btn-white.color-gray {
  color: #a9a9a9;
}

.btn-white.color-gray:hover {
  color: #a9a9a9;
}

.color-gray-light {
  color: #f4f4f5;
}

.btn-white.color-gray-light {
  color: #f4f4f5;
}

.btn-white.color-gray-light:hover {
  color: #f4f4f5;
}

.color-gray-normal {
  color: #ababab;
}

.btn-white.color-gray-normal {
  color: #ababab;
}

.btn-white.color-gray-normal:hover {
  color: #ababab;
}

.color-gray-strong {
  color: #333333;
}

.btn-white.color-gray-strong {
  color: #333333;
}

.btn-white.color-gray-strong:hover {
  color: #333333;
}

.bg-pink {
  background-color: #FD75A2;
  background: #FD75A2;
}

.bg-blue {
  background-color: #2a2938;
  background: #2a2938;
}

.bg-black {
  background-color: #0D0D0D;
  background: #0D0D0D;
}

.bg-green {
  background-color: #3ab671;
  background: #3ab671;
}

.bg-red {
  background-color: #d5372e;
  background: #d5372e;
}

.bg-white {
  background-color: rgba(255 , 255, 255,.85);
  background: rgba(255 , 255, 255,.85);
}

.bg-white-offset {
  background-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .1);
}

.bg-text {
  background-color: #2a2938;
  background: #2a2938;
}

.bg-gray {
  background-color: #a9a9a9;
  background: #a9a9a9;
}

.bg-gray-light {
  background-color: #f4f4f5;
  background: #f4f4f5;
}

.bg-gray-normal {
  background-color: #ababab;
  background: #ababab;
}

.bg-gray-strong {
  background-color: #333333;
  background: #333333;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: initial;
  font-weight: initial !important;
  height: 55px !important;
  font-size: 16px !important;
  line-height: 55px !important;
  padding: 0 30px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-decoration: initial !important;
  text-transform: capitalize !important;
}

.btn:hover, .btn:focus {
  text-decoration: initial;
  outline: initial;
  opacity: 0.95;
  cursor: pointer;
}

.btn-pink {
  background-color: var(--pink);
  color: var(--white);
  border: 1px solid var(--pink);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-pink:hover, .btn-pink:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-pink-offset {
  background-color: transparent !important;
  color: var(--pink) !important;
  border: 1px solid var(--pink) !important;
}

.btn-pink-offset:hover {
  background-color: var(--pink) !important;
  color: var(--white) !important;
}

.btn-blue {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-blue:hover, .btn-blue:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-blue-offset {
  background-color: transparent !important;
  color: var(--blue) !important;
  border: 1px solid var(--blue) !important;
}

.btn-blue-offset:hover {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}

.btn-black {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-black:hover, .btn-black:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-black-offset {
  background-color: transparent !important;
  color: var(--black) !important;
  border: 1px solid var(--black) !important;
}

.btn-black-offset:hover {
  background-color: var(--black) !important;
  color: var(--white) !important;
}

.btn-green {
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-green:hover, .btn-green:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-green-offset {
  background-color: transparent !important;
  color: var(--green) !important;
  border: 1px solid var(--green) !important;
}

.btn-green-offset:hover {
  background-color: var(--green) !important;
  color: var(--white) !important;
}

.btn-red {
  background-color: var(--red);
  color: var(--white);
  border: 1px solid var(--red);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-red:hover, .btn-red:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-red-offset {
  background-color: transparent !important;
  color: var(--red) !important;
  border: 1px solid var(--red) !important;
}

.btn-red-offset:hover {
  background-color: var(--red) !important;
  color: var(--white) !important;
}

.btn-white {
  background-color: var(--white);
  color: var(--white);
  border: 1px solid var(--white);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-white:hover, .btn-white:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-white-offset {
  background-color: transparent !important;
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
}

.btn-white-offset:hover {
  background-color: var(--white) !important;
  color: var(--white) !important;
}

.btn-white-offset {
  background-color: var(--white-offset);
  color: var(--white);
  border: 1px solid var(--white-offset);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-white-offset:hover, .btn-white-offset:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-white-offset-offset {
  background-color: transparent !important;
  color: var(--white-offset) !important;
  border: 1px solid var(--white-offset) !important;
}

.btn-white-offset-offset:hover {
  background-color: var(--white-offset) !important;
  color: var(--white) !important;
}

.btn-text {
  background-color: var(--text);
  color: var(--white);
  border: 1px solid var(--text);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-text:hover, .btn-text:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-text-offset {
  background-color: transparent !important;
  color: var(--text) !important;
  border: 1px solid var(--text) !important;
}

.btn-text-offset:hover {
  background-color: var(--text) !important;
  color: var(--white) !important;
}

.btn-gray {
  background-color: var(--gray);
  color: var(--white);
  border: 1px solid var(--gray);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-gray:hover, .btn-gray:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-gray-offset {
  background-color: transparent !important;
  color: var(--gray) !important;
  border: 1px solid var(--gray) !important;
}

.btn-gray-offset:hover {
  background-color: var(--gray) !important;
  color: var(--white) !important;
}

.btn-gray-light {
  background-color: var(--gray-light);
  color: var(--white);
  border: 1px solid var(--gray-light);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-gray-light:hover, .btn-gray-light:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-gray-light-offset {
  background-color: transparent !important;
  color: var(--gray-light) !important;
  border: 1px solid var(--gray-light) !important;
}

.btn-gray-light-offset:hover {
  background-color: var(--gray-light) !important;
  color: var(--white) !important;
}

.btn-gray-normal {
  background-color: var(--gray-normal);
  color: var(--white);
  border: 1px solid var(--gray-normal);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-gray-normal:hover, .btn-gray-normal:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-gray-normal-offset {
  background-color: transparent !important;
  color: var(--gray-normal) !important;
  border: 1px solid var(--gray-normal) !important;
}

.btn-gray-normal-offset:hover {
  background-color: var(--gray-normal) !important;
  color: var(--white) !important;
}

.btn-gray-strong {
  background-color: var(--gray-strong);
  color: var(--white);
  border: 1px solid var(--gray-strong);
  font-size: 16px;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-gray-strong:hover, .btn-gray-strong:focus {
  outline: none;
  color: var(--red);
  background-color: var(--white);
  opacity: 0.95;
}

.btn-gray-strong-offset {
  background-color: transparent !important;
  color: var(--gray-strong) !important;
  border: 1px solid var(--gray-strong) !important;
}

.btn-gray-strong-offset:hover {
  background-color: var(--gray-strong) !important;
  color: var(--white) !important;
}

html {
  scroll-behavior: smooth;
}

*, body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

strong {
  font-weight: 600;
}

/* :root {
--green: #40c1ac;
--blue: #00b8f6;
--blue-marino: #005eb2;
--grey-light: #ececec;
--grey-normal: #8b8b8b;
--grey-strong: #4e4e4e;
--red: rgb(254, 124, 124);
--black: #171717;
--white: rgb(250, 250, 250);
--font: "Open Sans", sans-serif;
}
*/
h1, h2, h3, h4, h5, p, a {
  color: var(--blue);
}

.h1, .h2, .h3, .h4, .h5, .h6, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  font-weight: 300;
}

.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, .h1 span strong, .h2 span strong, .h3 span strong, .h4 span strong, .h5 span strong, .h6 span strong, .h1 strong strong, .h2 strong strong, .h3 strong strong, .h4 strong strong, .h5 strong strong, .h6 strong strong {
  font-weight: 500;
}

.h1 {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 10px;
}

.h2 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 10px;
}

.h3 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
}

.h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

a {
  font-size: 16px;
  text-decoration: initial;
}

@media (max-width: 1199px) {
  .h1 {
      font-size: 58px;
      line-height: 56px;
      margin-bottom: 10px;
  }

  .h2 {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 10px;
  }

  .h3 {
      font-size: 26px;
      line-height: 35px;
      margin-bottom: 10px;
  }

  .h4 {
      font-size: 19px;
      line-height: 26px;
      margin-bottom: 10px;
  }

  p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px;
  }

  a {
      font-size: 16px;
      text-decoration: initial;
  }
}

@media (max-width: 768px) {
  .h1 {
      font-size: 43px;
      line-height: 42px;
      margin-bottom: 10px;
  }

  .h2 {
      font-size: 27px;
      line-height: 33px;
      margin-bottom: 10px;
  }

  .h3 {
      font-size: 23px;
      line-height: 29px;
      margin-bottom: 10px;
  }

  .h4 {
      font-size: 19px;
      line-height: 26px;
      margin-bottom: 10px;
  }

  p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
  }

  .col {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }

  .col-3 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }

  .col-4 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
  }

  .col-6 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
  }
}

/*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 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;
}

.animated.speed-1 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.animated.speed-2 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.animated.speed-3 {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.animated.speed-4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.animated.speed-5 {
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
      -webkit-animation-duration: 1ms !important;
      animation-duration: 1ms !important;
      -webkit-transition-duration: 1ms !important;
           -o-transition-duration: 1ms !important;
              transition-duration: 1ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
  }
}

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
          box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      font-size: .25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.8em;
  left: -.5em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
      -ms-transform-origin: 2em 2em;
          transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 1.5em;
      -ms-transform-origin: 0 1.5em;
          transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container.swal2-no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
      margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  /*  border-radius: $swal2-border-radius; */
  border-radius: 4px;
  background: white;
  /*  font-family: $swal2-font; */
  font-family: "Roboto";
  /* font-size: $swal2-font-size; */
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  /* font-size: $swal2-title-font-size; */
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  /* font-size: $swal2-confirm-button-font-size; */
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  /*  font-size: $swal2-cancel-button-font-size; */
}

.swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  /*  font-size: $swal2-footer-font-size; */
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  -webkit-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  /*   font-family: $swal2-close-button-font-family; */
  font-family: "Roboto";
  /* font-size: $swal2-close-button-font-size; */
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  /*  font-size: $swal2-content-font-size; */
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input, .swal2-file, .swal2-textarea, .swal2-select, .swal2-radio, .swal2-checkbox {
  margin: 1em auto;
}

.swal2-input, .swal2-file, .swal2-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  /*  font-size: $swal2-input-font-size; */
}

.swal2-input.swal2-inputerror, .swal2-file.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
          box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus, .swal2-file:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
          box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder, .swal2-file::placeholder, .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  /* font-size: $swal2-input-font-size; */
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type='number'] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  /*  font-size: $swal2-input-font-size; */
}

.swal2-radio, .swal2-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label, .swal2-checkbox label {
  margin: 0 .6em;
  /* font-size: $swal2-input-font-size; */
}

.swal2-radio input, .swal2-checkbox input {
  margin: 0 .4em;
}

.swal2-validation-message {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  /* font-size: $swal2-validation-message-font-size; */
  font-weight: 300;
}

.swal2-validation-message::before {
  content: '!';
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: "Roboto";
  /*  font-family: $swal2-icon-font-family; */
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
      -ms-transform-origin: 3.75em 3.75em;
          transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
      -ms-transform-origin: 0 3.75em;
          transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
      width: 100% !important;
  }

  .swal2-range output {
      display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
      width: 100% !important;
  }

  .swal2-range output {
      display: none;
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
      outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
      -webkit-transform: translateY(-0.625em) rotateZ(2deg);
              transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
      -webkit-transform: translateY(0) rotateZ(-2deg);
              transform: translateY(0) rotateZ(-2deg);
  }

  66% {
      -webkit-transform: translateY(0.3125em) rotateZ(2deg);
              transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
      -webkit-transform: translateY(0) rotateZ(0deg);
              transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
      -webkit-transform: translateY(-0.625em) rotateZ(2deg);
              transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
      -webkit-transform: translateY(0) rotateZ(-2deg);
              transform: translateY(0) rotateZ(-2deg);
  }

  66% {
      -webkit-transform: translateY(0.3125em) rotateZ(2deg);
              transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
      -webkit-transform: translateY(0) rotateZ(0deg);
              transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
      -webkit-transform: rotateZ(1deg);
              transform: rotateZ(1deg);
      opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
      -webkit-transform: rotateZ(1deg);
              transform: rotateZ(1deg);
      opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
      top: .5625em;
      left: .0625em;
      width: 0;
  }

  54% {
      top: .125em;
      left: .125em;
      width: 0;
  }

  70% {
      top: .625em;
      left: -.25em;
      width: 1.625em;
  }

  84% {
      top: 1.0625em;
      left: .75em;
      width: .5em;
  }

  100% {
      top: 1.125em;
      left: .1875em;
      width: .75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
      top: .5625em;
      left: .0625em;
      width: 0;
  }

  54% {
      top: .125em;
      left: .125em;
      width: 0;
  }

  70% {
      top: .625em;
      left: -.25em;
      width: 1.625em;
  }

  84% {
      top: 1.0625em;
      left: .75em;
      width: .5em;
  }

  100% {
      top: 1.125em;
      left: .1875em;
      width: .75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
      top: 1.625em;
      right: 1.375em;
      width: 0;
  }

  65% {
      top: 1.25em;
      right: .9375em;
      width: 0;
  }

  84% {
      top: .9375em;
      right: 0;
      width: 1.125em;
  }

  100% {
      top: .9375em;
      right: .1875em;
      width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
      top: 1.625em;
      right: 1.375em;
      width: 0;
  }

  65% {
      top: 1.25em;
      right: .9375em;
      width: 0;
  }

  84% {
      top: .9375em;
      right: 0;
      width: 1.125em;
  }

  100% {
      top: .9375em;
      right: .1875em;
      width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
  }

  45% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
  }

  80% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
  }

  100% {
      -webkit-transform: scale(1);
              transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
  }

  45% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
  }

  80% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
  }

  100% {
      -webkit-transform: scale(1);
              transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
  }

  100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
  }

  100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
      top: 1.1875em;
      left: .0625em;
      width: 0;
  }

  54% {
      top: 1.0625em;
      left: .125em;
      width: 0;
  }

  70% {
      top: 2.1875em;
      left: -.375em;
      width: 3.125em;
  }

  84% {
      top: 3em;
      left: 1.3125em;
      width: 1.0625em;
  }

  100% {
      top: 2.8125em;
      left: .8125em;
      width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
      top: 1.1875em;
      left: .0625em;
      width: 0;
  }

  54% {
      top: 1.0625em;
      left: .125em;
      width: 0;
  }

  70% {
      top: 2.1875em;
      left: -.375em;
      width: 3.125em;
  }

  84% {
      top: 3em;
      left: 1.3125em;
      width: 1.0625em;
  }

  100% {
      top: 2.8125em;
      left: .8125em;
      width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
      top: 3.375em;
      right: 2.875em;
      width: 0;
  }

  65% {
      top: 3.375em;
      right: 2.875em;
      width: 0;
  }

  84% {
      top: 2.1875em;
      right: 0;
      width: 3.4375em;
  }

  100% {
      top: 2.375em;
      right: .5em;
      width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
      top: 3.375em;
      right: 2.875em;
      width: 0;
  }

  65% {
      top: 3.375em;
      right: 2.875em;
      width: 0;
  }

  84% {
      top: 2.1875em;
      right: 0;
      width: 3.4375em;
  }

  100% {
      top: 2.375em;
      right: .5em;
      width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
  }

  5% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
  }

  12% {
      -webkit-transform: rotate(-405deg);
              transform: rotate(-405deg);
  }

  100% {
      -webkit-transform: rotate(-405deg);
              transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
  }

  5% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
  }

  12% {
      -webkit-transform: rotate(-405deg);
              transform: rotate(-405deg);
  }

  100% {
      -webkit-transform: rotate(-405deg);
              transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
      margin-top: 1.625em;
      -webkit-transform: scale(0.4);
              transform: scale(0.4);
      opacity: 0;
  }

  50% {
      margin-top: 1.625em;
      -webkit-transform: scale(0.4);
              transform: scale(0.4);
      opacity: 0;
  }

  80% {
      margin-top: -.375em;
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
  }

  100% {
      margin-top: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
      margin-top: 1.625em;
      -webkit-transform: scale(0.4);
              transform: scale(0.4);
      opacity: 0;
  }

  50% {
      margin-top: 1.625em;
      -webkit-transform: scale(0.4);
              transform: scale(0.4);
      opacity: 0;
  }

  80% {
      margin-top: -.375em;
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
  }

  100% {
      margin-top: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
      -webkit-transform: rotateX(100deg);
              transform: rotateX(100deg);
      opacity: 0;
  }

  100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
      -webkit-transform: rotateX(100deg);
              transform: rotateX(100deg);
      opacity: 0;
  }

  100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
      overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Preloader */
:root {
  /*
--swiper-preloader-color: var(--swiper-theme-color);
*/
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
--swiper-navigation-color: var(--swiper-theme-color);
*/
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-pink, .swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #FD75A2;
}

.swiper-button-prev.swiper-button-blue, .swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #2a2938;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #0D0D0D;
}

.swiper-button-prev.swiper-button-green, .swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #3ab671;
}

.swiper-button-prev.swiper-button-red, .swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #d5372e;
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: rgba(255 , 255, 255,.85);
}

.swiper-button-prev.swiper-button-white-offset, .swiper-button-next.swiper-button-white-offset {
  --swiper-navigation-color: rgba(255, 255, 255, .1);
}

.swiper-button-prev.swiper-button-text, .swiper-button-next.swiper-button-text {
  --swiper-navigation-color: #2a2938;
}

.swiper-button-prev.swiper-button-gray, .swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #a9a9a9;
}

.swiper-button-prev.swiper-button-gray-light, .swiper-button-next.swiper-button-gray-light {
  --swiper-navigation-color: #f4f4f5;
}

.swiper-button-prev.swiper-button-gray-normal, .swiper-button-next.swiper-button-gray-normal {
  --swiper-navigation-color: #ababab;
}

.swiper-button-prev.swiper-button-gray-strong, .swiper-button-next.swiper-button-gray-strong {
  --swiper-navigation-color: #333333;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
--swiper-pagination-color: var(--swiper-theme-color);
*/
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #FD75A2;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #2a2938;
}

.swiper-pagination-black {
  --swiper-pagination-color: #0D0D0D;
}

.swiper-pagination-green {
  --swiper-pagination-color: #3ab671;
}

.swiper-pagination-red {
  --swiper-pagination-color: #d5372e;
}

.swiper-pagination-white {
  --swiper-pagination-color: rgba(255 , 255, 255,.85);
}

.swiper-pagination-white-offset {
  --swiper-pagination-color: rgba(255, 255, 255, .1);
}

.swiper-pagination-text {
  --swiper-pagination-color: #2a2938;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #a9a9a9;
}

.swiper-pagination-gray-light {
  --swiper-pagination-color: #f4f4f5;
}

.swiper-pagination-gray-normal {
  --swiper-pagination-color: #ababab;
}

.swiper-pagination-gray-strong {
  --swiper-pagination-color: #333333;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

/* @import "theme/guide-style-backoffice"; */
/* @import "theme/counter"; */
.cursor {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.cursor:hover {
  cursor: pointer;
  opacity: 0.7;
}

.col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
}

.col-3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.col-4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.col-6 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.col-8 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 66.66%;
      flex-basis: 66.66%;
}

.col-12 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.d-none {
  display: none !important;
}

.d-auto {
  display: block;
  margin: auto;
  position: relative;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.d-block {
  display: block !important;
  position: relative;
}

.d-inline-block {
  display: inline-block !important;
  position: relative;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.width-auto {
  width: auto !important;
  height: auto !important;
}

.image-fluid {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image-object {
  width: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image-object--bg {
  position: absolute;
  top: 0;
  left: 0;
}

.box-shadow {
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.38);
          box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.38);
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.pad-50 {
  padding: 50px;
}

.pad-40 {
  padding: 40px;
}

.pad-30 {
  padding: 30px;
}

.pad-20 {
  padding: 20px;
}

.pad-10 {
  padding: 10px;
}

.pad-5 {
  padding: 5px;
}

.mar-50 {
  margin: 50px;
}

.mar-40 {
  margin: 40px;
}

.mar-30 {
  margin: 30px;
}

.mar-20 {
  margin: 20px;
}

.mar-10 {
  margin: 10px;
}

.mar-5 {
  margin: 5px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.w-100 {
  width: 100%;
}

.vh-100 {
  height: 100vh;
  max-height: 1200px;
}

.min-50 {
  min-width: 50px;
}

.min-100 {
  min-width: 100px;
}

.min-200 {
  min-width: 200px;
}

.min-300 {
  min-width: 300px;
}

.min-400 {
  min-width: 400px;
}

.min-500 {
  min-width: 500px;
}

.max-50 {
  max-width: 50px;
}

.max-100 {
  max-width: 100px;
}

.max-200 {
  max-width: 200px;
}

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.width-50 {
  width: 50px;
}

.width-100 {
  width: 100px;
}

.width-200 {
  width: 200px;
}

.width-300 {
  width: 300px;
}

.width-400 {
  width: 400px;
}

.width-500 {
  width: 500px;
}

.border-left {
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}

.opacity-0 {
  opacity: 0;
}

.visibility-hidden {
  visibility: hidden;
}

.rel {
  position: relative;
  display: inline-block;
}

.veil {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.modal {
  position: fixed;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  z-index: 1001;
  background-color: var(--white);
  padding: 30px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-height: 90%;
  height: 90%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
}

.input-style {
  outline: none;
  padding-left: 5px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: var(--gray-light);
}

.input-style--disabled {
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.input-style--disabled:hover, .input-style--disabled:focus {
  cursor: initial !important;
}

.input-style[disabled] {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.input-style[disabled]:hover {
  cursor: not-allowed;
}

.selectable {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  position: relative;
}

.selectable:before {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 11;
  top: 12px;
  right: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  border-bottom: 5px solid var(--gray-normal);
  border-right: 5px solid var(--gray-normal);
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
}

.select-style {
  margin-bottom: 30px;
  z-index: 10;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 40px;
  height: 40px !important;
  padding: 0 20px 0 5px;
  font-size: 16px;
  width: 100%;
  width: 100% !important;
  border: 1px solid transparent;
  background-color: var(--gray-light);
  cursor: pointer;
}

.select-style:focus, .select-style:hover, .select-style:active {
  outline: 0;
}

.textarea-style {
  outline: none;
  font-family: var(--font), sans-serif;
  font-size: 16px;
  padding: 10px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  width: 100%;
  resize: none;
  min-height: 150px;
  max-height: 700px;
  border-radius: 2px;
  line-height: 24px;
  cursor: pointer;
}

.checkbox-style {
  width: auto !important;
  margin-right: 5px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.checkbox-style + label {
  width: calc(100% - 50px);
  vertical-align: text-top;
}

.content-field {
  border: 1px solid var(--rooms-grey-strong);
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  /* max-width: 400px; */
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.content-field label {
  margin-bottom: 5px;
  display: inline-block;
  min-height: 20px;
}

.content-field--error {
  position: absolute;
  bottom: 10px;
  left: 50px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: var(--red);
}

.content-field__error input {
  border: 1px solid var(--red) !important;
}

.content-field input {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.content-field input:focus {
  border: 1px solid var(--gray-strong);
}

.content-field input[disabled] {
  opacity: 0.8;
}

.content-field input:-internal-autofill-selected {
  background-color: transparent !important;
}

.content-field select {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.content-field select:focus {
  border: 1px solid var(--gray-strong);
}

.content-field textarea {
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.content-field textarea:focus {
  border: 1px solid var(--gray-strong);
}

.content-field__label {
  color: var(--rooms-blue-marino);
  display: block;
  padding: 0 5px;
  background-color: white;
  position: absolute;
  top: -10px;
  left: 15px;
  height: 20px;
  line-height: 20px;
}

.content-field__textarea {
  height: 100%;
}

.content-field__textarea textarea {
  width: 100%;
  resize: none;
  height: 100%;
  padding: 10px;
  border-radius: 2px;
}

.content-field__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 10px;
}

.content-field__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-field__checkbox label > input {
  width: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.swal-loading__process {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.max-xs {
  max-width: 450px;
  margin: 0 auto;
}

.max-sm {
  max-width: 540px;
  margin: 0 auto;
}

.max-md {
  max-width: 960px;
  margin: 0 auto;
}

.max-xl {
  max-width: 1140px;
  margin: 0 auto;
}

.max-xxl {
  max-width: 1330px;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

@media (max-width: 1199px) {
  .col {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }

  .col-2 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  }

  .col-3 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  }

  .col-4 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  }

  .col-6 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
  }

  .content-field {
      position: relative;
      display: inline-block;
      padding: 0 10px;
  }
}

@media (max-width: 992px) {
  .col {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }

  .col-2 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  }

  .col-3 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  }

  .col-4 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }

  .col-6 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }

  .col-8 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }

  .modal {
      position: fixed;
      top: 5%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 95%;
      z-index: 1001;
      background-color: var(--white);
      padding: 15px;
      -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      max-height: 50%;
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
  }

  .modal-box {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
  }

  .modal-close {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 25px;
  }
}

@media (max-width: 600px) {
  .col {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }

  .col-2 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }

  .col-3 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }

  .col-4 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }

  .col-6 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }
}

@media (max-width: 480px) {
  .content-field {
      border: 1px solid var(--rooms-grey-strong);
      border-radius: 5px;
      position: relative;
      display: inline-block;
      width: 100%;
      /* max-width: 400px; */
      margin-left: auto;
      margin-right: auto;
      padding: 0;
  }

  .content-field--error {
      position: absolute;
      bottom: 10px;
      left: 5px;
  }
}

/* MARCANO */
.marcano--sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 125px;
  background-color: white;
  z-index: 999;
  padding: 40px 0px;
  height: 100vh;
}

.marcano--sidebar-container {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}

.marcano--sidebar--address a {
  margin-bottom: 20px;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marcano--sidebar--address img {
  max-width: 26px;
  width: 26px;
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.marcano--sidebar--address a p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

.marcano--sidebar--address {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.scroll-slider--button img {
  width: 26px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.toggleButton {
  width: 30px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.toggleButton span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.toggleButton:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 25px;
  height: 25px;
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

a.toggleButton:hover:after {
  width: 60px;
  height: 60px;
  opacity: 1;
}

a.toggleButton span {
  width: 100%;
  height: 3px;
  background-color: black;
  display: block;
}

a.toggleButton span:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.toggleButton span:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.marcano--promo-links a {
  font-size: 12px;
  color: var(--green);
  font-weight: 900;
}

.marcano--promo-links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.marcano--promo-links img {
  max-width: 46px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.marcano--promo-links img:hover {
  opacity: 0.7;
}

.marcano-main {
  width: calc(100% - 155px);
  -webkit-transform: translateX(125px);
      -ms-transform: translateX(125px);
          transform: translateX(125px);
  background-color: white;
  height: calc(100vh - 60px);
  position: fixed;
  left: 0;
  top: 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.marcano-main header {
  margin-top: 0px !important;
}

.marcano--menu {
  position: fixed;
  left: 125px;
  top: 30px;
  height: calc(100vh - 60px);
  width: calc(100% - 155px);
  z-index: 1000;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #E6E6E6;
}

.marcano--menu-container {
  width: 100%;
  text-align: center;
  height: 100%;
  z-index: 1001;
  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;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.marcano--menu-instagram_link img {
  width: 46px;
  height: 46px;
  margin-left: 10px;
}

a.marcano--menu-instagram_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 50px;
  top: 0;
  width: 150px;
  height: 150px;
  left: unset;
  font-weight: 900;
  font-size: 14px;
  color: var(--green);
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.marcano--menu-container ul li {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.marcano--menu-container ul li a {
  font-size: 42px;
  color: #707070;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.marcano--menu-container ul li:hover {
  -webkit-transform: scale(1.2) !important;
      -ms-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

.marcano--menu-container ul li a:hover {
  color: var(--green);
}

.marcano--menu-container ul li {
  margin-bottom: 20px;
  color: var(--gray-strong);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

footer {
  width: 100%;
  padding: 0px 60px;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
}

.footer-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-container p {
  width: 25%;
  margin-bottom: 0px;
}

.footer-container p:nth-child(1) {
  text-align: left;
}

.terms--links a {
  margin-left: 30px;
}

.menu--buttonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
  transition: all 1s ease-in-out !important;
}

a.btn-marcano {
  min-width: 228px;
  height: 46px;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--green);
  color: var(--green);
  font-weight: bold;
  position: relative;
  z-index: 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.btn-marcano.btn--green {
  background-color: var(--green);
  color: white;
}

a.btn-marcano.btn--white {
  color: var(--green);
  background-color: transparent;
}

a.btn-marcano.btn--fullwhite {
  color: var(--green);
  background-color: white
}

a.btn-marcano.btn--linewhite {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}

a.btn-marcano.btn--green:after, a.btn-marcano.btn--linewhite:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: white;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 2;
}

a.btn-marcano.btn--white:after, a.btn-marcano.btn--fullwhite:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: var(--green);
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 2;
}

a.btn-marcano:hover:after {
  height: 100%;
  opacity: 1;
}

a.btn-marcano.btn--linewhite:hover span {
  color: var(--green);
}

a.btn-marcano.btn--fullwhite:hover span {
  color: white !important;
}

a.btn-marcano span {
  font-weight: bold;
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.btn-marcano.btn--green:hover span {
  color: var(--green) !important;
}

a.btn-marcano.btn--white:hover span {
  color: white !important;
}

.playfair {
  font-family: 'Playfair Display', serif;
}

.terms--links a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.terms--links a:hover {
  color: var(--gray-normal) !important;
}

.marcano--menu * {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.expanded-menu .marcano--menu, .expanded-menu .marcano--menu * {
  opacity: 1;
  pointer-events: all !important;
}

.marcano--menu {
  height: calc(100vh - 60px) !important;
  top: 100%
}

.expanded-menu .marcano--menu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  top: 30px;
}

.expanded-menu .marcano--menu-container ul li, .expanded-menu a.marcano--menu-instagram_link, .expanded-menu .menu--buttonry {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

span.menu--lines.upline {
  height: 0%;
  width: 2px;
  background-color: var(--green);
  display: block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.expanded-menu span.menu--lines.upline, .expanded-menu span.menu--lines.downline {
  height: 18%;
}

span.menu--lines.upline:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--green);
  top: 0;
  position: absolute;
  left: -4px;
  border-radius: 100%;
}

.green-text {
  color: var(--green);
}

span.menu--lines.downline {
  height: 0%;
  width: 2px;
  background-color: var(--green);
  display: block;
  text-align: center;
  margin-top: 30px;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

span.menu--lines.downline:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--green);
  bottom: 0;
  position: absolute;
  left: -4px;
  border-radius: 100%;
}

body.expanded-menu .toggleButton span {
  background-color: transparent;
}

body.expanded-menu a.toggleButton span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

body.expanded-menu a.toggleButton span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

h1.playfair {
  font-size: 63px;
  font-weight: 900;
}

.slide_home.slide--1 .background-slide {
  background-image: url("../img/1_nuevo.jpg");
}

.slide_home.slide--2 .background-slide {
  background-image: url("../img/bg_02_desktop.png");
}

.slide_home.slide--3 .background-slide {
  background-image: url("../img/3_nuevo.jpg");
}

.slide_home.slide--4 .background-slide {
  background-image: url("../img/bg_04_desktop.png");
}

.slide_home.slide--5 .background-slide {
  background-image: url("../img/aperitivos/2_nuevo.jpg");
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.swiper-slide.slide_home .background-slide {
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  -o-transition: transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
  position: absolute;
  left: 0;
  top: 0px;
}

.swiper-slide.slide_home:hover .background-slide {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.slide_home:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}

.swiper-slide.slide_home .slide--left-content {
  width: 50%;
  margin-left: auto;
  max-width: 700px;
  margin-right: 10%;
  position: relative;
  z-index: 11;
  left: -50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-slide.slide_home .slide--left-content.slided {
  left: 0;
  opacity: 1;
}

.swiper-slide.slide_home .slide--left-content h1 {
  font-size: 102px;
  line-height: 109px;
  color: white;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
  text-align: left;
}

.swiper-slide.slide_home .slide--left-content p {
  color: white;
  text-align: left;
  margin: 40px 0px;
  font-size: 21px;
  line-height: 26px;
}

.swiper-slide.slide_home .slide--left-content .buttonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

.swiper-slide.slide_home .slide--left-content .buttonry a:nth-child(2) {
  margin-left: 20px;
}

h1.logo-text {
  color: white;
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 2;
  line-height: 77px;
  font-size: 72px;
  font-family: 'Playfair Display';
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
  top: 60px;
  right: 60px;
  text-align: right !important;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span {
  width: 40px;
  height: 2px;
  border-radius: 0px;
  background: white !important;
  margin-top: 15px;
  margin-left: auto !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  position: relative;
}

.marcano-main span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white !important;
  width: 70px !important;
  opacity: 1 !important;
  height: 4px !important;
}

.marcano-main .swiper-pagination-bullet-active span:before {
  opacity: 1 !important;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(1):before {
  content: "01";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -22px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(2):before {
  content: "02";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -22px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(3):before {
  content: "03";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -22px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(4):before {
  content: "04";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -22px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(5):before {
  content: "05";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -25px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(6):before {
  content: "06";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -7px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(7):before {
  content: "07";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -7px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(8):before {
  content: "08";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -7px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical span:nth-child(9):before {
  content: "09";
  position: relative;
  color: white;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -7px;
  font-size: 32px;
  line-height: 37px;
  font-family: 'Playfair Display';
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1 !important;
}

a.scroll-slider--button svg {
  width: 24px;
  margin: 0 auto;
}

a.scroll-slider--button svg circle {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.scroll-slider--button:hover svg circle {
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}

a.scroll-slider--button {
  display: block;
  width: 24px;
  margin: 0 auto;
}

h4.logo--text-mobile.playfair {
  display: none;
}

.marcano--promo-links a p {
  font-size: 12px;
}

.inner-page .slide_home, .inner-page .background-slide {
  height: 100%;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.container--inner-page {
  position: fixed;
  height: 100%;
  background-color: white;
  z-index: 2;
  width: 100%;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 50px;
  max-width: 900px;
}

.container--inner-page-info {
  max-width: 700px;
  margin: 0 auto;
}

.title--inner-page h1 {
  font-weight: 900;
  font-size: 42px;
  font-family: 'Playfair Display';
}

a.inner-page-back--button {
  width: 52px;
  height: 52px;
  border: 1px solid var(--green);
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.inner-page-back--button:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0%;
  left: 40%;
  -webkit-transform: rotate(-135deg) translate(-50%,-50%);
      -ms-transform: rotate(-135deg) translate(-50%,-50%);
          transform: rotate(-135deg) translate(-50%,-50%);
  border-top: 1px solid var(--green);
  border-right: 1px solid var(--green);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.inner-page-back--button:hover {
  background-color: var(--green);
}

a.inner-page-back--button:hover:after {
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.title--inner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title--inner-page_underline {
  height: 1px;
  width: 100%;
  background-color: var(--green);
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.title--inner-page_underline:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--green);
  top: -5px;
  position: absolute;
  left: -4px;
  border-radius: 100%;
}

p.md-text {
  font-size: 35px;
  line-height: 44px;
  font-family: 'Playfair Display';
}

.address--inner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.address--inner-page-container {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.address--inner-page-container:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.address--inner-page-container:nth-child(2n) p {
  text-align: right;
  margin-right: 10px;
}

.address--inner-page-container img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.address--inner-page-container p {
  margin-bottom: 0px;
}

.pedir--inner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}

.pedir--inner-page article {
  width: 210px;
  height: 210px;
  margin: 1%;
  border: 1px solid var(--green);
  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;
}

.pedir--inner-page article img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pedir--inner-page article:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

a.pedir--btn.btn-marcano.btn--green {
  width: 100%;
  margin-top: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.curso--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.curso--header h4 {
  font-size: 28px;
  font-family: 'Playfair Display';
  line-height: 28px;
}

.curso--header img {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

.curso--header-text p {
  margin-bottom: 0px;
  font-weight: 800;
}

.curso--body {
  margin: 10px 0px;
  margin-top: 20px;
}

.curso--box {
  padding: 20px 60px;
  border-left: 3px solid var(--green);
  margin: 20px 0px;
  background-color: var(--gray-light);
}

.curso--body p {
  line-height: 18px;
  color: var(--gray-strong);
  font-weight: 400;
}

ul.inner--page-list {
  padding-left: 15px;
  margin: 40px 0px;
}

ul.inner--page-list li {
  margin-bottom: 20px;
  position: relative;
}

ul.inner--page-list li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--green);
  left: -15px;
  border-radius: 100%;
  top: 35%;
}

img.carta--absolute-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
}

p.b-text {
  font-size: 18px;
  line-height: 28px;
  margin: 40px 0px;
}

ul.carta--links li a {
  font-size: 42px;
  font-family: 'Playfair Display';
  font-weight: bold;
  color: #757575;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.carta--links li {
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

ul.carta--links li:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

ul.carta--links li:hover a {
  color: var(--green) !important;
}

article.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

article.flex-container .content-left {
  width: 48%;
}

article.flex-container .content-right {
  width: 48%;
}

.logo-marcano--us {
  text-align: center;
  margin: 40px 0px;
}

.logo-marcano--us p {
  font-size: 28px;
  font-family: 'Playfair Display';
  margin-top: 10px;
}

.img-container--us {
  position: relative;
  height: 800px;
}

.img-container--us .img--us-1 {
  position: absolute;
  z-index: 2;
}

.img-container--us .img--us-2 {
  position: absolute;
  z-index: 5;
  top: 42%;
  left: 5%;
}

.img-container--us .img--us-3 {
  position: absolute;
  z-index: 5;
  top: 25%;
  right: 7%;
}

.img-container--us .img--us-4 {
  position: absolute;
  z-index: 4;
  top: 70%;
}

.img-container--us .img--us-5 {
  position: absolute;
  z-index: 6;
  top: 90%;
  right: 0;
}

h1.title--carta {
  font-size: 63px;
  font-family: 'Playfair Display';
  margin-bottom: 20px;
}

.plate--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--gray-light);
  padding: 15px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plate--box img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plate--box img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

p.green-text.plate--name {
  font-family: 'Montserrat';
  font-weight: 600;
}

p.plate--body {
  font-size: 18px;
  font-weight: 400;
  color: gray;
}

p.green-text.plate--price {
  font-size: 16px;
}

h1.title--carta {
  margin-top: 40px;
}

.plate--box:hover {
  border-bottom: 1px solid var(--green);
}

html {
  scroll-behavior: smooth;
}
.logo-marcano_main {
  width: 200px;
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 60px;
}

.logo-marcano_main svg path{
 fill:white;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.logo-marcano_main:hover svg path{
  opacity:0.7;
}
h4.logo--text-mobile.playfair svg {
  width: 125px;
}
.logo-marcano_main svg path{
  fill: var(--green);
}
@media screen and (max-width: 1750px) {
  .container--inner-page {
      position: fixed;
      height: 100%;
      background-color: white;
      z-index: 2;
      width: 100%;
      right: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 0px 50px;
      max-width: 600px;
      padding-right: 20px;
      overflow-x: hidden;
  }
  .address--inner-page{
    max-width: 313px;
    margin:40px auto;
    width:100%;
  }
  ul.carta--links li a {
      font-size: 32px;
  }
  .address--inner-page-container:nth-child(2n) p{
    text-align:left;
  }
  ul.carta--links li {
      margin-bottom: 20px;
  }

  img.carta--absolute-img {
      width: 300px;
  }
  .slide_home.slide--4 article.flex-container{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
}
.slide_home.slide--4 article.flex-container div{
width:100%;
}

.slide_home.slide--4 article.flex-container div p{
    font-size:14px;
    margin-bottom:40px;
}
  .address--inner-page-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.address--inner-page-container:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
}


@media screen and (max-width: 1450px) {
  footer {
      position:relative;
  }

  .marcano--menu-container ul li {
      margin-bottom: 20px;
  }

  .marcano--menu-container {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
  }

  .footer-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }

  .footer-container * {
      width: 100% !important;
      margin: initial;
      text-align: center !important;
  }

  .swiper-slide.slide_home .slide--left-content {
      width: 100%;
  }

  img.carta--absolute-img {
      width: 300px;
  }
}

@media screen and (max-width: 1300px) {
  .container--inner-page {
      position: fixed;
      height: 100%;
      background-color: white;
      z-index: 2;
      width: 100%;
      right: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 0px 50px;
      max-width: 479px;
  }

  .title--inner-page h1 {
      font-size: 32px;
  }

  h1.title--carta {
      font-size: 36px;
      margin-bottom: 10px;
  }

  .title--inner-page_underline {
      margin-bottom: 20px;
  }

  p.md-text {
      font-size: 28px;
      line-height: 32px;
  }

  p.b-text {
      font-size: 14px;
      line-height: 21px;
  }

  img.carta--absolute-img {
      width: 200px;
  }

  .marcano--sidebar--address {
      font-size: 14px;
      display: none;
  }

  .curso--box {
      padding: 20px;
  }

  a.pedir--btn.btn-marcano.btn--green {
      font-size: 12px;
  }

  .swiper-slide.slide_home .slide--left-content h1 {
      font-size: 63px;
      line-height: 68px;
      margin-bottom: 20px;
  }

  .marcano--menu-container ul li a {
      font-size: 28px;
      line-height: 33px;
  }

  .address--inner-page-container {
      width: 100%;
  }

  .address--inner-page-container:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
  }

  .address--inner-page-container:nth-child(2n) p {
      text-align: left;
  }

  .menu--buttonry a {
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      padding: 25px;
  }

  .menu--buttonry a span {
      font-size: 14px;
  }

  .footer-container p:first-child {
      font-size: 12px;
      margin-bottom: 0px;
  }

  .footer-container p:nth-child(2) {
      font-size: 12px;
      margin-top: 0px;
  }

  .terms--links a {
      margin-left: 0px;
      font-size: 14px ;
      margin: 10px;
  }
}

@media screen and (max-width: 992px) {
  .swiper-slide.slide_home .slide--left-content {
      margin-right: initial;
      margin-left: initial;
      width: 90%;
      margin-left: 20p;
      max-width: 600px;
  }

  .swiper-slide.slide_home .slide--left-content p {
      margin-top: 0px;
      margin-bottom: 20px;
  }

  .swiper-slide.slide_home .slide--left-content .buttonry {
      margin-top: 0px;
  }

  .marcano--sidebar {
      width: 100%;
      height: auto;
      position: relative;
      max-width: 100%;
      padding: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .marcano--sidebar-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      height: auto;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }

  .marcano-main {
      position: relative;
      width: calc(100% - 60px);
      -webkit-transform: translateX(30px);
          -ms-transform: translateX(30px);
              transform: translateX(30px);
      height: calc(100vh - 99px);
      top: 0;
      overflow: unset;
  }

  .marcano--sidebar--address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      display: none;
  }
  .logo-marcano_main{
    display:none;
 }
 .logo-marcano_main svg path{
  fill: var(--green);
}
  .marcano--sidebar--address a p {
      -webkit-writing-mode: lr;
          -ms-writing-mode: lr;
              writing-mode: lr;
      -webkit-transform: initial;
      -moz-transform: initial;
  }

  .marcano--sidebar--address a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }

  .marcano--promo-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 30px;
  }

  a.scroll-slider--button {
      display: none;
  }

  a.toggleButton {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: initial;
      margin-right: 30px;
  }

  .marcano--promo-links a p {
      display: none;
  }

  .marcano--promo-links img {
      width: 46px;
  }

  .marcano--menu {
      height: calc(100vh - 99px) !important;
      top: 100%;
      width: calc(100% - 60px);
      left: 30px;
  }

  .expanded-menu .marcano--menu {
      top: 69px;
  }

  a.toggleButton:after {
      display: none;
  }

  a.toggleButton span {
      background-color: var(--green);
  }

  a.toggleButton span:after, a.toggleButton span:before {
      background-color: var(--green);
  }

  h4.logo--text-mobile.playfair {
      display: block;
      font-size: 32px;
      color: var(--green);
      font-weight: 600;
  }

  .footer-container {
      display: none
  }

  .footer-container p {
      width: auto;
  }

  .marcano--menu-container ul li {
      margin-bottom: 0px;
  }

  .marcano--menu-container ul li a {
      color: var(--green);
  }

  .expanded-menu span.menu--lines.upline, .expanded-menu span.menu--lines.downline {
      height: 10%;
  }

  .menu--buttonry {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .menu--buttonry a:first-child {
      margin-bottom: 10px;
  }

  a.marcano--menu-instagram_link {
      height: 80px;
      right: 30px;
  }

  .footer-container_mobile {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }

  .footer-container_mobile p {
      margin-bottom: 0px;
      margin-right: 20px;
  }

  .footer-container_mobile a {
      margin-right: 20px;
  }

  span.menu--lines.upline {
      margin-bottom: 10px;
  }

  span.menu--lines.downline {
      margin-top: 10px;
  }

  footer {
      position: relative;
      margin-top: 20px;
  }

  .marcano--menu-container {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
  }

  .marcano-main .logo-text {
      display: none;
  }

  .container--inner-page {
      max-width: 100%;
      padding-top: 20px;
      padding-left: 0px;
      padding-right: 0px;
      position: relative;
      overflow: unset !important;
  }

  .container--inner-page-info {
      max-width: 100%;
  }

  .inner-page .background-slide {
      position: relative;
      height: 300px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  .slide_home.slide--2 .background-slide{
    background-position:top;
  }
}

@media screen and (max-width: 767px) {
  .img-container--us .img--us-1 {
      position: absolute;
      z-index: 2;
      width: 100%;
  }

  .img-container--us .img--us-2 {
      position: absolute;
      z-index: 5;
      top: 32%;
      left: 5%;
      width: 100%;
      max-width: 200px;
  }

  .img-container--us .img--us-3 {
      position: absolute;
      z-index: 3;
      top: 15%;
      right: 7%;
      width: 100%;
      max-width: 300px;
  }

  .img-container--us .img--us-4 {
      position: absolute;
      z-index: 4;
      top: 50%;
      width: 100%;
      max-width: 400px;
  }

  .img-container--us .img--us-5 {
      position: absolute;
      z-index: 6;
      top: 70%;
      right: 10%;
      width: 100%;
      max-width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .marcano-main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
      right:20px;
  }

  .slide_home.slide--1 .background-slide {
      background-image: url("../img/1_nuevo_mobile.jpg");
  }

  .slide_home.slide--2 .background-slide {
      background-image: url("../img/bg_02_mobile.png");
  }

  .slide_home.slide--3 .background-slide {
      background-image: url("../img/3_nuevo_mobile.jpg");
  }

  .slide_home.slide--4 .background-slide {
      background-image: url("../img/bg_04_mobile.png");
  }

  .slide_home.slide--5 .background-slide {
    background-image: url("../img/aperitivos/2_nuevo_mobile.jpg");
}

  .swiper-slide.slide_home .slide--left-content .buttonry {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .swiper-slide.slide_home .slide--left-content .buttonry a {
      width: 100%;
      margin-left: 0px !important;
      margin-bottom: 10px;
  }

  .swiper-slide.slide_home .slide--left-content h1 {
      font-size: 42px;
      line-height: 46px;
  }
}

@media screen and (max-width: 479px) {
    p.b-text {
      font-size: 14px;
      line-height: 21px;
      margin:20px 0px;
  }
  img.carta--absolute-img {
    right: -20px;
    width: 150px;
}
  .title--inner-page h1{
    font-size:28px;
    line-height:32px;
  }
  h4.logo--text-mobile.playfair {
      font-size:21px;
  }
  .marcano-main {
    width: 100%;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
}
  .slide_home {
    position: relative !important;
    }
    .container--inner-page{
        position:relative !important;
        overflow: initial !important;
        padding-bottom: 20px;
    }
  

  .marcano-main {
    width: calc(100%);
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    height:100%;
  }
  .marcano-main .slide_home:after{
    background-color:unset !important;
  }

  .marcano-main.home {
    width: calc(100% - 30px);
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    height: calc(100vh - 139px);
    padding-left: 0px;
    padding-right: 0px;
}

  .marcano-main.home .slide_home:after{
    background-color:black !important;
  }

  .marcano--menu {
      height: calc(100vh - 139px) !important;
      top: 100%;
      width: calc(100% - 30px);
      left: 15px;
  }

  a.marcano--menu-instagram_link.playfair {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      font-size: 12px;
  }

  .footer-container_mobile * {
      font-size: 14px;
  }

  a.toggleButton {
      margin-right: 15px;
  }

  .marcano--promo-links {
      margin-left: 15px;
  }

  .curso--header h4 {
      font-size: 21px;
  }

  .img-container--us .img--us-1 {
      position: absolute;
      z-index: 2;
      width: 100%;
  }

  .img-container--us .img--us-2 {
      position: absolute;
      z-index: 5;
      top: 32%;
      left: 5%;
      width: 100%;
      max-width: 150px;
  }

  .img-container--us .img--us-3 {
      position: absolute;
      z-index: 3;
      top: 15%;
      right: 7%;
      width: 100%;
      max-width: 200px;
  }

  .img-container--us .img--us-4 {
      position: absolute;
      z-index: 4;
      top: 40%;
      width: 100%;
      max-width: 300px;
  }

  .img-container--us .img--us-5 {
      position: absolute;
      z-index: 6;
      top: 55%;
      right: 10%;
      width: 100%;
      max-width: 200px;
  }

  article.flex-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  article.flex-container .content-left, article.flex-container .content-right {
      width: 100%;
  }

  .img-container--us {
      height: 600px;
  }

  article.flex-container .content-left p, article.flex-container .content-right p {
      margin-bottom: 20px;
  }
    .marcano--menu-container ul li{
      margin-bottom:15px;
    }
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}


img.aperitivos-img{
    position:absolute;
    top:50%;
    left: 20%;
    -webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    max-width:600px;
    opacity:0;
    pointer-events:none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

img.aperitivos-img.hovered-img {
    left:25%;
    opacity:1;
}

img.aperitivos-img--single{
    position:absolute;
    top:50%;
    left:30%;
    opacity:1;
    -webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    max-width:600px;
    width:100%;
    pointer-events:none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.img-zoom--container-background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0000006e;
  z-index: 9998;
}

.img-zoom--container {
  position: fixed;
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.img-zoom--container a{
  position:absolute;
  top:0;
  right:0;
  width:30px;
  height:30px;
  cursor:pointer;
}

.img-zoom--container a:after{
  content:"";
  position:absolute;
  top:50%;
  left:0%;
  width:30px;
  height:3px;
  background-color:white;
  -webkit-transform:rotate(45deg);
      -ms-transform:rotate(45deg);
          transform:rotate(45deg);
}

.img-zoom--container a:before{
  content:"";
  position:absolute;
  top:50%;
  left:0%;
  width:30px;
  height:3px;
  background-color:white;
  -webkit-transform:rotate(-45deg);
      -ms-transform:rotate(-45deg);
          transform:rotate(-45deg);
}

@media screen and (max-width:1450px){
    img.aperitivos-img{
        max-width:400px !important;
    }
    img.aperitivos-img.cerveza-hover {
        max-width:250px !important;
    }

    img.aperitivos-img.vinos-hover {
         max-width:250px !important;
    }
    
}
@media screen and (max-width:992px){
    img.aperitivos-img{
        display:none !important;
    }
}



img.aperitivos-img--single.raciones--img{
  max-width:900px;
  width:100%;
}
img.aperitivos-img--single.vermu--img {
  max-width:600px;

}
img.aperitivos-img--single.vinos--img,img.aperitivos-img--single.cerveza--img{
 max-width:250px;
}
@media screen and (max-width:2000px){
 img.aperitivos-img--single.raciones--img, img.aperitivos-img--single.vermu--img{
     max-width:650px;
 } 
 img.aperitivos-img--single.vermu--img {
  max-width:500px;
  
}
}

@media screen and (max-width:1500px){
 img.aperitivos-img--single.raciones--img, img.aperitivos-img--single.vermu--img{
     max-width:550px;
 } 
 img.aperitivos-img--single.vermu--img {
  max-width:450px;
  
  }
 img.aperitivos-img--single.vinos--img,img.aperitivos-img--single.cerveza--img{
    max-width:200px;
 }
}

@media screen and (max-width:1199px){
 img.aperitivos-img--single.raciones--img, img.aperitivos-img--single.vermu--img{
     max-width:450px;
 } 
  img.aperitivos-img--single.vinos--img,img.aperitivos-img--single.cerveza--img{
    max-width:150px;
 }
}

@media screen and (max-width:1040px){
 img.aperitivos-img--single.raciones--img,img.aperitivos-img--single.vinos--img,img.aperitivos-img--single.vermu--img,img.aperitivos-img--single.cerveza--img{
     display:none !important;
 } 
}


.carta_principal_nueva img.plate--box-img,.vinos_nuevo .plate--price,.postres_nuevo .plate--price{
  display:none !important;
}
/* NUEVO 2025*/
 .vinos_nuevo img.plate--box-img,.postres_nuevo img.plate--box-img{
  display:none !important;
}

@media all and (orientation: landscape) {
  .inner-page.reserva--inner .container--inner-page {
      position: fixed;
      height: 1300px;
      overflow: unset !important;
  }
  
  .inner-page.reserva--inner .background-slide {
       height: 1300px;
  }
  
  .inner-page.reserva--inner .background-slide {
       height: 1300px !important;
  }
  
  .inner-page.reserva--inner .slide_home:after{
       height: 1300px !important;
  }
}