/*!
Theme Name: Mozlng
*/

/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 50px;
  line-height: 125%;
  font-weight: 300;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 64px;
    line-height: 125%;
  }
}

h2 {
  font-size: 37px;
  line-height: 125%;
  font-weight: 300;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 50px;
    line-height: 125%;
  }
}

h3 {
  font-size: 30px;
  line-height: 125%;
  font-weight: 300;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 37px;
    line-height: 125%;
  }
}

h4 {
  font-size: 24px;
  line-height: 125%;
  font-weight: 300;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 30px;
    line-height: 125%;
  }
}

h5 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 24px;
    line-height: 125%;
    font-weight: 400;
  }
}

h6 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
}

@media (min-width: 1024px) {
  h6 {
    font-weight: 400;
  }
}

p {
  margin-bottom: 1.5rem;
}

ul {
  list-style-type: disc;
}

a {
  cursor: pointer;
}

ol {
  list-style-type: decimal;
}

ul, ol {
  list-style-position: outside;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.right-12 {
  right: 3rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.z-10 {
  z-index: 10;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[232px\] {
  height: 232px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[60px\] {
  height: 60px;
}

.h-full {
  height: 100%;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.w-16 {
  width: 4rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6\/12 {
  width: 50%;
}

.w-9\/12 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.grow {
  flex-grow: 1;
}

.list-none {
  list-style-type: none;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.place-content-end {
  place-content: end;
}

.content-start {
  align-content: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[16px\] {
  border-bottom-width: 16px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 121 193 / var(--tw-border-opacity));
}

.border-grey3 {
  --tw-border-opacity: 1;
  border-color: rgb(222 223 226 / var(--tw-border-opacity));
}

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
}

.border-b-grey3 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 223 226 / var(--tw-border-opacity));
}

.border-l-grey3 {
  --tw-border-opacity: 1;
  border-left-color: rgb(222 223 226 / var(--tw-border-opacity));
}

.border-t-grey3 {
  --tw-border-opacity: 1;
  border-top-color: rgb(222 223 226 / var(--tw-border-opacity));
}

.bg-black\/40 {
  background-color: rgb(35 31 32 / 0.4);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 193 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 81 / var(--tw-bg-opacity));
}

.bg-green2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 194 97 / var(--tw-bg-opacity));
}

.bg-grey3 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 223 226 / var(--tw-bg-opacity));
}

.bg-grey4 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 251 / var(--tw-bg-opacity));
}

.bg-grey5 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 253 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 205 3 / var(--tw-bg-opacity));
}

.bg-none {
  background-image: none;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pb-16\/9 {
  padding-bottom: 56.25%;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-body1 {
  font-size: 16px;
  line-height: 150%;
}

.text-body2 {
  font-size: 14px;
  line-height: 150%;
}

.text-caption {
  font-size: 12px;
  line-height: 150%;
}

.text-featured {
  font-size: 18px;
  line-height: 150%;
}

.text-h3 {
  font-size: 37px;
  line-height: 125%;
}

.text-s1 {
  font-size: 16px;
  line-height: 150%;
}

.text-s2 {
  font-size: 14px;
  line-height: 150%;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 121 193 / var(--tw-text-opacity));
}

.text-grey2 {
  --tw-text-opacity: 1;
  color: rgb(193 195 198 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.no-underline {
  text-decoration-line: none;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: 'Noto Sans', sans-serif;

  font-weight: 300;

  font-style: normal;

  src: url('assets/fonts/NotoSans-300.woff2');
}

@font-face {
  font-family: 'Noto Sans', sans-serif;

  font-weight: 400;

  font-style: normal;

  src: url('assets/fonts/NotoSans-400.woff2');
}

@font-face {
  font-family: 'Noto Sans', sans-serif;

  font-weight: 500;

  font-style: normal;

  src: url('assets/fonts/NotoSans-500.woff2');
}

@font-face {
  font-family: 'Noto Sans', sans-serif;

  font-weight: 700;

  font-style: normal;

  src: url('assets/fonts/NotoSans-700.woff2');
}

/* Text styles */

.text-s1 {
  font-weight: 500;
}

.text-s2 {
  font-weight: 500;
}

.text-featured {
  font-weight: 300;
}

.text-body1 {
  font-weight: 300;
}

.text-body2 {
  font-weight: 300;
}

.text-caption {
  font-weight: 400;
}

.copy a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

:root {
  font-size: 16px;
}

/* Share buttons */

.share-buttons a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-weight: 300;
}

/* Language Switcher */

.wpml-ls-legacy-dropdown-click {
  width: auto;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.wpml-ls-legacy-dropdown-click a, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 121 193 / var(--tw-text-opacity));
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  background-image: url('assets/icons/down-chevron-icon.svg');
  border-style: none;
  width: 1.25rem;
  height: 1.25rem;
  right: 0.25rem;
  top: calc(50% - 0.5em);
}

/* Home slick slider */

#homeSlider .slick-dots {
  top: 300px;
}

