/*
! tailwindcss v3.4.1 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: 'Crimson Pro', sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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%;
}
@media (min-width: 640px) {

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

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

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

  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1780px) {

  .container {
    max-width: 1780px;
  }
}
@media (min-width: 1800px) {

  .container {
    max-width: 1800px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-14 {
  bottom: 3.5rem;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-\[-1\] {
  z-index: -1;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.max-w-\[1260px\] {
  max-width: 1260px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-xlp {
  max-width: 1280px;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-8 {
  gap: 2rem;
}
.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-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-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.text-center {
  text-align: center;
}
.text-29p {
  font-size: 1.750rem;
  line-height: 39px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: rgb(65,20,4);
  background: linear-gradient(180deg, rgba(65,20,4,1) 0%, rgba(23,23,23,1) 100%);
}
h2, .h2 {
  margin-bottom: 0.625rem;
  font-size: 1.750rem;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  h2, .h2 {
    margin-bottom: 2rem;
    font-size: 2.313rem;
    line-height: 49px;
  }
}
h3, .h3 {
  margin-bottom: 0.625rem;
  font-size: 1.188rem;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  h3, .h3 {
    margin-bottom: 2rem;
    font-size: 1.750rem;
    line-height: 39px;
  }
}
p {
  font-size: 1rem;
  line-height: 26px;
}
@media (min-width: 768px) {

  p {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.text-formatted p, .text-formatted ul, .text-formatted ol {
  margin-bottom: 2rem;
}
.text-formatted p:last-child, .text-formatted ul:last-child, .text-formatted ol:last-child {
  margin-bottom: 0px;
}
.text-formatted h2:last-child, .text-formatted h3:last-child, .text-formatted h4:last-child {
  margin-bottom: 0px;
}
.ckeditor-accordion-container dt {
  font-size: 1.438rem;
  line-height: 33px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
.ckeditor-accordion-container dd{

  }
/*
  Accordion tabs that have not been created using Javascript
*/
.ckeditor-accordion-container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {

  .ckeditor-accordion-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
/* clearfix */
.ckeditor-accordion-container > dl:before, .ckeditor-accordion-container > dl:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.ckeditor-accordion-container > dl:after {
  clear: both;
}
/* CKEditor accordion */
.ckeditor-accordion-container > dl, .ckeditor-accordion-container > dl dt, .ckeditor-accordion-container > dl dd {
  box-sizing: border-box;
}
.ckeditor-accordion-container > dl {
  position: relative;
}
/* label / tab */
.ckeditor-accordion-container > dl dt {
  position: relative;
  font-weight: 700;
  line-height: 36px;
}
.ckeditor-accordion-container > dl dt a {
  position: relative;
  font-weight: 700;
}
.ckeditor-accordion-container > dl dt:not(:first-child) {
  padding-top: 1.25rem;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  display: inline-block;
  position: absolute;
  padding: 0 10px;
  width: 18px;
  height: 10px;
  z-index: 1;
  top: 13px;
  left: 0;
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent url("../images/menu_arrow.svg") center center no-repeat;
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle {
  transform: rotate(180deg);
}
.ckeditor-accordion-container > dl dt > a {
  display: block;
  padding-left: 30px;
}
.ckeditor-accordion-container > dl dt:last-of-type > a {
  border-bottom: 0;
}
/* contents */
.ckeditor-accordion-container > dl dd {
  display: none;
  margin: 0;
  will-change: height;
}
.ckeditor-accordion-container > dl dd > *:last-child {
  margin-bottom: 0px;
}
.block-content-hero-banner-full{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;

}
@media (min-width: 768px) {

  .block-content-hero-banner-full {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.block-content-hero-banner-full-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.block-content-hero-banner-full .field-field-image-title {
  margin-bottom: 0.75rem;
}
.block-content-hero-banner-full .field-field-image-title img {
  margin-left: auto;
  margin-right: auto;
}
.block-content-hero-banner-full-wrapper {
  margin-bottom: 0.75rem;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  .block-content-hero-banner-full-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }

  .block-content-hero-banner-full .field-body {
    grid-column: span 2 / span 2;
      order : 2;
  }
}
.block-content-hero-banner-full p {
  font-size: 1.188rem;
  line-height: 29px;
}
@media (min-width: 768px) {

  .block-content-hero-banner-full p {
    font-size: 1.750rem;
    line-height: 39px;
  }
}
.block-content-hero-banner-full .field-field-link-to {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {

  .block-content-hero-banner-full .field-field-link-to {
    margin-bottom: 4rem;
  }
}
.block-content-hero-banner-full .field-field-link-to a {
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 40 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.block-content-hero-banner-full .field-field-link-to a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.block-content-basic-full {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .block-content-basic-full {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.block-content-basic-full-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1260px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.block-content-basic-full .field-field-title {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.750rem;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .block-content-basic-full .field-field-title {
    margin-bottom: 2rem;
    font-size: 2.313rem;
    line-height: 49px;
  }
}
.block-content-basic-full .field-field-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .block-content-basic-full .field-field-title {
    margin-bottom: 100px;
  }
}
.block-content-basic-full-wrapper{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;

  }
.block-content-text-with-image-full {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .block-content-text-with-image-full {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.block-content-text-with-image-full-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1260px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.block-content-text-with-image-full .field-field-title {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.750rem;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .block-content-text-with-image-full .field-field-title {
    margin-bottom: 2rem;
    font-size: 2.313rem;
    line-height: 49px;
  }
}
.block-content-text-with-image-full .field-field-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .block-content-text-with-image-full .field-field-title {
    margin-bottom: 100px;
  }
}
.block-content-text-with-image-full-wrapper {
  margin-bottom: 0.75rem;
  display: grid;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {

  .block-content-text-with-image-full-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }

  .block-content-text-with-image-full .field-body {
    grid-column: span 2 / span 2;
  }
}
.block-content-reviews-full {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .block-content-reviews-full {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.block-content-reviews-full-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1260px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.block-content-reviews-full-content > .field-field-title {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.750rem;
  line-height: 39px;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .block-content-reviews-full-content > .field-field-title {
    margin-bottom: 2rem;
    font-size: 2.313rem;
    line-height: 49px;
  }
}
.block-content-reviews-full-content > .field-field-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .block-content-reviews-full-content > .field-field-title {
    margin-bottom: 100px;
  }
}
.block-content-reviews-full .field-field-contents {
  display: grid;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {

  .block-content-reviews-full .field-field-contents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}
.block-content-reviews-full .field-field-contents img {
  margin-left: auto;
  margin-right: auto;
}
.block-content-reviews-full .paragraph-reviews-default .field-field-title {
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .block-content-reviews-full .paragraph-reviews-default .field-field-title {
    font-size: 1.438rem;
    line-height: 33px;
  }
}
.block-content-reviews-full .paragraph-reviews-default .field-field-text {
  font-size: 1rem;
  line-height: 26px;
  font-style: italic;
}
@media (min-width: 768px) {

  .block-content-reviews-full .paragraph-reviews-default .field-field-text {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.block-content-reviews-full .paragraph-reviews-default .field-field-name {
  font-size: 1rem;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .block-content-reviews-full .paragraph-reviews-default .field-field-name {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.block-content-cta-full {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .block-content-cta-full {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.block-content-cta-full-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1260px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.block-content-cta-full-content > .field-field-title {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.188rem;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .block-content-cta-full-content > .field-field-title {
    margin-bottom: 2rem;
    font-size: 1.750rem;
    line-height: 39px;
  }
}
.block-content-cta-full-content > .field-field-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .block-content-cta-full-content > .field-field-title {
    margin-bottom: 100px;
  }
}
.block-content-cta-full-content > .field-field-link-to {
  text-align: center;
}
.block-content-cta-full-content > .field-field-link-to a {
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(65 20 4 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.block-content-cta-full-content > .field-field-link-to a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 39 19 / var(--tw-bg-opacity));
}
.about-author .block-content-text-with-image-full img {
  margin-left: auto;
  margin-right: auto;
}
.about-author .block-content-text-with-image-full-wrapper {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  .about-author .block-content-text-with-image-full-wrapper {
    gap: 3rem;
        grid-template-columns: 250px 1fr;
  }
.about-author .block-content-text-with-image-full .field-body {
    grid-column: span 1 / span 1;
  }
}
.about-author .block-content-text-with-image-full .field-body{
      order: 2;
    }
.speak-peek {
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .speak-peek .block-content-basic-full-wrapper {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.price-from-cta .block-content-cta-full-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.price-from-cta .block-content-cta-full a {
  min-width: 220px;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.price-from-cta .block-content-cta-full a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
label, label {
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'] {
  height: 3rem;
  width: 100%;
  max-width: 500px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus {
    outline: none;
  }
[type='text']::-moz-placeholder, [type='password']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='week']::-moz-placeholder, [type='email']::-moz-placeholder, [type='number']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='color']::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 1;
}
[type='text']::placeholder, [type='password']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='month']::placeholder, [type='week']::placeholder, [type='email']::placeholder, [type='number']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='color']::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 1;
}
[type='text']:disabled, [type='password']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='month']:disabled, [type='week']:disabled, [type='email']:disabled, [type='number']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='time']:disabled, [type='url']:disabled, [type='color']:disabled {

  }
[type="submit"]{

}
.form-item {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.form-actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
input.button {
  height: 2.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 40 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
input.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.form-type-textfield label, .form-type-email label {
  margin-left: 1.5rem;
  margin-bottom: 0.75rem;
  display: block;
}
.form-type-radio label{
    line-height: 1;
    padding-left: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.fieldgroup legend {
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
[data-drupal-selector="book-buy-checkout"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {

  [data-drupal-selector="book-buy-checkout"] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
[data-drupal-selector="book-buy-checkout"] .form-title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.750rem;
  line-height: 39px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  [data-drupal-selector="book-buy-checkout"] .form-title {
    font-size: 1.875rem;
    line-height: 46px;
  }
}
[data-drupal-selector="book-buy-checkout"] #book_price {
  font-size: 2.313rem;
  line-height: 49px;
}
[data-drupal-selector="book-buy-checkout"] .book-buy-checkout {
  display: grid;
  gap: 2rem;
}
[data-drupal-selector="book-buy-checkout"] .book-buy-checkout > .right {
  display: flex;
  flex-direction: column;
}
[data-drupal-selector="book-buy-checkout"] .book-buy-checkout > .right > :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));
}
[data-drupal-selector="book-buy-checkout"] .book-buy-checkout > .right .total {
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
@media (min-width: 768px){
[data-drupal-selector="book-buy-checkout"] .book-buy-checkout {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
      [data-drupal-selector="book-buy-checkout"] .book-buy-checkout > .left {
    grid-column: span 2 / span 2;
  }
      [data-drupal-selector="book-buy-checkout"] .book-buy-checkout > .right {
    align-items: flex-end;
  }
        [data-drupal-selector="book-buy-checkout"] .book-buy-checkout > .right .total {
    text-align: center;
  }
      [data-drupal-selector="book-buy-checkout"] .book-buy-checkout [data-drupal-selector="edit-actions"] {
    grid-column: span 4 / span 4;
    display: flex;
    justify-content: flex-end;
  }
    }
[data-drupal-selector="simplenews-subscriptions-block-footer-subscriptions"]{
  max-width: 500px;
  position: relative;
}
[data-drupal-selector="simplenews-subscriptions-block-footer-subscriptions"] label {
  display: none;
}
[data-drupal-selector="simplenews-subscriptions-block-footer-subscriptions"] form {
  position: relative;
}
[data-drupal-selector="simplenews-subscriptions-block-footer-subscriptions"] .form-header-title {
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
[data-drupal-selector="simplenews-subscriptions-block-footer-subscriptions"] .description {
  display: none;
}
[data-drupal-selector="simplenews-subscriptions-block-footer-subscriptions"] .form-actions {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.checkout-complete {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 1280px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}
.region-header {
  display: none;
}
@media (min-width: 1024px) {

  .region-header {
    display: flex;
  }
}
.region-header {
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.7);
  padding: 1.25rem;
}
@media (min-width: 768px) {

  .region-header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.region-header .menu--main {
  flex: 1 1 0%;
}
.region-header .menu--main .menu {
  display: flex;
  justify-content: center;
}
.region-header .menu--main .menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.region-header .menu--main .menu a {
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.region-header .menu--main .menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
.region-header .menu--get-your-copy-today .menu a {
  display: block;
  display: flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 40 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-logo {
  display: block;
  max-width: 160px;
}
.region-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.7);
  padding: 1.25rem;
}
@media (min-width: 768px) {

  .region-logo {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.region-header-mobile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .region-header-mobile {
    display: none;
  }
}
.region-header-mobile {
  z-index: 10;
}
.region-header-mobile .menu--main {
  position: absolute;
  left: 0px;
  display: none;
  width: 100%;
  background-color: rgb(0 0 0 / 0.7);
  padding: 1.25rem;
    top:100%;
}
@media (min-width: 768px){
      .region-header-mobile .menu--main .menu > :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));
  }
      .region-header-mobile .menu--main a {
    font-size: 1.25rem;
    line-height: 30px;
  }
    }
footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {

  footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.footer-top {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 1260px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .footer-top {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .footer-top .region-footer {
    grid-column: span 2 / span 2;
  }
}
.footer-top .navigation menu--main .menu a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer-top .navigation menu--main .menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(254 240 40 / var(--tw-text-opacity));
}
.region-footer-two > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
.region-footer-two {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  }
.menu--get-your-copy-today .menu a {
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 40 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu--get-your-copy-today .menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[data-drupal-messages] .messages__wrapper {
  position: fixed;
  left: 0px;
  bottom: 3.5rem;
  z-index: 10;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  width: 100%;
}
[data-drupal-messages] .messages__wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  [data-drupal-messages] .messages__wrapper {
    bottom: 0px;
  }
}
[data-drupal-messages] .messages__wrapper > div {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(65 20 4 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.node-page-full {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 1280px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:text-20p {
    font-size: 1.25rem;
    line-height: 30px;
  }

  .md\:text-39p {
    font-size: 2.313rem;
    line-height: 49px;
  }
}
@media (min-width: 1024px) {

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

  .lg\:mb-\[150px\] {
    margin-bottom: 150px;
  }
}
