@keyframes mmfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%) scale(1.2);
	}

	to {
		transform: translateY(0) scale(1);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10%) scale(0.8);
	}
}

.modal {
	display: none;
}

.modal.is-open {
	display: block;
}

.modal[aria-hidden='true'] > div {
	animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden='false'] > div {
	animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden='true'] > div > div > div {
	animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden='false'] > div > div > div {
	animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

/*
! tailwindcss v3.2.7 | 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: #e5e7eb; /* 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.
*/

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: Arial, 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 */
}

/*
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-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;
}

/*
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;
}
	body {
  font-family: Georgia, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

	#tinymce {
  padding: 1.25rem;
}

	#tinymce:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
  font-family: trajan-pro-3, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

	h1,
	.h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

	@media (min-width: 1024px) {

  h1,
	.h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
	h2,
	.h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
	@media (min-width: 1024px) {

  h2,
	.h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
	h3,
	.h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
	@media (min-width: 1024px) {

  h3,
	.h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
	h4,
	.h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}
	@media (min-width: 1024px) {

  h4,
	.h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
	h5,
	.h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
}
	@media (min-width: 1024px) {

  h5,
	.h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

	/* Mailchimp form */
	form[name='mc-embedded-subscribe-form'] {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1024px;
  gap: 1.75rem;
}

	form[name='mc-embedded-subscribe-form'] label {
  display: none;
}

	form[name='mc-embedded-subscribe-form'] > div[class] {
  flex-grow: 1;
}

	form[name='mc-embedded-subscribe-form'] > div[class] input {
  display: block;
  width: 100%;
}

	input:not([type='submit']),
	select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

*, ::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-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-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: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
p a:not(.btn),
	.wysiwyg a:not(.btn) {
  text-decoration-line: underline;
}
.block-badge {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  padding: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Arial, 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";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.arrow-link {
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  text-decoration-line: none !important;
}
.arrow-link::after {
  margin-left: 0.75rem;
  display: inline-block;
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(235 68 56 / var(--tw-text-opacity));
  --tw-content: '→';
  content: var(--tw-content);
}
.indented-tag {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
}
.indented-tag::before {
  margin-right: 1.25rem;
  display: inline-block;
  height: 1px;
  width: 6rem;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}
.indented-tag:before {
    width: 2rem;
    top: -2px !important;
    position: relative;
  }