@media (min-width: 1024px) {
  #homeSlider .slick-dots {
    top: 580px;
    left: 7rem;
  }
}

#homeSlider .slick-dots {
  bottom: auto !important;
  text-align: left !important;
}

#homeSlider .slick-dots li {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 1024px) {
  #homeSlider .slick-dots li {
    width: 1rem;
    height: 1rem;
  }
}

#homeSlider .slick-dots li {
  border-width: 2px;
  border-radius: 9999px;
  background-image: none;
  --tw-border-opacity: 1;
  border-color: rgb(193 195 198 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#homeSlider .slick-dots li.slick-active {
  --tw-bg-opacity: 1;
  background-color: rgb(193 195 198 / var(--tw-bg-opacity));
}

#homeSlider .slick-dots li:first-child {
  margin-left: 0px;
}

#homeSlider .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/* Slick slider */

.slick-slider2 .slick-dots {
  bottom: 5rem;
}

.slick-dots li {
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0);
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.slick-dots li.slick-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Footer Menus */

.footer-menu li:first-child {
  position: relative;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .footer-menu li:first-child {
    font-size: 18px;
    line-height: 150%;
  }
}

.footer-menu li:first-child {
  font-weight: 500;
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .footer-menu li:first-child {
    padding-left: 0px;
    margin-bottom: 2rem;
  }
}

.footer-menu li:first-child:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1rem;
  height: 1.25rem;
  background-image: url('assets/icons/plus-icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .footer-menu li:first-child:before {
    display: none;
  }
}

.footer-menu li:not(:first-child) {
  position: relative;
  padding-left: 1.25rem;
}

.footer-menu li:not(:first-child):before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1rem;
  height: 1rem;
  background-image: url('assets/icons/right-chevron-icon-blue.svg');
  background-size: contain;
  background-position: center;
}

.footer-menu li {
  margin-top: 0.375rem;
}

@media screen and (max-width:1024px) {
  .footer-menu li:not(:first-child) {
    display: none;
  }

  .footer-active {
    display: block !important;
  }
}

/* CF7 */

.wpcf7 input, .wpcf7 textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(193 195 198 / var(--tw-border-opacity));
  border-radius: 1rem;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.wpcf7 input[type="file"] {
  border-width: 0px;
}

.wpcf7 input[type="submit"] {
  width: auto;
  --tw-border-opacity: 1;
  border-color: rgb(0 121 193 / var(--tw-border-opacity));
  border-width: 2px;
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(0 121 193 / var(--tw-text-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}

.wpcf7 input[type="submit"]:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7 form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

/* Pagination */

.pagination {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

.pagination li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 121 193 / var(--tw-border-opacity));
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pagination li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination .current {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Accordion */

.cross {
  --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));
}

/* Menus */

#topMenu a, #primaryMenu a, #mmenu a, footer a {
  text-decoration-line: none;
}

/* Primary menu */

