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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  @font-face {
    font-family: eurostarblack;
    font-weight: 400;
    src: url("../../static/fonts/eurostarblack.woff") format("woff");
  }

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

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

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

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

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

  .container {
    max-width: 1420px;
    padding-right: 0;
    padding-left: 0;
  }
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-4 {
  bottom: 1rem;
}
.top-2 {
  top: 0.5rem;
}
.z-0 {
  z-index: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.w-1\/2 {
  width: 50%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[160px\] {
  width: 160px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-lg {
  max-width: 32rem;
}
.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));
}
.list-none {
  list-style-type: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(66 83 85 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(99 119 121 / var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(237 246 249 / var(--tw-bg-opacity));
}
.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(230 234 234 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-eurostarblack {
  font-family: eurostarblack, sans-serif;
}
.text-2xl {
  font-size: 2.5rem;
  line-height: 42px;
}
.text-3xl {
  font-size: 3rem;
  line-height: 44px;
}
.text-lg {
  font-size: 1.8rem;
  line-height: 28px;
}
.text-md {
  font-size: 1.125rem;
  line-height: 18px;
}
.text-sm {
  font-size: 0.938rem;
  line-height: 25px;
}
.text-xl {
  font-size: 2rem;
  line-height: 38px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(163 201 36 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(99 119 121 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* Display */
/* Global */
body {
  font-family: effra, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(99 119 121 / var(--tw-text-opacity));
  font-style: normal;
  font-weight: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}

.accred-logo {
  width: 220px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
@media (max-width: 768px) {
  .accred-logo {
    width: 45%;
    height: 120px;
  }
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin-bottom: 1rem;
}
.wysiwyg ol {
  margin-left: 1rem;
  list-style-type: auto;
}
.wysiwyg ul {
  margin-left: 1rem;
  list-style-type: disc;
}
.wysiwyg p.mb-0 {
  margin-bottom: 0px;
}
.wysiwyg p:last-of-type {
  margin-bottom: 0px;
}
.wysiwyg a {
  --tw-text-opacity: 1;
  color: rgb(163 201 36 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.wysiwyg a.btn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
}

/* Copy */
.copy {
  font-weight: 400;
  line-height: 1.5rem;
}

/* Utilities */
.content-wrapper {
  padding-top: 58px;
}
@media (min-width: 1024px) {

  .content-wrapper {
    padding-top: 0px;
  }
}

.full-container {
  margin-left: 5%;
  display: flex;
  height: 100%;
  width: 90%;
  max-width: 992px;
  flex-direction: row;
  align-items: flex-end;
}

.video-container {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

.help-block {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  border-top-width: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: all 0.3s ease;
}
.help-block * {
  transition: all 0.3s ease;
}
.help-block:hover {
  background: #3b99d6;
}
.help-block:hover * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.video-wrap {
  position: relative;
  display: flex;
  aspect-ratio: 16 / 9;
  align-items: center;
  justify-content: center;
}
.video-wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  transition: all 0.3s ease;
}
.video-wrap.isPlaying:before {
  opacity: 0;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.center-contained {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1024px) {

  .center-contained {
    width: 66.666667%;
  }
}

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(163 201 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 12px 30px;
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(143 175 37 / var(--tw-bg-opacity));
}

.btn-grey {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(230 234 234 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(66 83 85 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 12px 30px;
}
.btn-grey:hover {
  background-color: #cad3d3;
}

.btn-white {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 119 121 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 12px 30px;
}
.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 119 121 / var(--tw-bg-opacity));
  color: white;
}

.btn-outline {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 12px 30px;
  border: 1px solid white;
}
.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(66 83 85 / var(--tw-text-opacity));
}

.btn-green-outline {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(66 83 85 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 12px 30px;
  border: 1px solid rgb(163, 201, 36);
}
.btn-green-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 83 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: rgb(66, 83, 85);
}

.online-help {
  min-height: 500px;
}
.online-help .wysiwyg a {
  text-decoration: none;
}

.play-icon {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100px;
  width: 100px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 100px;
  transition: all 0.3s ease;
}
.play-icon svg {
  margin-left: -10px;
  margin-top: -10px;
}
.play-icon:hover {
  transform: scale(1.05);
}

/* Partials */
.header {
  position: fixed;
  top: 0px;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .header {
    position: relative;
  }
}
.header {
  transition: transform 500ms ease-out;
}
.header .wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-items {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px) {

  .header-items {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {

  .header-items {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .header-items {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1420px) {

  .header-items {
    max-width: 1420px;
    padding-right: 0;
    padding-left: 0;
  }
}

.header-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1420px) {
  .header-items {
    width: 100%;
    max-width: 100%;
  }
}

.logo .logo-link {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.logo .logo-link svg {
  height: 42px;
  width: 130px;
}
@media (min-width: 1024px) {

  .logo .logo-link svg {
    height: 70px;
    width: 226px;
  }
}

.request-a-demo {
  height: 100%;
  text-transform: uppercase;
}

.wysiwyg a.request-a-demo {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
}

.request-a-demo {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(163 201 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 12px 30px;
}

.request-a-demo:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(143 175 37 / var(--tw-bg-opacity));
}

#btn--menu {
  z-index: 11;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {

  #btn--menu {
    display: none;
  }
}
#btn--menu span {
  position: relative;
  display: block;
  height: 3px;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(66 83 85 / var(--tw-bg-opacity));
}
#btn--menu span:before, #btn--menu span:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(66 83 85 / var(--tw-bg-opacity));
}
#btn--menu span:before {
  top: -7.5px;
}
#btn--menu span:after {
  top: 7.5px;
}
#btn--menu.menu--close span {
  background-color: transparent;
}
#btn--menu.menu--close span:before, #btn--menu.menu--close span:after {
  top: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#btn--menu.menu--close span:before {
  --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));
}
#btn--menu.menu--close span:after {
  --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));
}