.header-nav-items > .menu-item > a {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.icon {
  display: inline-block;
  width: 1.25rem;
}
.icon > svg {
  height: auto;
  width: 100%;
}
.legal-nav-items > .menu-item + .menu-item {
  padding-left: 1rem;
}
.pxblock {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.aspect-video > .iframe > iframe {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-12 {
  height: 3rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-full {
  min-height: 100%;
}
.w-12 {
  width: 3rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-none {
  border-style: none;
}
.border-base-blue {
  --tw-border-opacity: 1;
  border-color: rgb(12 46 110 / var(--tw-border-opacity));
}
.border-base-red {
  --tw-border-opacity: 1;
  border-color: rgb(235 68 56 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-base-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(12 46 110 / var(--tw-bg-opacity));
}
.bg-base-blue\/90 {
  background-color: rgb(12 46 110 / 0.9);
}
.bg-base-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(224 221 213 / var(--tw-bg-opacity));
}
.bg-base-red {
  --tw-bg-opacity: 1;
  background-color: rgb(235 68 56 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black\/5 {
  --tw-gradient-from: rgb(0 0 0 / 0.05);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Arial, 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";
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.text-base-blue {
  --tw-text-opacity: 1;
  color: rgb(12 46 110 / var(--tw-text-opacity));
}
.text-base-red {
  --tw-text-opacity: 1;
  color: rgb(235 68 56 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block {
	max-width: 100%;
}

/**
 * Based on
 *
 *  - reset.css 2.0 by Eric Meyer
      (public domain)
 *    http://meyerweb.com/eric/tools/css/reset/
 *
 *  - normalize.css 8.0.1 by Nicolas Gallagher and Jonathan Neal
 *    (licensed under MIT)
 *    https://github.com/necolas/normalize.css
 *
 *  - Based on Reboot from Bootstrap 4.2.1
 *    (licensed under MIT)
 *    https://github.com/twbs/bootstrap
 */
/**
 * IE10+ doesn't honor `<meta name="viewport">` in some cases
 */
/**
   * general reset
   */
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,
main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  color: inherit;
}

/**
   * HTML5 display-role reset for older browsers
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
summary {
  display: block;
}

/**
   * inherit box model for all elements
   */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
   * html root rules
   * 1. set border-box for inheritance
   * 2. avoid 300ms click delay on touch devices that support the `touch-action`
   *    CSS property
   * 3. Prevent adjustments of font size after orientation changes in IE, on
   *    Windows Phone and iOS.
   * 4. Setting @viewport causes scrollbars to overlap content in IE11 and Edge,
   *    so we force a non-overlapping, non-auto-hiding scrollbar to counteract.
   * 5. Change the default tap highlight to be completely transparent in iOS.
   */
html {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  touch-action: manipulation;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 4 */
  -ms-overflow-style: scrollbar;
  /* 5 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
   * body rules
   * 1. reset line-height to 1
   * 2. set base font-family to sans-serif
   * 3. Set an explicit initial text-align value so that we can later use the
   *    `inherit` value on things like `<th>` elements.
   */
body {
  /* 1 */
  line-height: 1;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  text-align: left;
}

/**
   * Lists
   */
ol,
ul {
  list-style: none;
}

/**
   * Quotes
   */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/**
   * Tables
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  caption-side: bottom;
}

/**
   * Table Headers
   * 1. Matches default `<td>` alignment by inheriting from the `<body>`, or the
   *    closest parent with a set `text-align`.
   */
th {
  /* 1 */
  text-align: inherit;
}

/**
   * Horizontal Lines
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
}

/**
   * Preformatted Text
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Don't allow content to break outside
   * 3. We have @viewport set which causes scrollbars to overlap content in IE11
   *    and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to
   *    counteract.
   */
pre,
code,
kbd,
samp {
  /* 1 */
  font-family: monospace, monospace;
}

pre {
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
}

/**
   * Links
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   * 3. Add explicit cursor to indicate changed behavior.
   * 4. Prevent the text-decoration to be skipped.
   */
abbr[title] {
  /* 1 */
  border-bottom: none;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 3 */
  cursor: help;
  /* 4 */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/**
   * Hide SVG overflow in IE
   */
svg:not(:root) {
  overflow: hidden;
}

/**
   * Remove the default `border-radius` that macOS Chrome adds.
   * Details at https://github.com/twbs/bootstrap/issues/24093
   */
button {
  border-radius: 0;
}

/**
   * Work around a Firefox/IE bug where the transparent `button` background
   * results in a loss of the default `button` focus styles.
   * Credit: https://github.com/suitcss/base/
   */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/**
   * form element resets
   * 1. Remove the margin in Firefox and Safari
   * 2. inherit font rules
   */
input,
button,
select,
optgroup,
textarea {
  /* 1 */
  margin: 0;
  /* 2 */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=reset],
[type=submit],
[type=button] {
  /* 2 */
  -webkit-appearance: button;
}

/**
   * Remove the default appearance of temporal inputs to avoid a Mobile Safari
   * bug where setting a custom line-height prevents text from being vertically
   * centered within the input.
   * See https://bugs.webkit.org/show_bug.cgi?id=139848
   * and https://github.com/twbs/bootstrap/issues/11266
   */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

/**
   * 1. Remove the default vertical scrollbar in IE.
   * 2. Textareas should really only resize vertically so they don't break their
   *    (horizontal) containers.
   */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
   * Show the overflow in IE.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   */
button,
select {
  text-transform: none;
}

/**
   * Remove the inheritance of word-wrap in Safari.
   * See https://github.com/twbs/bootstrap/issues/24990
   */
select {
  word-wrap: normal;
}

/**
   * Remove inner border and padding from Firefox, but don't restore the outline
   * like Normalize.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * 1. Add the correct box sizing in IE 10-
   * 2. Remove the padding in IE 10-
   */
input[type=radio],
input[type=checkbox] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

/**
   * Suppress the focus outline on elements that cannot be accessed via keyboard.
   * This prevents an unwanted focus outline from appearing around elements that
   * might still respond to pointer events.
   * Credit: https://github.com/suitcss/base
   */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/**
   * Browsers set a default `min-width: min-content` on fieldsets,
   * unlike e.g. `<div>`s, which have `min-width: 0` by default.
   * So we reset that to ensure fieldsets behave more like a standard block element.
   * See https://github.com/twbs/bootstrap/issues/12359
   * and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
   */
fieldset {
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Set display to block for all browsers
   */
legend {
  /* 1 */
  max-width: 100%;
  white-space: normal;
  /* 2 */
  color: inherit;
  /* 3 */
  display: block;
}

/**
   * 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] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

/**
   * 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] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-cancel-button,
[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 {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

/**
   * Correct element display for output
   */
output {
  display: inline-block;
}

/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

[hidden] {
  display: none;
}

/*
.tk-adobe-garamond-pro { font-family: "adobe-garamond-pro",serif; }
.tk-adobe-caslon-pro { font-family: "adobe-caslon-pro",serif; }
*/
@font-face {
  font-family: "FFBasicGothicRegular";
  src: url("../assets/fonts/FFBasicGothicRegular.woff2") format("woff2"), url("../assets/fonts/FFBasicGothicRegular.woff") format("woff");
}
@font-face {
  font-family: "FFBasicGothicDemiBold";
  src: url("../assets/fonts/FFBasicGothicDemiBold.woff2") format("woff2"), url("../assets/fonts/FFBasicGothicDemiBold.woff") format("woff");
}
@font-face {
  font-family: "GT-Alpina-Extended-Bold";
  src: url("../assets/fonts/GT-Alpina-Extended-Bold.woff2") format("woff2"), url("../assets/fonts/GT-Alpina-Extended-Bold.woff") format("woff");
}
@font-face {
  font-family: "GT-Alpina-Fine-Extended-Regular";
  src: url("../assets/fonts/GT-Alpina-Fine-Extended-Regular.woff2") format("woff2"), url("../assets/fonts/GT-Alpina-Fine-Extended-Regular.woff") format("woff");
}
@font-face {
  font-family: "GT-Alpina-Fine-Standard-Light";
  src: url("../assets/fonts/GT-Alpina-Fine-Standard-Light.woff2") format("woff2"), url("../assets/fonts/GT-Alpina-Fine-Standard-Light.woff") format("woff");
}
@font-face {
  font-family: "GT-Alpina-Fine-Standard-Medium";
  src: url("../assets/fonts/GT-Alpina-Fine-Standard-Medium.woff2") format("woff2"), url("../assets/fonts/GT-Alpina-Fine-Standard-Medium.woff") format("woff");
}
body {
  font-family: "bookmania", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

h1,
.h1,
h2,
.h2 {
  margin-bottom: 0.3em;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 35px;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}

h2,
.h2 {
  font-size: 30px;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 45px;
  }
}

h3,
.h3 {
  font-size: 25px;
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 35px;
  }
}

h4,
.h4 {
  font-size: 20px;
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 25px;
  }
}

h5,
.h5 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

.color-white {
  color: #fff;
}

.container {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1440px;
  @media screen and (max-width: 767px){
      padding-left: 1rem;
      padding-right: 1rem;
  }
}

.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -10px -20px;
}
.columns > * {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .columns {
    margin: 0 -15px -30px;
  }
  .columns > * {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

/* Settings */
:root {
  --offset: 24px;
  --max_width: 1240px;
  --columns: 12;
  --gutter: 24px;
  --baseline: 16px;
  --baseline-shift: 0px;
  --color: hsla(204, 80%, 72%, 0.25);
  --color-text: hsla(204, 80%, 72%, 1);
  --media-query: "base";
  --repeating-width: calc(100% / var(--columns));
  --column-width: calc((100% / var(--columns)) - var(--gutter));
  --background-width: calc(100% + var(--gutter));
  --background-columns: repeating-linear-gradient(to right,
  		var(--color),
  		var(--color) var(--column-width),
  		transparent var(--column-width),
  		transparent var(--repeating-width));
  --background-baseline: repeating-linear-gradient(to bottom,
  		var(--color),
  		var(--color) 1px,
  		transparent 1px,
  		transparent var(--baseline));
}

@media (min-width: 500px) {
  :root {
    --columns: 2;
    --color: hsla(286, 51%, 44%, 0.15);
    --color-text: hsla(286, 51%, 44%, 1);
    --media-query: "small";
  }
}
@media (min-width: 1024px) {
  :root {
    --columns: 12;
    --gutter: 32px;
    --color: hsla(286, 51%, 44%, 0.15);
    --color-text: hsla(286, 51%, 44%, 1);
    --media-query: "large";
  }
}
.debug {
  position: relative;
}
.debug::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 2 * var(--offset));
  max-width: var(--max_width);
  min-height: 100vh;
  content: "";
  background-image: var(--background-columns), var(--background-baseline);
  background-size: var(--background-width) 100%;
  background-position: 0 var(--baseline-shift);
  z-index: 1000;
  pointer-events: none;
}
.debug::after {
  content: var(--media-query);
  position: fixed;
  top: 1rem;
  left: 1rem;
  color: var(--color-text);
  pointer-events: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/*.btn {
  border: 2px solid #000;
  color: #000;
  text-align: center;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  margin: 20px auto;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  cursor: pointer;
}
.btn:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}*/


.wysiwyg > *:last-child,
.mce-content-body > *:last-child {
  margin-bottom: 0;
}
.wysiwyg > *:last-child .btn,
.mce-content-body > *:last-child .btn {
  margin-bottom: 0;
}
.wysiwyg *:first-child,
.mce-content-body *:first-child {
  margin-top: 0;
}
.wysiwyg *:last-child,
.mce-content-body *:last-child {
  margin-bottom: 0;
}
.wysiwyg p:not([class]),
.wysiwyg ol,
.wysiwyg ul,
.mce-content-body p:not([class]),
.mce-content-body ol,
.mce-content-body ul {
  margin-bottom: 1em;
}
.wysiwyg ul,
.mce-content-body ul {
  list-style: disc;
  padding-left: 1em;
}
.wysiwyg ol,
.mce-content-body ol {
  list-style: decimal;
  padding-left: 1.2em;
}

.pxblock {
  padding: 50px 0;
}
.pxblock.bg--light-blue {
  background-color: #F3F8FF;
}
.pxblock.bg--blue {
  background-color: #002D72;
}
.pxblock.bg--gray {
  background-color: #E7E4DC;
}

.utility-bar {
  background: #002D72;
  background: red;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 44px;
  justify-content: center;
}
.utility-bar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.utility-bar .container > a {
  display: block;
  height: 44px;
  line-height: 44px;
  margin-left: 15px;
}

/* @media (max-width: 767px) {
  body.debate-single .header-container {
    color: #002D72;
  }
  body.debate-single .header-container .nav-items {
    color: #fff;
  }
}
@media (min-width: 768px) {
  body.debate-single .header-container {
    color: #002D72;
  }
  body.debate-single .header-container .nav-items {
    color: #002D72;
  }
}
body.debate-single .header-container .site-header__mobile-trigger span {
  background-color: #002D72;
}
body.debate-single .header-container .site-header__mobile-trigger.open span {
  background-color: #fff;
}
body.debate-single.mobile-nav-open .header-container {
  color: #fff;
} */

.header-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header.text-base-blue .header-container {
  border-bottom: 1px solid #002D72;
}
@media (max-width: 767px) {
  .site-header.text-base-blue .header-container {
    color: #fff;
  }
  .site-header.text-base-blue .header-container .nav-items {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .site-header.text-base-blue .header-container .nav-items > li.current-menu-item:after, .site-header.text-base-blue .header-container .nav-items > li.current-menu-ancestor:after {
    border-bottom-color: #002D72;
  }
  .header-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-header {
  padding: 0;
}
.site-header > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.site-header .logo {
  position: relative;
  z-index: 12;
  width: 150px;
}
@media (min-width: 500px) {
  .site-header .logo {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .site-header .logo {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .site-header .logo {
    width: 540px;
  }
}
.site-header__nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.site-header__nav .nav-items {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 100px 30px 60px;
  background-color: #002D72;
  z-index: 11;
  transition: 0.25s ease-in-out;
  transform: translateX(100%);
}
.site-header__nav .nav-items li.current-menu-item {
  position: relative;
}
.site-header__nav .nav-items li.current-menu-item:after {
  content: "";
  position: absolute;
  top: 24px;
  left: -10px;
  transform: translateX(-50%) rotate(90deg);
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
@media (min-width: 1024px) {
  .site-header__nav .nav-items {
    bottom: 0;
    display: flex;
    position: static;
    width: auto;
    padding: 0;
    background-color: transparent;
    transform: none;
  }
  .site-header__nav .nav-items > li {
    margin-left: 30px;
    line-height: 1.2;
    font-size: 16px;
  }
  .site-header__nav .nav-items > li > a {
    text-decoration: none;
    text-align: center;
  }
  .site-header__nav .nav-items > li.current-menu-item:after, .site-header__nav .nav-items > li.current-menu-ancestor:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #fff;
  }
  .site-header__nav .nav-items > li .sub-menu {
    padding: 15px;
  }
  .site-header__nav .nav-items > li .sub-menu .current-menu-item {
    position: relative;
  }
  .site-header__nav .nav-items > li .sub-menu .current-menu-item:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 8px;
    transform: translateX(-50%) rotate(90deg);
    border: 6px solid transparent;
    border-bottom-color: #002D72;
  }
}
@media (max-width: 767px) {
  .site-header__nav .nav-items a {
    padding: 0;
  }
}
.mobile-nav-open .site-header__nav .nav-items {
  transform: translateX(0);
}
.site-header__mobile-trigger {
  width: 40px;
  height: 20px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  z-index: 12;
}
@media (min-width: 1024px) {
  .site-header__mobile-trigger {
    display: none;
  }
}
.site-header__mobile-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-header__mobile-trigger span:nth-child(1) {
  top: 0;
}
.site-header__mobile-trigger span:nth-child(2), .site-header__mobile-trigger span:nth-child(3) {
  top: 9px;
}
.site-header__mobile-trigger span:nth-child(4) {
  top: 18px;
}
.site-header__mobile-trigger.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.site-header__mobile-trigger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.site-header__mobile-trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.site-header__mobile-trigger.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.secondary-menu {
  z-index: 100;
  position: relative;
}

.site-footer .footer-navigation {
  background: #002D72;
  padding: 80px 0;
}
.site-footer .footer-legal {
  background: #000;
  color: #fff;
  padding: 20px 0;
}
.site-footer .footer-legal a {
  color: #fff;
}
.site-footer .legal-nav-items {
  display: flex;
}
/* .site-footer .legal-nav-items li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
} */
.site-footer .legal-nav-items a {
  text-decoration: none;
}

.block-editor .editor-styles-wrapper {
  font-family: inherit;
}
.block-editor .editor-styles-wrapper .wp-block {
  max-width: 100%;
}

.edit-post-sidebar {
  width: auto;
}
@media (min-width: 768px) {
  .edit-post-sidebar {
    width: 30vw;
  }
}

.block-badge {
  background-color: #1a89c0;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.acf-block-component.acf-block-panel {
  padding: 16px;
}

.bg-light-blue {
  background: #F3F8FF;
}

img {
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.btn + .arrow-link {
  margin-left: 20px;
}

.skip_to_main_link {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: fixed;
  border-bottom: 1px solid #333;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.skip_to_main_link:focus {
  padding: 20px 40px;
  width: 100%;
  height: auto;
}

.cookie-banner {
  color: #fff;
  background-color: #333;
}
.cookie-banner > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.cookie-banner p {
  margin: 0;
  margin-right: 20px;
}

.pxblock {
  padding: 50px 0;
}
.pxblock.padding--none {
  padding: 0;
}
.pxblock.padding--small {
  padding: 50px 0;
}
.pxblock.padding--medium {
  padding: 75px 0;
}
.pxblock.padding--large {
  padding: 100px 0;
}

.pxblock.fpo {
  border: 5px solid #666;
  background: #ccc !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 300px;
}
.pxblock.fpo *:not(.fpo-title) {
  display: none !important;
}
.pxblock.fpo .fpo-title {
  text-transform: uppercase;
  font-size: 30px;
  color: #666;
}

body.wp-admin .ui-sortable > tr:nth-child(odd) .acf-field,
body.wp-admin .ui-sortable > tr:nth-child(odd) .acf-row-handle {
  background: #f9f9f9;
}
body.wp-admin .ui-sortable > tr:nth-child(even) .acf-field,
body.wp-admin .ui-sortable > tr:nth-child(even) .acf-row-handle {
  background: #fff !important;
}
body.wp-admin #wp-link-wrap #link-selector {
  font-size: 14px;
}
body.wp-admin .block-editor-button-block-appender.block-list-appender__toggle,
body.wp-admin .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
  display: block;
  height: auto;
  margin: 0px auto;
  flex: 0 0 auto;
  width: 100%;
}
body.wp-admin .block-editor-button-block-appender.block-list-appender__toggle svg,
body.wp-admin .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon svg {
  width: 32px;
  height: 32px;
  background-color: #007cba;
  border-radius: 2px;
}
body.wp-admin .block-editor-button-block-appender.block-list-appender__toggle:hover svg,
body.wp-admin .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover svg {
  background-color: #006ba1;
}
body.wp-admin .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
  margin-left: -5px;
}
body.wp-admin .interface-complementary-area .components-panel {
  font-size: 14px;
}
body.wp-admin .pxblock--slider .slider .slide {
  z-index: 1;
}
body.wp-admin .pxblock--slider .slider .slide .slide__content {
  position: relative;
  z-index: 2;
}
body.wp-admin .pxblock--slider .slider .slide .slide__image {
  z-index: 1;
}

body#tinymce {
  padding: 20px;
}

.acf-block-preview a:active {
  pointer-events: none;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal--bod .modal__dialog {
  max-width: 800px;
  max-height: 90vh;
}
.modal--bod .profile-modal__content .profile__left .profile__portrait {
  max-width: 300px;
}
.modal--bod .profile-modal__content .profile__right {
  position: relative;
}
.modal--bod .profile-modal__content .profile__right:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
@media (min-width: 768px) {
  .modal--bod .profile-modal__content {
    display: flex;
    gap: 30px;
  }
  .modal--bod .profile-modal__content .profile__left {
    flex: 1;
  }
  .modal--bod .profile-modal__content .profile__right {
    flex: 1;
  }
}
.modal--bod .profile__name {
  font-size: 1.3em;
  font-weight: bold;
}
.modal--bod .profile-modal__close {
  font-size: 0.7em;
  text-transform: uppercase;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__dialog {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__dialog {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal__overlay, .modal__dialog {
  will-change: transform;
}
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.modal__dialog {
  padding: 50px 30px;
  background: #fff;
  position: relative;
}
.modal__dialog button[data-micromodal-close] {
  position: absolute;
  top: 10px;
  right: 10px;
}

#pxMainContent .pxblock:first-child {
  padding-top: 140px;
}
@media (min-width: 768px) {
  #pxMainContent .pxblock:first-child {
    padding-top: 200px;
  }
}

.indented-tag {
  font-family: "FFBasicGothicRegular", sans-serif;
}
.indented-tag:before {
  background: currentColor;
}

.small-tag-line{
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "FFBasicGothicRegular", sans-serif;  
}
.small-tag-line::before{
  margin-right: 5px;
  display: inline-block;
  height: 1px;
  width: 12px;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
  background: currentColor;
}

.arrow-link {
  font-family: "FFBasicGothicRegular", sans-serif;
}

#senate-events .container .lg\:flex .wysiwyg {
  padding: 50px;
  transition: 200ms ease-in-out;
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dev-documentation {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.dev-documentation .section {
  margin-bottom: 100px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.dev-documentation code {
  padding: 20px;
  background: #181818;
  margin: 20px 0;
  display: block;
  width: 100%;
}

.pxblock--accordion .accordion__drawers .drawer {
  max-width: 900px;
  margin: 0 auto;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__title {
  cursor: pointer;
  padding: 20px;
  border-bottom: 1px solid #f1f2f2;
  position: relative;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.pxblock--accordion .accordion__drawers .drawer .drawer__content {
  padding: 20px;
  background-color: #f1f2f2;
}

.pxblock--banner {
  position: relative;
  z-index: 1;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxblock--banner.bg-light-blue {
  background-color: #F3F8FF;
}
.pxblock--banner .banner__background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxblock--banner .banner__background img,
.pxblock--banner .banner__background video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub-banner__content {
  position: relative;
  color: #fff;
  width: 100%;
  top: -40px;
}
.sub-banner__content .container {
  position: relative;
  z-index: 2;
}
.sub-banner__content .sub-banner__layout {
  position: relative;
  max-width: 800px;
  padding: 20px;
  padding-left: 0;
}
.sub-banner__content .sub-banner__layout > * {
  position: relative;
  z-index: 2;
}
.sub-banner__content .sub-banner__layout:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #002D72;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}
.sub-banner__content .container :last-child {
  margin-bottom: 0;
}

.pxblock--board-of-directors [data-micromodal-trigger] {
  cursor: pointer;
}
.pxblock--board-of-directors [data-micromodal-trigger] img {
  opacity: 1;
  transition: 200ms ease-in-out;
}
@media (min-width: 768px) {
  .pxblock--board-of-directors [data-micromodal-trigger] img {
    height: 248px;
  }
}
.pxblock--board-of-directors [data-micromodal-trigger]:hover img {
  opacity: 0.7;
}
.pxblock--board-of-directors .profile-modal__content .profile__right .profile__content {
  overflow-y: auto;
  position: relative;
  max-height: 500px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.pxblock--board-of-directors .profile-modal__content .profile__right .profile__content .Leadership-bio {
  overflow-y: auto;
  position: relative;
  max-height: 500px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.pxblock--contact .contact-grid {
  display: flex;
  width: 100%;
  margin: 0 -50px;
}
.pxblock--contact .contact-grid > * {
  padding: 150px 50px;
  flex-grow: 1;
}
.pxblock--contact .left-column {
  position: relative;
}
.pxblock--contact .left-column > * {
  position: relative;
  z-index: 2;
}
.pxblock--contact .left-column:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  background: #E7E4DC;
}

.pxblock--debates .debate-grid {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 50px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pxblock--debates .debate-grid {
    flex-direction: row;
  }
}
.pxblock--debates .debate {
  position: relative;
  width: 50%;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pxblock--debates .debate .full-link {
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.pxblock--debates .debate__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxblock--debates .debate__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 45, 114, 0.8);
  transition: 200ms ease-in-out;
}
.pxblock--debates .debate__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pxblock--debates .debate__content {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 200ms ease-in-out;
}
.pxblock--debates .debate__content .arrow-link {
  padding-top: 10px;
}
.pxblock--debates .debate.featured-image {
  position: relative;
}
.pxblock--debates .debate.featured-image .debate__image:before {
  display: none;
}
/* .pxblock--form {
  max-width: 900px;
  margin: 30px auto;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .pxblock--form {
    margin: 100px auto;
    padding: 80px 0;
  }
}
.pxblock--form .form__content {
  margin-bottom: 20px;
}
.pxblock--form .form__body .empty {
  text-align: center;
  color: red;
}
.pxblock--form input[type=submit],
.pxblock--form button {
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 8px;
}
.pxblock--form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.pxblock--form textarea {
  background-color: #f1f2f2;
  border: none;
}
.pxblock--form select {
  border: 1px solid #f1f2f2;
}
.pxblock--form input[type=radio],
.pxblock--form input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.pxblock--form fieldset {
  margin: 0 0 30px 0;
}
.pxblock--form .placeholder {
  display: none;
}
.pxblock--form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.pxblock--form textarea,
.pxblock--form select,
.pxblock--form label {
  display: block;
  width: 100%;
}
.pxblock--form input,
.pxblock--form textarea,
.pxblock--form select {
  margin-bottom: 15px;
}
.pxblock--form label {
  margin-top: 15px;
  cursor: pointer;
}
.pxblock--form .gform_wrapper .gform_title {
  display: none;
}
.pxblock--image-overlap .container {
  position: relative;
  overflow: hidden;
} */
/* .pxblock--image-overlap .primary-image {
  position: relative;
  z-index: 2;
}
.pxblock--image-overlap .primary-image img {
  object-fit: cover;
  width: 520px;
  height: 520px;
  margin: 120px auto;
}
.pxblock--image-overlap .secondary-image {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}
.pxblock--image-overlap .secondary-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 45, 42, 0.76);
} */
@media (min-width: 768px) {
  .pxblock--image-overlap .secondary-image:after {
    left: 180px;
  }
}
.pxblock--image-overlap .secondary-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .pxblock--image-overlap .secondary-image img {
    margin-left: 180px;
  }
}

.pxblock--media .image {
  text-align: center;
}
.pxblock--media .video--file video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.pxblock--newsletter .container {
  padding: 80px;
}
.pxblock--newsletter .intro {
  padding-bottom: 50px;
}
.pxblock--newsletter input {
  font-size: 21px;
  font-weight: 400;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

/*.pxblock--popouttext .popout-grid {
  background-color: transparent;
}
.pxblock--popouttext .popout-grid > :nth-child(1) {
  padding: 120px 0 160px;
  position: relative;
}
.pxblock--popouttext .popout-grid > :nth-child(1) > * {
  position: relative;
  z-index: 2;
}
.pxblock--popouttext .popout-grid > :nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  right: -160px;
  bottom: 0;
  left: -50vw;
  background: #E7E4DC;
}
.pxblock--popouttext .popout-grid > :nth-child(2) {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  padding: 60px;
  background: #fff;
  box-shadow: 4px 2px 26px 4px rgba(0, 0, 0, 0.168627451);
  margin-left: 0;
}
@media (min-width: 768px) {
  .pxblock--popouttext .popout-grid {
    display: flex;
    align-items: flex-start;
  }
  .pxblock--popouttext .popout-grid > * {
    flex: 1;
  }
  .pxblock--popouttext .popout-grid > :nth-child(2) {
    margin-top: 120px;
    margin-left: 80px;
  }
}*/

.pxblock--slider .slider {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.pxblock--slider .slider .slick-autoplay-toggle-button {
  display: none;
}
.pxblock--slider .slider .slick-track {
  display: flex;
}
.pxblock--slider .slider .slick-slide {
  transition: 200ms ease-in-out;
  opacity: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.pxblock--slider .slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .pxblock--slider .slider .slick-slide > div {
    justify-content: center;
  }
}
.pxblock--slider .slider .slick-slide > div li {
  align-items: center;
  justify-content: center;
}
.pxblock--slider .slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.pxblock--slider .slider .slick-dots li {
  font-size: 0;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
}
.pxblock--slider .slider .slick-dots li + li {
  margin-left: 10px;
}
.pxblock--slider .slider .slick-dots li button:focus {
  outline: none;
}
.pxblock--slider .slider .slick-dots li.slick-active {
  background-color: #f1f2f2;
}
.pxblock--slider .slider .slide {
  height: 400px;
  position: relative;
}
.pxblock--slider .slider .slide .slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pxblock--slider .slider .slide .slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.pxblock--slider .slider .slide .slide__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pxblock--text-and-media.layout--media-text .container .columns .text {
  order: 2;
}
.pxblock--text-and-media.layout--media-text .container .columns .media {
  order: 1;
}
/*# sourceMappingURL=app.css.map */


.btn {
	border: 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 15px 30px 9px !important;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
  font-family: "bookmania", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
	cursor: pointer;
  background-color: #002D72;
  min-width: 148px;
}
.btn:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.btn.bg-base-red{
  background-color: #FF2D2A;
}
.btn.bg-base-red:hover{
  background-color: #000;
}

.btn--video {
  border: 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 15px 30px 9px 50px !important;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
  font-family: "bookmania", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
	cursor: pointer;
  background-color: #002D72;
  position: relative;  
  min-width: 148px;
}
.btn--video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.focus\:h-auto:focus {
  height: auto;
}
.focus\:w-full:focus {
  width: 100%;
}
.focus\:px-6:focus {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.focus\:py-4:focus {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }
}

/*# sourceMappingURL=app.css.map*/