@charset "UTF-8";
/*

Theme Name: Ale Zebra theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: alezebra-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

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

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

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*
COLORS
*/
/*
FONTS
*/
body {
  font-family: "Poppins", sans-serif;
}

a {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  outline: none;
}

p {
  line-height: 1.5;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 4.5rem;
  padding: 1.8rem;
  font-weight: 600;
  font-size: 1.8rem;
  border: 2px solid transparent;
  line-height: 1;
  text-decoration: unset;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (max-width: 1200px) {
  .button {
    font-size: 1.4rem;
    padding: 1.4rem;
  }
}

.orange-button {
  color: white;
  background-color: #f08d00;
  border-color: #f08d00;
}
.orange-button:hover {
  color: #f08d00;
  background-color: white;
  border-color: white;
}

.big-orange-button {
  padding: 2.4rem;
  font-size: 2.4rem;
  color: white;
  background-color: #f08d00;
  border-color: #f08d00;
}
.big-orange-button:hover {
  color: #f08d00;
  background-color: white;
  border-color: white;
}
@media (max-width: 1200px) {
  .big-orange-button {
    font-size: 2rem;
    padding: 2rem;
  }
}

.white-border-button {
  background-color: transparent;
  color: white;
  border-color: white;
}
.white-border-button:hover {
  background-color: white;
  color: black;
}

.blue-button {
  color: white;
  background-color: #0088c7;
  border-color: #0088c7;
}
.blue-button:hover {
  color: #0088c7;
  background-color: white;
  border-color: white;
}

.plum-button {
  color: white;
  background-color: #960462;
  border-color: #960462;
}
.plum-button:hover {
  color: #960462;
  background-color: white;
  border-color: white;
}

/*
ADDITIONAL
*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
header {
  height: 7.0833333333vw;
  min-height: 8rem;
  padding: 0 8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  width: 100%;
}
header .header-container {
  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;
  height: 100%;
}
header .mobile-button-wrapper {
  display: none;
  z-index: 3;
}
header .mobile-button-wrapper button {
  padding: 0;
}
header .mobile-button-wrapper button span span::after {
  width: 2.4rem;
}
header .mobile-button-wrapper button.is-active span span::after {
  width: 4.8rem;
}
header .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo-wrapper a.logo {
  display: none;
}
header .logo-wrapper a.logo img {
  height: 4.84375vw;
  min-height: 5.4rem;
}
header .logo-wrapper .social-media {
  gap: 1rem;
  margin-left: 3rem;
  display: none;
}
header .logo-wrapper .social-media a {
  text-decoration: none;
}
header .logo-wrapper .social-media a img {
  max-width: 2.5rem;
}
header .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-wrapper ul li p,
header .menu-wrapper ul li a:not(.button) {
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}
header .menu-wrapper ul li p:hover,
header .menu-wrapper ul li a:not(.button):hover {
  color: #f08d00;
}
header .menu-wrapper ul li a {
  text-decoration: unset;
}
header .menu-wrapper ul li {
  padding: 2rem;
}
header .menu-wrapper ul li:last-of-type {
  display: none;
}
header .menu-wrapper ul a.pin {
  display: none;
}
header .menu-wrapper ul li.has-children {
  position: relative;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
header .menu-wrapper ul li.has-children p {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-wrapper ul li.has-children p:after {
  content: "";
  background-image: url("../../../../../wp-content/themes/alezebra-theme/assets/svg/menu-arrow.svg");
  width: 1.5rem;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
header .menu-wrapper ul li.has-children p.open-sub-menu:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1200px) {
  header .menu-wrapper ul li.has-children {
    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;
  }
}
header .menu-wrapper ul.sub-menu {
  left: -5rem;
  top: 6rem;
  -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: unset;
  position: absolute;
  border-radius: 1rem;
  background-color: #f08d00;
  display: none;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
header .menu-wrapper ul.sub-menu li {
  padding: 1.8rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .menu-wrapper ul.sub-menu li a:hover {
  color: black !important;
}
header .menu-wrapper ul.sub-menu li:last-of-type {
  border-bottom: unset;
}
header .menu-wrapper ul.sub-menu.visible-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  header .menu-wrapper ul.sub-menu {
    top: 0;
    position: relative;
    left: unset;
    bottom: unset;
    background-color: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header .menu-wrapper ul.sub-menu li:last-of-type {
    border-bottom: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 1200px) {
  header {
    padding: 0 2rem;
  }
  header .mobile-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu-wrapper {
    display: none;
    background-color: black;
    border-radius: 1.5rem;
    padding: 2rem;
    padding-top: 7rem;
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: 1rem;
  }
  header .menu-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  header .menu-wrapper ul li {
    padding: 0;
  }
  header .menu-wrapper ul li:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu-wrapper ul li p,
header .menu-wrapper ul li a:not(.button) {
    font-size: 1.4rem;
  }
  header .menu-wrapper ul a.pin {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.pin {
  color: white;
  font-weight: 500;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pin:before {
  margin-right: 5px;
  content: "";
  background-image: url("../../../../../wp-content/themes/alezebra-theme/assets/svg/pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2.6rem;
}

body:not(.home) header .header-container {
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  body:not(.home) header .menu-wrapper {
    background-color: #0088c7;
  }
}
body:not(.home) header .menu-wrapper ul li p,
body:not(.home) header .menu-wrapper ul li a:not(.button) {
  color: black;
}
body:not(.home) header .menu-wrapper ul li p:hover,
body:not(.home) header .menu-wrapper ul li a:not(.button):hover {
  color: #f08d00;
}
body:not(.home) header .menu-wrapper ul li a.pin:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body:not(.home) header .menu-wrapper ul li.has-children a {
  color: white;
}
body:not(.home) header .menu-wrapper ul li.has-children p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 1110px) {
  body:not(.home) header .menu-wrapper ul li.has-children {
    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;
  }
}
body:not(.home) header .logo-wrapper a.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body:not(.home) header .logo-wrapper a.pin {
  display: none;
}
body:not(.home) header .logo-wrapper .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body:not(.home) header .mobile-button-wrapper span.hamburger-inner {
  background-color: black;
}
body:not(.home) header .mobile-button-wrapper span.hamburger-inner:before, body:not(.home) header .mobile-button-wrapper span.hamburger-inner:after {
  background-color: inherit;
}

footer {
  padding: 2rem 8rem;
}
footer .footer-container {
  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;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: black;
}
footer .footer-container p {
  font-size: 1.2rem;
  font-weight: 500;
}
footer .footer-container a {
  font-weight: 600;
  color: black;
  text-decoration: unset;
  font-size: 1.8rem;
}
footer .footer-container a:hover {
  color: #f08d00;
}
footer .footer-container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
footer .mobile-footer {
  display: none;
}
@media (max-width: 860px) {
  footer {
    padding: 1rem 2rem;
  }
  footer .desktop-footer {
    display: none;
  }
  footer .mobile-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  footer .mobile-footer .wrapper {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-map-wrapper {
  height: 44rem;
  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;
  margin-bottom: 2rem;
}
.footer-map-wrapper img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .footer-map-wrapper {
    height: 28rem;
  }
}

.newsletter-container {
  padding: 4rem 0;
}
.newsletter-container .newsletter-wrapper {
  border-radius: 2rem;
  background-color: #960462;
  padding: 3rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsletter-container .newsletter-wrapper h3 {
  font-size: 3rem;
  font-weight: 600;
}
.newsletter-container .newsletter-wrapper p {
  font-weight: 400;
  font-size: 1.8rem;
}
.newsletter-container .newsletter-wrapper input {
  font-family: "Poppins", sans-serif;
}
.newsletter-container .newsletter-wrapper form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsletter-container .newsletter-wrapper .input-wrapper input {
  border: unset;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3.2rem;
  color: white;
  padding: 1.6rem;
  width: 100%;
}
.newsletter-container .newsletter-wrapper .input-wrapper input::-webkit-input-placeholder {
  color: white;
}
.newsletter-container .newsletter-wrapper .input-wrapper input::-moz-placeholder {
  color: white;
}
.newsletter-container .newsletter-wrapper .input-wrapper input:-ms-input-placeholder {
  color: white;
}
.newsletter-container .newsletter-wrapper .input-wrapper input::-ms-input-placeholder {
  color: white;
}
.newsletter-container .newsletter-wrapper .input-wrapper input::placeholder {
  color: white;
}
.newsletter-container .newsletter-wrapper span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 600;
}
.newsletter-container .newsletter-wrapper .acceptance-wrapper a {
  color: white;
  text-decoration: underline;
}
.newsletter-container .newsletter-wrapper .acceptance-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsletter-container .newsletter-wrapper .acceptance-wrapper span.wpcf7-list-item {
  margin: 0;
}
.newsletter-container .newsletter-wrapper .acceptance-wrapper input {
  padding: 0 !important;
  margin-right: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1.8rem;
  min-height: 1.8rem;
  width: 1.8rem !important;
  height: 1.8rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-container .newsletter-wrapper .acceptance-wrapper input:hover {
  cursor: pointer;
}
.newsletter-container .newsletter-wrapper .acceptance-wrapper input:checked:before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 3px;
  background-color: white;
}
.newsletter-container .newsletter-wrapper .acceptance-wrapper span.wpcf7-list-item-label {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}
.newsletter-container .newsletter-wrapper .submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.newsletter-container .newsletter-wrapper .submit-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1rem;
}
.newsletter-container .newsletter-wrapper div.wpcf7-response-output {
  border-color: white;
}
.newsletter-container .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: black;
}
.newsletter-container .text-wrapper .logo {
  width: 10rem;
}
.newsletter-container .text-wrapper p.data-wrapper {
  font-size: 1.8rem;
  font-weight: 500;
}
.newsletter-container .text-wrapper p.data-wrapper a {
  font-size: 3rem;
  font-weight: 600;
  text-decoration: none;
  color: black;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.newsletter-container .text-wrapper p.data-wrapper a:hover {
  color: #960462;
}
.newsletter-container .text-wrapper a.pin {
  color: black;
}
.newsletter-container .text-wrapper a.pin:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.newsletter-container .text-wrapper .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.newsletter-container .text-wrapper .social-media a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .newsletter-container .col-xl-1 {
    display: none;
  }
}
@media (max-width: 992px) {
  .newsletter-container .text-wrapper {
    margin-top: 4rem;
  }
  .newsletter-container .text-wrapper img {
    max-width: 12rem;
  }
  .newsletter-container .text-wrapper img.logo {
    max-width: 16rem;
  }
  .newsletter-container .text-wrapper p.data-wrapper {
    font-size: 1.6rem;
  }
  .newsletter-container .text-wrapper p.data-wrapper a {
    font-size: 1.8rem;
  }
  .newsletter-container .newsletter-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter-container .newsletter-wrapper h3 {
    text-align: center;
  }
  .newsletter-container .newsletter-wrapper h3 ~ p {
    font-size: 1.6rem;
    text-align: center;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  font-size: 1.6rem;
}

section {
  padding: 8rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4.8rem 0;
  }
}

div.row {
  padding: 1.6rem 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

a {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.error-page .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.error-page .wrapper p {
  color: white;
  font-size: 2rem;
}

section.default-page-section {
  padding-top: 0;
}
section.default-page-section h1.section-title {
  color: black;
  text-align: center;
  font-weight: 600;
  font-size: 4.2rem;
  margin-bottom: 4rem;
}
section.default-page-section .content-wrapper p {
  color: black;
  font-weight: 500;
  font-size: 1.6rem;
}

.formatted-content {
  font-weight: 500;
  color: black;
  line-height: 1.75;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.formatted-content * {
  max-width: 100%;
  line-height: 1.75;
}
.formatted-content sup {
  vertical-align: super;
  font-size: smaller;
}
.formatted-content sub {
  vertical-align: sub;
  font-size: smaller;
}
.formatted-content blockquote {
  border-left: 3px solid #960462;
  padding-left: 2rem;
  font-weight: 600;
  position: relative;
}
.formatted-content img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.formatted-content strong,
.formatted-content b {
  font-weight: 700;
}
.formatted-content em {
  font-style: italic;
}
.formatted-content a {
  text-decoration: underline;
  color: inherit;
}
.formatted-content ol {
  margin-bottom: 1rem;
}
.formatted-content ol li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 2rem;
}
.formatted-content ol li ol li {
  list-style: lower-alpha;
}
.formatted-content ul {
  margin-bottom: 1rem;
}
.formatted-content ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 2rem;
}
.formatted-content p {
  margin-bottom: 1rem;
}
.formatted-content h1,
.formatted-content h2,
.formatted-content h3,
.formatted-content h4,
.formatted-content h5,
.formatted-content h6 {
  text-transform: none;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  color: black;
}
.formatted-content h1 {
  font-size: calc(24px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h2 {
  font-size: calc(22px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h3 {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.formatted-content iframe {
  max-width: 100%;
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
}

.breadcrumbs-container {
  margin-top: 7.0833333333vw;
  margin-bottom: 3rem;
  padding: 0 8rem;
}
@media (max-width: 1100px) {
  .breadcrumbs-container {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .breadcrumbs-container {
    margin-top: 8rem;
  }
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul li {
  color: black;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul li:after {
  content: "/";
  color: black;
  margin-left: 5px;
}
.breadcrumbs ul li:last-of-type:after {
  display: none;
}
.breadcrumbs ul li p {
  font-weight: 600;
}
.breadcrumbs ul li a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .breadcrumbs ul li {
    font-size: 1.2rem;
  }
}

body.page-template-default:not(.home) div.newsletter-container,
body.page-template-default:not(.home) a.footer-map-wrapper {
  display: none;
}

section.attractions-section {
  padding: 4rem 0;
  background-color: #f08d00;
}
section.attractions-section .text-wrapper {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
section.attractions-section .text-wrapper h1 {
  font-size: 6rem;
  font-weight: 600;
}
section.attractions-section .text-wrapper p {
  font-weight: 400;
  font-size: 1.8rem;
}
section.attractions-section .text-wrapper p strong {
  font-weight: 600;
}
section.attractions-section .list-wrapper {
  border-left: 1px solid white;
  padding: 3rem;
}
section.attractions-section .list-wrapper ul {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
section.attractions-section .list-wrapper ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.attractions-section .list-wrapper ul li a:after {
  content: "";
  background-image: url("../../../../../wp-content/themes/alezebra-theme/assets/svg/attractions/arrow.svg");
  width: 7px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.attractions-section .list-wrapper ul li a img {
  max-height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.attractions-section .container {
  position: relative;
  z-index: 3;
}
section.attractions-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.attractions-section .decorator {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: -30%;
  width: 30rem;
}
@media (max-width: 1200px) {
  section.attractions-section .text-wrapper h1 {
    font-size: 4rem;
  }
  section.attractions-section:before {
    border-radius: 0 10rem 10rem 0;
    width: 90%;
  }
  section.attractions-section:after {
    border-radius: 0 10rem 0 0;
  }
}
@media (max-width: 992px) {
  section.attractions-section .decorator {
    width: 19rem;
    bottom: -10%;
  }
}
@media (max-width: 768px) {
  section.attractions-section .container {
    padding-right: 5rem;
  }
  section.attractions-section .text-wrapper {
    gap: 3rem;
  }
  section.attractions-section .text-wrapper h1 {
    font-size: 3rem;
  }
  section.attractions-section .text-wrapper p {
    font-size: 1.4rem;
  }
  section.attractions-section:before {
    width: 97%;
  }
  section.attractions-section .list-wrapper {
    margin-top: 3rem;
    padding: 0;
    border-left: unset;
    border-top: 1px solid white;
    padding-top: 3rem;
  }
  section.attractions-section .list-wrapper ul li a {
    font-size: 1.6rem;
  }
  section.attractions-section .decorator {
    right: -5%;
  }
}

section.attractions-section-list .text-wrapper {
  color: white;
  line-height: 1.5;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
section.attractions-section-list .text-wrapper h2 {
  font-weight: 600;
  font-size: 2.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
section.attractions-section-list .text-wrapper h3 {
  font-weight: 400;
  font-size: 2.2rem;
}
section.attractions-section-list .text-wrapper p {
  font-weight: 500;
  font-size: 1.4rem;
}
section.attractions-section-list .text-wrapper .conditions-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.attractions-section-list .text-wrapper .conditions-list ul li {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
section.attractions-section-list .text-wrapper .conditions-list ul li span {
  opacity: 0.8;
}
section.attractions-section-list .image-wrapper img {
  max-width: 100%;
}
section.attractions-section-list .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  section.attractions-section-list .text-wrapper h2 {
    font-size: 2.2rem;
  }
  section.attractions-section-list .text-wrapper h3 {
    font-size: 1.4rem;
  }
  section.attractions-section-list .text-wrapper p {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  section.attractions-section-list .image-wrapper {
    margin-top: 2rem;
  }
}

section#laser-tag {
  background-color: white;
  background-image: url("../../../../../wp-content/themes/alezebra-theme/assets/img/zebra-pattern-full.png");
  padding-top: 24rem;
  background-size: cover;
}
section#laser-tag:before {
  content: "";
  position: absolute;
  width: 85%;
  height: calc(100% - 16rem);
  bottom: 0;
  right: 0;
  background-color: #0088c7;
  border-radius: 999px 0 0 999px;
}
@media (max-width: 1200px) {
  section#laser-tag:before {
    border-radius: 10rem 0 0 10rem;
  }
}
@media (max-width: 992px) {
  section#laser-tag {
    padding-top: 14rem;
  }
  section#laser-tag:before {
    height: calc(100% - 8rem);
    width: 100%;
    border-radius: 0;
  }
}

section#vr {
  background-color: #0088c7;
}
section#vr:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f08d00;
  border-radius: 0 999px 999px 0;
}
@media (max-width: 1200px) {
  section#vr:before {
    border-radius: 0 10rem 10rem 0;
  }
}
@media (max-width: 992px) {
  section#vr:before {
    border-radius: 0 10rem 0 0;
    width: 100%;
  }
}

section#prywatne-karaoke {
  background-color: #f08d00;
}
section#prywatne-karaoke:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #960462;
  border-radius: 999px 0 0 999px;
}
@media (max-width: 1200px) {
  section#prywatne-karaoke:before {
    border-radius: 10rem 0 0 10rem;
  }
}
@media (max-width: 992px) {
  section#prywatne-karaoke:before {
    width: 100%;
    border-radius: 10rem 0 0 0;
  }
}

section#bilard {
  background-color: #960462;
}
section#bilard:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0088c7;
  border-radius: 0 999px 999px 0;
}
@media (max-width: 1200px) {
  section#bilard:before {
    border-radius: 0 10rem 10rem 0;
  }
}
@media (max-width: 992px) {
  section#bilard:before {
    border-radius: 0 10rem 0 0;
    width: 100%;
  }
}

section#dart {
  background-color: #0088c7;
}
section#dart:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f08d00;
  border-radius: 999px 0 0 999px;
}
@media (max-width: 1200px) {
  section#dart:before {
    border-radius: 10rem 0 0 10rem;
  }
}
@media (max-width: 992px) {
  section#dart:before {
    width: 100%;
    border-radius: 10rem 0 0 0;
  }
}

section#flipery {
  background-color: #f08d00;
}
section#flipery:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #960462;
  border-radius: 0 999px 999px 0;
}
@media (max-width: 1200px) {
  section#flipery:before {
    border-radius: 0 10rem 10rem 0;
  }
}
@media (max-width: 992px) {
  section#flipery:before {
    width: 100%;
    border-radius: 0 10rem 0 10rem;
  }
}

section#beerpong {
  background-color: #960462;
}
section#beerpong:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #0088c7;
  border-radius: 999px 0 0 999px;
}
@media (max-width: 1200px) {
  section#beerpong:before {
    border-radius: 10rem 0 0 10rem;
  }
}
@media (max-width: 992px) {
  section#beerpong:before {
    width: 100%;
    border-radius: 10rem 0 0 0;
  }
}

section#automaty-arcade {
  background-color: #0088c7;
}
section#automaty-arcade:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f08d00;
  border-radius: 0 999px 999px 0;
}
@media (max-width: 1200px) {
  section#automaty-arcade:before {
    border-radius: 0 10rem 10rem 0;
  }
}
@media (max-width: 992px) {
  section#automaty-arcade:before {
    width: 100%;
    border-radius: 0 10rem 0 10rem;
  }
}

div.automaty-decorator-box {
  height: 10rem;
  background-color: white;
  position: relative;
}
div.automaty-decorator-box::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 33%;
  background-color: #0088c7;
  top: 0;
  right: 0;
  border-radius: 0 0 0 15rem;
}
@media (max-width: 992px) {
  div.automaty-decorator-box {
    height: 6rem;
  }
  div.automaty-decorator-box:before {
    width: 75%;
    right: unset;
    left: 0;
    border-radius: 0 0 15rem 0;
  }
}

section.events-section {
  padding: 4rem 0;
}
section.events-section:before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f08d00;
  border-radius: 0 999px 999px 0;
  width: 90%;
  z-index: 2;
}
section.events-section .container {
  position: relative;
  z-index: 3;
}
section.events-section .text-wrapper {
  color: white;
  line-height: 1.5;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding-bottom: 5rem;
}
section.events-section .text-wrapper h1 {
  font-size: 6rem;
  font-weight: 600;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
section.events-section .text-wrapper h2 {
  font-size: 3rem;
  font-weight: 400;
}
section.events-section .text-wrapper p {
  font-size: 1.8rem;
  font-weight: 500;
}
section.events-section .image-wrapper img {
  max-width: 100%;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
section.events-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  section.events-section:before {
    border-radius: 0 10rem 10rem 0;
  }
  section.events-section .text-wrapper h1 {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  section.events-section .text-wrapper {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  section.events-section:before {
    width: 100%;
    border-radius: 0 10rem 0 0;
  }
  section.events-section .text-wrapper {
    padding-bottom: 2rem;
    max-width: unset;
  }
  section.events-section .text-wrapper h1 {
    font-size: 3rem;
  }
  section.events-section .text-wrapper h2 {
    font-size: 1.4rem;
  }
  section.events-section .text-wrapper p {
    font-size: 1.2rem;
  }
}

section.offer-form {
  background-image: url("../../../../../wp-content/themes/alezebra-theme/assets/img/zebra-pattern-full.png");
  padding-top: 0;
  background-size: cover;
}
section.offer-form .row {
  padding-top: 0;
}
section.offer-form:after {
  position: absolute;
  content: "";
  height: 94%;
  top: -4rem;
  left: 0;
  background-color: #f08d00;
  border-radius: 0px 0px 310px 0px;
  width: 54%;
  z-index: 1;
}
section.offer-form .form-wrapper {
  padding: 3rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
}
section.offer-form .form-wrapper img {
  max-width: 100%;
}
section.offer-form h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
section.offer-form input,
section.offer-form textarea {
  font-family: "Poppins", sans-serif;
}
section.offer-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.offer-form .options-wrapper {
  width: 100%;
}
section.offer-form .options-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.offer-form .options-wrapper span.wpcf7-list-item {
  margin: 0;
}
section.offer-form .options-wrapper span.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.offer-form .options-wrapper input {
  padding: 0 !important;
  margin-right: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1.8rem;
  min-height: 1.8rem;
  width: 1.8rem !important;
  height: 1.8rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.offer-form .options-wrapper input:hover {
  cursor: pointer;
}
section.offer-form .options-wrapper input:checked:before {
  content: "";
  width: 60%;
  height: 60%;
  background-color: #0088c7;
  border-radius: 3px;
}
section.offer-form .options-wrapper span.wpcf7-list-item-label {
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
}
section.offer-form .input-wrapper {
  width: 100%;
}
section.offer-form .input-wrapper input,
section.offer-form .input-wrapper textarea {
  border: unset;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3.2rem;
  color: white;
  padding: 1.6rem;
  width: 100%;
}
section.offer-form .input-wrapper input::-webkit-input-placeholder, section.offer-form .input-wrapper textarea::-webkit-input-placeholder {
  color: white;
}
section.offer-form .input-wrapper input::-moz-placeholder, section.offer-form .input-wrapper textarea::-moz-placeholder {
  color: white;
}
section.offer-form .input-wrapper input:-ms-input-placeholder, section.offer-form .input-wrapper textarea:-ms-input-placeholder {
  color: white;
}
section.offer-form .input-wrapper input::-ms-input-placeholder, section.offer-form .input-wrapper textarea::-ms-input-placeholder {
  color: white;
}
section.offer-form .input-wrapper input::placeholder,
section.offer-form .input-wrapper textarea::placeholder {
  color: white;
}
section.offer-form .input-wrapper ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  cursor: pointer;
}
section.offer-form span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 600;
}
section.offer-form .acceptance-wrapper a {
  color: white;
  text-decoration: underline;
}
section.offer-form .acceptance-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.offer-form .acceptance-wrapper span.wpcf7-list-item {
  margin: 0;
}
section.offer-form .acceptance-wrapper input {
  padding: 0 !important;
  margin-right: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1.8rem;
  min-height: 1.8rem;
  width: 1.8rem !important;
  height: 1.8rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.offer-form .acceptance-wrapper input:hover {
  cursor: pointer;
}
section.offer-form .acceptance-wrapper input:checked:before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 3px;
  background-color: #0088c7;
}
section.offer-form .acceptance-wrapper span.wpcf7-list-item-label {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}
section.offer-form .submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
section.offer-form .submit-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.offer-form div.wpcf7-response-output {
  border-color: white;
}
section.offer-form .text-wrapper {
  color: white;
  height: 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: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  z-index: 2;
}
section.offer-form .text-wrapper .wrapper {
  position: relative;
}
section.offer-form .text-wrapper .wrapper * {
  position: relative;
  z-index: 2;
}
section.offer-form .text-wrapper .wrapper:before {
  position: absolute;
  content: "";
  height: calc(100% + 16rem);
  top: -9rem;
  left: -12rem;
  background-color: #960462;
  border-radius: 999px 0 0 999px;
  width: 250%;
  z-index: 1;
}
section.offer-form .text-wrapper p {
  font-weight: 400;
  font-size: 2.6rem;
  margin-bottom: 5rem;
}
section.offer-form .text-wrapper p.data-wrapper {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
section.offer-form .text-wrapper p.data-wrapper a {
  font-size: 2.6rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
section.offer-form .text-wrapper p.data-wrapper a:hover {
  color: #960462;
}
section.offer-form .text-wrapper img {
  max-width: 12.6rem;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  section.offer-form .row .col:first-of-type {
    display: none;
  }
  section.offer-form .text-wrapper p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  section.offer-form .text-wrapper p.data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.offer-form .text-wrapper p.data-wrapper a {
    font-size: 2rem;
  }
  section.offer-form .text-wrapper .wrapper:before {
    border-radius: 10rem 0 0 10rem;
    left: -6rem;
  }
  section.offer-form:after {
    border-radius: 0 0 10rem 0;
  }
}
@media (max-width: 992px) {
  section.offer-form {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.offer-form .row .col-lg-1 {
    display: none;
  }
}
@media (max-width: 768px) {
  section.offer-form {
    background-size: 100% 50%;
    background-position-y: 50%;
  }
  section.offer-form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.offer-form .text-wrapper {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
  section.offer-form .text-wrapper .wrapper:before {
    top: -4rem;
    height: calc(100% + 8rem);
  }
  section.offer-form .form-wrapper {
    padding: 0;
  }
  section.offer-form:after {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  section.offer-form h3 {
    font-size: 1.8rem;
  }
  section.offer-form .text-wrapper .wrapper {
    padding-left: 4rem;
  }
  section.offer-form .text-wrapper .wrapper:before {
    left: -1.5rem;
  }
}

body.page-template-o-nas section.events-section:before {
  background-color: #0088c7;
}
body.page-template-o-nas section.events-section .text-wrapper h1 {
  font-size: 5.6rem;
}
@media (max-width: 992px) {
  body.page-template-o-nas section.events-section .text-wrapper h1 {
    font-size: 3rem;
  }
}
body.page-template-o-nas section.events-section .text-wrapper h2 {
  font-size: 2.2rem;
}
body.page-template-o-nas section.events-section .text-wrapper span {
  display: block;
  font-size: 1.4rem;
}
body.page-template-o-nas section.offer-form:after {
  background-color: #0088c7;
  width: 56%;
}
body.page-template-o-nas section.offer-form .text-wrapper {
  height: unset;
  padding-right: 4rem;
}
body.page-template-o-nas section.offer-form .text-wrapper p {
  font-size: 1.6rem;
}
body.page-template-o-nas section.offer-form .form-wrapper {
  padding: 0;
  padding-right: 4rem;
}
body.page-template-o-nas section.offer-form .slider-wrapper {
  position: relative;
}
body.page-template-o-nas section.offer-form .slider-wrapper .slick-list {
  width: 200%;
}
body.page-template-o-nas section.offer-form .slider-wrapper * {
  position: relative;
  z-index: 3;
}
body.page-template-o-nas section.offer-form .slider-wrapper h3 {
  font-size: 3rem;
  color: white;
  font-weight: 500;
  margin-bottom: 3rem;
}
body.page-template-o-nas section.offer-form .slider-wrapper:before {
  position: absolute;
  content: "";
  height: calc(100% + 8rem);
  top: -4rem;
  left: -16rem;
  background-color: #f08d00;
  border-radius: 999px 0 0 999px;
  width: 250%;
  z-index: 2;
}
body.page-template-o-nas section.offer-form .about-slider {
  padding-bottom: 2rem;
}
body.page-template-o-nas section.offer-form .about-slider .slick-slide {
  padding: 0 1rem;
}
body.page-template-o-nas section.offer-form .about-slider .slide {
  max-height: 32rem;
  padding-top: 58.9318600368%;
  position: relative;
}
body.page-template-o-nas section.offer-form .about-slider .slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-o-nas section.offer-form .about-slider .slick-arrow {
  top: unset;
  bottom: -4rem;
  width: 4rem;
  height: 4rem;
  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;
  position: absolute;
}
body.page-template-o-nas section.offer-form .about-slider .slick-arrow:before {
  display: none;
}
body.page-template-o-nas section.offer-form .about-slider .slick-arrow:after {
  content: "";
  background-image: url("../../../../../wp-content/themes/alezebra-theme/assets/svg/menu-arrow.svg");
  width: 2.5rem;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.page-template-o-nas section.offer-form .about-slider .slick-arrow.slick-prev {
  left: 0;
}
body.page-template-o-nas section.offer-form .about-slider .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.page-template-o-nas section.offer-form .about-slider .slick-arrow.slick-next {
  right: unset;
  left: 5rem;
}
@media (max-width: 1200px) {
  body.page-template-o-nas section.offer-form .row .col:first-of-type {
    display: none;
  }
  body.page-template-o-nas section.offer-form:after {
    border-radius: 0 0 10rem 0;
    top: 0;
  }
  body.page-template-o-nas section.offer-form .slider-wrapper:before {
    left: -6rem;
    border-radius: 10rem 0 0 10rem;
  }
}
@media (max-width: 992px) {
  body.page-template-o-nas section.offer-form {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.page-template-o-nas section.offer-form .row .col-lg-1 {
    display: none;
  }
}
@media (max-width: 768px) {
  body.page-template-o-nas section.offer-form {
    background-size: 100% 50%;
    background-position-y: 50%;
  }
  body.page-template-o-nas section.offer-form .slider-wrapper {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
  body.page-template-o-nas section.offer-form .text-wrapper {
    padding-right: 0;
  }
  body.page-template-o-nas section.offer-form .form-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  body.page-template-o-nas section.offer-form .slider-wrapper {
    padding-left: 4rem;
  }
  body.page-template-o-nas section.offer-form .slider-wrapper .slick-list {
    width: 170%;
  }
  body.page-template-o-nas section.offer-form .slider-wrapper:before {
    left: -1.5rem;
  }
}

body.page-template-kontakt section.events-section {
  padding-bottom: 0;
}
body.page-template-kontakt section.events-section .text-wrapper h1 {
  font-size: 5.6rem;
}
body.page-template-kontakt section.events-section .text-wrapper a {
  font-size: 3rem;
}
body.page-template-kontakt section.events-section .text-wrapper a span {
  font-size: 1.8rem;
  padding-right: 2rem;
}
body.page-template-kontakt section.events-section .text-wrapper a.pin {
  font-size: 1.6rem;
}
body.page-template-kontakt section.events-section .text-wrapper p {
  font-weight: 400;
}
body.page-template-kontakt section.events-section .text-wrapper p strong {
  font-weight: 600;
}
body.page-template-kontakt section.events-section .text-wrapper .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
body.page-template-kontakt section.events-section .text-wrapper .social-media a {
  text-decoration: none;
}
body.page-template-kontakt section.events-section .text-wrapper .social-media a img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body.page-template-kontakt section.offer-form .form-wrapper {
  padding: 0;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: -30rem;
  position: relative;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper * {
  position: relative;
  z-index: 3;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper:before {
  position: absolute;
  content: "";
  height: calc(100% + 16rem);
  top: -8rem;
  left: -12rem;
  background-color: #960462;
  border-radius: 999px 0 0 999px;
  width: 250%;
  z-index: 2;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper h3 {
  font-size: 3rem;
  font-weight: 600;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper p {
  font-weight: 400;
  font-size: 1.8rem;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper p strong {
  font-weight: 600;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper input {
  font-family: "Poppins", sans-serif;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .input-wrapper input {
  border: unset;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3.2rem;
  color: white;
  padding: 1.6rem;
  width: 100%;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .input-wrapper input::-webkit-input-placeholder {
  color: white;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .input-wrapper input::-moz-placeholder {
  color: white;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .input-wrapper input:-ms-input-placeholder {
  color: white;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .input-wrapper input::-ms-input-placeholder {
  color: white;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .input-wrapper input::placeholder {
  color: white;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 600;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .acceptance-wrapper a {
  color: white;
  text-decoration: underline;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .acceptance-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .acceptance-wrapper span.wpcf7-list-item {
  margin: 0;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .acceptance-wrapper input {
  padding: 0 !important;
  margin-right: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1.8rem;
  min-height: 1.8rem;
  width: 1.8rem !important;
  height: 1.8rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .acceptance-wrapper input:hover {
  cursor: pointer;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .acceptance-wrapper input:checked:before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 3px;
  background-color: white;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .acceptance-wrapper span.wpcf7-list-item-label {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper .submit-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1rem;
}
body.page-template-kontakt section.offer-form .newsletter-wrapper div.wpcf7-response-output {
  border-color: white;
}
body.page-template-kontakt .newsletter-container {
  display: none;
}
body.page-template-kontakt .zebra-pattern-decorator,
body.page-template-kontakt .footer-map-wrapper {
  display: none;
}

body.page-template-bar .newsletter-container {
  display: none;
}
body.page-template-bar .footer-map-wrapper {
  display: none;
}

section.bar-menu-section {
  padding: 4rem 0;
}
section.bar-menu-section .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
section.bar-menu-section .header-wrapper h1 {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
section.bar-menu-section .header-wrapper p {
  font-size: 3rem;
}
section.bar-menu-section .image-wrapper img {
  max-width: 100%;
}
section.bar-menu-section .cat-wrapper p.cat-title {
  padding: 1.8rem 2.4rem;
  line-height: 1.25;
  color: white;
  border-radius: 3.2rem;
  font-size: 1.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 3rem;
}
section.bar-menu-section .cat-wrapper p.cat-title b {
  font-weight: 600;
  padding-right: 5px;
}
section.bar-menu-section .cat-wrapper p.cat-title.orange {
  background-color: #f08d00;
}
section.bar-menu-section .cat-wrapper p.cat-title.plum {
  background-color: #960462;
}
section.bar-menu-section .cat-wrapper p.cat-title.blue {
  background-color: #0088c7;
}
section.bar-menu-section .cat-wrapper p.cat-title.black {
  background-color: black;
}
section.bar-menu-section .cat-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
section.bar-menu-section .cat-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
section.bar-menu-section .cat-wrapper ul li div.price1,
section.bar-menu-section .cat-wrapper ul li div.price2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.bar-menu-section .cat-wrapper ul li p.price {
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 2.4rem;
  border: 1px solid #d6d6d6;
}
section.bar-menu-section .cat-wrapper ul li p.price ~ span {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #999;
}
section.bar-menu-section .cat-wrapper ul li p.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.bar-menu-section .cat-wrapper ul li p.desc b {
  font-weight: 600;
}
section.bar-menu-section .cat-wrapper ul li p.desc span {
  display: block;
  font-size: 1.3rem;
}
section.bar-menu-section .cat-wrapper ul li p.desc span.add {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #999;
}
section.bar-menu-section .mobile-image-wrapper {
  display: none;
}
section.bar-menu-section .mobile-image-wrapper img {
  max-width: 100%;
}
@media (max-width: 992px) {
  section.bar-menu-section {
    padding-top: 0;
  }
  section.bar-menu-section .col-12 {
    gap: 3rem;
  }
  section.bar-menu-section .col-12:last-of-type {
    margin-top: 3rem;
  }
  section.bar-menu-section .image-wrapper {
    display: none;
  }
  section.bar-menu-section .mobile-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.bar-menu-section .header-wrapper h1 {
    font-size: 3rem;
  }
  section.bar-menu-section .header-wrapper p {
    font-size: 1.6rem;
  }
  section.bar-menu-section .cat-wrapper p.cat-title {
    font-size: 1.6rem;
  }
}

section.bookero-section {
  background-color: white;
  padding: 0;
}
section.bookero-section h1 {
  color: black;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
}
section.bookero-section #bookero-plugin form .bookero-plugin-form-message {
  border-color: #0088c7;
  color: #0088c7;
  background-color: rgba(5, 72, 252, 0.0705882353);
}
section.bookero-section #bookero-plugin form h2 {
  background: #0088c7;
}
section.bookero-section #bookero-plugin form h3.bookero-plugin-form-heading {
  color: black;
}
section.bookero-section #bookero-plugin form button.add-button,
section.bookero-section #bookero-plugin form button.submit-button {
  background-color: #0088c7;
  font-family: "Poppins", sans-serif;
  border-radius: 4.5rem;
}

body.page-template-rezerwacja div.newsletter-container {
  display: none;
}

section.error-page {
  margin-top: 7.0833333333vw;
  margin-bottom: 3rem;
  padding: 0 8rem;
}
@media (max-width: 1100px) {
  section.error-page {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  section.error-page {
    margin-top: 8rem;
  }
}
section.error-page .wrapper {
  margin-top: 4rem;
}
section.error-page .wrapper p {
  color: black;
  font-size: 3rem;
}

body.error404 .newsletter-container {
  display: none;
}

section.packages h2 {
  text-align: center;
}
section.packages .boxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
section.packages .box {
  padding: 3rem;
  border-radius: 2.4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  width: calc(100% - 6rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.packages .box h3 {
  font-size: 3.2rem;
  font-weight: 600;
}
section.packages .box p {
  font-size: 1.8rem;
  padding: 1.8rem;
  border-radius: 3.2rem;
  margin-bottom: 1rem;
  border: 2px solid white;
  font-weight: 600;
  line-height: 1;
}
section.packages .box ul {
  padding-left: 2rem;
}
section.packages .box ul li {
  line-height: 1.5;
  list-style-type: disc;
}
section.packages .box.blue-box {
  background-color: #0088c7;
}
section.packages .box.plum-box {
  background-color: #960462;
}
section.packages .box.orange-box {
  background-color: #f08d00;
}
@media (max-width: 1200px) {
  section.packages .boxes-wrapper {
    gap: 1.5rem;
  }
  section.packages .boxes-wrapper .box {
    padding: 1.5rem;
    padding-top: 2rem;
    gap: 1.5rem;
    width: calc(100% - 3rem);
  }
  section.packages .boxes-wrapper .box h3 {
    font-size: 2.4rem;
  }
  section.packages .boxes-wrapper .box p {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
  section.packages .boxes-wrapper .box ul li {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  section.packages .boxes-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.packages .boxes-wrapper .box {
    width: 100%;
  }
}

section.main-video-section {
  padding: 0;
}
section.main-video-section img.bg {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
section.main-video-section video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
section.main-video-section .header-wrapper {
  position: absolute;
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 5rem;
  z-index: 10;
  gap: 3rem;
  color: white;
}
section.main-video-section .header-wrapper h1 {
  font-size: 6rem;
  text-align: center;
  font-weight: 600;
}
section.main-video-section .header-wrapper p {
  font-size: 2.4rem;
  text-align: center;
}
section.main-video-section::after {
  width: 100%;
  height: 30vh;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1200px) {
  section.main-video-section .header-wrapper h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 576px) {
  section.main-video-section .header-wrapper {
    padding: 0 2rem;
  }
  section.main-video-section .header-wrapper img.logo {
    max-width: 10rem;
  }
  section.main-video-section .header-wrapper img:not(.logo) {
    max-width: 100%;
  }
  section.main-video-section .header-wrapper h1 {
    font-size: 3.2rem;
  }
  section.main-video-section .header-wrapper p {
    font-size: 1.4rem;
  }
}

img.zebra-pattern-decorator {
  max-height: 13rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  img.zebra-pattern-decorator {
    max-height: 8rem;
  }
}

.section-header {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.section-header h2 {
  font-size: 3rem;
  font-weight: 600;
}
.section-header img {
  max-width: 100%;
}
.section-header p {
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  max-width: 60%;
}
.section-header p b,
.section-header p strong {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .section-header p {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .section-header p {
    max-width: 100%;
  }
}

article {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
  border-radius: 2.4rem;
  overflow: hidden;
}
article .image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
}
article .image-wrapper > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
article .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(83.83%, rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 83.83%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 83.83%);
}
article .image-wrapper .title {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 2rem;
  width: 100%;
  z-index: 1;
}
article .image-wrapper .title h3 {
  color: white;
  font-weight: 600;
  font-size: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article .image-wrapper .title h3 img {
  max-height: 100%;
  margin-right: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
article .text-wrapper {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  padding: 1.8rem 1rem;
}
@media (max-width: 1200px) {
  article .image-wrapper .title h3 {
    font-size: 1.8rem;
  }
  article .image-wrapper .title h3 img {
    max-height: 4rem;
  }
}

section.all-activites .articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
section.all-activites .articles-wrapper article {
  width: calc((100% - 9rem) / 4);
}
@media (max-width: 1200px) {
  section.all-activites .articles-wrapper article {
    width: calc((100% - 6rem) / 3);
  }
}
@media (max-width: 992px) {
  section.all-activites .articles-wrapper article {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 768px) {
  section.all-activites .articles-wrapper {
    gap: 4rem;
  }
  section.all-activites .articles-wrapper article {
    width: 100%;
  }
}
section.all-activites .zebra1,
section.all-activites .zebra2 {
  position: absolute;
  top: -5rem;
  max-width: 20%;
}
@media (max-width: 768px) {
  section.all-activites .zebra1,
section.all-activites .zebra2 {
    display: none;
  }
}
section.all-activites .zebra1 {
  left: 5rem;
}
section.all-activites .zebra2 {
  right: 5rem;
}

section.party-cta {
  padding: 0;
}
section.party-cta .section-header {
  background-size: cover;
  background-image: url("../../../../../wp-content/themes/alezebra-theme/assets/img/home/party-bg1.png");
  border-radius: 3rem;
  color: white;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10% 0 10% 10%;
}
section.party-cta .section-header h2 {
  font-size: 4.8rem;
}
section.party-cta .section-header p {
  text-align: left;
  font-size: 3rem;
  max-width: 60%;
}
@media (max-width: 992px) {
  section.party-cta .section-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem;
    gap: 2rem;
  }
  section.party-cta .section-header h2 {
    font-size: 3rem;
  }
  section.party-cta .section-header p {
    font-size: 1.4rem;
    max-width: unset;
    text-align: center;
  }
}

section.opinions {
  padding-bottom: 0;
}
section.opinions .slider-wrapper {
  margin-top: 4rem;
}
section.opinions .slider-wrapper .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.opinions .slider-wrapper .slick-slide {
  height: inherit !important;
}
section.opinions .slider-wrapper .slick-slide > div,
section.opinions .slider-wrapper .slick-slide .slide {
  height: 100% !important;
}
section.opinions .slider-wrapper .slick-slide {
  padding: 1.5rem;
}
@media (max-width: 576px) {
  section.opinions .slider-wrapper .slick-slide {
    padding: 0;
  }
}
section.opinions .slider-wrapper .slide {
  border-radius: 2.4rem;
  background: #f3f3f3;
  padding: 2rem 3rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
section.opinions .slider-wrapper .slide p.name {
  font-weight: 600;
}
section.opinions .slider-wrapper .slick-arrow.slick-next {
  width: 3.7rem;
  height: 3.7rem;
  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-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  right: 0;
}
section.opinions .slider-wrapper .slick-arrow.slick-next:before {
  display: none;
}
section.opinions .slider-wrapper .slick-arrow.slick-next:after {
  content: "";
  background-image: url("../../../../../wp-content/themes/alezebra-theme/assets/svg/menu-arrow.svg");
  width: 1.5rem;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
section.opinions .slider-wrapper .slick-arrow.slick-prev {
  display: none;
}

section.party .articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.party .articles-wrapper article {
  width: calc((100% - 4rem) / 2);
}
section.party .articles-wrapper article .image-wrapper {
  position: relative;
  aspect-ratio: 708/380;
}
section.party .articles-wrapper article .image-wrapper > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.party .articles-wrapper article .image-wrapper .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;
  gap: 2rem;
}
@media (max-width: 768px) {
  section.party .articles-wrapper article {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.party .articles-wrapper article .image-wrapper {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 430px) {
  section.party .articles-wrapper article .image-wrapper .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 48px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 48px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-6.8571428571px, -6px, 0);
          transform: rotate(-45deg) translate3d(-6.8571428571px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

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

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */