/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1170px) {

  .container {
    max-width: 1170px;
  }
}
/*
* 1 - Fonts
*/
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-300.woff2") format("woff2"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-300.woff") format("woff"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-300.ttf") format("truetype"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-300.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-regular.woff2") format("woff2"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-regular.woff") format("woff"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-regular.ttf") format("truetype"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-500.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-500.woff2") format("woff2"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-500.woff") format("woff"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-500.ttf") format("truetype"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-500.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-700.woff2") format("woff2"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-700.woff") format("woff"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-700.ttf") format("truetype"), url("/wp-content/themes/bitterspiel/fonts/poppins/poppins-v20-latin-700.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* ==========================================================================
 * Basic elements (no class selectors allowed)
 * ========================================================================== */
/**
 * Set up the html
 *
 * 1. Makes sure that some fonts are better rendered
 * 2. Set font to lining figures
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: Poppins;
}

#sections {
  scroll-margin-top: 90px;
}
@media (min-width: 1024px) {
  #sections {
    scroll-margin-top: 100px;
  }
}

/**
 * [1] Turn off text-shadow when selecting text for better readability
 */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

/* Remove default margin around figure
 */
/**
 * [1] Setting 'vertical-align' removes the whitespace that appears under 'img'
 *	   elements when they are dropped into a page as-is. Safer alternative to
 *	   using 'display: block;'.
 * [2] Remove border / especially on older browsers
 */
img,
svg {
  display: block;
  vertical-align: middle;
  /*[1]*/
  border: none;
  /*[2]*/
  max-width: 100%;
  height: auto;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dd,
figure,
pre,
table,
fieldset,
hr {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0 0 16px;
  line-height: inherit;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-text {
  font-size: 16px;
  line-height: 1.66em;
}
.c-text p {
  font-size: 16px;
  line-height: 1.66em;
  margin-bottom: 16px;
}
.c-text p:last-child {
  margin: 0;
}
.c-text.text-grey {
  color: #777;
}

.s-image-text-biere {
  scroll-margin-top: 100px;
}
.s-image-text-biere .c-bg-image {
  overflow: hidden;
}
@media (min-width: 768px) {
  .s-image-text-biere .c-bg-image {
    min-height: calc(100vh - 100px);
  }
}
.s-image-text-biere .c-bottle-wrapper .c-bootle {
  width: 100%;
  max-width: 160px;
  margin-bottom: -20px;
}
@media (min-width: 2000px) {
  .s-image-text-biere .c-bottle-wrapper .c-bootle {
    max-width: 250px;
  }
}
.s-image-text-biere .c-list-badge {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .s-image-text-biere .c-list-badge {
    top: -60px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1023px) {
  .s-image-text-biere .c-brand-name {
    display: flex;
    justify-content: center;
  }
  .s-image-text-biere .c-brand-name img {
    max-width: 150px;
  }
}
@media (min-width: 2000px) {
  .s-image-text-biere .c-brands-content .c-text {
    font-size: 20px;
    line-height: 1.66em;
  }
  .s-image-text-biere .c-brands-content .c-text p {
    font-size: 20px;
    line-height: 1.66em;
  }
  .s-image-text-biere .c-composition_list {
    min-height: 400px;
  }
}

.s-text-only .c-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.c-partner_logos {
  width: 100%;
  max-width: 920px;
  padding: 0 15px;
  margin: 0 auto;
}
.c-partner_logos .c-partner-logo_wrapper a {
  opacity: 0.8;
  transition: 0.5s;
}
.c-partner_logos .c-partner-logo_wrapper a:hover {
  opacity: 1;
}
.c-partner_logos .c-partner-logo_wrapper a img {
  width: 100%;
  height: 100%;
  max-height: 90px;
}
.c-partner_logos .c-partner-logo_wrapper.c-partner-logo_wrapper_1 img {
  max-height: 75px;
}

.c-form-wrapper {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.c-form-wrapper .c-form-field {
  margin-bottom: 10px;
}
.c-form-wrapper .c-form-field br {
  display: none;
}
.c-form-wrapper .c-form-field input, .c-form-wrapper .c-form-field textarea {
  width: 100%;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #373737;
  font-size: 14px;
  padding: 18px;
}
.c-form-wrapper .c-form-field input:focus, .c-form-wrapper .c-form-field textarea:focus {
  outline: none;
}
.c-form-wrapper .c-form-field textarea {
  resize: none;
  height: 200px;
}
.c-form-wrapper .c-form-field_acceptance a {
  color: #EC7723;
  font-weight: 600;
}
.c-form-wrapper .c-form-field_acceptance {
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.c-form-wrapper .c-form-field_acceptance .wpcf7-list-item {
  margin: 0;
}
.c-form-wrapper .c-form-field_acceptance .wpcf7-list-item-label {
  padding-left: 5px;
}
.c-form-wrapper .c-form-field_submit {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.c-form-wrapper .c-form-field_submit .wpcf7-spinner {
  display: none;
}
.c-form-wrapper .c-form-field_submit .submit-btn-primary {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #373737;
  transition: 0.5s;
  padding: 20px 30px;
  letter-spacing: 3px;
  font-size: 12px;
  cursor: pointer;
}
.c-form-wrapper .c-form-field_submit .submit-btn-primary:hover {
  background: #000;
}
.c-form-wrapper .c-form-field_submit .submit-btn-primary:disabled {
  cursor: not-allowed;
  background: #373737;
}
.c-form-wrapper .c-form-field_submit .submit-btn-primary:disabled:hover {
  background: #373737;
}

.welcome .o-header {
  display: none;
}
.welcome.home .c-preloader {
  display: block;
}

.home .c-preloader {
  display: none;
}

.c-header-logo {
  font-size: 0;
  line-height: 0;
}
.c-header-logo .custom-logo-link {
  display: inline-block;
}
.c-header-logo .custom-logo-link img {
  height: 100%;
  max-height: 90px;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .c-header-logo .custom-logo-link img {
    max-height: 100px;
  }
}

.o-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  transition: 0.5s;
  z-index: 25;
}
@media (min-width: 1024px) {
  .o-header {
    background: transparent;
  }
}
.o-header.scrolled {
  background: #FFF;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.c-header-menu ul {
  display: flex;
  align-items: center;
}
.c-header-menu ul li {
  padding: 20px;
}
.c-header-menu ul li a {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.5s;
}
.c-header-menu ul li a:hover {
  color: #ebd000;
}

.o-header.scrolled .c-header-menu a {
  color: #444;
}
.o-header.scrolled .c-header-menu li.current-menu-item a {
  color: #ebd000;
}

.page-template.biere .o-header {
  background: #FFF;
}
.page-template.biere .o-header .c-header-menu a {
  color: #444;
}
.page-template.biere .o-header .c-header-menu li.current-menu-item a {
  color: #ebd000;
}
.page-template.biere .site-content {
  padding-top: 90px;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .page-template.biere .site-content {
    padding-top: 100px;
  }
}

.c-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-preloader img {
  width: 375px;
  height: auto;
}

#rev_slider_1_1_wrapper {
  width: 100%;
  height: auto;
}

.o-hero-banner {
  min-height: 100vh;
}

.o-hero-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.o-hero-banner a svg {
  position: relative;
  transition: 0.5s;
  top: 0;
}
.o-hero-banner a svg:hover {
  top: 5px;
}

.page-template.newsletter .o-hero-banner a {
  display: none;
}

.c-mobile-menu {
  top: 90px;
}
.c-mobile-menu .menu-mobile-menu-container {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  z-index: 50;
  overflow: hidden;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}
.c-mobile-menu .menu-mobile-menu-container ul li {
  background: #FFF;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  transition: 0.5s;
}
.c-mobile-menu .menu-mobile-menu-container ul li a {
  background: #FFF;
  padding: 15px 20px;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.5s;
  display: block;
  width: 100%;
}
.c-mobile-menu .menu-mobile-menu-container ul li a:hover {
  color: #ebd000;
}
.c-mobile-menu .menu-mobile-menu-container ul li:hover a {
  background: rgba(0, 0, 0, 0.03);
  color: #ebd000;
}
.c-mobile-menu.opened .menu-mobile-menu-container {
  max-height: 202px;
  overflow: unset;
}

.c-mobile-icon {
  width: 38px;
  height: 22px;
  position: relative;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.c-mobile-icon span {
  display: block;
  position: absolute;
  width: 38px;
  background: #000;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.c-mobile-icon:hover span {
  background: #ED7223;
}

.c-mobile-icon span:nth-child(1) {
  top: 3px;
  height: 2px;
}

.c-mobile-icon span:nth-child(2),
.c-mobile-icon span:nth-child(3) {
  top: 10px;
  height: 2px;
}

.c-mobile-icon span:nth-child(4) {
  top: 17px;
  height: 2px;
}

.c-mobile-icon.open {
  background: transparent;
}
.c-mobile-icon.open span {
  width: 30px;
}

.c-mobile-icon.open span:nth-child(1), .c-mobile-icon.open span:nth-child(4) {
  opacity: 0;
}

.c-mobile-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.c-mobile-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.c-newsletter-box {
  border-radius: 4px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}
.c-newsletter-box .c-newsletter-form input[type=email], .c-newsletter-box .c-newsletter-form input[type=submit] {
  font-size: 20px;
  padding: 15px;
  width: 100%;
  outline: none;
}
.c-newsletter-box .c-newsletter-form input[type=email] {
  border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) {
  .c-newsletter-box .c-newsletter-form input[type=email] {
    border-radius: 4px 0 0 4px;
  }
}
.c-newsletter-box .c-newsletter-form input[type=submit] {
  border-radius: 0 0 4px 4px;
  text-align: center;
  color: #FFF;
  background: #444;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .c-newsletter-box .c-newsletter-form input[type=submit] {
    border-radius: 0 4px 4px 0;
  }
}
.c-newsletter-box .c-newsletter-form input[type=submit]:hover {
  background: #000;
}
.c-newsletter-box .c-newsletter-form .c-form-field_acceptance .wpcf7-list-item {
  margin: 0;
}
.c-newsletter-box .c-newsletter-form .c-form-field_acceptance .wpcf7-list-item input {
  margin-right: 5px;
}
.c-newsletter-box .c-newsletter-form .c-form-field_acceptance .wpcf7-list-item .wpcf7-list-item-label {
  color: #666;
  font-size: 14px;
}

.wpcf7-spinner {
  display: none;
}

/*
* 7 - Gutenberg Blocks
*/
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}

.has-white-color {
  color: #fff;
}

.wp-block-image .aligncenter img {
  margin: 0 auto;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-video video {
  width: 100%;
}

.static {
  position: static !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.m-0 {
  margin: 0px !important;
}

.-mx-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.-mx-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.block {
  display: block !important;
}

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

.flex {
  display: flex !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.h-24 {
  height: 24px !important;
}

.h-90 {
  height: 90px !important;
}

.h-\[0px\] {
  height: 0px !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-\[30px\] {
  height: 30px !important;
}

.h-\[40px\] {
  height: 40px !important;
}

.h-\[50px\] {
  height: 50px !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-\[70px\] {
  height: 70px !important;
}

.h-\[90px\] {
  height: 90px !important;
}

.h-full {
  height: 100% !important;
}

.w-115 {
  width: 115px !important;
}

.w-24 {
  width: 24px !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-full {
  width: 100% !important;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.p-15 {
  padding: 15px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

.text-h30 {
  font-size: 30px !important;
}

.text-h40 {
  font-size: 40px !important;
}

.text-p12 {
  font-size: 12px !important;
}

.text-p16 {
  font-size: 16px !important;
}

.text-p20 {
  font-size: 20px !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.italic {
  font-style: italic !important;
}

.text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / var(--tw-text-opacity)) !important;
}

.text-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.underline {
  text-decoration-line: underline !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

@media (min-width: 768px) {

  .tablet\:order-1 {
    order: 1 !important;
  }

  .tablet\:order-2 {
    order: 2 !important;
  }

  .tablet\:h-\[0px\] {
    height: 0px !important;
  }

  .tablet\:h-\[130px\] {
    height: 130px !important;
  }

  .tablet\:h-\[200px\] {
    height: 200px !important;
  }

  .tablet\:h-\[20px\] {
    height: 20px !important;
  }

  .tablet\:h-\[30px\] {
    height: 30px !important;
  }

  .tablet\:h-\[40px\] {
    height: 40px !important;
  }

  .tablet\:h-\[50px\] {
    height: 50px !important;
  }

  .tablet\:h-\[60px\] {
    height: 60px !important;
  }

  .tablet\:h-\[70px\] {
    height: 70px !important;
  }

  .tablet\:h-\[90px\] {
    height: 90px !important;
  }

  .tablet\:w-5\/12 {
    width: 41.666667% !important;
  }

  .tablet\:w-6\/12 {
    width: 50% !important;
  }

  .tablet\:w-7\/12 {
    width: 58.333333% !important;
  }

  .tablet\:p-30 {
    padding: 30px !important;
  }

  .tablet\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tablet\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .tablet\:pb-30 {
    padding-bottom: 30px !important;
  }

  .tablet\:pb-40 {
    padding-bottom: 40px !important;
  }

  .tablet\:text-left {
    text-align: left !important;
  }

  .tablet\:text-h22 {
    font-size: 22px !important;
  }

  .tablet\:text-h40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1024px) {

  .laptop\:order-1 {
    order: 1 !important;
  }

  .laptop\:order-2 {
    order: 2 !important;
  }

  .laptop\:mb-30 {
    margin-bottom: 30px !important;
  }

  .laptop\:ml-40 {
    margin-left: 40px !important;
  }

  .laptop\:block {
    display: block !important;
  }

  .laptop\:flex {
    display: flex !important;
  }

  .laptop\:hidden {
    display: none !important;
  }

  .laptop\:h-100 {
    height: 100px !important;
  }

  .laptop\:h-\[0px\] {
    height: 0px !important;
  }

  .laptop\:h-\[130px\] {
    height: 130px !important;
  }

  .laptop\:h-\[200px\] {
    height: 200px !important;
  }

  .laptop\:h-\[20px\] {
    height: 20px !important;
  }

  .laptop\:h-\[30px\] {
    height: 30px !important;
  }

  .laptop\:h-\[40px\] {
    height: 40px !important;
  }

  .laptop\:h-\[50px\] {
    height: 50px !important;
  }

  .laptop\:h-\[60px\] {
    height: 60px !important;
  }

  .laptop\:h-\[70px\] {
    height: 70px !important;
  }

  .laptop\:h-\[90px\] {
    height: 90px !important;
  }

  .laptop\:w-1\/3 {
    width: 33.333333% !important;
  }

  .laptop\:w-130 {
    width: 130px !important;
  }

  .laptop\:w-2\/3 {
    width: 66.666667% !important;
  }

  .laptop\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .laptop\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .laptop\:pb-20 {
    padding-bottom: 20px !important;
  }

  .laptop\:pb-40 {
    padding-bottom: 40px !important;
  }

  .laptop\:pb-75 {
    padding-bottom: 75px !important;
  }

  .laptop\:pt-0 {
    padding-top: 0px !important;
  }

  .laptop\:pt-100 {
    padding-top: 100px !important;
  }

  .laptop\:pt-55 {
    padding-top: 55px !important;
  }

  .laptop\:text-h24 {
    font-size: 24px !important;
  }
}

@media (min-width: 1440px) {

  .desktop\:h-\[0px\] {
    height: 0px !important;
  }

  .desktop\:h-\[130px\] {
    height: 130px !important;
  }

  .desktop\:h-\[200px\] {
    height: 200px !important;
  }

  .desktop\:h-\[20px\] {
    height: 20px !important;
  }

  .desktop\:h-\[30px\] {
    height: 30px !important;
  }

  .desktop\:h-\[40px\] {
    height: 40px !important;
  }

  .desktop\:h-\[50px\] {
    height: 50px !important;
  }

  .desktop\:h-\[60px\] {
    height: 60px !important;
  }

  .desktop\:h-\[70px\] {
    height: 70px !important;
  }

  .desktop\:h-\[90px\] {
    height: 90px !important;
  }
}

@media (min-width: 2000px) {

  .large\:ml-85 {
    margin-left: 85px !important;
  }

  .large\:w-190 {
    width: 190px !important;
  }

  .large\:pt-120 {
    padding-top: 120px !important;
  }

  .large\:text-h24 {
    font-size: 24px !important;
  }

  .large\:text-h30 {
    font-size: 30px !important;
  }

  .large\:leading-114 {
    line-height: 1.4 !important;
  }
}