@media screen and (min-width: 1024px) {
  .menu-item {
    z-index: 20;
  }

  .dropdown-holder {
    --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);
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(222 223 226 / var(--tw-border-opacity));
    display: none;
    position: absolute;
    width: 100%;
    top: 2.5rem;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    z-index: 10;
    padding: 1.5rem;
  }

  .dh-active {
    display: grid;
  }

  .dropdown-holder li {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
  }

  .dropdown-holder .sub-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-holder .column1 {
    font-size: 30px;
    line-height: 125%;
    font-weight: 300;
    grid-column: span 1 / span 1;
  }

  .dropdown-holder .sub-menu > .column2 ul.sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-item a.parent-item {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
    transition: all 0.2s ease;
  }

  .menu-item a.parent-item:hover {
    --tw-text-opacity: 1;
    color: rgb(0 121 193 / var(--tw-text-opacity));
  }

  .dropdown-holder .sub-menu > .column2 ul.sub-menu:hover li, .dropdown-holder .sub-menu > .column2 ul.sub-menu:hover li > .sub-menu li {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
    transition: all 0.2s ease;
  }

  .dropdown-holder .sub-menu > .column2 ul.sub-menu:hover li:hover, .dropdown-holder .sub-menu > .column2 ul.sub-menu:hover li > .sub-menu li:hover {
    --tw-text-opacity: 1;
    color: rgb(0 121 193 / var(--tw-text-opacity));
  }

  .dropdown-holder .sub-menu > .column2 ul.sub-menu:hover li:not(:hover) {
    --tw-text-opacity: 1;
    color: rgb(222 223 226 / var(--tw-text-opacity));
  }

  .column2 ul.sub-menu li.menu-item-has-children:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 242 245 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
  }

  .column2 ul.sub-menu li.menu-item-has-children > .sub-menu li.menu-item-has-children:hover {
    padding-left: 0px;
  }

  .column2 ul.sub-menu li a {
    display: block;
    width: 100%;
  }

  .dropdown-holder .sub-menu .column2 > .sub-menu {
    margin-top: -1.2rem;
  }

  .dropdown-holder .sub-menu .column2 > .sub-menu li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .dropdown-holder .sub-menu .column2 > .sub-menu > .sub-menu li {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dropdown-holder .sub-menu > .column2 ul.sub-menu .menu-item {
    width: 100%;
    z-index: 10;
  }

  .column1 a {
    transition: all 0.2s ease;
  }

  .column1 a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 121 193 / var(--tw-text-opacity));
  }

  .menu-item-has-children .dropdown-holder .sub-menu > .column2 ul.sub-menu .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 66%;
    z-index: 50;
    width: 100%;
  }

  .menu-item-has-children .dropdown-holder .sub-menu > .column2 ul.sub-menu:hover .menu-item-has-children:hover > .sub-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 34%;
    padding-top: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(237 242 245 / var(--tw-bg-opacity));
  }

  .menu-item-has-children .dropdown-holder .sub-menu > .column2 ul.sub-menu:hover .menu-item-has-children:hover > .sub-menu li > .sub-menu {
    padding-top: 0px;
  }

  .menu-item-has-children .dropdown-holder .sub-menu > .column2 ul.sub-menu:hover .menu-item-has-children:hover > .sub-menu li > .sub-menu li {
    padding-bottom: 0px;
  }

  .menu-item-has-children .dropdown-holder .sub-menu > .column2 ul.sub-menu .menu-item-has-children:hover > .sub-menu .menu-item-has-children > .sub-menu {
    margin-top: 0.5rem;
    margin-bottom: 0px;
  }

  .dropdown-holder .column2 > .sub-menu .sub-menu-toggle {
    position: relative;
  }

  .dropdown-holder .column2 > .sub-menu .sub-menu-toggle:after {
    position: absolute;
    content: '';
    left: 0.75rem;
    top: 0px;
    width: 1rem;
    height: 1rem;
    background-image: url('assets/icons/right-chevron-icon-black.svg');
    background-position: center;
    background-size: contain;
  }

  .column2 > .sub-menu li > .sub-menu li > .sub-menu {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
    padding-left: 1.5rem;
  }

  .column2 > .sub-menu li > .sub-menu .sub-menu-toggle {
    display: none;
  }

  .column2 > .sub-menu li > .sub-menu li > .sub-menu li a {
    position: relative;
  }

  .column2 > .sub-menu li > .sub-menu li > .sub-menu li a:before {
    position: absolute;
    content: '';
    left: -1.5rem;
    top: calc( 50% - 0.5rem );
    width: 1rem;
    height: 1rem;
    background-image: url('assets/icons/right-chevron-icon-black.svg');
    background-position: center;
    background-size: contain;
  }

  .close-item:hover {
    cursor: pointer;
  }

  .close-item:before {
    display: none;
  }

  @media (min-width: 1024px) {
    .close-item:before {
      display: block;
    }
  }

  .close-item:before {
    position: absolute;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('assets/icons/close-icon.svg');
    background-size: contain;
    background-position: center;
    border-width: 1px;
    border-radius: 9999px;
    padding: 0.5rem;
  }
}

/* Grey out menu items */

.grayout a {
  --tw-text-opacity: 1 !important;
  color: rgb(193 195 198 / var(--tw-text-opacity)) !important;
}

/* MMenu */

#mmenu .sub-menu-toggle {
  display: none;
}

/* Search Button */

.search-btn:hover .searchopen::after, .search-btn:hover .close::after {
  filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(64deg) brightness(109%) contrast(101%);
}

.searchtext {
  padding-right: 1.5rem;
}

.searchopen {
  position: relative;
}

.searchopen::after {
  content: '';
  position: absolute;
  background-image: url('assets/icons/search-icon.svg');
  width: 1.25rem;
  height: 1.25rem;
  top: 0.375rem;
}

@media (min-width: 1024px) {
  .searchopen::after {
    top: 0px;
  }
}

.searchopen::after {
  right: 0px;
  background-position: center;
  background-size: contain;
}

.menuopen {
  position: relative;
}

.menuopen::after {
  content: '';
  position: absolute;
  background-image: url('assets/icons/menu-icon.svg');
  width: 1.25rem;
  height: 1.25rem;
  top: 0.375rem;
}

@media (min-width: 1024px) {
  .menuopen::after {
    top: 0px;
  }
}