.is-form-id-3204.is-form-style-3.is-ajax-search {
  transition: all 0.3s ease;
}
.is-form-id-3204.is-form-style-3.is-ajax-search #is-search-input-3204 {
  pointer-events: none;
}
.is-form-id-3204.is-form-style-3.is-ajax-search > label {
  width: 0px !important;
  opacity: 0;
  transition: all 0.3s ease;
}
.is-form-id-3204.is-form-style-3.is-ajax-search.isActive #is-search-input-3204 {
  pointer-events: auto;
}
.is-form-id-3204.is-form-style-3.is-ajax-search.isActive > label {
  width: calc(100% - 36px) !important;
  opacity: 1;
}
.is-form-id-3204.is-form-style-3.is-ajax-search.isActive .is-search-icon {
  background: #ededed;
  border: 1px solid #ccc;
}
.is-form-id-3204 .is-search-icon {
  background: none;
  border: none;
  padding-top: 0px !important;
  transition: all 0.3s ease;
}
.is-form-id-3204 .is-search-icon > svg {
  width: 40px;
}

/* PRIMARY MENU */
.nav-main {
  display: none;
}
@media (min-width: 1024px) {

  .nav-main {
    display: block;
  }
}
.nav-main > ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.nav-main.isMobile {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  left: 0px;
  top: 0px;
}
.nav-main.isMobile .menu-item > a svg {
  display: none;
}
.nav-main.isMobile .child-menu {
  display: none !important;
}
.nav-main.isMobile .menu--primary {
  flex-direction: column;
  padding-top: 100px;
  width: 100%;
  text-align: center;
}
.nav-main.isMobile .menu--primary li a {
  align-items: center;
  justify-content: center;
}

