@charset "UTF-8";
/*!
    Theme Name: Bergen Community College
	Theme URI: 
	Description: Bergen Community College Wordpress Theme
    Version: 1.0
	Author: Splendor
*/
@font-face {
  font-family: "bergen-icons";
  src: url("fonts/bergen-icons.ttf?mep2ik") format("truetype"), url("fonts/bergen-icons.woff?mep2ik") format("woff"), url("fonts/bergen-icons.svg?mep2ik#bergen-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bergen-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e90b";
}

.icon-arrow-left:before {
  content: "\e90c";
}

.icon-arrow-right:before {
  content: "\e90d";
}

.icon-chevron-left:before {
  content: "\e900";
}

.icon-chevron-right:before {
  content: "\e901";
}

.icon-chevron-up:before {
  content: "\e902";
}

.icon-chevron-down:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-quote:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e909";
}

.icon-youtube:before {
  content: "\e90a";
}

/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
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 */
}

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 1em;
  line-height: 1.36;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
hr {
  background: #bfbfbf;
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 1.875em auto;
}
hr.full {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*! author: splendordesign.com  */
body {
  background: #fff;
  font-size: 22px;
  font-family: "runda", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
}
body.noscroll {
  overflow: hidden;
}
@media (max-width: 1079px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "corsario-variable", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-weight: 400;
  font-size: 100px;
  line-height: 1em;
}
@media (max-width: 1079px) {
  h1, .h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 60px;
  }
}

h2, .h2 {
  font-weight: 400;
  font-size: 56px;
  line-height: 1.14em;
  letter-spacing: -0.02em;
  margin: 0 0 0.8em;
}
@media (max-width: 1079px) {
  h2, .h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 42px;
  }
}

h3, .h3 {
  font-family: "runda", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4em;
  letter-spacing: -0.028em;
  color: #660099;
  margin: 1.325em 0 0.4em;
}
@media (max-width: 1079px) {
  h3, .h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 1.333em;
  }
}

h4, .h4 {
  color: #FF6600;
  font-weight: bold;
  font-size: 30px;
  margin: 1.5em 0 0.1em;
}
@media (max-width: 1079px) {
  h4, .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 24px;
  }
}

strong {
  font-weight: bold;
}

p {
  letter-spacing: -0.051em;
}

p,
ol,
ul {
  margin: 0 0 1.5em 0;
}

ol,
ul {
  padding-left: 1em;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

blockquote {
  margin: 1em 0;
  padding: 0 0 0 50px;
  font-size: 30px;
  font-weight: 400;
  font-family: "runda", sans-serif;
  color: #000;
  line-height: 1.33em;
  border-left: solid 2px #FF6600;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 22px;
    padding-left: 30px;
  }
}

.nothing {
  font-family: "corsario-variable", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #660099;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.btn {
  border: solid 3px transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FF6600;
  margin: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  outline: none;
  font-family: "runda", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  position: relative;
  padding: 17px 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  text-align: center;
  z-index: 1;
  min-width: 275px;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  will-change: transform;
}
.btn:hover, .btn:focus {
  border-color: #FF6600;
  color: #FF6600;
  background: transparent;
}
@media (max-width: 767px) {
  .btn {
    padding: 12px 20px;
    font-size: 16px;
    min-width: 180px;
  }
}

a {
  color: #660099;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover, a:focus {
  color: #FF6600;
}
a[href^=tel] {
  color: #FF6600;
}
a[href^=tel]:hover {
  color: #660099;
}

::-webkit-input-placeholder {
  line-height: normal;
}

::-webkit-input-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

:-moz-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

::-moz-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

a.more {
  color: #FF6600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 2px 0;
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
}
a.more:before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: calc(100% - 0.3em);
  height: 2px;
  width: 100%;
  background-color: #660099;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.more:hover {
  color: #660099;
}

a.link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.83em;
  color: #000000;
  border-bottom: solid 1px #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
