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

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

/*
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: #c9cbcf; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #c9cbcf; /* 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;
}

*, ::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(32 159 211 / 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:  ;
}

::-webkit-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(32 159 211 / 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(32 159 211 / 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: 200rem) {

  .container {
    max-width: 200rem;
  }
}
@media (min-width: 320rem) {

  .container {
    max-width: 320rem;
  }
}
@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: 1280px) {

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible !important;
}
.static {
  position: static !important;
}
.relative {
  position: relative !important;
}
.top-2 {
  top: .2rem !important;
}
.z-10 {
  z-index: 10 !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mt-50 {
  margin-top: 5rem !important;
}
.mb-30 {
  margin-bottom: 3rem !important;
}
.mb-15 {
  margin-bottom: 1.5rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mb-12 {
  margin-bottom: 1.2rem !important;
}
.mb-50 {
  margin-bottom: 5rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.block {
  display: block !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.hidden {
  display: none !important;
}
.h-20 {
  height: 2rem !important;
}
.w-full {
  width: 100% !important;
}
.w-40 {
  width: 4rem !important;
}
.w-\[200px\] {
  width: 200px !important;
}
.max-w-\[800px\] {
  max-width: 800px !important;
}
.max-w-\[480px\] {
  max-width: 480px !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}
.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)) !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.list-decimal {
  list-style-type: decimal !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 157 157 / var(--tw-border-opacity)) !important;
}
.bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 34 101 / var(--tw-bg-opacity)) !important;
}
.bg-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 83 27 / var(--tw-bg-opacity)) !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.px-20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-30 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.pb-10 {
  padding-bottom: 1rem !important;
}
.pt-10 {
  padding-top: 1rem !important;
}
.pt-40 {
  padding-top: 4rem !important;
}
.pt-30 {
  padding-top: 3rem !important;
}
.pl-15 {
  padding-left: 1.5rem !important;
}
.pt-50 {
  padding-top: 5rem !important;
}
.pb-70 {
  padding-bottom: 7rem !important;
}
.pt-15 {
  padding-top: 1.5rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.font-heading {
  font-family: TradeGothic, sans-serif !important;
}
.text-28 {
  font-size: 2.8rem !important;
}
.text-20 {
  font-size: 2.0rem !important;
}
.text-14 {
  font-size: 1.4rem !important;
}
.text-17 {
  font-size: 1.7rem !important;
}
.text-36 {
  font-size: 3.6rem !important;
}
.text-\[70px\] {
  font-size: 70px !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.leading-\[150\%\] {
  line-height: 150% !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.leading-\[22px\] {
  line-height: 22px !important;
}
.leading-\[1\] {
  line-height: 1 !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(255 83 27 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}
.no-underline {
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}
.underline-offset-4 {
  text-underline-offset: 4px !important;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.pulse {
      -webkit-animation-fill-mode: both !important;
      animation-fill-mode: both !important;
      -webkit-animation-name: pulse !important;
      animation-name: pulse !important;
    }
.marker\:text-black *::marker {
  color: rgb(0 0 0 ) !important;
}
.marker\:text-black::marker {
  color: rgb(0 0 0 ) !important;
}
.hover\:-translate-x-\[10px\]:hover {
  --tw-translate-x: -10px !important;
  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)) !important;
}
.hover\:text-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 83 27 / var(--tw-text-opacity)) !important;
}
@media (min-width: 640px) {

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:pt-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {

  .md\:order-first {
    order: -9999 !important;
  }

  .md\:mb-50 {
    margin-bottom: 5rem !important;
  }

  .md\:mb-40 {
    margin-bottom: 4rem !important;
  }

  .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:h-60 {
    height: 6rem !important;
  }

  .md\:w-\[300px\] {
    width: 300px !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-\[248px\] {
    width: 248px !important;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .md\:py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:px-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0 !important;
  }

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

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

  .md\:text-34 {
    font-size: 3.4rem !important;
  }

  .md\:leading-\[17px\] {
    line-height: 17px !important;
  }
}
@media (min-width: 1024px) {

  .lg\:order-3 {
    order: 3 !important;
  }

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

  .lg\:px-150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:px-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:text-13 {
    font-size: 1.3rem !important;
  }
}
/*
* IQOS Utility Styles
*
* Add styles for utilities like animations, transitions, etc
* Take advantage of Tailwind's functions: @ variants and @ responsive
* https://tailwindcss.com/docs/functions-and-directives#variants
*/
@font-face {
  font-family: "TradeGothic";
  src: url("../fonts/TradeGothicLT-BoldCondTwenty.woff2") format("woff2"), url("../fonts/TradeGothicLT-BoldCondTwenty.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --responsive--aligndefault-width: 100%;
  --responsive--alignwide-width: 100%;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, 
*:before, 
*:after {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  touch-action: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,  textarea,  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

hr {
  clear: both;
  margin-top: 0;
  height: 0;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem;
  --tw-text-opacity: 1;
  color: rgb(44 46 49 / var(--tw-text-opacity));
}

section {
  margin: 0;
  width: 100%;
  padding: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 120rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container--wide {
  max-width: 1600px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .container--smaller {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }
  .container--small {
    padding-left: 12.7rem;
    padding-right: 12.7rem;
  }
  .container--medium {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.container--nav {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
.container--footer {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.container--megamenu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
.container--breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.container--left {
  align-items: flex-start;
  justify-content: flex-start;
}
.container--wrapper {
  width: 100%;
}
.container--share {
  position: relative;
  z-index: 50;
  overflow: visible;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .container--share {
    padding-bottom: 2rem;
  }
}
.container--full {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (min-width: 768px) {
  .container--full {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

header {
  z-index: 500;
  margin: 0;
  width: 100%;
  padding: 0;
}

#page {
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
  display: none;
}

.primary-navigation .current-menu-item > a:first-child,  .primary-navigation .current_page_item > a:first-child {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.primary-navigation .current-menu-item > a:first-child::after,  .primary-navigation .current_page_item > a:first-child::after {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(32 159 211 / var(--tw-bg-opacity));
}

.primary-navigation .current-menu-item > a:first-child:hover,  .primary-navigation .current_page_item > a:first-child:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.site-main {
  position: relative !important;
}

.site-header,  .site-main,  .widget-area,  .site-footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content {
  margin: 0;
  width: 100%;
  padding: 0;
}

.site-content {
  margin-top: 0;
  margin-bottom: auto;
  width: 100%;
  overflow-x: hidden;
}

.wp-block-getwid-section {
  margin: 0;
}
.wp-block-getwid-section .wp-block-getwid-section__wrapper {
  padding: 0;
}

.section {
  margin: 0;
}
.section--narrow, .section--plain, .section--blue, .section--blue-texture {
  /*
  @apply py-35 !important;

  @screen md {
      @apply py-55 !important;
  }
  */
}
.section--light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(237 248 252 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .section--narrow > .container,  .section--narrow > .section--wrapper > .container {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.section--narrow > .container .container--wrapper,  .section--narrow > .section--wrapper > .container .container--wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .section--small > .container,  .section--small > .section--wrapper > .container {
    padding-left: 12.7rem;
    padding-right: 12.7rem;
  }
}
.section--small > .container .container--wrapper,  .section--small > .section--wrapper > .container .container--wrapper {
  width: 100%;
}
.section--blue-texture {
  background: url("/wp-content/themes/starter/public/img/background-pattern@2x.png");
  --tw-bg-opacity: 1;
  background-color: rgb(46 87 209 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: left top;
  background-repeat: repeat;
}
.section--blue-texture h2 {
  padding-bottom: 3rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.section--blue-texture h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.section--blue-texture .section-card {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3.5rem;
}
@media (min-width: 768px) {
  .section--blue-texture .section-card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section--blue-texture .section-card h3 {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 49 146 / var(--tw-text-opacity));
}
.section--blue-texture .section-card .wp-block-button {
  margin-top: 2.5rem;
}
.section--blue-gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2e3192;
  --tw-gradient-to: rgb(46 49 146 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #209FD3;
}
.section--blue-gradient p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.container-custom {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {

  .container-custom {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.entry-content figure.hero-banner {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {

  .entry-content figure.hero-banner {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
.entry-content h1,  .entry-content h2 {
  margin-bottom: 2rem;
  font-family: TradeGothic, sans-serif;
  font-size: 3.4rem;
  line-height: 1.25;
}
.entry-content p {
  margin-bottom: 1rem;
}
.entry-content p a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.entry-content p a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.page-id-13 .link-about {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
}

.page-id-34 .link-eg {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
}

.gs-color-container {
  margin-bottom: 2rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {

  .gs-color-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {

  .gs-color-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.gs-color-item {
  min-height: 12rem;
  border-radius: 0.5rem;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.gs-color-item--grey {
  --tw-text-opacity: 1;
  color: rgb(237 237 237 / var(--tw-text-opacity));
}
.gs-color-item[class*=bg-gradient-] .sg-input-container:last-child {
  margin-top: 1rem;
}
.gs-color-item[class*=bg-gradient-] .sg-input-container:last-child .sg-input {
  font-weight: 700;
}

.sg-input-container {
  position: relative;
}
.sg-input-container:before {
  content: "copied";
}
.sg-input-container:last-child .sg-input {
  font-weight: 400;
}
.sg-input-container.sgcopiedshow:before {
  opacity: 1;
}

.sg-input {
  height: auto;
  width: 100%;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
      background-color: transparent;
}
.gs-color-item--grey .sg-input {
  --tw-text-opacity: 1;
  color: rgb(237 237 237 / var(--tw-text-opacity));
}
.sg-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.sg-input__copied,  .sg-input-container:before {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: .2rem;
  display: block;
  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));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: .4rem;
  font-size: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(237 237 237 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.gs-color-item--grey .sg-input__copied,  .gs-color-item--grey .sg-input-container:before {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sg-input__copied.sgcopied,  .sgcopied.sg-input-container:before {
  opacity: 1;
}

.bg-gradient-teal {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2e3192;
  --tw-gradient-to: rgb(46 49 146 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #27A29E;
}

.bg-gradient-aqua {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2e3192;
  --tw-gradient-to: rgb(46 49 146 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #209FD3;
}

.bg-gradient-pink {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2e3192;
  --tw-gradient-to: rgb(46 49 146 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ED1067;
}

.bg-gradient-purple {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2e3192;
  --tw-gradient-to: rgb(46 49 146 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #BA5EBA;
}

:root {
  --global--font-primary: font-family: "primary";
  --global--font-heading: font-family: "TradeGothic";
  --global--font-secondary: font-family: "proxima-soft";
  --button--font-family: font-family: "proxima-nova";
  --global--color-primary: #2e3192;
  --global--color-background: #FFF;
}

.section p {
  margin-bottom: 1rem;
}
.section ul {
  list-style-type: disc;
  padding-left: 2.5rem;
}
.section ul *::marker {
  font-size: 2.0rem;
  color: rgb(32 159 211 );
}
.section ul::marker {
  font-size: 2.0rem;
  color: rgb(32 159 211 );
}
.section ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 2.5rem;
}

/*! purgecss start ignore */
/*! purgecss end ignore */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.smooth--scrolled {
  scroll-margin-top: 6rem;
}
@media (min-width: 1024px) {
  .smooth--scrolled {
    scroll-margin-top: 11.6rem;
  }
}

body.admin-bar .smooth--scrolled {
  scroll-margin-top: 10.6rem;
}
@media (min-width: 1024px) {
  body.admin-bar .smooth--scrolled {
    scroll-margin-top: 14.8rem;
  }
}

h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
div[id] {
  scroll-margin-top: 6rem;
}
@media (min-width: 1024px) {
  h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
div[id] {
    scroll-margin-top: 11.6rem;
  }
}
body.admin-bar h1[id],
body.admin-bar h2[id],
body.admin-bar h3[id],
body.admin-bar h4[id],
body.admin-bar h5[id],
body.admin-bar div[id] {
  scroll-margin-top: 10.6rem;
}
@media (min-width: 1024px) {
  body.admin-bar h1[id],
body.admin-bar h2[id],
body.admin-bar h3[id],
body.admin-bar h4[id],
body.admin-bar h5[id],
body.admin-bar div[id] {
    scroll-margin-top: 14.8rem;
  }
}

/*! purgecss start ignore */
.form-input-text {
  height: 5rem;
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.form--subscribe .btn {
  height: 5rem;
}

/*! purgecss end ignore */
/* Default table styles*/
thead {
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 157 / var(--tw-bg-opacity));
  font-size: 1.8rem;
  font-weight: 400;
}

tbody {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

table {
  /* Simple CSS for scrollable table on mobile */
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 224 226 / var(--tw-border-opacity));
}

table th,  table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-table.aligncenter,  .wp-block-table.alignleft,  .wp-block-table.alignright, 
.wp-block-table {
  display: block;
}

.wp-block-table {
  border-bottom: 0 !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wp-block-table::-webkit-scrollbar {
  display: none;
}

.wp-block-table table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 120rem;
}
@media (min-width: 768px) {
  .wp-block-table table {
    min-width: 100%;
  }
}
.wp-block-table table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(32 34 101 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-table table thead th {
  padding: 2rem;
  text-align: left;
}
.wp-block-table table td {
  padding: 2rem;
}

/* purgecss start ignore */
.story-box-about {
  margin-top: 4rem;
  margin-bottom: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 600px) {
  .story-box-about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.story-box-about.wp-block-media-text {
  grid-template-columns: none;
}
.story-box-about .wp-block-media-text {
  grid-template-columns: none;
}
.story-box-about .wp-block-media-text__media {
  padding-left: 4rem;
  padding-right: 1rem;
}
@media (max-width: 600px) {
  .story-box-about .wp-block-media-text__media {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}
.story-box-about .wp-block-media-text__media img {
  max-width: 12rem;
}
.story-box-about .wp-block-media-text__content {
  padding-left: 1rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .story-box-about .wp-block-media-text__content {
    padding-right: 12rem;
  }
}
@media (max-width: 600px) {
  .story-box-about .wp-block-media-text__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.story-box-about .wp-block-media-text__content h2 {
  margin-bottom: 1rem;
}
.story-box-about .wp-block-media-text__content a {
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.story-box-about .wp-block-media-text__content a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

/* purgecss end ignore */
.icon {
  display: inline-block;
}
.icon--close {
  position: relative;
  height: 2rem;
  width: 2rem;
}
.icon--close:before,  .icon--close:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: .3rem;
  width: 100%;
  --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));
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(65 73 180 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      content: "";
}
.icon--close:before {
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  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));
}
.icon--close:after {
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  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));
}

.section--background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section--foreground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.section--wrapper {
  position: relative;
  z-index: 20;
}
.section--hero .container {
  min-height: 22rem;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .section--hero .container {
    padding-left: 12.7rem;
    padding-right: 12.7rem;
  }
}
.section--hero .section--columns {
  width: 100%;
}
.section--hero .section--column, 
.section--hero h1 {
  text-align: left;
}
@media (min-width: 768px) {
  .section--hero .section--column.section--column--half {
    width: 50%;
  }
}
.section--hero .cta {
  margin-top: 2.5rem;
}
.section--hero h3 {
  margin-bottom: 0;
}
.section--hero p {
  padding-top: 1rem;
}
.section--hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  border-color: #c9dafc !important;
  background: #fff !important;
}
.section--hero.section--dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(32 34 101 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.section--hero.section--dark-blue h1,  .section--hero.section--dark-blue h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.section--hero.section--dark-blue .section--foreground::before,  .section--hero.section--dark-blue .section--foreground::after {
  --tw-bg-opacity: 1;
  background-color: rgb(32 34 101 / var(--tw-bg-opacity));
}
.section--hero.section--dark-blue .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 34 101 / var(--tw-text-opacity));
}
.section--hero.section--dark-blue .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 1px solid #fff !important;
}
.section--hero.section--dark-blue .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
  background: transparent !important;
}
.section--hero.section--dark-blue .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.section--hero.section--dark-blue .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #202265 !important;
}
.section--hero.section--with-background {
  position: relative;
  min-height: 50rem;
}
@media (min-width: 768px) {
  .section--hero.section--with-background {
    position: relative;
    height: 36rem;
    min-height: 30vw;
  }
}
@media (min-width: 1536px) {
  .section--hero.section--with-background {
    min-height: 25vw;
  }
}
.section--hero.section--with-background .section--background {
  top: 54%;
  width: 100%;
  background-position: bottom !important;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .section--hero.section--with-background .section--background {
    left: 46%;
    right: 0;
    top: 0;
    width: auto;
    background-size: auto;
    background-position: right top;
    background-position: center !important;
  }
}
@media (min-width: 1280px) {
  .section--hero.section--with-background .section--background {
    left: 50%;
  }
}
.section--hero.section--with-background .section--wrapper {
  display: flex;
  height: 100%;
}
.section--hero .section--foreground,
.section--hero .wp-block-getwid-section__foreground {
  opacity: 1 !important;
  background-color: transparent !important;
  overflow: hidden;
}
.section--hero .section--foreground::before,  .section--hero .section--foreground::after, 
.section--hero .wp-block-getwid-section__foreground::before, 
.section--hero .wp-block-getwid-section__foreground::after {
  position: absolute;
  left: 50%;
  display: block;
  --tw-translate-y: -50%;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 248 252 / var(--tw-bg-opacity));
      content: "";
  width: 150rem;
  height: 150rem;
}
.section--hero .section--foreground:before,
.section--hero .wp-block-getwid-section__foreground:before {
  opacity: 1;
  top: -90%;
}
.section--hero .section--foreground:after,
.section--hero .wp-block-getwid-section__foreground:after {
  opacity: 0.6;
  top: -80%;
}
@media (min-width: 768px) {
  .section--hero .section--foreground:before,
.section--hero .wp-block-getwid-section__foreground:before {
    left: -45%;
    top: 50%;
    width: 100vw;
    height: 100vw;
    border-radius: 50vw;
    transform: translateY(-50%);
  }
  .section--hero .section--foreground:after,
.section--hero .wp-block-getwid-section__foreground:after {
    left: -44%;
    top: 50%;
    width: calc(100vw + 100px);
    height: calc(100vw + 100px);
    border-radius: calc(50vw + 50px);
    transform: translateY(-50%);
  }
}
.section--hero--smaller {
  display: flex;
  min-height: 22rem;
  align-items: center;
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .section--hero--smaller {
    padding-left: 13rem;
  }
}

.section--full-width {
  font-size: 1.8rem;
}
.section--full-width .wp-block-group__inner-container {
  width: 100%;
}
.section--full-width p {
  /*@apply pb-10;*/
  margin-bottom: 1rem;
}
.section--full-width p:last-child {
  margin-bottom: 0;
}
.section--full-width ul {
  list-style-type: disc;
  padding-left: 2.5rem;
}
.section--full-width ul *::marker {
  font-size: 2.0rem;
  color: rgb(32 159 211 );
}
.section--full-width ul::marker {
  font-size: 2.0rem;
  color: rgb(32 159 211 );
}
.section--full-width ol {
  list-style-type: decimal;
  padding-left: 2.5rem;
}

.menu {
  text-align: center;
}
.menu li {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}
.menu a {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(44 46 49 / var(--tw-border-opacity));
  font-weight: 700;
}

.footer {
  width: 100%;
  padding-bottom: 4rem;
  padding-top: 5rem;
  text-align: center;
}
.footer__a-social {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer__a-social img {
  display: inline-block;
  height: auto;
  width: auto;
}

button {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-family: TradeGothic, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.error404 h1 {
  text-align: left;
}
.error404 h2,  .error404 h4 {
  text-align: center;
}

@media (min-width: 768px) {
  .page-template-home {
    background: url("../img/decor.jpg") no-repeat 50% -290px;
  }
}
@media (min-width: 1024px) {
  .page-template-home {
    background-position: 73% -290px;
  }
}

#menu-menu-right, 
#menu-menu-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #menu-menu-right, 
#menu-menu-left {
    flex-direction: row;
  }
}
#menu-menu-right li:first-of-type, 
#menu-menu-left li:first-of-type {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #menu-menu-right li:first-of-type, 
#menu-menu-left li:first-of-type {
    margin-bottom: 0;
  }
}

.edition-tagline {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

.edition-title {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  text-transform: uppercase;
}

.edition-top-list {
  margin-top: 3rem !important;
  margin-bottom: 4rem !important;
  font-family: TradeGothic, sans-serif !important;
  font-size: 2.0rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 83 27 / var(--tw-text-opacity)) !important;
}

.edition-top-list *::marker {
  color: rgb(0 0 0 ) !important;
}

.edition-top-list::marker {
  color: rgb(0 0 0 ) !important;
}

@media (min-width: 768px) {

  .edition-top-list {
    margin-bottom: 6rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
.edition-top-list li {
  margin-bottom: 1.2rem;
}

.edition-post {
  margin-top: 2rem;
  margin-bottom: 4rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(157 157 157 / var(--tw-border-opacity));
  padding-top: 2.4rem;
}

@media (min-width: 768px) {

  .edition-post {
    margin-bottom: 6rem;
  }
}

.edition-post-nr {
  margin-bottom: .3rem;
  font-family: TradeGothic, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
}

.edition-post-title {
  margin-bottom: 2rem;
  font-family: TradeGothic, sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.entry-content--ediion-post p:first-child {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.entry-content--ediion-post p:first-child:before {
  content: "Distilled: ";
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
}

body.page-template-subscribe .menu-custom--left,  body.page-template-subscribe .menu-custom--right, 
body.page-template-download .menu-custom--left, 
body.page-template-download .menu-custom--right, 
body.page-template-thank-you .menu-custom--left, 
body.page-template-thank-you .menu-custom--right {
  display: none;
}
body.page-template-subscribe .subscribe__content, 
body.page-template-download .subscribe__content, 
body.page-template-thank-you .subscribe__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
@media (min-width: 1024px) {
  body.page-template-subscribe .subscribe__content, 
body.page-template-download .subscribe__content, 
body.page-template-thank-you .subscribe__content {
    max-width: 90rem;
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
body.page-template-subscribe .subscribe__content--left,  body.page-template-subscribe .subscribe__content--right, 
body.page-template-download .subscribe__content--left, 
body.page-template-download .subscribe__content--right, 
body.page-template-thank-you .subscribe__content--left, 
body.page-template-thank-you .subscribe__content--right {
  width: 100%;
}
body.page-template-subscribe .subscribe__content--left, 
body.page-template-download .subscribe__content--left, 
body.page-template-thank-you .subscribe__content--left {
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  body.page-template-subscribe .subscribe__content--left, 
body.page-template-download .subscribe__content--left, 
body.page-template-thank-you .subscribe__content--left {
    margin-top: 0;
    width: 60%;
  }
  body.page-template-subscribe .subscribe__content--right, 
body.page-template-download .subscribe__content--right, 
body.page-template-thank-you .subscribe__content--right {
    width: 40%;
    min-width: 40rem;
  }
}
body.page-template-subscribe .subscribe__content .subscribe__info--wrapper, 
body.page-template-download .subscribe__content .subscribe__info--wrapper, 
body.page-template-thank-you .subscribe__content .subscribe__info--wrapper {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
body.page-template-subscribe .subscribe__content .subscribe__info--top, 
body.page-template-download .subscribe__content .subscribe__info--top, 
body.page-template-thank-you .subscribe__content .subscribe__info--top {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
body.page-template-subscribe .subscribe__content .subscribe__info--top img, 
body.page-template-download .subscribe__content .subscribe__info--top img, 
body.page-template-thank-you .subscribe__content .subscribe__info--top img {
  margin-right: 2rem;
}
body.page-template-subscribe .subscribe__content .subscribe__info--top span, 
body.page-template-download .subscribe__content .subscribe__info--top span, 
body.page-template-thank-you .subscribe__content .subscribe__info--top span {
  font-size: 3rem;
  font-weight: 700;
}

body.page-template-download input {
  margin-bottom: 1rem;
  height: 4rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body.page-template-download .form--subscribe .btn {
  margin-top: 1rem;
}

body.page-template-thank-you .container {
  max-width: 95rem;
}

.ty__top-graphic {
  z-index: -1;
  margin-top: -110px;
}
.ty__content span > p {
  text-align: left;
  font-size: 1.6rem;
}
.ty__content span > p a {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
@media (min-width: 768px) {
  .ty__info--top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .ty__info--top span > p {
    text-align: center;
  }
}
.ty__notes--wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  display: flex;
  max-width: 70rem;
  align-items: center;
  justify-content: space-between;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(157 157 157 / var(--tw-border-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.ty__notes--wrapper span > p {
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .ty__notes--wrapper span > p {
    padding-left: 5rem;
  }
}

.header__info-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 83 27 / var(--tw-bg-opacity));
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header__info-box div {
  padding-bottom: 1.5rem;
}
.header__info-box a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header__info-box a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
}

.footer__subscribe a {
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__subscribe a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 83 27 / var(--tw-text-opacity));
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-duration: 0;
  animation-duration: 0;
}

.js-scroll.scrolled {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.wp-admin .js-scroll {
  opacity: 1;
  transition: opacity 500ms;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-duration: 0;
  animation-duration: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinDelay {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinDelay {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.wp-admin .editor-styles-wrapper.js-scroll {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
body.logged-in .main-navigation,
body.logged-in #alertbar,
body.admin-bar .main-navigation,
body.admin-bar #alertbar {
  top: 46px;
}
@media (min-width: 1024px) {
  body.logged-in .main-navigation,
body.logged-in #alertbar,
body.admin-bar .main-navigation,
body.admin-bar #alertbar {
    top: 32px;
  }
}
body.logged-in #alertbar.showtopbar + header .main-navigation,
body.admin-bar #alertbar.showtopbar + header .main-navigation {
  top: 145px;
}
@media (min-width: 1024px) {
  body.logged-in #alertbar.showtopbar + header .main-navigation,
body.admin-bar #alertbar.showtopbar + header .main-navigation {
    top: 82px;
  }
}
body.logged-in #wpadminbar,
body.admin-bar #wpadminbar {
  position: fixed !important;
}

body.logged-in > header {
  margin-top: 46px;
}
@media (min-width: 1024px) {
  body.logged-in > header {
    margin-top: 32px;
  }
}

body.wp-admin {
  font-size: 10px;
}
body.wp-admin * {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.editor-styles-wrapper .section--hero[id^=hero-block_].section--with-background {
  position: relative;
  min-height: 500px;
}
.editor-styles-wrapper .container .wp-block-group__inner-container {
  width: 100%;
}
.editor-styles-wrapper .wp-block {
  max-width: none;
}

.editor-styles-wrapper {
  background: #fff !important;
}