.menu-item > a {
  position: relative;
  z-index: 1;
  display: flex;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-item > a svg {
  fill: #637779;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-item:hover > a, .menu-item.isActive > a {
  --tw-text-opacity: 1;
  color: rgb(163 201 36 / var(--tw-text-opacity));
}
.menu-item:hover > a svg, .menu-item.isActive > a svg {
  fill: #A3C924;
}
.menu-item.hasChildren:hover .child-menu {
  opacity: 1;
  pointer-events: auto;
}

.help-center-content {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {

  .help-center-content {
    flex-wrap: nowrap;
  }
}
.help-center-content .help-center-sidebar {
  height: 90vh;
  width: 100%;
  overflow-y: auto;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 234 234 / var(--tw-border-opacity));
	min-width: 20rem;
}
.online-help > .container {
	max-width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (min-width: 1024px) {

  .help-center-content .help-center-sidebar {
    width: 25%;
    padding: 1rem;
  }
}
.help-center-content .menu-title {
  --tw-text-opacity: 1;
  color: rgb(66 83 85 / var(--tw-text-opacity));
}
.help-center-content .hasChildren {
  position: relative;
  padding-right: 2rem;
}
.help-center-content .hasChildren:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 4px;
  transition: all 0.3s ease;
  background: url("/wp-content/themes/cads/static/chevron.svg") no-repeat 50%/contain;
}
.help-center-content .hasChildren.isActive:after {
  transform: rotate(90deg);
}
.help-center-content .menu-title, .help-center-content .menu-item {
  display: block;
  width: 100%;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.help-center-content .menu-title:hover, .help-center-content .menu-title.isActive, .help-center-content .menu-item:hover, .help-center-content .menu-item.isActive {
  --tw-text-opacity: 1;
  color: rgb(163 201 36 / var(--tw-text-opacity));
}
.help-center-content .menu-title:hover:after, .help-center-content .menu-title.isActive:after, .help-center-content .menu-item:hover:after, .help-center-content .menu-item.isActive:after {
  transform: translate(5px, 0px);
}
.help-center-content .menu-title.isOpen:after, .help-center-content .menu-title.isActive:after, .help-center-content .menu-item.isOpen:after, .help-center-content .menu-item.isActive:after {
  transform: rotate(90deg);
}
.help-center-content .menu-wrap .help-child-menu {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  display: none;
}
.help-center-content .menu-wrap .help-child-menu.isOpen {
  display: block;
}
.help-center-content .menu-wrap .sub-menu > .help-child-menu {
  display: block;
}
.help-center-content .menu-wrap .sub-menu.isOpen > .help-child-menu {
  display: block;
}

.menu-wrap {
  margin-bottom: 0.5rem;
}

.child-menu {
  pointer-events: none;
  position: absolute;
  margin-left: -1.5rem;
  width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 26px;
  opacity: 0;
}
.child-menu li:first-of-type {
  border-top: 4px solid #637779;
}
.child-menu li a {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.3s ease;
}
.child-menu li a:hover, .child-menu li a.isActive {
  background: #EDEDED;
}

.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* Mobile Menu - Utilities */
.mobile--menu {
  position: fixed;
  inset: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(30 63 110 / var(--tw-bg-opacity));
  min-height: 100vh;
}
.mobile--menu.open {
  display: block;
}
.mobile--menu .mobile--menu--inner {
  position: relative;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mobile--menu .mobile--menu--inner:after {
  content: "";
  background-image: url("../../assets/images/mobile-bg.png");
  position: absolute;
  inset: 0px;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.mobile--menu .menu--mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile--menu .menu--mobile > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.mobile--menu .menu--mobile {
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.mobile--menu .menu--mobile .menu-item.active {
  --tw-text-opacity: 1;
  color: rgb(154 125 17 / var(--tw-text-opacity));
}

.banner {
  height: 50vh;
}

@media (min-width: 1024px) {

  .banner {
    height: 70vh;
  }
}

.banner {
  min-height: 660px;
}
.banner .text-section {
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  .banner .text-section {
    -webkit-clip-path: polygon(0 0, 100% 0, 105% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 105% 100%, 0% 100%);
  }
}
.banner .text-section:before {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(163 201 36 / var(--tw-bg-opacity));
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.banner .text-section > * {
  z-index: 1;
}

.small-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.small-hero:before {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(13, 31, 45, 0.8);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.small-hero > * {
  z-index: 1;
}

.pullout-quote {
  position: relative;
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 234 234 / var(--tw-bg-opacity));
  padding: 2.5rem;
  font-size: 1.125rem;
  line-height: 25px;
}
.pullout-quote:before, .pullout-quote:after {
  content: '"';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 4rem;
  font-family: auto;
}
.pullout-quote:before {
  top: 30px;
  left: 10px;
}
.pullout-quote:after {
  bottom: -10px;
  right: 10px;
}

.angled-hero {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  aspect-ratio: 3/1;
  width: 100%;
  height: auto;
  min-height: 520px;
}
@media screen and (min-width: 1460px) {
  .angled-hero {
    background-size: 70%;
  }
}

.help-search-wrap {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1024px) {

  .help-search-wrap {
    width: auto;
  }
}
.help-search-wrap .help-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.help-search-wrap .help-search > svg {
  width: 24px;
  height: 24px;
}
.help-search-wrap .help-search .help-search-input {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {

  .help-search-wrap .help-search .help-search-input {
    width: 360px;
  }
}
.help-search-wrap .help-search .help-search-input {
  max-width: 100%;
}
.help-search-wrap .help-search .help-search-input:focus {
  outline: none;
}

.help-drop-down {
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(66 83 85 / var(--tw-text-opacity));
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.form-wrap .gfield.gfield_visibility_visible {
  margin-bottom: 20px;
}
.form-wrap .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.625rem;
}
.form-wrap .gfield_radio .gchoice {
  position: relative;
}
.form-wrap .gfield_radio .gchoice input {
  position: absolute;
  opacity: 0;
}
.form-wrap .gfield_radio .gchoice input[type=radio]:checked + label {
  background: #a3c924 !important;
  color: white !important;
}
.form-wrap .gfield_radio .gchoice label {
  text-align: center;
}
.wysiwyg a.form-wrap .gfield_radio .gchoice label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
}
.form-wrap .gfield_radio .gchoice label {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(163 201 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 12px 30px;
}
.form-wrap .gfield_radio .gchoice label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(143 175 37 / var(--tw-bg-opacity));
}
.form-wrap .gfield_radio .gchoice label {
  min-width: 170px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px !important;
  background: #ffffff !important;
  color: #637779 !important;
}
.form-wrap .gfield_radio .gchoice label:hover {
  background: #a3c924 !important;
  color: white !important;
}
.form-wrap .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.625rem;
}
.form-wrap .gfield_checkbox .gchoice {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
}
.form-wrap .gfield_checkbox .gchoice .gfield-choice-input {
  width: 25px;
  height: 25px;
}
.form-wrap .gfield_checkbox .gchoice .gform-field-label {
  width: auto;
}
.form-wrap .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.form-wrap .ginput_container_consent input[type=checkbox] {
  width: 25px;
  height: 25px;
}
.form-wrap .gform_wrapper .gfield_label {
  font-weight: 700 !important;
}
.wysiwyg a.form-wrap .gform_button.button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
}
.form-wrap .gform_button.button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(163 201 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 12px 30px;
}
.form-wrap .gform_button.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(143 175 37 / var(--tw-bg-opacity));
}
.form-wrap .gform_heading {
  position: absolute;
  bottom: 0px;
}

.bg-big-s {
  background: url("/wp-content/themes/cads/static/big-s.svg") no-repeat 50%/100%;
}

.jobs-table {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  width: 100%;
  text-align: left;
}
.jobs-table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(99 119 121 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.jobs-table thead th {
  padding: 1rem;
  font-weight: 300;
}
.jobs-table tbody td {
  padding: 1rem;
  border-bottom: 1px solid #cccccc;
}

.slider-container {
  display: flex;
  overflow: hidden;
}

.slider-image {
  display: none;
  width: auto;
  margin: 0px auto;
}
.slider-image.isActive {
  display: block;
}

.slider-buttons-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-buttons-wrap .prev-button, .slider-buttons-wrap .next-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.is-ajax-search-result .is-search-sections .is-title a {
  font-size: 1.125rem;
  line-height: 18px;
  color: #637779;
}
.is-ajax-search-result .is-search-sections .is-title a .is-highlight {
  font-size: 1.125rem;
  line-height: 18px;
  color: #637779;
}
.is-ajax-search-result .is-search-sections .meta {
  display: none;
}

.accordion-wrap {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 700;
}

@media (min-width: 1024px) {

  .accordion-wrap {
    font-size: 22px;
  }
}

.accordion-wrap {
  border-bottom: 1px solid #999999;
}

.faq-icon {
  margin-left: -80px;
  position: relative;
}
.faq-icon:before, .faq-icon:after {
  background: #9AC430;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 21px;
  transition: transform 500ms ease, background 300ms ease;
}
.faq-icon:before {
  transform: rotate(180deg);
}
.faq-icon:after {
  transform: rotate(90deg);
}
.faq-icon.isActive:before {
  transform: rotate(0deg);
  background: #21262B;
}
.faq-icon.isActive:after {
  transform: rotate(0deg);
  background: #21262B;
}

.accordion-content {
  max-height: 0px;
  overflow: hidden;
}

.accordion-content h1,.accordion-content h2,.accordion-content h3,.accordion-content h4,.accordion-content h5,.accordion-content h6,.accordion-content p,.accordion-content ul,.accordion-content ol {
  margin-bottom: 1rem;
}

.accordion-content ol {
  margin-left: 1rem;
  list-style-type: auto;
}

.accordion-content ul {
  margin-left: 1rem;
  list-style-type: disc;
}

.accordion-content p.mb-0 {
  margin-bottom: 0px;
}

.accordion-content p:last-of-type {
  margin-bottom: 0px;
}

.accordion-content a {
  --tw-text-opacity: 1;
  color: rgb(163 201 36 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.accordion-content a.btn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
}

.online-help .accordion-content a {
  text-decoration: none;
}

.accordion-content {
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.accordion-content.isActive {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  transition: max-height 0.5s ease, padding 0.5s ease;
  max-height: 500px !important;
}
@media (min-width: 640px) {

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

  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:text-3xl {
    font-size: 3rem;
    line-height: 44px;
  }
}
@media (min-width: 1280px) {

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