a.link:after {
  font-family: "bergen-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 10px;
  color: #FF6600;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
a.link:hover, a.link:focus {
  border-color: #FF6600;
}
a.link:hover:after, a.link:focus:after {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
@media (max-width: 767px) {
  a.link {
    font-size: 14px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
  a.link:after {
    font-size: 8px;
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
}

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

.clearfix:after {
  clear: both;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 50px;
  margin-bottom: 40px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 50px;
  margin-bottom: 40px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  margin-left: -30px;
  margin-right: -30px;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.alignfull img {
  width: 100%;
  height: auto;
  display: block;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  aspect-ratio: 1;
}
figure.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1760px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  margin: 0 0 12px;
}

.pagination {
  margin: 60px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.pagination .page-numbers {
  text-align: center;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-family: "runda", sans-serif;
  position: relative;
  border: solid 2px #660099;
  color: #660099;
  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;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots):focus {
  color: #fff;
  background-color: #660099;
  border-color: #660099;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border-color: transparent;
  color: #660099;
  font-size: 24px;
  cursor: pointer;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.prev:focus, .pagination .page-numbers.next:hover, .pagination .page-numbers.next:focus {
  color: #FF6600;
  background-color: transparent;
  border-color: transparent;
}
.pagination .page-numbers.prev.inactive, .pagination .page-numbers.next.inactive {
  color: #000;
  opacity: 0.25;
  pointer-events: none;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #660099;
  border-color: #660099;
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    font-size: 18px;
  }
}

.play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 82px;
  width: 106px;
  height: 106px;
  border-radius: 105px;
  background: rgba(0, 0, 0, 0.52);
  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;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.play:hover {
  background: rgba(0, 0, 0, 0.82);
}
@media (max-width: 575px) {
  .play {
    font-size: 52px;
    width: 70px;
    height: 70px;
  }
}

.error-404 {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .error-404 {
    margin: 60px 0;
  }
}

.search-content {
  margin: 100px 0;
}
.search-content .btn:hover, .search-content .btn:focus {
  color: #FF6600;
}
.search-content article {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .search-content {
    margin: 60px 0;
  }
}

.eyebrow {
  font-family: "corsario-variable", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 0.5em;
  color: #FF6600;
}
@media (max-width: 767px) {
  .eyebrow {
    font-size: 24px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  gap: 6px;
  line-height: 1em;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 10px;
  width: 10px;
  line-height: 1em;
}
.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #660099;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.header {
  background: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 48px 0;
  margin: 0;
  z-index: 999;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  background: url(img/bergen-logo.svg) no-repeat center center/100% auto;
  width: 277px;
  min-width: 277px;
  height: 114px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  -ms-flex-item-align: center;
  align-self: center;
}
.header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  margin: 0 0 13px;
}
.header__top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.header__top ul li a:hover, .header__top ul li a:focus {
  color: #FF6600;
}
.header__top ul li.button a {
  border: solid 1px #fff;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  position: relative;
  padding: 13px 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  text-align: center;
  min-width: 190px;
}
.header__top ul li.button a:hover, .header__top ul li.button a:focus {
  color: #FF6600;
  background-color: #fff;
}
.header__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -30px;
}
.header__nav > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
  letter-spacing: 0.0111em;
  padding: 20px 30px;
  display: block;
}
.header__nav > li > a:hover, .header__nav > li > a:focus {
  color: #fff;
  background-color: #7f00bf;
}
.header__nav > li.hover > a {
  color: #fff;
  background-color: #7f00bf;
}
.header__nav > li:not(.megamenu) {
  position: relative;
}
.header__nav > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.header__nav > li.menu-item-has-children > a:after {
  content: "\e903";
  font-family: "bergen-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #FF6600;
}
.header__nav > li:last-child > ul.sub-menu {
  left: auto;
  right: 0;
}
.header__nav > li > ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #7f00bf;
  min-width: 100%;
  width: 320px;
  padding: 20px 30px 30px;
}
.header__nav > li > ul.sub-menu > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0.5em;
}
.header__nav > li > ul.sub-menu > li > a:hover, .header__nav > li > ul.sub-menu > li > a:focus {
  color: #FF6600;
}
.header__nav > li > ul.sub-menu > li:last-child > a {
  margin-bottom: 0;
}
.header__nav > li > ul.sub-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav > li > ul.sub-menu ul.sub-menu li a {
  color: #fff;
  display: block;
  font-size: 18px;
}
.header__nav > li.hover.megamenu > ul.sub-menu {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 50px;
}
.header__nav > li.hover.megamenu > ul.sub-menu > li > a {
  border-bottom: solid 1px #FF6600;
  padding: 10px 0;
}
.header__nav > li.hover.megamenu > ul.sub-menu > li ul.sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 20px;
  margin: 18px 0 0;
}
.header__nav > li.hover.megamenu > ul.sub-menu > li ul.sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.header__nav > li.hover.megamenu > ul.sub-menu > li ul.sub-menu li a:before {
  content: "\e901";
  font-family: "bergen-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #FF6600;
}
.header__nav > li.hover.megamenu > ul.sub-menu > li ul.sub-menu li a:hover, .header__nav > li.hover.megamenu > ul.sub-menu > li ul.sub-menu li a:focus {
  color: #FF6600;
}
.header__search {
  position: relative;
}
.header__search .search-form {
  position: absolute;
  right: calc(100% + 25px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  overflow: hidden;
  min-width: 320px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  pointer-events: none;
  opacity: 0;
}
.search-open .header__search .search-form {
  opacity: 1;
  pointer-events: all;
}
.header__search .search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__search .search-form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header__search .search-form__field input {
  display: block;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 20px;
  line-height: 1;
  font-size: 18px;
  color: #000;
  margin: 0;
  outline: none;
}
.header__search .search-form__field input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input::placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form button {
  opacity: 1;
  margin: 0;
  padding: 0;
  width: 60px;
  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;
  border-radius: 0;
  border: 0;
  background-color: #FF6600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 25px;
  color: #fff;
}
.header__search__toggle {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #FF6600;
  cursor: pointer;
  font-size: 37px;
  width: 37px;
  height: 37px;
  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-transition: 0.3s ease-in-out color;
  transition: 0.3s ease-in-out color;
}
.header__search__toggle:hover, .header__search__toggle:focus {
  color: #fff;
}
.search-open .header__search__toggle {
  font-size: 27px;
}
.search-open .header__search__toggle::before {
  content: "\e904";
}
@media (max-width: 1759px) {
  .header__nav {
    margin-right: -20px;
  }
  .header__nav > li > a {
    padding: 15px 20px;
  }
  .header__nav > li.menu-item-has-children > a {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .header__nav > li > ul.sub-menu {
    padding: 15px 20px 20px;
  }
}
@media (max-width: 1399px) {
  .header__logo {
    width: 243px;
    min-width: 243px;
    height: 100px;
  }
  .header__nav {
    margin-right: -20px;
  }
  .header__nav > li > a {
    padding: 15px 20px;
  }
  .header__nav > li.menu-item-has-children > a {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 15px;
  }
  .header__nav > li > ul.sub-menu {
    padding: 15px 20px 20px;
  }
  .header__nav > li > ul.sub-menu > li > a {
    font-size: 15px;
  }
  .header__nav > li.hover.megamenu > ul.sub-menu {
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .header__nav > li.hover.megamenu > ul.sub-menu > li > a {
    font-size: 15px;
  }
  .header__nav > li.hover.megamenu > ul.sub-menu > li ul.sub-menu {
    row-gap: 10px;
    margin-top: 10px;
  }
  .header__nav > li.hover.megamenu > ul.sub-menu > li ul.sub-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  .header {
    padding: 30px 0;
  }
  .header .container > aside {
    display: none !important;
  }
}

.hamburger {
  display: none;
  position: absolute;
  width: 33px;
  height: 21px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  z-index: 2;
  right: 30px;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #fff;
}
.hamburger__icon:before {
  content: "";
  top: -9px;
}
.hamburger__icon:after {
  content: "";
  top: 9px;
}
.hamburger--open .hamburger__icon {
  background: transparent;
}
.hamburger--open .hamburger__icon:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  -ms-transform: rotate(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.hamburger--open .hamburger__icon:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  -ms-transform: rotate(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1279px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 575px) {
  .hamburger {
    right: 20px;
  }
}

.nav {
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: #660099;
}
.nav .mobile {
  padding: 0 0 30px;
  display: none;
  font-family: "runda", sans-serif;
  font-weight: 500;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
  gap: 10px;
}
.nav ul.menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.nav ul.menu li a:hover, .nav ul.menu li a:focus {
  color: #FF6600;
}
.nav ul.menu li.button a {
  border: solid 1px #fff;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  position: relative;
  padding: 13px 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  text-align: center;
  min-width: 190px;
}
.nav ul.menu li.button a:hover, .nav ul.menu li.button a:focus {
  color: #FF6600;
  background-color: #fff;
}
.nav ul.nav__menu {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.nav ul.nav__menu > li {
  position: relative;
}
.nav ul.nav__menu > li > a {
  display: block;
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  line-height: 1.5em;
}
.nav ul.nav__menu > li > em {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-family: "runda", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 500;
  height: 52px;
  width: 52px;
  line-height: 1em;
  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;
  border-left: solid 1px rgba(255, 255, 255, 0.25);
}
.nav ul.nav__menu > li > em:before {
  content: "+";
}
.nav ul.nav__menu > li.on > em::before {
  content: "–";
}
.nav ul.nav__menu > li > ul.sub-menu {
  display: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  padding: 20px 30px;
}
.nav ul.nav__menu > li > ul.sub-menu > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 5px 0;
}
.nav ul.nav__menu > li > ul.sub-menu > li ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .nav ul.nav__menu > li > ul.sub-menu > li ul {
    grid-template-columns: 1fr;
  }
}
.nav ul.nav__menu > li > ul.sub-menu > li ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 5px 0;
}
.nav ul.nav__menu > li.megamenu > ul.sub-menu > li > a {
  border-bottom: solid 1px #FF6600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav ul.nav__menu > li.megamenu > ul.sub-menu > li ul.sub-menu {
  margin: 10px 0;
}
.nav ul.nav__menu > li.megamenu > ul.sub-menu > li ul.sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.nav ul.nav__menu > li.megamenu > ul.sub-menu > li ul.sub-menu li a:before {
  content: "\e901";
  font-family: "bergen-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #FF6600;
}
.nav .search-form {
  padding: 0 30px;
  margin: 30px auto 0;
  width: 100%;
  max-width: 320px;
}
.nav .search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav .search-form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.nav .search-form__field input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  padding: 10px;
  font-size: 14px;
  font-family: "runda", sans-serif;
  color: #fff;
  border: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  height: 40px;
}
.nav .search-form__field input::-webkit-input-placeholder {
  color: #fff;
}
.nav .search-form__field input::-moz-placeholder {
  color: #fff;
}
.nav .search-form__field input:-ms-input-placeholder {
  color: #fff;
}
.nav .search-form__field input::-ms-input-placeholder {
  color: #fff;
}
.nav .search-form__field input::placeholder {
  color: #fff;
}
.nav .search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
  background-color: #FF6600;
  color: #fff;
  font-size: 20px;
  border: 0;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .nav {
    display: block;
  }
}