.menuopen::after {
  right: 0px;
  background-position: center;
  background-size: contain;
}

.close {
  position: relative;
}

.close::after {
  content: '';
  position: absolute;
  background-image: url('assets/icons/close-icon.svg');
  width: 1.25rem;
  height: 1.25rem;
  top: 0.375rem;
}

@media (min-width: 1024px) {
  .close::after {
    top: 0px;
  }
}

.close::after {
  right: 0px;
  background-position: center;
  background-size: contain;
}

/* Search Form */

.search-form {
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .search-form {
    width: 43%;
  }
}

.search-form {
  position: absolute;
}

@media (min-width: 1024px) {
  .search-form {
    position: relative;
  }
}

.search-form {
  bottom: -2.5rem;
}

@media (min-width: 1024px) {
  .search-form {
    bottom: 0px;
  }
}

.search-form {
  right: 0px;
  z-index: 50;
  background-color: rgb(255 255 255 / 0.7);
  border-bottom-width: 1px;
}

@media (min-width: 1024px) {
  .search-form {
    border-bottom-width: 2px;
  }
}

.search-form {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(193 195 198 / var(--tw-border-opacity));
}

.is-search-form, .is-form-style.is-form-style-3 label {
  width: 100% !important;
}

.sf-active {
  display: flex;
  align-items: center;
}

.is-form-style input.is-search-input {
  border-width: 0px !important;
}

.search-form button {
  display: none;
}

.search-form ::-moz-placeholder {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  font-family: Noto Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(135 138 143 / var(--tw-text-opacity));
}

.search-form ::placeholder {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  font-family: Noto Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(135 138 143 / var(--tw-text-opacity));
}

/* CTA Button */

.cta-btn {
  position: relative;
  padding-left: 1.5rem;
}

.cta-btn::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  background-image: url('assets/icons/right-chevron-icon-blue.svg');
}

/* Responsive video embed */

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Table */

table {
  width: 100%;
  display: block;
}

@media (min-width: 1024px) {
  table {
    display: table;
  }
}

table {
  overflow: hidden;
  overflow-x: auto;
}

table th {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: left;
  padding: 1rem;
  font-weight: 500;
}

table th:first-of-type {
  border-top-left-radius: 1rem;
}

table th:last-of-type {
  border-top-right-radius: 1rem;
}

table tr {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 253 / var(--tw-bg-opacity));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 223 226 / var(--tw-border-opacity));
}

table tr:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

table td {
  padding: 1rem;
}

table.side-stylised tr td:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: left;
  font-weight: 500;
}

/* Links feature block img */

.lfb-link:hover .lfb-img {
  filter: invert(99%) sepia(37%) saturate(0%) hue-rotate(49deg) brightness(200%) contrast(100%);
}

/* Breadcrumbs */

#breadcrumbs .item-current {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

.search-results p {
  place-self: start;
}

/* Video Block Embed */

.vb-holder {
  max-width: 900px;
}

.vb-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.vb-embed iframe,
.vb-embed object,
.vb-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video carousel */

.vcb-holder {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.vcb-embed {
  height: 190px;
}

@media (min-width: 768px) {
  .vcb-embed {
    height: 405px;
  }
}

@media (min-width: 1024px) {
  .vcb-embed {
    height: 725px;
  }
}

.vcb-embed > .slick-list, .vcb-embed > .slick-list > .slick-track {
  height: 100%;
}

.slick-thumbnails {
  margin-top: 1.25rem;
}

.slick-thumbnails  img.slick-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\*\:rounded-full > * {
  border-radius: 9999px;
}

.\*\:border > * {
  border-width: 1px;
}

.\*\:border-b > * {
  border-bottom-width: 1px;
}

.\*\:border-blue > * {
  --tw-border-opacity: 1;
  border-color: rgb(0 121 193 / var(--tw-border-opacity));
}

.\*\:border-b-black\/50 > * {
  border-bottom-color: rgb(35 31 32 / 0.5);
}

.\*\:px-5 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.\*\:py-3 > * {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\*\:pt-4 > * {
  padding-top: 1rem;
}

.first\:\*\:pt-0 > *:first-child {
  padding-top: 0px;
}

.last\:\*\:border-b-0 > *:last-child {
  border-bottom-width: 0px;
}

.last\:\*\:pb-0 > *:last-child {
  padding-bottom: 0px;
}

.last-of-type\:mb-4:last-of-type {
  margin-bottom: 1rem;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 193 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

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

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[120px\] {
    height: 120px;
  }

  .lg\:h-\[550px\] {
    height: 550px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:bg-grey4 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 249 251 / var(--tw-bg-opacity));
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

  .lg\:text-h1 {
    font-size: 64px;
    line-height: 125%;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-\[2000px\] {
    max-width: 2000px;
  }
}