/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

/* box-sizing */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/******************************************************************************
 *	COLORS
 *****************************************************************************/
/******************************************************************************
 *	FONTS
 *****************************************************************************/
/******************************************************************************
 *	BREAKPOINTS
 *****************************************************************************/
/******************************************************************************
 *	CONTENT
 *****************************************************************************/
/**
 *		Force an element to self-clear its floated children
 *
 *		element/.class/#id {
 *			@extend %clearfix;
 *		}
 */
/**
 *		Absolutely position an element to the full width/height of its parent
 *
 *		element/.class/#id {
 *			@extend %fullcoverage;
 *		}
 */
/**
 *		Absolutely position an element to the center of its parent
 *
 *		element/.class/#id {
 *			@extend %center;
 *		}
 */
/**
 *		Sets:
 *			- max-width (defaults to global $max_width_content)
 *			- margin-right and margin-left to 'auto' (to center)
 *			- padding (top/bottom to 0, left/right defaults to global $padding_content)
 */
/**
 *		Duplicate contained style rules across various media breakpoints AND classes
 *
 *		Replace "@media (min-width: $breakpoint)" with "@include accessibility($breakpoint)"
 *		and this will automatically multiply the breakpoint by 1.5 and 2 and duplicate any
 *		@content within inside new media queries tied to data-font-size attribute values
 *		on the `html` element
 */
/**
 *		Scale units gracefully on any property that supports calc()
 *
 *		element/.class/#id {
 *			// Scales font-size from 16px (at 320px) to 24px (at 640px)
 *			@include scale(font-size, 1rem, 20rem, 1.5rem, 40rem);
 *		}
 */
/**
 *		Generate column-based layouts using flexbox
 *
 *		@include on the parent element and all direct children (of any type)
 *		will form a column layout at the specified breakpoints
 *
 *		element/.class/#id {
 *			// Forms a 2-column layout at 480px, 3-columns at 640px,
 *			// jumps back to 2 columns at 800px, etc.
 *			@include columns($margin_columns, $margin_rows, (
 *				30em : 2,
 *				40em : 3,
 *				50em : 2,
 *				60em : 3,
 *				70em : 4
 *			));
 *		}
 */
/**
 *		scrim-gradient
 *
 *		- Customizes the color stops for a much smoother transition
 *		- ONLY works from a single color to transparent
 *		- See https://css-tricks.com/easing-linear-gradients/ for details
 *
 *		element/.class/#id {
 *			@include scrim-gradient($direction, $color);
 *		}
 */
/**
 * 		(WIP) Generate a realistic box shadow using ambient and drop shadows.
 *
 *		@include physical-shadow(11); // uses default shadow color
 *		@include physical-shadow(11, darkgray); //specify a different shadow color
 *		@include physical-shadow(11, $transform: true); // translates the element up an appropriate distance, useful for transitions.
 */
/**
 *		Center block level elements using auto margins.
 *
 *		- Padding keeps space on sides in mobile layout
 *
 *		@include contained; // uses default settings
 *		@include contained(110ch); // uses default padding
 *		@include contained(110ch, 2rem);
 */
/**
 *		Browser hack wrapper
 *
 *		- supports ie11, edge
 *
 *		@include browser(ie11, edge) {
 * 			// ie11 and edge browser-specific rules
 * 		}
 */
/**
 * 		Visually hide an element without masking it from crawlers / assistive technology
 */
/**
 *		Force an element to self-clear its floated children
 *
 *		@include clearfix; // uses ::after
 *		@include clearfix(before); // uses ::before instead
 */
/**
 *		Absolutely position an element to the full width/height of its parent
 *
 *		@include fullcoverage;
 */