.footer {
  background-color: #660099;
  color: #fff;
  overflow: hidden;
  margin: 0;
  position: relative;
  padding: 82px 0 44px;
  font-size: 16px;
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a:focus {
  color: #FF6600;
}
.footer__logo {
  background: url(img/bergen-logo.svg) no-repeat center center/100% auto;
  width: 277px;
  height: 114px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  margin: 0 0 32px;
}
.footer__logo:last-child {
  margin-bottom: 0;
}
.footer__addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.footer__addresses address {
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.0107em;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.footer__top aside {
  min-width: 300px;
  max-width: 450px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.0107em;
}
.footer__nav .column > ul > li {
  margin-top: 30px;
}
.footer__nav .column > ul > li:first-child {
  margin-top: 0;
}
.footer__nav .column > ul > li > a {
  font-weight: bold;
}
.footer__bottom {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.88em;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.footer__bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 1399px) {
  .footer {
    padding-top: 60px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .footer__top > aside {
    min-width: none;
    max-width: none;
  }
  .footer__addresses {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: 1200px;
  }
}
@media (max-width: 1079px) {
  .footer__addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 44px;
  }
  .footer__logo {
    width: 243px;
    height: 100px;
  }
  .footer__nav {
    grid-template-columns: 1fr;
  }
}

.hero {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  background-color: #660099;
  height: 100vh;
  min-height: min(960px, 56.25vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}
.hero .container {
  padding-top: 200px;
  position: relative;
  z-index: 4;
}
.hero > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero > iframe,
.hero > video {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #660099;
  opacity: 0.8;
  z-index: 3;
}
.hero h1 {
  margin-bottom: min(1.8em, 12vw);
}
.hero h1:after {
  content: ".";
  color: #FF6600;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.hero__grid aside {
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: solid 4px #FF6600;
  padding-left: 28px;
}
.hero__grid aside h2 {
  font-size: 35px;
  line-height: 1.28em;
  margin: 0 0 0.5em;
}
.hero__grid aside p {
  max-width: 280px;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: normal;
  margin: 0 0 1.5em;
}
.hero__grid aside p:last-child {
  margin-bottom: 0;
}
.hero__grid aside .btn-container {
  margin-top: auto;
}
.hero__grid aside .btn-container .btn:hover, .hero__grid aside .btn-container .btn:focus {
  color: #fff;
}
@media (max-width: 1399px) {
  .hero__grid {
    gap: 20px;
  }
  .hero__grid aside {
    border-left-width: 2px;
    padding-left: 20px;
  }
  .hero__grid aside h2 {
    font-size: 24px;
  }
  .hero__grid aside p {
    font-size: 14px;
  }
  .hero__grid aside .btn {
    padding: 10px 15px;
    font-size: 14px;
    min-width: 160px;
  }
}
@media (max-width: 1079px) {
  .hero__grid {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
    overflow-y: auto;
  }
  .hero__grid aside {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 480px;
  }
}
@media (max-width: 575px) {
  .hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 374px) {
  .hero__grid {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}

.subpage-hero {
  background-color: #660099;
  position: relative;
  background-position: center bottom;
  background-size: cover;
  max-height: 745px;
  min-height: max(min(56.25vw, 745px), 320px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  color: #fff;
  padding: 200px 0 100px;
}
.subpage-hero .background {
  z-index: 0;
}
.subpage-hero svg {
  position: absolute;
  height: 90%;
  width: auto;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  z-index: 2;
}
.subpage-hero h1 {
  max-width: 1380px;
}
@media (max-width: 767px) {
  .subpage-hero {
    padding: 180px 0 60px;
  }
}

.centered-img-carousel {
  margin: 120px 0;
  position: relative;
  overflow: hidden;
}
.centered-img-carousel .carousel {
  max-width: 1186px;
  width: 100%;
  margin: auto;
  overflow: visible;
  position: static;
}
.centered-img-carousel .carousel .slick-list {
  overflow: visible;
  padding: 0;
}
.centered-img-carousel .carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.centered-img-carousel .carousel .slick-slide {
  padding: 0 37px;
}
.centered-img-carousel .carousel .slick-slide.slick-active a:hover figure.image, .centered-img-carousel .carousel .slick-slide.slick-active a:focus figure.image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.centered-img-carousel .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  background-color: rgba(207, 207, 207, 0.75);
  width: 84px;
  height: 84px;
  border-radius: 84px;
  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: #fff;
  font-size: 38px;
  cursor: pointer;
}
.centered-img-carousel .carousel .slick-arrow.slick-prev {
  left: 30px;
}
.centered-img-carousel .carousel .slick-arrow.slick-next {
  right: 30px;
}
.centered-img-carousel__item {
  display: block;
  position: relative;
  overflow: hidden;
}
.centered-img-carousel__item figure.image {
  aspect-ratio: 1112/442;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.centered-img-carousel__item aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 60px 80px;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.centered-img-carousel__item aside > * {
  max-width: 720px;
}
.centered-img-carousel__item aside > *:last-child {
  margin-bottom: 0;
}
.centered-img-carousel__item h2 {
  margin: 0;
}
@media (max-width: 1759px) {
  .centered-img-carousel .carousel {
    max-width: 1152px;
  }
  .centered-img-carousel .carousel .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 1279px) {
  .centered-img-carousel .carousel {
    max-width: 80%;
  }
  .centered-img-carousel .carousel .slick-slide {
    padding: 0 10px;
  }
  .centered-img-carousel .carousel .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .centered-img-carousel .carousel .slick-arrow.slick-prev {
    left: 8px;
  }
  .centered-img-carousel .carousel .slick-arrow.slick-next {
    right: 8px;
  }
  .centered-img-carousel__item aside {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 100%);
    padding: 20px 25px;
  }
}
@media (max-width: 1079px) {
  .centered-img-carousel {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .centered-img-carousel {
    margin: 60px 0;
  }
  .centered-img-carousel .carousel {
    max-width: 100%;
  }
  .centered-img-carousel .carousel .slick-list {
    overflow: hidden;
  }
  .centered-img-carousel .carousel .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .centered-img-carousel .carousel .slick-slide {
    padding: 0;
  }
  .centered-img-carousel__item figure.image {
    aspect-ratio: 1240/720;
  }
  .centered-img-carousel__item aside {
    font-size: 16px;
  }
  .centered-img-carousel__item h2 {
    font-size: 30px;
  }
}
@media (max-width: 374px) {
  .centered-img-carousel .carousel .slick-arrow.slick-prev {
    left: 0;
  }
  .centered-img-carousel .carousel .slick-arrow.slick-next {
    right: 0;
  }
  .centered-img-carousel__item aside {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .centered-img-carousel__item figure.image {
    aspect-ratio: 1240/960;
  }
}

.featured-dates {
  margin: 90px 0;
  position: relative;
}
.featured-dates__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 0 56px;
}
.featured-dates__header h2 {
  margin: 0;
}
.featured-dates__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  row-gap: 20px;
}
.featured-dates__grid aside {
  border-bottom: solid 4px #FF6600;
  padding-bottom: 10px;
}
.featured-dates__item {
  background: -webkit-gradient(linear, left bottom, left top, from(#660099), to(#660099)), #E28D43;
  background: linear-gradient(0deg, #660099, #660099), #E28D43;
  -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px 30px 15px;
  gap: 30px;
  min-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-dates__item time {
  min-width: 90px;
  width: 90px;
  min-height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-right: solid 2px #fff;
  font-size: 44px;
  font-family: "corsario-variable", sans-serif;
  font-weight: normal;
  line-height: 1em;
}
.featured-dates__item time strong {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.featured-dates__item > div {
  letter-spacing: normal;
  font-size: 20px;
}
@media (max-width: 1279px) {
  .featured-dates__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .featured-dates {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .featured-dates {
    margin: 50px 0;
  }
  .featured-dates__grid {
    grid-template-columns: 1fr;
  }
}

.quick-access-grid {
  margin: 0;
  padding: 100px 0;
  position: relative;
  background-color: #EFEFEF;
}
.quick-access-grid .background {
  z-index: 0;
}
.quick-access-grid .eyebrow {
  font-size: inherit;
}
.quick-access-grid h2 {
  margin: 0 0 1.25em;
}
.quick-access-grid__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 68px;
  -moz-column-gap: 68px;
  column-gap: 68px;
  row-gap: 77px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quick-access-grid__grid a {
  display: block;
  position: relative;
  overflow: hidden;
}
.quick-access-grid__grid a:hover figure.image, .quick-access-grid__grid a:focus figure.image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.quick-access-grid figure.image {
  aspect-ratio: 522/366;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.quick-access-grid aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, #000000 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 25px 35px;
  color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1399px) {
  .quick-access-grid__grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
  }
  .quick-access-grid aside {
    padding: 20px;
  }
}
@media (max-width: 1079px) {
  .quick-access-grid {
    padding: 80px 0;
  }
  .quick-access-grid__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .quick-access-grid {
    padding: 60px 0;
  }
  .quick-access-grid__grid {
    grid-template-columns: 1fr;
  }
}

.stats {
  margin: 120px 0;
  position: relative;
}
.stats h2 {
  margin: 0 auto 1em;
}
.stats__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stats__grid aside {
  max-width: 300px;
  border-bottom: solid 4px #FF6600;
}
.stats__grid aside p {
  line-height: 1em;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.025em;
}
.stats__number {
  font-weight: 400;
  font-family: "corsario-variable", sans-serif;
  font-size: 120px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  color: #660099;
}
@media (max-width: 1279px) {
  .stats__grid aside {
    max-width: 260px;
  }
  .stats__grid aside p {
    font-size: 20px;
  }
  .stats__number {
    font-size: 100px;
  }
}
@media (max-width: 1079px) {
  .stats {
    margin: 80px 0;
  }
  .stats__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .stats {
    margin: 60px 0;
  }
  .stats__grid aside {
    max-width: 220px;
  }
  .stats__grid aside p {
    font-size: 18px;
  }
  .stats__number {
    font-size: 80px;
  }
}
@media (max-width: 374px) {
  .stats__grid {
    grid-template-columns: 1fr;
  }
}

.featured-spotlight {
  margin: 120px 0;
}
.featured-spotlight__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 130px 110px 0;
  min-height: 665px;
}
.featured-spotlight__box figure {
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50%;
}
.featured-spotlight__box figure img {
  margin: 0 auto;
  display: block;
}
.featured-spotlight__quote {
  border-bottom: solid 2px #FF6600;
  position: relative;
  padding: 50px 50px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  font-size: 28px;
}
.featured-spotlight__quote::before {
  content: "";
  position: absolute;
  top: 0;
  right: 130px;
  height: 2px;
  background-color: #FF6600;
  width: calc(100% - 80px);
}
.featured-spotlight__quote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: #FF6600;
  height: calc(100% - 110px);
}
.featured-spotlight__quote p {
  max-width: 694px;
  margin: 0 0 0.6em;
}
.featured-spotlight__quote p em {
  font-weight: 500;
  color: #660099;
}
.featured-spotlight__quote p:last-child {
  margin-bottom: 0;
}
.featured-spotlight__quote .btn-container {
  margin-top: 20px;
}
.featured-spotlight__quote .icon-quote {
  position: absolute;
  color: #660099;
  font-size: 140px;
  top: -0.3em;
  right: -0.3em;
}
@media (max-width: 1079px) {
  .featured-spotlight {
    margin: 80px 0;
  }
  .featured-spotlight__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 50px 50px 50px;
    min-height: auto;
  }
  .featured-spotlight__box figure {
    position: static;
    width: 100%;
    margin-top: -50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-spotlight__quote {
    width: 100%;
    padding: 30px 50px 30px 0;
    font-size: 24px;
  }
  .featured-spotlight__quote::before {
    right: 50px;
    width: calc(100% - 50px);
  }
  .featured-spotlight__quote::after {
    height: calc(100% - 50px);
  }
  .featured-spotlight__quote p {
    max-width: none;
  }
  .featured-spotlight__quote .icon-quote {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .featured-spotlight {
    margin: 60px 0;
  }
  .featured-spotlight__box {
    padding: 0 30px 30px 30px;
  }
  .featured-spotlight__box figure {
    margin-top: -30px;
  }
  .featured-spotlight__quote {
    font-size: 20px;
  }
}

.imgvideo-txt {
  margin: 115px 0;
  padding: 0;
  position: relative;
}
.imgvideo-txt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imgvideo-txt .image {
  width: 53.7%;
  position: relative;
  z-index: 4;
}
.imgvideo-txt figure {
  position: relative;
}
.imgvideo-txt figure .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 40px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: rgba(207, 207, 207, 0.75);
  border-radius: 40px;
  width: 80px;
  height: 80px;
  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;
  transition: 0.3s ease-in-out all;
  color: #fff;
  padding-left: 0.2em;
}
.imgvideo-txt figure a:hover .icon-play, .imgvideo-txt figure a:focus .icon-play {
  background-color: white;
  color: rgba(207, 207, 207, 0.75);
}
.imgvideo-txt aside {
  width: 46.3%;
  padding-left: 30px;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 710px;
  margin-left: auto;
  position: relative;
  z-index: 4;
}
.imgvideo-txt aside h2 {
  margin: 0 0 0.5em;
}
.imgvideo-txt aside > div > p {
  max-width: 590px;
}
.imgvideo-txt aside > div > p:last-child {
  margin-bottom: 0;
}
.imgvideo-txt--gray-bg {
  padding: 115px 0;
  margin: 0;
}
.imgvideo-txt--gray-bg:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52.6vw;
  background-color: #EFEFEF;
  z-index: 3;
}
.imgvideo-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.imgvideo-txt--reverse aside {
  padding-left: 0;
  padding-right: 30px;
  margin-left: 0;
}
.imgvideo-txt--reverse.imgvideo-txt--gray-bg:before {
  left: 0;
  right: auto;
}
@media (max-width: 1079px) {
  .imgvideo-txt {
    margin: 80px 0;
  }
  .imgvideo-txt .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
  }
  .imgvideo-txt .container > * {
    width: 100%;
  }
  .imgvideo-txt aside {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .imgvideo-txt aside > div > p {
    max-width: none;
  }
  .imgvideo-txt figure .icon-play {
    width: 16vw;
    height: 16vw;
    font-size: 8vw;
    border-radius: 8vw;
  }
  .imgvideo-txt--gray-bg {
    padding: 80px 0;
  }
  .imgvideo-txt--gray-bg::before {
    width: 100vw;
  }
}

.txt-bg {
  position: relative;
}
.txt-bg .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(121.88%, #000000));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25%, #000000 121.88%);
}
.txt-bg .container {
  min-height: min(47.65vw, 915px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txt-bg article {
  max-width: 648px;
  color: #fff;
  position: relative;
  z-index: 4;
  padding: 100px 0;
}
.txt-bg h2 {
  color: #fff;
  font-weight: 100;
  line-height: 1.1;
  margin: 0 0 30px;
}
.txt-bg .btn:hover, .txt-bg .btn:focus {
  color: #fff;
}
.txt-bg--reverse .overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(121.88%, #000000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, #000000 121.88%);
}
.txt-bg--reverse article {
  margin-left: auto;
}
@media (max-width: 767px) {
  .txt-bg article {
    max-width: 480px;
  }
}
@media (max-width: 575px) {
  .txt-bg--reverse .overlay {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(121.88%, #000000));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25%, #000000 121.88%);
  }
}

.fullimg-txt {
  margin: 0;
  position: relative;
}
.fullimg-txt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: min(37vw, 710px);
}
.fullimg-txt .container > * {
  width: 50%;
}
.fullimg-txt .image {
  direction: rtl;
}
.fullimg-txt h2 {
  margin: 0 0 0.5em;
}
.fullimg-txt figure {
  width: 50vw;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.fullimg-txt figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.fullimg-txt aside {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 640px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin: 0 auto;
}
.fullimg-txt aside > div > *:last-child {
  margin-bottom: 0;
}
.fullimg-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fullimg-txt--reverse .image {
  direction: ltr;
}
.fullimg-txt--reverse aside {
  padding-right: 30px;
  padding-left: 0;
  margin: 0;
}
.fullimg-txt--reverse figure {
  width: 50vw;
}
@media (max-width: 1079px) {
  .fullimg-txt .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fullimg-txt .container > * {
    width: 100%;
  }
  .fullimg-txt figure {
    width: 100%;
  }
  .fullimg-txt figure img {
    width: 100%;
    position: static;
  }
  .fullimg-txt aside {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .fullimg-txt .image {
    direction: ltr;
    margin-left: -30px;
    margin-right: -30px;
    width: 100vw;
    padding-right: 0;
  }
}
@media (max-width: 374px) {
  .fullimg-txt .container .image {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.carousel-module {
  position: relative;
  margin: 120px 0;
}
.carousel-module__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}
.carousel-module__header aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.carousel-module__header__body {
  border-left: solid 3px #FF6600;
  padding-left: 35px;
  max-width: 1160px;
}
.carousel-module__header__body > *:last-child {
  margin-bottom: 0;
}
.carousel-module__header h2 {
  margin: 0;
}
.carousel-module__header .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
}
.carousel-module__header .filter__button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.833em;
  border-bottom: solid 1px transparent;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
.carousel-module__header .filter__button:hover, .carousel-module__header .filter__button:focus, .carousel-module__header .filter__button.active {
  border-bottom-color: #FF6600;
}
.carousel-module__items {
  margin: 0 -30px;
}
.carousel-module__items .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  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: #FF6600;
  font-size: 38px;
  cursor: pointer;
}
.carousel-module__items .slick-arrow.slick-prev {
  left: -30px;
}
.carousel-module__items .slick-arrow.slick-next {
  right: -30px;
}
.carousel-module__item {
  padding: 0 30px;
}
.carousel-module__item figure.image {
  position: relative;
}
.carousel-module__item figure.image:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56.16%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.16%, #000000 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.carousel-module__item figure.image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 30px 40px;
  color: #fff;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.carousel-module__item__title {
  font-size: 30px;
  color: #660099;
  letter-spacing: -1.12px;
}
.carousel-module__item__subtitle {
  color: #000;
  letter-spacing: -1.12px;
}
.carousel-module--filter {
  background-color: #EFEFEF;
  margin: 0;
  padding: 120px 0;
}
.carousel-module--filter figure.image::before {
  display: block;
}
.carousel-module--filter .carousel-module__item__title, .carousel-module--filter .carousel-module__item__subtitle {
  color: #fff;
}
@media (max-width: 1819px) {
  .carousel-module__header .filter {
    gap: 20px;
  }
  .carousel-module__items {
    margin: 0 -15px;
  }
  .carousel-module__items .slick-arrow {
    font-size: 30px;
  }
  .carousel-module__items .slick-arrow.slick-prev {
    left: -15px;
  }
  .carousel-module__items .slick-arrow.slick-next {
    right: -15px;
  }
  .carousel-module__item {
    padding: 0 15px;
  }
}
@media (max-width: 1079px) {
  .carousel-module {
    margin: 80px 0;
  }
  .carousel-module--filter {
    padding: 80px 0;
  }
  .carousel-module__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
    margin: 0 0 40px;
  }
  .carousel-module__header aside {
    gap: 20px;
  }
  .carousel-module__header .filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .carousel-module {
    margin: 60px 0;
  }
  .carousel-module--filter {
    padding: 60px 0;
  }
  .carousel-module__header__body {
    padding-left: 20px;
  }
}

.image-gallery {
  margin: 100px 0;
  overflow: hidden;
  position: relative;
}
.image-gallery .carousel {
  max-width: 680px;
  width: 100%;
  margin: auto;
}
.image-gallery .carousel .slick-list {
  overflow: visible;
  padding: 0;
}
.image-gallery .carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-gallery .carousel .slick-slide {
  padding: 0 20px;
}
.image-gallery .carousel .slick-slide figure {
  aspect-ratio: 540/520;
  overflow: hidden;
  position: relative;
}
.image-gallery .carousel .slick-slide figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1079px) {
  .image-gallery {
    margin: 80px 0;
  }
  .image-gallery .carousel {
    max-width: 80%;
  }
  .image-gallery .carousel .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .image-gallery {
    margin: 60px 0;
  }
}

.four-column-info {
  background: #EFEFEF;
  padding: 60px 0;
  margin: 0;
  position: relative;
}
.four-column-info .background {
  z-index: 0;
}
.four-column-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.four-column-info__grid aside {
  max-width: 320px;
}
.four-column-info__grid aside a {
  color: #660099;
  text-decoration: none;
  border: 0;
  font-weight: 400;
  font-size: inherit;
}
.four-column-info__grid aside a:hover, .four-column-info__grid aside a:focus {
  color: #FF6600;
}
.four-column-info__title {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.83em;
  color: #000000;
  border-bottom: 1px solid #FF6600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.8em;
}

.img-txt-links {
  margin: 120px 0;
  padding: 0;
  position: relative;
}
.img-txt-links .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img-txt-links .container > * {
  width: 50%;
}
.img-txt-links figure {
  position: relative;
}
.img-txt-links aside {
  padding-left: 30px;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 700px;
  margin-left: auto;
  position: relative;
  z-index: 4;
}
.img-txt-links aside .eyebrow {
  font-size: inherit;
  line-height: 1em;
}
.img-txt-links aside h2 {
  margin: 0 0 0.5em;
}
.img-txt-links__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  font-size: 30px;
  gap: 0.5em;
}
.img-txt-links__links a.link {
  border: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.2em;
}
.img-txt-links__links a.link:after {
  font-size: 0.46em;
}
.img-txt-links--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img-txt-links--reverse aside {
  padding-left: 0;
  padding-right: 30px;
  margin-left: 0;
}
@media (max-width: 1079px) {
  .img-txt-links {
    margin: 80px 0;
  }
  .img-txt-links .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
  }
  .img-txt-links .container > * {
    width: 100%;
  }
  .img-txt-links aside {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .img-txt-links__links {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .img-txt-links {
    margin: 60px 0;
  }
  .img-txt-links__links {
    font-size: 18px;
  }
}

.two-cols-img {
  margin: 120px 0;
}
.two-cols-img h2 {
  text-align: center;
  margin: 0 0 0.75em;
}
.two-cols-img .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.two-cols-img__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.two-cols-img figure.image {
  aspect-ratio: 820/614;
  overflow: hidden;
  position: relative;
}
.two-cols-img figure.image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 0, 153, 0.85);
  z-index: 1;
}
.two-cols-img figure.image svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 80%;
  z-index: 2;
  opacity: 0.25;
}
.two-cols-img figure.image figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 3;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  font-size: min(50px, 3vw);
  line-height: 1.2em;
  letter-spacing: -1.12042px;
}
@media (max-width: 1399px) {
  .two-cols-img__grid {
    gap: 30px;
  }
}
@media (max-width: 1079px) {
  .two-cols-img {
    margin: 80px 0;
  }
  .two-cols-img__grid {
    grid-template-columns: 1fr;
  }
  .two-cols-img figure.image figcaption {
    font-size: 6vw;
  }
  .two-cols-img .btn-container {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .two-cols-img {
    margin: 60px 0;
  }
  .two-cols-img__grid {
    gap: 20px;
  }
  .two-cols-img .btn-container {
    margin-top: 30px;
  }
}

.img-accordion {
  margin: 120px 0;
  position: relative;
}
.img-accordion dl {
  margin: 0 0 -60px;
  padding: 0;
}
.img-accordion dl dt {
  margin: 0;
  padding: 0 0 60px;
  cursor: pointer;
}
.img-accordion dl dt.on figure.image figcaption i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.img-accordion dl dd {
  margin: 0 0 0;
  padding: 0;
  display: none;
}
.img-accordion figure.image {
  aspect-ratio: 1700/492;
}
.img-accordion figure.image::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100.1%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100.1%);
  z-index: 1;
}
.img-accordion figure.image figcaption {
  position: absolute;
  font-family: "corsario-variable", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.4em;
  letter-spacing: -1.12042px;
  color: #FFFFFF;
  gap: 24px;
  bottom: 0;
  left: 0;
  padding: 60px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img-accordion figure.image figcaption i {
  font-size: 0.6444em;
  color: #FF6600;
}
.img-accordion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 60px;
  border-bottom: solid 1px #959595;
}
.img-accordion__item:first-child {
  padding-top: 0;
}
.img-accordion__item:last-child {
  border-bottom: 0;
}
.img-accordion__item__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -1.12042px;
  color: #660099;
  margin-bottom: 0.35em;
}
.img-accordion__item aside > *:last-child {
  margin-bottom: 0;
}
.img-accordion__item .link {
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .img-accordion dl {
    margin: 0 0 -40px;
  }
  .img-accordion dl dt {
    padding-bottom: 40px;
  }
  .img-accordion figure.image figcaption {
    padding: 30px 40px;
  }
  .img-accordion__item {
    padding: 40px;
    gap: 40px;
  }
}
@media (max-width: 1079px) {
  .img-accordion {
    margin: 80px 0;
  }
  .img-accordion dl {
    margin: 0 0 -30px;
  }
  .img-accordion dl dt {
    padding-bottom: 30px;
  }
  .img-accordion figure.image figcaption {
    font-size: 30px;
    padding: 20px 30px;
  }
  .img-accordion__item {
    padding: 30px;
    gap: 30px;
  }
  .img-accordion__item__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .img-accordion {
    margin: 60px 0;
  }
  .img-accordion dl {
    margin: 0 0 -20px;
  }
  .img-accordion dl dt {
    padding-bottom: 20px;
  }
  .img-accordion figure.image figcaption {
    font-size: 20px;
    padding: 10px 15px;
    gap: 15px;
  }
  .img-accordion__item {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .img-accordion__item__title {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .img-accordion figure.image figcaption {
    font-size: 18px;
    padding: 10px;
    gap: 10px;
  }
}

.featured-articles {
  margin: 120px 0;
  position: relative;
}
.featured-articles h2 {
  text-align: center;
  margin: 0 0 0.8em;
}
@media (max-width: 1079px) {
  .featured-articles {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .featured-articles {
    margin: 60px 0;
  }
}

.item-list {
  margin: 120px 0;
  position: relative;
}
.item-list h2 {
  border-bottom: solid 1px #959595;
  padding-bottom: 1em;
  margin: 0;
}
.item-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px;
  border-bottom: solid 1px #959595;
}
.item-list__item:first-child {
  padding-top: 0;
}
.item-list__item__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -1.12042px;
  color: #660099;
  margin-bottom: 0.35em;
}
.item-list__item aside > *:last-child {
  margin-bottom: 0;
}
.item-list__item .link {
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .item-list__item {
    padding: 40px;
    gap: 40px;
  }
}
@media (max-width: 1079px) {
  .item-list {
    margin: 80px 0;
  }
  .item-list__item {
    padding: 30px;
    gap: 30px;
  }
  .item-list__item__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .item-list {
    margin: 60px 0;
  }
  .item-list__item {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .item-list__item__title {
    font-size: 24px;
  }
}

.tiles-grid-dropdown {
  margin: 120px 0;
  position: relative;
}
.tiles-grid-dropdown h2 {
  margin: 0 0 0.75em;
}
.tiles-grid-dropdown figure.image {
  aspect-ratio: 820/438;
  position: relative;
}
.tiles-grid-dropdown aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.tiles-grid-dropdown aside h1, .tiles-grid-dropdown aside h2, .tiles-grid-dropdown aside h3, .tiles-grid-dropdown aside h4, .tiles-grid-dropdown aside h5, .tiles-grid-dropdown aside h6 {
  color: inherit;
}
.tiles-grid-dropdown aside ul li::marker {
  font-size: 0.8em;
}
.tiles-grid-dropdown__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.tiles-grid-dropdown__item {
  position: relative;
}
.tiles-grid-dropdown__item__title {
  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;
  padding: 25px 40px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(102, 0, 153, 0.85);
  gap: 20px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.tiles-grid-dropdown__item__title i {
  font-size: inherit;
  color: #FF6600;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.tiles-grid-dropdown__item__title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: #FF6600;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.tiles-grid-dropdown__item__title.on::before {
  opacity: 1;
}
.tiles-grid-dropdown__item__title.on i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tiles-grid-dropdown__item__title.on + * {
  opacity: 1;
}
.tiles-grid-dropdown__item__content {
  background-color: rgba(102, 0, 153, 0.85);
  padding: 30px 40px 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.tiles-grid-dropdown__item__content > *:last-child {
  margin-bottom: 0;
}
.tiles-grid-dropdown__item__content__box {
  height: 100%;
  overflow: auto;
  padding-right: 20px;
  margin-right: -20px;
}
@media (max-width: 1399px) {
  .tiles-grid-dropdown__items {
    gap: 30px;
  }
  .tiles-grid-dropdown__item__title {
    font-size: 24px;
    padding: 20px;
  }
  .tiles-grid-dropdown__item__title:before {
    left: 20px;
    right: 20px;
  }
  .tiles-grid-dropdown__item__content {
    font-size: 16px;
    padding: 20px;
  }
}
@media (max-width: 1079px) {
  .tiles-grid-dropdown {
    margin: 80px 0;
  }
  .tiles-grid-dropdown__items {
    grid-template-columns: 1fr;
  }
  .tiles-grid-dropdown__item__title {
    padding: 20px 30px;
  }
  .tiles-grid-dropdown__item__title:before {
    left: 30px;
    right: 30px;
  }
  .tiles-grid-dropdown__item__content {
    font-size: 20px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tiles-grid-dropdown {
    margin: 60px 0;
  }
  .tiles-grid-dropdown__item__title {
    font-size: 24px;
    padding: 15px 20px;
  }
  .tiles-grid-dropdown__item__title:before {
    left: 20px;
    right: 20px;
  }
  .tiles-grid-dropdown__item__content {
    font-size: 16px;
    padding: 20px;
  }
}

.img-txt-carousel {
  position: relative;
  padding: 115px 0;
  margin: 0;
}
.img-txt-carousel:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52.6vw;
  background-color: #EFEFEF;
  z-index: 3;
}
.img-txt-carousel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img-txt-carousel .image {
  width: 52%;
  position: relative;
  z-index: 4;
}
.img-txt-carousel .image .link {
  margin-bottom: 20px;
}
.img-txt-carousel figure.image {
  aspect-ratio: 882/552;
}
.img-txt-carousel aside {
  width: 48%;
  padding-left: 30px;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 672px;
  margin-left: auto;
  position: relative;
  z-index: 4;
}
.img-txt-carousel aside h2 {
  margin: 0 0 0.5em;
}
.img-txt-carousel aside h3 {
  margin: 0 0 0.25em;
  font-size: inherit;
}
.img-txt-carousel aside p {
  margin: 0 0 1.25em;
}
.img-txt-carousel aside hr {
  margin: 1.25em 0;
  height: 1px;
  border: 0;
  background: rgba(102, 0, 153, 0.3);
}
.img-txt-carousel aside .btn-container {
  margin-top: 2.5em;
}
.img-txt-carousel--reverse:before {
  left: 0;
  right: auto;
}
.img-txt-carousel--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img-txt-carousel--reverse aside {
  padding-left: 0;
  padding-right: 30px;
  margin-left: 0;
}
.img-txt-carousel--reverse .image .btn-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1080px) {
  .img-txt-carousel aside .btn-container {
    display: none;
  }
}
@media (max-width: 1079px) {
  .img-txt-carousel {
    padding: 80px 0;
  }
  .img-txt-carousel::before {
    width: 100vw;
  }
  .img-txt-carousel .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
  }
  .img-txt-carousel .container > * {
    width: 100%;
  }
  .img-txt-carousel aside {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .img-txt-carousel .image .btn-container {
    display: none;
  }
}

.accordion {
  margin: 120px 0;
  position: relative;
}
.accordion h2 {
  margin: 0 0 1em;
}
.accordion h3 {
  margin: 0;
  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;
  line-height: 1.2em;
  gap: 30px;
}
.accordion h3 i {
  font-size: 0.8em;
  color: #FF6600;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.accordion dl {
  border-top: solid 1px #959595;
}
.accordion dl dt {
  padding: 55px 60px;
  border-bottom: solid 1px #959595;
  cursor: pointer;
}
.accordion dl dt.on {
  border-bottom: 0;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion dl dd {
  display: none;
  margin: 0;
  padding: 0 60px 55px;
  border-bottom: solid 1px #959595;
}
.accordion dl dd a:not(.btn) {
  text-decoration: underline;
}
.accordion dl dd a:not(.btn):hover, .accordion dl dd a:not(.btn):focus {
  text-decoration: none;
}
.accordion dl dd a.btn {
  margin-bottom: 1.75em;
}
.accordion dl dd a.btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .accordion dl dt {
    padding: 30px 40px;
  }
  .accordion dl dd {
    padding: 0 40px 30px;
  }
}
@media (max-width: 1079px) {
  .accordion {
    margin: 80px 0;
  }
  .accordion dl dt {
    padding: 30px;
    gap: 20px;
  }
  .accordion dl dd {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .accordion {
    margin: 60px 0;
  }
  .accordion dl dt {
    padding: 30px 0;
  }
  .accordion dl dd {
    padding: 0 0 30px;
  }
}

.table {
  margin: 120px 0;
  position: relative;
}
.table h2 {
  margin: 0 0 0.75em;
}
.table h3 {
  margin: 0 0 0.5em;
  font-size: inherit;
}
.table table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
.table table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.table table tr td {
  border-bottom: solid 1px #959595;
  padding: 18px 0 16px;
  vertical-align: bottom;
}
.table table tr td strong {
  display: block;
  font-size: 1.1em;
}
.table table tr td a {
  text-decoration: underline;
}
.table table tr td a[href^="tel:"] {
  text-decoration: none;
  color: #000;
}
.table table tr td a[href^="tel:"]:hover, .table table tr td a[href^="tel:"]:focus {
  color: #FF6600;
}
@media (max-width: 1079px) {
  .table {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .table {
    margin: 60px 0;
  }
}
@media (max-width: 575px) {
  .table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: solid 1px #959595;
    gap: 4px;
    padding: 16px 0;
  }
  .table table tr:last-child {
    border-bottom: 0;
  }
  .table table tr td {
    padding: 0;
    display: block;
    border-bottom: 0;
  }
}

.two-img-txt {
  margin: 120px 0;
  position: relative;
}
.two-img-txt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.two-img-txt h2 {
  margin: 0 0 0.25em;
}
.two-img-txt .image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  width: 55.8%;
}
.two-img-txt .image figure.image {
  aspect-ratio: 473/373;
  width: 100%;
}
.two-img-txt aside {
  width: 44.2%;
}
.two-img-txt aside > div > *:last-child {
  margin-bottom: 0;
}
.two-img-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .two-img-txt .container {
    gap: 40px;
  }
  .two-img-txt .image {
    gap: 20px;
  }
}
@media (max-width: 1079px) {
  .two-img-txt {
    margin: 80px 0;
  }
  .two-img-txt .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
  .two-img-txt .image, .two-img-txt aside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .two-img-txt {
    margin: 60px 0;
  }
}
@media (max-width: 374px) {
  .two-img-txt .image {
    grid-template-columns: 1fr;
  }
}

.heading {
  margin: 120px 0;
  position: relative;
}
.heading h2 {
  margin: 0 0 0.75em;
}
.heading__body {
  border-left: solid 3px #FF6600;
  padding-left: 35px;
  max-width: 1480px;
}
@media (max-width: 1079px) {
  .heading {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .heading {
    margin: 60px 0;
  }
  .heading__body {
    padding-left: 20px;
  }
}

.vertical-accordion-imgs {
  margin: 120px 0;
  position: relative;
}
.vertical-accordion-imgs h2 {
  margin: 0 0 0.75em;
}
.vertical-accordion-imgs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(48px, 2.82vw);
  -moz-column-gap: min(48px, 2.82vw);
  column-gap: min(48px, 2.82vw);
}
.vertical-accordion-imgs__item {
  width: min(180px, 10vw);
  max-width: min(180px, 10vw);
  min-width: min(180px, 10vw);
  min-height: min(795px, 46vw);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  overflow: hidden;
  position: relative;
}
.vertical-accordion-imgs__item__title {
  position: relative;
  background-color: rgba(102, 0, 153, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: min(40px, 2.35vw);
  font-family: "corsario-variable", sans-serif;
  font-weight: 400;
  font-size: min(56px, 3.3vw);
  line-height: 1.14em;
  letter-spacing: -1.12042px;
  min-width: min(180px, 10vw);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.vertical-accordion-imgs__item__title span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: 500;
  white-space: nowrap;
}
.vertical-accordion-imgs__item__title i {
  position: absolute;
  top: min(56px, 3.3vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FF6600;
  font-size: 0.535em;
}
.vertical-accordion-imgs__item aside {
  padding: 25px 35px;
  position: absolute;
  bottom: 45px;
  right: 45px;
  background: rgba(207, 207, 207, 0.8);
  opacity: 0;
  pointer-events: none;
  min-width: 284px;
}
.vertical-accordion-imgs__item aside p {
  margin: 0;
}
.vertical-accordion-imgs__item aside strong {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.87em;
  letter-spacing: -1.15055px;
  color: #660099;
}
.vertical-accordion-imgs__item aside a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.5em;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-bottom: solid 1px #000;
  padding-bottom: 0.25em;
}
.vertical-accordion-imgs__item aside a:after {
  font-family: "bergen-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 11px;
  color: #FF6600;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.vertical-accordion-imgs__item aside a:hover:after, .vertical-accordion-imgs__item aside a:focus:after {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
.vertical-accordion-imgs__item.on {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
.vertical-accordion-imgs__item.on .vertical-accordion-imgs__item__title {
  min-width: min(145px, 8.5vw);
}
.vertical-accordion-imgs__item.on aside {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1079px) {
  .vertical-accordion-imgs {
    margin: 80px 0;
  }
  .vertical-accordion-imgs__item aside {
    padding: 20px;
    bottom: 20px;
    right: 20px;
    min-width: 240px;
  }
  .vertical-accordion-imgs__item aside strong {
    font-size: 24px;
  }
  .vertical-accordion-imgs__item aside a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .vertical-accordion-imgs {
    margin: 60px 0;
  }
  .vertical-accordion-imgs__items {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vertical-accordion-imgs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: none;
    max-width: none;
    min-height: auto;
    height: 66px;
  }
  .vertical-accordion-imgs__item__title {
    padding: 20px;
    width: 100%;
    min-width: none;
    max-width: none;
    cursor: pointer;
    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;
    height: 66px;
    font-size: 24px;
  }
  .vertical-accordion-imgs__item__title span {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .vertical-accordion-imgs__item__title i {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .vertical-accordion-imgs__item aside {
    padding: 15px 20px 20px;
  }
  .vertical-accordion-imgs__item aside strong {
    font-size: 20px;
  }
  .vertical-accordion-imgs__item.on {
    height: 56.25vw;
    min-height: 300px;
  }
}

.table {
  margin: 120px 0;
  position: relative;
}
.table h2 {
  margin: 0 0 0.75em;
}
.table h3 {
  margin: 0 0 0.5em;
  font-size: inherit;
}
.table table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
.table table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.table table tr td {
  border-bottom: solid 1px #959595;
  padding: 18px 0 16px;
  vertical-align: bottom;
}
.table table tr td strong {
  display: block;
  font-size: 1.1em;
}
.table table tr td a {
  text-decoration: underline;
}
.table table tr td a[href^="tel:"] {
  text-decoration: none;
  color: #000;
}
.table table tr td a[href^="tel:"]:hover, .table table tr td a[href^="tel:"]:focus {
  color: #FF6600;
}
@media (max-width: 1079px) {
  .table {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .table {
    margin: 60px 0;
  }
}
@media (max-width: 575px) {
  .table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: solid 1px #959595;
    gap: 4px;
    padding: 16px 0;
  }
  .table table tr:last-child {
    border-bottom: 0;
  }
  .table table tr td {
    padding: 0;
    display: block;
    border-bottom: 0;
  }
}

.spotlight-grid {
  margin: 120px 0;
  position: relative;
}
.spotlight-grid h2 {
  text-align: center;
  margin: 0 auto 1.25em;
}
.spotlight-grid__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.spotlight-grid__grid aside {
  max-width: 434px;
  width: 100%;
  text-align: center;
}
.spotlight-grid__grid aside figure {
  margin: 0 0 1.5em;
  border-radius: 434px;
  overflow: hidden;
}
.spotlight-grid__grid aside strong {
  display: block;
  font-size: 1.363em;
  font-weight: normal;
  color: #660099;
  margin: 0 0 0.1em;
}
@media (max-width: 1079px) {
  .spotlight-grid {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .spotlight-grid {
    margin: 60px 0;
  }
  .spotlight-grid__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .spotlight-grid__grid aside {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  .spotlight-grid__grid aside {
    width: 100%;
  }
}

.course-search {
  margin: 134px 0 84px;
  position: relative;
}
.course-search__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  border-bottom: solid 3px #FF6600;
  padding-bottom: 60px;
}
.course-search h2 {
  margin: 0 0 0.5em;
}
.course-search article {
  width: 63%;
  max-width: 950px;
}
.course-search article button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.course-search aside {
  width: 37%;
  padding: 45px;
  background-color: #EFEFEF;
}
.course-search aside h3 {
  line-height: 1.2em;
  margin: 0 0 0.5em;
  max-width: 460px;
}
.course-search aside > *:last-child {
  margin-bottom: 0;
}
.course-search aside a {
  color: #FF6600;
  text-decoration: underline;
}
.course-search aside a:hover, .course-search aside a:focus {
  color: #660099;
}
@media (max-width: 1079px) {
  .course-search {
    margin: 80px 0;
  }
  .course-search__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .course-search article,
  .course-search aside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .course-search {
    margin: 60px 0;
  }
}

.course-search-popup {
  position: fixed;
  inset: 0;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.course-search-popup.on {
  visibility: visible;
  opacity: 1;
}
.course-search-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(102, 0, 153, 0.85);
}
.course-search-popup__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  color: #FF6600;
  margin: 0;
  padding: 0;
}
.course-search-popup__box {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  max-width: 1540px;
  background: #fff;
  border: 8px solid #ff6500;
  max-height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 80px;
}
.course-search-popup__inner {
  min-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.course-search-popup__form {
  width: 100%;
  max-width: 852px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(102, 0, 153, 0.2);
  border-radius: 50px;
  overflow: hidden;
  margin: 0 0 60px;
}
.course-search-popup__form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.course-search-popup__form__field input {
  background: transparent;
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1em;
  display: block;
  border: 0;
  color: #000;
  outline: none;
}
.course-search-popup__form__field input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.course-search-popup__form__field input::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.course-search-popup__form__field input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.course-search-popup__form__field input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.course-search-popup__form__field input::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.course-search-popup__form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.5);
  padding-right: 28px;
  cursor: pointer;
}
.course-search-popup__results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
}
.course-search-popup__results article {
  background-color: #EFEFEF;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course-search-popup__results article h3 {
  line-height: 1.2em;
  margin: 0 0 0.2em;
}
.course-search-popup__results article aside {
  margin: 0 0 24px;
}
.course-search-popup__results article .btn-container {
  margin-top: auto;
}
.course-search-popup h2 {
  margin: 0 0 0.5em;
}
@media (max-width: 1399px) {
  .course-search-popup__results {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 1279px) {
  .course-search-popup__results {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .course-search-popup__box {
    padding: 50px;
  }
  .course-search-popup__close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .course-search-popup__close {
    width: 16px;
    height: 16px;
    top: 16px;
    right: 16px;
    font-size: 16px;
  }
  .course-search-popup__box {
    padding: 30px;
    border-width: 5px;
  }
  .course-search-popup__results {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.cta {
  background: #EFEFEF;
  min-height: 466px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 0 140px;
}
.cta .background {
  z-index: 0;
}
.cta h2, .cta .h2 {
  text-align: center;
}
.cta svg {
  position: absolute;
  height: 466px;
  width: auto;
  bottom: 0;
  right: 0;
  opacity: 0.06;
}
.cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 39px;
  -moz-column-gap: 39px;
  column-gap: 39px;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .cta {
    min-height: 320px;
    padding: 80px 0 100px;
  }
  .cta svg {
    height: 320px;
  }
  .cta__buttons {
    gap: 20px;
  }
}

.txt {
  margin: 120px 0;
}
.txt .gform_confirmation_message {
  font-family: "corsario-variable", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #FF6600;
}
.txt .gform_wrapper.gravity-theme {
  margin: 0;
  width: 100%;
}
.txt .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: 0 0 1em;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  outline: none !important;
}
.txt .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  display: none;
}
.txt .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  font-family: "runda", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #b73a3a;
  font-weight: 600;
}
.txt .gform_wrapper.gravity-theme .description,
.txt .gform_wrapper.gravity-theme .gfield_description,
.txt .gform_wrapper.gravity-theme .gsection_description,
.txt .gform_wrapper.gravity-theme .instruction {
  display: none;
}
.txt .gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
.txt .gform_wrapper.gravity-theme form .gform_fields {
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 641px) {
  .txt .gform_wrapper.gravity-theme form .gform_fields {
    row-gap: 15px;
  }
}
.txt .gform_wrapper.gravity-theme form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.txt .gform_wrapper.gravity-theme form .gform-body input[type=color],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=date],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime-local],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=email],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=month],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=number],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=password],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=search],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=tel],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=text],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=time],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=url],
.txt .gform_wrapper.gravity-theme form .gform-body input[type=week],
.txt .gform_wrapper.gravity-theme form .gform-body select,
.txt .gform_wrapper.gravity-theme form .gform-body textarea {
  font-size: 18px;
  font-family: "runda", sans-serif;
  border: solid 1px #959595;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: transparent;
  outline: none;
  color: #000;
  padding: 20px !important;
  line-height: 1em !important;
  min-height: auto;
}
.txt .gform_wrapper.gravity-theme form .gform-body input[type=color]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=date]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime-local]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=email]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=month]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=number]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=password]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=search]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=tel]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=text]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=time]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=url]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=week]::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body select::-webkit-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform_wrapper.gravity-theme form .gform-body input[type=color]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=date]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime-local]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=email]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=month]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=number]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=password]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=search]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=tel]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=text]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=time]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=url]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=week]::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body select::-moz-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform_wrapper.gravity-theme form .gform-body input[type=color]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=date]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime-local]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=email]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=month]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=number]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=password]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=search]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=tel]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=text]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=time]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=url]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=week]:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body select:-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform_wrapper.gravity-theme form .gform-body input[type=color]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=date]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime-local]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=email]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=month]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=number]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=password]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=search]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=tel]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=text]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=time]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=url]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body input[type=week]::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body select::-ms-input-placeholder, .txt .gform_wrapper.gravity-theme form .gform-body textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform_wrapper.gravity-theme form .gform-body input[type=color]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=date]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime-local]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=email]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=month]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=number]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=password]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=search]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=tel]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=text]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=time]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=url]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body input[type=week]::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body select::placeholder,
.txt .gform_wrapper.gravity-theme form .gform-body textarea::placeholder {
  color: inherit;
  opacity: 1;
}
@media only screen and (max-width: 641px) {
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=color],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=date],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime-local],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=datetime],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=email],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=month],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=number],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=password],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=search],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=tel],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=text],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=time],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=url],
  .txt .gform_wrapper.gravity-theme form .gform-body input[type=week],
  .txt .gform_wrapper.gravity-theme form .gform-body select,
  .txt .gform_wrapper.gravity-theme form .gform-body textarea {
    padding: 10px 20px;
  }
}
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=color],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=date],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=datetime-local],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=datetime],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=email],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=month],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=number],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=password],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=search],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=tel],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=text],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=time],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=url],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error input[type=week],
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error select,
.txt .gform_wrapper.gravity-theme form .gform-body .gfield_error textarea {
  color: #b73a3a;
  border-color: #b73a3a;
}
.txt .gform_wrapper.gravity-theme form .gform_footer {
  margin: 40px 0 0;
  padding: 0;
}
.txt .gform_wrapper.gravity-theme form .gform_footer .gform_button {
  border: solid 3px transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FF6600;
  margin: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  outline: none;
  font-family: "runda", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  position: relative;
  padding: 17px 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  text-align: center;
  z-index: 1;
  min-width: 275px;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  will-change: transform;
}
.txt .gform_wrapper.gravity-theme form .gform_footer .gform_button:hover, .txt .gform_wrapper.gravity-theme form .gform_footer .gform_button:focus {
  border-color: #FF6600;
  color: #FF6600;
  background: transparent;
}
@media (max-width: 767px) {
  .txt .gform_wrapper.gravity-theme form .gform_footer .gform_button {
    padding: 12px 20px;
    font-size: 16px;
    min-width: 180px;
  }
}
@media (max-width: 1079px) {
  .txt {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .txt {
    margin: 60px 0;
  }
}

.news {
  margin: 110px 0 90px;
}
.news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 27px;
}
.news__grid__item figure.image {
  aspect-ratio: 539/354;
  margin: 0 0 24px;
}
.news__grid__item h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.23em;
  letter-spacing: -0.0372em;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.news__grid__item h3 i {
  font-size: 0.53em;
  color: #FF6600;
  margin-left: 10px;
  position: relative;
  top: -0.1em;
}
.news__grid__item h3 + div {
  color: #000;
  margin-top: 0.5em;
}
.news__grid__item:hover h3, .news__grid__item:focus h3 {
  color: #FF6600;
}
@media (max-width: 1079px) {
  .news__grid {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
  }
  .news__grid__item figure.image {
    margin-bottom: 10px;
  }
  .news__grid__item h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .news {
    margin: 60px 0;
  }
}
@media (max-width: 575px) {
  .news__grid {
    grid-template-columns: 1fr;
  }
  .news__grid__item h3 {
    font-size: 20px;
  }
}