/**
 *		Absolutely position an element to the center of its parent
 *
 *		@include center;
 */
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/dist/fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("/dist/fonts/roboto-v27-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/dist/fonts/roboto-v27-latin-italic.woff2") format("woff2"), url("/dist/fonts/roboto-v27-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/dist/fonts/roboto-v27-latin-500.woff2") format("woff2"), url("/dist/fonts/roboto-v27-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/dist/fonts/roboto-v27-latin-500italic.woff2") format("woff2"), url("/dist/fonts/roboto-v27-latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/dist/fonts/roboto-v27-latin-700.woff2") format("woff2"), url("/dist/fonts/roboto-v27-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/dist/fonts/roboto-v27-latin-700italic.woff2") format("woff2"), url("/dist/fonts/roboto-v27-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* bodoni-72-book - latin */
@font-face {
  font-family: "Bodoni";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Bodoni"), url("/dist/fonts/bodoni-moda-v7-latin-regular.woff2") format("woff2"), url("/dist/fonts/bodoni-moda-v7-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* bodoni-72-bold - latin */
@font-face {
  font-family: "Bodoni";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Bodoni"), url("/dist/fonts/bodoni-moda-v7-latin-700.woff2") format("woff2"), url("/dist/fonts/bodoni-moda-v7-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  background-image: none !important;
}

.main-container::after {
  background-image: url("../images/age-verification-background.png"), linear-gradient(177deg, #4A4050 14%, #282329 100%) !important;
  background-position: center, 100%;
  background-repeat: no-repeat;
  background-blend-mode: multiply, normal;
  z-index: 1;
}

.main-inner {
  max-width: 42rem !important;
  margin: 0 auto !important;
}

.item-content {
  width: 100% !important;
  padding: 0 1rem !important;
  background-color: transparent !important;
}

.item-logo-container {
  display: none !important;
  width: 13rem !important;
}
@media (orientation: landscape) and (min-height: 40rem), (orientation: portrait) {
  .item-logo-container {
    display: block !important;
    margin-bottom: 2.25rem !important;
  }
}
@media (orientation: landscape) and (min-height: 40rem) and (min-width: 20rem), (orientation: portrait) and (min-width: 20rem) {
  .item-logo-container {
    margin-bottom: calc(2.25rem + 2 * (100vw - 20rem) / 40) !important;
  }
}
@media (orientation: landscape) and (min-height: 40rem) and (min-width: 60rem), (orientation: portrait) and (min-width: 60rem) {
  .item-logo-container {
    margin-bottom: 4.25rem !important;
  }
}

.item-logo {
  width: 100% !important;
}

.item-caption {
  margin-top: 0 !important;
  margin-bottom: 1.375rem !important;
  padding-top: 1.375rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1.375rem !important;
  padding-left: 1rem !important;
  font-size: 1.5rem !important;
  font-family: "Bodoni", "Lucida Bright", Georgia, TimesNewRoman, "Times New Roman", Times, Baskerville, serif;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (min-width: 20rem) {
  .item-caption {
    margin-bottom: calc(1.375rem + 2 * (100vw - 20rem) / 40) !important;
  }
}
@media (min-width: 60rem) {
  .item-caption {
    margin-bottom: 3.375rem !important;
  }
}
@media (min-width: 20rem) {
  .item-caption {
    padding-top: calc(1.375rem + 1.375 * (100vw - 20rem) / 40) !important;
  }
}
@media (min-width: 60rem) {
  .item-caption {
    padding-top: 2.75rem !important;
  }
}
@media (min-width: 20rem) {
  .item-caption {
    padding-right: calc(1rem + 2 * (100vw - 20rem) / 40) !important;
  }
}
@media (min-width: 60rem) {
  .item-caption {
    padding-right: 3rem !important;
  }
}
@media (min-width: 20rem) {
  .item-caption {
    padding-bottom: calc(1.375rem + 1.375 * (100vw - 20rem) / 40) !important;
  }
}
@media (min-width: 60rem) {
  .item-caption {
    padding-bottom: 2.75rem !important;
  }
}
@media (min-width: 20rem) {
  .item-caption {
    padding-left: calc(1rem + 2 * (100vw - 20rem) / 40) !important;
  }
}
@media (min-width: 60rem) {
  .item-caption {
    padding-left: 3rem !important;
  }
}
@media (min-width: 20rem) {
  .item-caption {
    font-size: calc(1.5rem + 1.625 * (100vw - 20rem) / 40) !important;
  }
}
@media (min-width: 60rem) {
  .item-caption {
    font-size: 3.125rem !important;
  }
}

.item-allow-container {
  margin-top: 0 !important;
}

.item-allow-buttons-container {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.item-allow-form select, .item-allow-form input, .item-allow-form button {
  max-width: 14rem !important;
  border-radius: 0 !important;
}

.item-allow-input-multi {
  background-color: #fff !important;
}

.item-allow-button-enter-single {
  position: relative !important;
  left: 31% !important;
}

/*# sourceMappingURL=age-verification.css.map*/