.post {
  margin: 96px 0 92px;
}
.post figure {
  margin: 0 0 76px;
}
.post aside {
  max-width: 1361px;
}
.post aside p {
  letter-spacing: -0.051em;
}
.post aside p em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #EFEFEF;
  padding: 20px 30px;
  letter-spacing: normal;
}
.post aside a {
  text-decoration: underline;
  font-weight: 500;
}
.post__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin: 64px 0 0;
}
.post__navigation__prev, .post__navigation__next {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.83em;
  color: #000;
}
.post__navigation__prev a, .post__navigation__next a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #000;
  text-decoration: none !important;
  font-weight: 500;
}
.post__navigation__prev a i, .post__navigation__next a i {
  color: #FF6600;
  font-size: 10px;
}
.post__navigation__prev a:hover, .post__navigation__prev a:focus, .post__navigation__next a:hover, .post__navigation__next a:focus {
  color: #FF6600;
}
@media (max-width: 767px) {
  .post {
    margin: 60px 0;
  }
  .post figure {
    margin: 0 0 40px;
  }
  .post aside p em {
    padding: 10px 15px;
  }
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

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

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(0, 0, 0, 0.6));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 1920px;
  height: 1080px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

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

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
.animate {
  visibility: hidden;
}

:root {
  --animate-duration: 1.25s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  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 shakeX {
  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);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

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

@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-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);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-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);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

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

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

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

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

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

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

/* Flippers */
@-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;
  }
}
.animate__animated.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  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 lightSpeedInRight {
  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);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  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 lightSpeedInLeft {
  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);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-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;
  }
}
.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes drawLineH {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes drawLineH {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.animate__drawLineH {
  -webkit-animation-name: drawLineH;
  animation-name: drawLineH;
}

@-webkit-keyframes drawLineV {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes drawLineV {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.animate__drawLineV {
  -webkit-animation-name: drawLineV;
  animation-name: drawLineV;
}

@-webkit-keyframes hrFull {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hrFull {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__hrFull {
  -webkit-animation-name: hrFull;
  animation-name: hrFull;
}

@-webkit-keyframes hrFullReverse {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hrFullReverse {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__hrFullReverse {
  -webkit-animation-name: hrFullReverse;
  animation-name: hrFullReverse;
}
/*# sourceMappingURL=style.css.map */
