/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/styles/main.scss ***!
  \********************************************************************************************************************************************************************************************************************/
/*--------------------------------------------------------------
# Import Vendor files needed to compile
--------------------------------------------------------------*/
/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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-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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%) {
  .container {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1180px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1220px) {
  .container {
    max-width: 1220px;
    padding-right: 0;
    padding-left: 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-\[160px\] {
  bottom: 160px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-\[14\] {
  z-index: 14;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[7\] {
  z-index: 7;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-0 {
  margin: 0px;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[122px\] {
  height: 122px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[520px\] {
  height: 520px;
}
.h-\[74px\] {
  height: 74px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[54px\] {
  max-height: 54px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[72px\] {
  max-height: 72px;
}
.max-h-\[92px\] {
  max-height: 92px;
}
.min-h-\[142px\] {
  min-height: 142px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[260px\] {
  min-height: 260px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[620px\] {
  min-height: 620px;
}
.min-h-\[640px\] {
  min-height: 640px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.w-0 {
  width: 0px;
}
.w-4\/5 {
  width: 80%;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[80px\] {
  width: 80px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[128px\] {
  max-width: 128px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[136px\] {
  max-width: 136px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[940px\] {
  max-width: 940px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[9\.9deg\] {
  --tw-rotate: 9.9deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.60\] {
  --tw-scale-x: 0.60;
  --tw-scale-y: 0.60;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.7\] {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border-none {
  border-style: none;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/\[0\.25\] {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-bolt_dark_gray {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.bg-bolt_darkest_gray {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-none {
  background-image: none;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-bolt_yellow {
  fill: #FFCC00;
}
.fill-gray-900 {
  fill: #111827;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[120px\] {
  font-size: 120px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-bolt_yellow {
  --tw-text-opacity: 1;
  color: rgb(255 204 0 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.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, 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: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/*
 * Custom tailwind-like classes
 */
.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/**
 * Tom Select
 * Documentation: https: //tom-select.js.org/docs/
 *
 * ! Bug:
 * For some reason when in watch mode and you save this file, Webpack will give an error
 * "ERROR in No files matching the pattern ".../themes/bolt-works/assets/styles/0-vendors/_tom-select.scss" were found.
 *
 * Workaround for this bug: just save this file even though it generates the error described above. After that, save any other scss file,
 * to start style compiling again. When you save any other, Webpacks compiling should success.
 *
 * Other compiles than in watch mode should work just fine.
 */
/**
 * tom-select.css (v2.3.0)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: 5px 8px 2px;
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: white;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}
.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}
.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}
.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}
/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #0073bb;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #00578d;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #aaaaaa;
}
.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #0073bb;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #00578d;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #aaaaaa;
}
:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
.ts-wrapper {
  position: relative;
}
.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}
.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.ts-wrapper.single .ts-control {
  --ts-pr-caret: 2rem;
}
.ts-wrapper.single .ts-control::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.ts-wrapper.single .ts-control:not(.rtl)::after {
  right: 15px;
}
.ts-wrapper.single .ts-control.rtl::after {
  left: 15px;
}
.ts-wrapper.single.dropdown-active .ts-control::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}
.ts-wrapper {
  display: flex;
  min-height: 36px;
}
.ts-wrapper.multi.has-items .ts-control {
  padding-left: 5px;
  --ts-pr-min: $padding-x;
}
.ts-wrapper.multi .ts-control [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: color-mix(#1da7ee, #178ee9, 60%);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.ts-wrapper.multi .ts-control [data-value].active {
  background-color: color-mix(#008fd8, #0075cf, 60%);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}
.ts-wrapper.multi.disabled .ts-control [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.ts-wrapper.multi.disabled .ts-control [data-value], .ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  border-color: #e6e6e6;
}
.ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  background: none;
}
.ts-wrapper.single .ts-control {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: color-mix(#fefefe, #f2f2f2, 60%);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}
.ts-wrapper.single .ts-control, .ts-dropdown.single {
  border-color: #b8b8b8;
}
.dropdown-active .ts-control {
  border-radius: 3px 3px 0 0;
}
.ts-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.ts-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.ts-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/**
 * Styling fixes for Webp images.
 *
 * Since the website started using WebP image format, it broke a lot of styling definitions.
 * This file contains some common all-around fixes for WebP images.
 */
picture.absolute.inset-0 > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
picture.object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  picture.lg\:object-cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
picture.h-full img {
  height: 100%;
}
@media (min-width: 1024px) {
  picture.lg\:h-full img {
    height: 100%;
  }
}
/*--------------------------------------------------------------
# Import Util files
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utils: Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utils: REM helper
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utils: Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utils: Print styles
--------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer,
  .sidebar {
    display: none;
  }
}
/*--------------------------------------------------------------
# Import Base files
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base: General
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  /* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  overflow-x: hidden;
  background-color: #000000;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body.mobile-menu-visible {
  overflow: hidden;
}
/* Focusing the button with a keyboard will show a blue line. */
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgb(0, 111, 207);
}
/* Focusing the button with a mouse, touch, or stylus will not show focus */
*:focus:not(:focus-visible) {
  outline: none;
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}
.main-container-width {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1554px) {
  .main-container-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1240px) {
  .main-container-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-container-width.mobile-no-x-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.normal-container-width {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 948px) {
  .normal-container-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1240px) {
  .normal-container-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.narrow-container-width {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 704px) {
  .narrow-container-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1240px) {
  .narrow-container-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.page .page-content-container > .alignwide > .main-container-width {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Text meant only for screen readers. */
.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;
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Base: Fonts and font families
#
# Note: these are applied on both backend and frontend
--------------------------------------------------------------*/
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../fonts/roboto-v30-latin-regular.woff2) format("woff2"), url(../fonts/roboto-v30-latin-regular.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local(""), url(../fonts/roboto-v30-latin-italic.woff2) format("woff2"), url(../fonts/roboto-v30-latin-italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(../fonts/roboto-v30-latin-700.woff2) format("woff2"), url(../fonts/roboto-v30-latin-700.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local(""), url(../fonts/roboto-v30-latin-700italic.woff2) format("woff2"), url(../fonts/roboto-v30-latin-700italic.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
 * Set font families and very basic styling
 * ! Do not set text colors here. It will affect also on block editor.
 */
body {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 576px) {
  body {
    font-size: 1.125rem;
  }
}
body h1,
body h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
body h3,
body h4,
body h5,
body h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
body ul, body ol {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 576px) {
  body ul, body ol {
    font-size: 1.125rem;
  }
}
/*--------------------------------------------------------------
# Base: Typography
#
# Note: these are applied only on frontend
--------------------------------------------------------------*/
body {
  color: #FFFFFF;
}
body h1,
body h2 {
  color: #FFFFFF;
}
body h3,
body h4,
body h5,
body h6 {
  color: #FFFFFF;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body h1 small,
body h2 small,
body h3 small,
body h4 small,
body h5 small,
body h6 small,
body p small {
  font-size: 0.6em;
}
body h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  body h1 {
    font-size: 2.875rem;
  }
}
body h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 480px) {
  body h2 {
    font-size: 2.375rem;
  }
}
body h3 {
  font-size: 1.125rem;
  margin-bottom: 1.3125rem;
}
@media (min-width: 480px) {
  body h3 {
    font-size: 1.5rem;
  }
}
body h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  body h4 {
    font-size: 1.125rem;
  }
}
body h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
body h6 {
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
}
body p {
  margin-bottom: 2rem;
}
body p.lead {
  font-size: 1.1875rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  body p.lead {
    font-size: 1.375rem;
  }
}
body a {
  text-decoration: none;
  color: #FFCC00;
  font-size: 1rem;
  line-height: 1.7;
  transition: all ease-in 150ms;
}
body a:hover, body a:focus {
  text-decoration: underline;
}
body a.nav-link {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  body a.nav-link {
    font-size: 1rem;
  }
}
body .page-content-container ul, body .page-content-container ol,
body .single-content-container ul,
body .single-content-container ol {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1554px) {
  body .page-content-container ul, body .page-content-container ol,
  body .single-content-container ul,
  body .single-content-container ol {
    padding-left: 3.5rem !important;
  }
}
@media (max-width: 1240px) {
  body .page-content-container ul, body .page-content-container ol,
  body .single-content-container ul,
  body .single-content-container ol {
    padding-left: 2.5rem !important;
  }
}
body .page-content-container ul,
body .single-content-container ul {
  list-style: disc;
}
body .page-content-container ol,
body .single-content-container ol {
  list-style: decimal;
}
/*
 * Block editor view
 */
.wp-admin h1,
.wp-admin h2,
.wp-admin h3,
.wp-admin h4,
.wp-admin h5,
.wp-admin h6 {
  color: #000000;
}
.wp-admin .block-editor h1, .wp-admin .block-editor h2, .wp-admin .block-editor h3, .wp-admin .block-editor h4, .wp-admin .block-editor h5, .wp-admin .block-editor h6 {
  color: #000000;
}
/*--------------------------------------------------------------
# Import Components files
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Component: Bootstrap Accordion Override
--------------------------------------------------------------*/
.card {
  border: 0;
  margin: 0 auto;
  display: contents;
}
.card-header {
  position: relative;
  background-color: rgb(242, 220, 211);
  padding-left: 1rem;
}
.card-header h5 {
  display: flex;
}
.card-header .btn-link {
  color: #1E1E1E;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.card-header:first-child {
  border-radius: 0;
}
.card-body {
  background-color: rgb(242, 220, 211);
}
.card .accordion-toggle {
  border: none;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-self: flex-end;
  align-items: center;
  padding: 0;
  background-color: transparent;
}
.card .accordion-toggle span {
  position: relative;
  display: flex;
  width: 26px;
  height: 4.5px;
  background-color: #1E1E1E;
}
.card .accordion-toggle span::after {
  content: "";
  display: flex;
  position: absolute;
  background-color: #1E1E1E;
  top: 0;
  right: 0;
  width: 26px;
  height: 4px;
  transition: all 0.25s ease-in-out;
  transform: rotate(-180deg);
}
.card .collapsed .accordion-toggle span::after {
  transform: rotate(90deg);
}
/*--------------------------------------------------------------
# Component: Bootstrap Breadcrumb Override
--------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb > a {
  font-size: 0.875rem;
}
/*--------------------------------------------------------------
# Component: Buttons
--------------------------------------------------------------*/
/**
 * Arrow link
 */
.arrow-link {
  position: relative;
  margin-right: 2rem;
  display: inline-block;
  padding-right: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.arrow-link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 11;
  display: inline-block;
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
picture.arrow-link.inset-0 > img:after {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.arrow-link:hover:after, .arrow-link:focus:after, .arrow-link:active:after {
  right: 0.75rem;
}
/**
 * Button style for A tag
 */
.button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  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: 150ms;
  font-size: 0.9375rem;
}
.button:hover, .button:active, .button:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.button:not(.yellow):not(.blue):not(.dropdown-btn > a):hover, .button:not(.yellow):not(.blue):not(.dropdown-btn > a):active, .button:not(.yellow):not(.blue):not(.dropdown-btn > a):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.button.large {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.button.wide {
  width: 100%;
}
html.webp picture.button.wide {
  display: block;
}
html.webp picture.button.wide > img {
  width: 100%;
}
@media (min-width: 768px) {
  .button.wide {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .button.wide {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.button.square-button {
  border-radius: 0.125rem;
}
.button.arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .button.arrow {
    justify-content: flex-start;
  }
}
.button.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: relative;
  left: 0px;
  margin-top: 2px;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button.arrow.square-button {
  justify-content: center;
}
@media (min-width: 1024px) {
  .button.arrow.square-button {
    justify-content: flex-start;
  }
}
.button.arrow:hover:after, .button.arrow:active:after, .button.arrow:focus:after {
  left: 0.25rem;
}
.button.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button.yellow.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.button.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(98 92 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 67 163 / var(--tw-bg-opacity));
}
.button.blue.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.button.no-margin {
  margin-right: 0px;
  margin-bottom: 0px;
}
.button.login-button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .button.login-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.button.login-button:after {
  line-height: 1;
}
/**
 * Button style for LI tag which has a child A tag.
 */
.button-li a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  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: 150ms;
}
.button-li a:hover, .button-li a:active, .button-li a:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.button-li a:not(.yellow):not(.blue):not(.dropdown-btn > a):hover, .button-li a:not(.yellow):not(.blue):not(.dropdown-btn > a):active, .button-li a:not(.yellow):not(.blue):not(.dropdown-btn > a):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.button-li a.large {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.button-li a.wide {
  width: 100%;
}
html.webp picture.button-li a.wide {
  display: block;
}
html.webp picture.button-li a.wide > img {
  width: 100%;
}
@media (min-width: 768px) {
  .button-li a.wide {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .button-li a.wide {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.button-li a.square-button {
  border-radius: 0.125rem;
}
.button-li a.arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .button-li a.arrow {
    justify-content: flex-start;
  }
}
.button-li a.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: relative;
  left: 0px;
  margin-top: 2px;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-li a.arrow.square-button {
  justify-content: center;
}
@media (min-width: 1024px) {
  .button-li a.arrow.square-button {
    justify-content: flex-start;
  }
}
.button-li a.arrow:hover:after, .button-li a.arrow:active:after, .button-li a.arrow:focus:after {
  left: 0.25rem;
}
.button-li a.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-li a.yellow.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.button-li a.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(98 92 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-li a.blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 67 163 / var(--tw-bg-opacity));
}
.button-li a.blue.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.button-li a.no-margin {
  margin-right: 0px;
  margin-bottom: 0px;
}
/**
 * Load more button
 */
#personnel-ajax-load-more {
  height: 64px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 150ms ease-in;
}
#personnel-ajax-load-more.bg-none {
  background: none;
}
#personnel-ajax-load-more.hidden {
  display: none;
}
/*--------------------------------------------------------------
# Component: Header
--------------------------------------------------------------*/
.header .navbar__topbar {
  background-color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 1023px) {
  .header .navbar__topbar.sticky {
    position: fixed;
    top: -76px;
    transition: top 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
    width: 100%;
    z-index: 15;
  }
  .header .navbar__topbar.sticky.sticky-show {
    top: 0;
  }
}
@media (min-width: 768px) {
  .header .navbar__topbar__container__left__lang-switcher {
    padding-left: 2rem;
  }
}
.header .pll-switcher-select {
  border-radius: 0.125rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy41MTU2MiAxLjI4OTA2TDQuNTM5MDYgNC4yODkwNkM0LjM3NSA0LjQyOTY5IDQuMTg3NSA0LjUgNCA0LjVDMy43ODkwNiA0LjUgMy42MDE1NiA0LjQyOTY5IDMuNDYwOTQgNC4yODkwNkwwLjQ4NDM3NSAxLjI4OTA2QzAuMjUgMS4wNzgxMiAwLjE3OTY4OCAwLjc1IDAuMjk2ODc1IDAuNDY4NzVDMC40MTQwNjIgMC4xODc1IDAuNjk1MzEyIDAgMSAwSDYuOTc2NTZDNy4yODEyNSAwIDcuNTM5MDYgMC4xODc1IDcuNjU2MjUgMC40Njg3NUM3Ljc3MzQ0IDAuNzUgNy43MjY1NiAxLjA3ODEyIDcuNTE1NjIgMS4yODkwNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 8px 5px;
  background-position: right 1rem center;
}
.header .navbar__menu-primary-mobile .pll-switcher-select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html.webp picture.header .navbar__menu-primary-mobile .pll-switcher-select {
  display: block;
}
html.webp picture.header .navbar__menu-primary-mobile .pll-switcher-select > img {
  width: 100%;
}
/*
 * For logged in styling
 * (because of the admin bar)
 */
@media (min-width: 783px) and (max-width: 1023px) {
  body.admin-bar #navbar-main .navbar__topbar.sticky-show {
    position: fixed;
    width: 100%;
    top: 32px;
  }
}
/*--------------------------------------------------------------
# Component: Forms
--------------------------------------------------------------*/
[type=text],
[type=email],
[type=url],
[type=password],
[type=number],
[type=date],
[type=datetime-local],
[type=month],
[type=search],
[type=tel],
[type=time],
[type=week],
[multiple],
textarea,
select {
  color: #000000;
}
/*--------------------------------------------------------------
# Component: Navigation Bar
--------------------------------------------------------------*/
.navbar__topbar__container {
  position: relative;
  height: 106px;
}
@media screen and (max-width: 767px) {
  .navbar__topbar__container {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .navbar__topbar__container {
    height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .navbar__topbar__container__right {
    flex-direction: column;
    gap: 10px;
  }
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 .nav-link.open {
  position: relative;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 .nav-link.open::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 22;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFCC00;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu {
  display: none;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu.open {
  display: grid;
  position: absolute;
  left: 0;
  z-index: 10000;
  background-color: #1E1E1E;
  padding: 50px 174px;
  width: 100%;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper {
  display: flex;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper .hide-title > .menu-item__label-wrapper {
  display: none;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper .menu-item__label-wrapper a {
  display: inline-block;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper .menu-item__label-wrapper a.dropdown-item-parent {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 24px;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn {
  margin-top: 24px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  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: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(98 92 237 / var(--tw-bg-opacity));
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 67 163 / var(--tw-bg-opacity));
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn {
    justify-content: flex-start;
  }
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:hover, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:active, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:not(.yellow):not(.blue):not(.dropdown-btn > a):hover, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:not(.yellow):not(.blue):not(.dropdown-btn > a):active, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:not(.yellow):not(.blue):not(.dropdown-btn > a):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.large {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.wide {
  width: 100%;
}
html.webp picture.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.wide {
  display: block;
}
html.webp picture.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.wide > img {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.wide {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.wide {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.square-button {
  border-radius: 0.125rem;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.arrow {
    justify-content: flex-start;
  }
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: relative;
  left: 0px;
  margin-top: 2px;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.arrow.square-button {
  justify-content: center;
}
@media (min-width: 1024px) {
  .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.arrow.square-button {
    justify-content: flex-start;
  }
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.arrow:hover:after, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.arrow:active:after, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.arrow:focus:after {
  left: 0.25rem;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.yellow.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(98 92 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 67 163 / var(--tw-bg-opacity));
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.blue.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn.no-margin {
  margin-right: 0px;
  margin-bottom: 0px;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: relative;
  left: 0px;
  margin-top: 2px;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:hover:after, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:active:after, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu > .dropdown-menu__wrapper a.dropdown-btn:focus:after {
  left: 0.25rem;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu .latest-posts__post-link {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu .latest-posts__alllink {
  color: #ffffff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu .latest-posts__alllink {
    justify-content: flex-start;
  }
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu .latest-posts__alllink:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: relative;
  left: 0px;
  margin-top: 2px;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu .latest-posts__alllink:hover:after, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu .latest-posts__alllink:active:after, .navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-0 > .dropdown-menu .latest-posts__alllink:focus:after {
  left: 0.25rem;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-1 {
  max-width: 30%;
  padding-right: 200px;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-1:last-child {
  padding-right: 0;
}
.navbar__topbar .primary-menu-desktop .nav-item.menu-item-depth-1:not(.menu-item-sectors-list) .dropdown-menu .dropdown-menu__wrapper .menu-item__label-wrapper a {
  font-size: 20px;
  margin-bottom: 24px;
}
.navbar__topbar .primary-menu-desktop .nav-item .menu-item-sectors-list .menu-item__label-wrapper a,
.navbar__topbar .primary-menu-desktop .nav-item .menu-item-services-list .menu-item__label-wrapper a {
  font-size: 20px;
  margin-bottom: 24px;
}
.navbar__topbar .primary-menu-desktop .nav-item .menu-item-sectors-list .dropdown-menu .dropdown-menu__wrapper .menu-item__label-wrapper a,
.navbar__topbar .primary-menu-desktop .nav-item .menu-item-services-list .dropdown-menu .dropdown-menu__wrapper .menu-item__label-wrapper a {
  font-size: 16px !important;
  margin-bottom: 9px !important;
}
.navbar__topbar .primary-menu-desktop .navbar-nav {
  display: flex;
  justify-content: flex-end;
}
.navbar__topbar .primary-menu-desktop .navbar-nav > .menu-item > .menu-item__label-wrapper > a,
.navbar__topbar .primary-menu-desktop .navbar-nav > .menu-item > a {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: color 150ms ease-in;
}
.navbar__topbar .primary-menu-desktop .navbar-nav > .menu-item:hover > .menu-item__label-wrapper > a, .navbar__topbar .primary-menu-desktop .navbar-nav > .menu-item:active > .menu-item__label-wrapper > a, .navbar__topbar .primary-menu-desktop .navbar-nav > .menu-item:focus > .menu-item__label-wrapper > a {
  color: #FFCC00;
}
/* Menu hamburger */
.navbar-toggler {
  color: #ffffff;
  /**
    * "prevent-animation" class is to prevent animation during page load.
    * The class will be removed with script after the page load.
    */
}
.navbar-toggler.active .navbar-toggler-text.label-open {
  display: none;
}
.navbar-toggler.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
.navbar-toggler.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
.navbar-toggler.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}
.navbar-toggler.not-active .navbar-toggler-text.label-close {
  display: none;
}
.navbar-toggler.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}
.navbar-toggler.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}
.navbar-toggler.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}
.navbar-toggler.prevent-animation.active span, .navbar-toggler.prevent-animation.not-active span {
  animation-duration: 0s;
}
.navbar-toggler span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s;
  position: absolute;
}
.navbar-toggler span:nth-child(1) {
  top: 0;
  transform: translate(0, 0);
}
.navbar-toggler span:nth-child(2) {
  top: calc(50% - 1px);
  transform: translate(0, 0);
}
.navbar-toggler span:nth-child(3) {
  top: calc(100% - 2px);
  transform: translate(0, 0);
}
.hamburger-box {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 1rem;
  cursor: pointer;
}
@keyframes top {
  0% {
    top: 0;
    transform: translate(0, 0) rotate(0);
  }
  50% {
    top: 50%;
    transform: translate(0, -50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
  50% {
    top: 50%;
    transform: translate(0, -50%) rotate(0);
  }
  100% {
    top: 0;
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes bottom {
  0% {
    top: calc(100% - 2px);
    transform: translate(0, 0) rotate(0);
  }
  50% {
    top: 50%;
    transform: translate(0, -50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translate(0, -50%) rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    top: 50%;
    transform: translate(0, -50%) rotate(135deg);
  }
  50% {
    top: 50%;
    transform: translate(0, -50%) rotate(0);
  }
  100% {
    top: calc(100% - 2px);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * Secondary desktop menu
 */
.navbar__secondary {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10.875rem;
  padding-right: 10.875rem;
}
.navbar__secondary.active {
  display: flex;
}
.navbar__secondary a:hover {
  text-decoration: none !important;
  color: rgb(255, 204, 0) !important;
}
.navbar__secondary__wrapper > div {
  width: 100%;
}
.navbar__secondary__posts-wrap {
  width: 350px;
  padding-right: 80px;
}
.navbar__secondary__posts-wrap .latest-posts-title {
  margin-bottom: 24px;
  font-size: 20px;
  padding-bottom: 0;
  line-height: normal;
}
.navbar__secondary__posts-wrap a {
  display: inline-block;
  padding-bottom: 9px;
  color: #ffffff;
}
.navbar__secondary .navbar-nav.secondary-menu {
  display: none;
  grid-template-columns: 350px;
}
.navbar__secondary .navbar-nav.secondary-menu.active {
  display: grid;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item-first-colum {
  grid-column: 1;
  padding-right: 80px;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item-sectors-list {
  grid-column: 2;
  width: 350px;
  padding-right: 80px;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item > a {
  display: block;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.current-menu-ancestor > a, .navbar__secondary .navbar-nav.secondary-menu .menu-item.current-menu-item > a {
  color: #FFCC00;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.current-menu-ancestor > a > .menu-item-dropdown-icon, .navbar__secondary .navbar-nav.secondary-menu .menu-item.current-menu-item > a > .menu-item-dropdown-icon {
  display: none;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1 .menu-item-dropdown-icon {
  display: none;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1 > a {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 20px;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1 .level-2 {
  margin-bottom: 15px;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:hover > a, .navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:active > a, .navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:focus > a {
  color: #FFCC00;
  text-decoration: none;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:hover > a > .menu-item-dropdown-icon, .navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:active > a > .menu-item-dropdown-icon, .navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:focus > a > .menu-item-dropdown-icon {
  display: none;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:hover > .sub-menu, .navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:active > .sub-menu, .navbar__secondary .navbar-nav.secondary-menu .menu-item.level-1:focus > .sub-menu {
  left: 0;
  opacity: 1;
}
.navbar__secondary .navbar-nav.secondary-menu .menu-item.menu-item-depth-2 > a {
  padding-bottom: 9px;
}
/**
 * Mobile menu
 */
.navbar__menu-primary-mobile {
  position: absolute;
  z-index: 50;
  display: none;
  width: 100vw;
  max-width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
picture.navbar__menu-primary-mobile.inset-0 > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
#personnel-ajax-load-more.navbar__menu-primary-mobile {
  display: none;
}
.single-person-card.navbar__menu-primary-mobile {
  opacity: 0;
}
.navbar__menu-primary-mobile {
  height: calc(100vh - 106px);
}
.navbar__menu-primary-mobile.show {
  top: 100%;
  left: 0px;
  display: block;
}
.navbar__menu-primary-mobile__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav {
  /**
   * All menu items in different levels
   */
}
.navbar__menu-primary-mobile__wrapper .navbar-nav a {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar__menu-primary-mobile__wrapper .navbar-nav a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav a:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .dropdown-toggle {
  display: flex;
  width: 42px;
  align-items: center;
  justify-content: center;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .dropdown-toggle svg {
  --tw-rotate: 0deg;
  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));
  fill: #FFFFFF;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .dropdown-menu {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item__label-wrapper {
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
html.webp picture.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item__label-wrapper {
  display: block;
}
html.webp picture.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item__label-wrapper > img {
  width: 100%;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item__label-wrapper > a {
  flex: 1 1 0%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item {
  /**
  * Current menu items and current ancestors
  */
  /**
  * Opened/toggled menu items
  */
  /**
  * First level menu items
  */
  /**
  * Second level menu items
  */
  /**
  * Third level menu items
  */
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.current-menu-item > .menu-item__label-wrapper > a, .navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.current-menu-ancestor > .menu-item__label-wrapper > a {
  --tw-text-opacity: 1;
  color: rgb(255 204 0 / var(--tw-text-opacity));
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.current-menu-item > .menu-item__label-wrapper > .dropdown-toggle > svg, .navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.current-menu-ancestor > .menu-item__label-wrapper > .dropdown-toggle > svg {
  fill: #FFCC00;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.toggled > .menu-item__label-wrapper > .dropdown-toggle svg {
  --tw-rotate: 90deg;
  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));
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.toggled > .dropdown-menu {
  height: auto;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item:not(.current-menu-item):not(.current-menu-ancestor) > .dropdown-menu {
  height: 0px;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-home > .dropdown-menu {
  height: 0px;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-depth-0 > .menu-item__label-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-depth-1 > .menu-item__label-wrapper > a {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html.webp picture.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-depth-1 > .menu-item__label-wrapper > a {
  display: block;
}
html.webp picture.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-depth-1 > .menu-item__label-wrapper > a > img {
  width: 100%;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-depth-2,
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item .latest-posts .dropdown-menu {
  padding-left: 2rem;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-depth-2 > a,
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item .latest-posts .dropdown-menu > a {
  font-size: 15px;
}
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-depth-2 .latest-posts__post-link,
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item.menu-item-depth-2 .latest-posts__alllink,
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item .latest-posts .dropdown-menu .latest-posts__post-link,
.navbar__menu-primary-mobile__wrapper .navbar-nav .menu-item .latest-posts .dropdown-menu .latest-posts__alllink {
  padding-top: 16px;
  padding-bottom: 16px;
}
body.admin-bar .navbar__topbar:not(.sticky) .navbar__menu-primary-mobile {
  height: calc(100vh - 106px - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .navbar__topbar:not(.sticky) .navbar__menu-primary-mobile {
    height: calc(100vh - 106px - 46px);
  }
}
/*--------------------------------------------------------------
# Component: Pagination
--------------------------------------------------------------*/
.pagination .page-numbers {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  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;
  display: inline-flex;
  height: 54px;
  width: 54px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.pagination .page-numbers:not(.yellow):not(.blue):not(.dropdown-btn > a):hover, .pagination .page-numbers:not(.yellow):not(.blue):not(.dropdown-btn > a):active, .pagination .page-numbers:not(.yellow):not(.blue):not(.dropdown-btn > a):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.pagination .page-numbers.large {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pagination .page-numbers.wide {
  width: 100%;
}
html.webp picture.pagination .page-numbers.wide {
  display: block;
}
html.webp picture.pagination .page-numbers.wide > img {
  width: 100%;
}
@media (min-width: 768px) {
  .pagination .page-numbers.wide {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .pagination .page-numbers.wide {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.pagination .page-numbers.square-button {
  border-radius: 0.125rem;
}
.pagination .page-numbers.arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .pagination .page-numbers.arrow {
    justify-content: flex-start;
  }
}
.pagination .page-numbers.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: relative;
  left: 0px;
  margin-top: 2px;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pagination .page-numbers.arrow.square-button {
  justify-content: center;
}
@media (min-width: 1024px) {
  .pagination .page-numbers.arrow.square-button {
    justify-content: flex-start;
  }
}
.pagination .page-numbers.arrow:hover:after, .pagination .page-numbers.arrow:active:after, .pagination .page-numbers.arrow:focus:after {
  left: 0.25rem;
}
.pagination .page-numbers.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.pagination .page-numbers.yellow.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.pagination .page-numbers.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(98 92 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination .page-numbers.blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 67 163 / var(--tw-bg-opacity));
}
.pagination .page-numbers.blue.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.pagination .page-numbers.no-margin {
  margin-right: 0px;
  margin-bottom: 0px;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers:active {
  color: #FFCC00;
}
.pagination .page-numbers.current {
  background: none;
}
.pagination .page-numbers.current:hover, .pagination .page-numbers.current:focus, .pagination .page-numbers.current:active {
  color: #FFFFFF;
}
.pagination .page-numbers.dots:hover, .pagination .page-numbers.dots:focus, .pagination .page-numbers.dots:active {
  color: #FFFFFF;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  fill: #FFFFFF;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pagination .page-numbers.prev:hover svg, .pagination .page-numbers.prev:focus svg, .pagination .page-numbers.prev:active svg, .pagination .page-numbers.next:hover svg, .pagination .page-numbers.next:focus svg, .pagination .page-numbers.next:active svg {
  fill: #FFCC00;
}
/*--------------------------------------------------------------
# Person
--------------------------------------------------------------*/
.single-person-card.hidden {
  opacity: 0;
}
.single-person-card.prepare-to-reveal {
  display: block;
  opacity: 0;
}
.single-person-card.reveal {
  opacity: 1;
}
.single-person-card__image-container__wrapper {
  -webkit-clip-path: url(#personClipPath);
          clip-path: url(#personClipPath);
}
.single-person-card__image-container svg {
  position: absolute;
}
/*--------------------------------------------------------------
# Component: Tom select components (dropdown elements)
Location Selectors and City selector (Tom Select)
--------------------------------------------------------------*/
.ts-wrapper,
.ts-wrapper.single {
  min-height: 46px;
}
.ts-wrapper .ts-control,
.ts-wrapper.single .ts-control {
  display: flex;
  align-items: center;
  border-style: none;
  background-color: transparent;
  background-image: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#personnel-ajax-load-more.ts-wrapper .ts-control,#personnel-ajax-load-more
.ts-wrapper.single .ts-control {
  background: none;
}
.ts-wrapper .ts-control:after,
.ts-wrapper.single .ts-control:after {
  border-color: #000000 transparent transparent transparent;
}
.ts-wrapper .ts-control .item,
.ts-wrapper .ts-control input[type=select-one],
.ts-wrapper.single .ts-control .item,
.ts-wrapper.single .ts-control input[type=select-one] {
  height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ts-wrapper .ts-dropdown,
.ts-wrapper.single .ts-dropdown {
  margin-top: 0px;
  border-style: none;
}
.ts-wrapper .ts-dropdown .ts-dropdown-content .option,
.ts-wrapper.single .ts-dropdown .ts-dropdown-content .option {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.375;
}
.ts-wrapper .ts-dropdown .ts-dropdown-content .option.active,
.ts-wrapper.single .ts-dropdown .ts-dropdown-content .option.active {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 204 0 / var(--tw-text-opacity));
}
.ts-wrapper.input-active .ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: transparent;
}
.ts-wrapper.no-dropdown .ts-control,
.ts-wrapper.no-dropdown .ts-control input,
.ts-wrapper.single.no-dropdown .ts-control,
.ts-wrapper.single.no-dropdown .ts-control input {
  cursor: text;
}
.ts-wrapper.no-dropdown .ts-control:after,
.ts-wrapper.single.no-dropdown .ts-control:after {
  content: none;
}
.location-selector-wrapper .ts-wrapper,
.city-selector .ts-wrapper {
  padding-right: 0.5rem;
}
.location-selector-wrapper .ts-wrapper.dropdown-active .ts-control:after,
.city-selector .ts-wrapper.dropdown-active .ts-control:after {
  border-color: transparent transparent #000000 transparent;
}
/*--------------------------------------------------------------
# Component: Job listing section
--------------------------------------------------------------*/
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@keyframes shine-mobile {
  to {
    background-position-x: -400%;
  }
}
.job-listing-app-container .section-is-loading {
  background: #000000;
  background: linear-gradient(110deg, #000000 8%, #121212 18%, #000000 28%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 2s shine linear infinite;
}
@media (max-width: 991px) {
  .job-listing-app-container .section-is-loading {
    background-size: 400% 100%;
    animation-duration: 5s;
    animation-name: shine-mobile;
  }
}
/*--------------------------------------------------------------
# Component: Campaign bar
--------------------------------------------------------------*/
.campaign-bar {
  position: relative;
  z-index: 10;
}
.campaign-bar.bg_yellow .campaign-bar__container {
  background: #FFCC00;
  color: #000000;
}
.campaign-bar.bg_yellow .campaign-bar__container a {
  color: #000000;
}
.campaign-bar.bg_yellow .campaign-bar__container a.arrow-link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.campaign-bar.bg_yellow .campaign-bar__container__close svg {
  fill: #000000;
}
.campaign-bar.bg_black {
  color: #FFFFFF;
}
.campaign-bar.bg_black .campaign-bar__container {
  background: #101010;
}
.campaign-bar.bg_black .campaign-bar__container__contents__title {
  color: #FFCC00;
}
.campaign-bar.bg_black a {
  color: #FFFFFF;
}
.campaign-bar.bg_black a.arrow-link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.campaign-bar.bg_dark_grey {
  color: #FFFFFF;
}
.campaign-bar.bg_dark_grey .campaign-bar__container {
  background: #191919;
}
.campaign-bar.bg_dark_grey a {
  color: #FFFFFF;
}
.campaign-bar.bg_dark_grey a.arrow-link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.campaign-bar .campaign-bar__container__close svg {
  fill: #FFFFFF;
}
.campaign-bar__container {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .campaign-bar__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .campaign-bar__container {
    flex-wrap: wrap;
  }
}
.campaign-bar__container__image-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .campaign-bar__container__image-container {
    display: none;
  }
}
.campaign-bar__container__image-container.align-image-top {
  align-items: flex-start;
}
.campaign-bar__container__image-container.align-image-middle {
  align-items: center;
}
.campaign-bar__container__image-container.align-image-bottom {
  align-items: flex-end;
}
.campaign-bar__container__image-container__image {
  max-height: 96px;
  width: auto;
  margin-right: 1rem;
}
.campaign-bar__container__contents {
  flex: 1;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1280px) {
  .campaign-bar__container__contents {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .campaign-bar__container__contents {
    width: 100%;
    flex-basis: 100%;
    padding-right: 3rem;
  }
}
.campaign-bar__container__contents__title {
  font-weight: 700;
}
.campaign-bar__container__cta {
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .campaign-bar__container__cta {
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.campaign-bar__container__close {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1280px) {
  .campaign-bar__container__close {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .campaign-bar__container__close {
    position: absolute;
    z-index: 12;
    top: 1rem;
    right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.campaign-bar__container__close #close-campaign-bar {
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
}
.campaign-bar__container__close svg {
  display: block;
  width: 18px;
  height: auto;
}
/*--------------------------------------------------------------
# Component: WebP images
Additional styling when images displaying WebP images will
mess layout and styling.
--------------------------------------------------------------*/
html.webp picture.w-full, html.webp picture.h-full {
  display: block;
}
html.webp picture.w-full > img {
  width: 100%;
}
html.webp picture.h-full > img {
  height: 100%;
}
html.webp picture.object-cover > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg_teal {
  background-color: rgb(0, 105, 124);
}
.bg_teal .wp-block-company-logos-list__inner,
.bg_teal .wp-block-latest-articles__inner {
  max-width: 1490px;
}
@media screen and (max-width: 1554px) {
  .bg_teal .wp-block-company-logos-list__inner,
  .bg_teal .wp-block-latest-articles__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .bg_teal .wp-block-company-logos-list__inner,
  .bg_teal .wp-block-latest-articles__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*--------------------------------------------------------------
# Import Gutenberg files
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Block: Common styling for blocks viewed in block editor
--------------------------------------------------------------*/
/**
 * Instruction element for admins
 * To be used in blocks
 */
/* ==========================================================================
 # Core Buttons block
========================================================================== */
/* -----------------------------------------------
 # Frontend
----------------------------------------------- */
.wp-block-button__link {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  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: 150ms;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.125rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.wp-block-button__link:not(.yellow):not(.blue):not(.dropdown-btn > a):hover, .wp-block-button__link:not(.yellow):not(.blue):not(.dropdown-btn > a):active, .wp-block-button__link:not(.yellow):not(.blue):not(.dropdown-btn > a):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.wp-block-button__link.large {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-button__link.wide {
  width: 100%;
}
html.webp picture.wp-block-button__link.wide {
  display: block;
}
html.webp picture.wp-block-button__link.wide > img {
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-button__link.wide {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .wp-block-button__link.wide {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.wp-block-button__link.square-button {
  border-radius: 0.125rem;
}
.wp-block-button__link.arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .wp-block-button__link.arrow {
    justify-content: flex-start;
  }
}
.wp-block-button__link.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: relative;
  left: 0px;
  margin-top: 2px;
  margin-left: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button__link.arrow.square-button {
  justify-content: center;
}
@media (min-width: 1024px) {
  .wp-block-button__link.arrow.square-button {
    justify-content: flex-start;
  }
}
.wp-block-button__link.arrow:hover:after, .wp-block-button__link.arrow:active:after, .wp-block-button__link.arrow:focus:after {
  left: 0.25rem;
}
.wp-block-button__link.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wp-block-button__link.yellow.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.wp-block-button__link.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(98 92 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button__link.blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 67 163 / var(--tw-bg-opacity));
}
.wp-block-button__link.blue.arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.wp-block-button__link.no-margin {
  margin-right: 0px;
  margin-bottom: 0px;
}
.wp-block-button__link.has-bolt-blue-background-color:hover, .wp-block-button__link.has-bolt-blue-background-color:focus, .wp-block-button__link.has-bolt-blue-background-color:active {
  background-color: #4643A3 !important;
}
.wp-block-button.is-style-rounded .wp-block-button__link {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  right: 1rem;
  margin-left: 0.5rem;
  display: inline-block;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link.has-bolt-yellow-background-color:after, .wp-block-button.is-style-with-arrow .wp-block-button__link.has-white-background-color:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.wp-block-button.is-style-rounded-with-arrow .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-button.is-style-rounded-with-arrow .wp-block-button__link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  right: 1rem;
  margin-left: 4rem;
  display: inline-block;
}
.wp-block-button.is-style-rounded-with-arrow .wp-block-button__link.has-bolt-yellow-background-color:after, .wp-block-button.is-style-rounded-with-arrow .wp-block-button__link.has-white-background-color:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.wp-block-button.is-style-transparent-arrow .wp-block-button__link {
  position: relative;
  margin-right: 2rem;
  display: inline-block;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-transparent-arrow .wp-block-button__link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 11;
  display: inline-block;
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
picture.wp-block-button.is-style-transparent-arrow .wp-block-button__link.inset-0 > img:after {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.wp-block-button.is-style-transparent-arrow .wp-block-button__link:hover, .wp-block-button.is-style-transparent-arrow .wp-block-button__link:focus, .wp-block-button.is-style-transparent-arrow .wp-block-button__link:active {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.wp-block-button.is-style-transparent-arrow .wp-block-button__link:hover:after, .wp-block-button.is-style-transparent-arrow .wp-block-button__link:focus:after, .wp-block-button.is-style-transparent-arrow .wp-block-button__link:active:after {
  right: 0.75rem;
}
/* -----------------------------------------------
 # Backend
----------------------------------------------- */
.block-editor-page .block-editor .wp-block-button.is-style-transparent-arrow .wp-block-button__link {
  color: #000000;
}
.block-editor-page .block-editor .wp-block-button.is-style-transparent-arrow .wp-block-button__link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  top: unset;
}
/* ==========================================================================
 # Core Heading block
========================================================================== */
/* Only back-end
----------------------------------------------- */
.block-editor-page .editor-styles-wrapper .wp-block[data-type="core/heading"] {
  margin: 0 auto;
}
/* ==========================================================================
 # List block
========================================================================== */
/**
 * Front end
 */
body .page-content-container > ul.arrow-list,
body .page-content-container > ol.arrow-list,
body .single-content-container > ul.arrow-list,
body .single-content-container > ol.arrow-list {
  list-style: none;
  padding-left: 2rem;
}
body .page-content-container > ul.arrow-list li,
body .page-content-container > ol.arrow-list li,
body .single-content-container > ul.arrow-list li,
body .single-content-container > ol.arrow-list li {
  position: relative;
  margin-bottom: 0.625rem;
  list-style: none;
}
body .page-content-container > ul.arrow-list li:before,
body .page-content-container > ol.arrow-list li:before,
body .single-content-container > ul.arrow-list li:before,
body .single-content-container > ol.arrow-list li:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: absolute;
  left: -30px;
}
/**
 * Block editor / back end
 */
.block-editor-page .block-editor .wp-block-list.arrow-list {
  list-style: none;
  padding-left: 2rem;
}
.block-editor-page .block-editor .wp-block-list.arrow-list li {
  position: relative;
  margin-bottom: 0.625rem;
  list-style: none;
}
.block-editor-page .block-editor .wp-block-list.arrow-list li:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: absolute;
  left: -30px;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ2ODggMTAuNzgxMkMxMC4zMTI1IDEwLjY1NjIgMTAuMjUgMTAuNDY4OCAxMC4yNSAxMC4yNUMxMC4yNSAxMC4wNjI1IDEwLjMxMjUgOS44NzUgMTAuNDY4OCA5Ljc1TDEzLjQzNzUgNi43NUgwLjc1QzAuMzEyNSA2Ljc1IDAgNi40Mzc1IDAgNkMwIDUuNTkzNzUgMC4zMTI1IDUuMjUgMC43NSA1LjI1SDEzLjQzNzVMMTAuNDY4OCAyLjI4MTI1QzEwLjE1NjIgMiAxMC4xNTYyIDEuNTMxMjUgMTAuNDY4OCAxLjI1QzEwLjc1IDAuOTM3NSAxMS4yMTg4IDAuOTM3NSAxMS41MzEyIDEuMjVMMTUuNzgxMiA1LjVDMTYuMDYyNSA1Ljc4MTI1IDE2LjA2MjUgNi4yNSAxNS43ODEyIDYuNTMxMjVMMTEuNTMxMiAxMC43ODEyQzExLjIxODggMTEuMDkzOCAxMC43NSAxMS4wOTM4IDEwLjQ2ODggMTAuNzgxMloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
/* ==========================================================================
 # Media-text block
========================================================================== */
/*
 * Both back-end and front-end
 */
@media screen and (min-width: 992px) {
  .site-main .wp-block-media-text,
  .wp-block[data-type="core/media-text"] .wp-block-media-text {
    margin-bottom: 50px;
  }
  .site-main .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
  .wp-block[data-type="core/media-text"] .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .site-main .wp-block-media-text.is-style-square-image,
.wp-block[data-type="core/media-text"] .wp-block-media-text.is-style-square-image {
    min-height: 340px;
  }
}
@media (min-width: 1024px) {
  .site-main .wp-block-media-text.is-style-square-image,
.wp-block[data-type="core/media-text"] .wp-block-media-text.is-style-square-image {
    min-height: 380px;
  }
}
@media (min-width: 1280px) {
  .site-main .wp-block-media-text.is-style-square-image,
.wp-block[data-type="core/media-text"] .wp-block-media-text.is-style-square-image {
    min-height: 440px;
  }
}
.site-main .wp-block-media-text.has-background,
.wp-block[data-type="core/media-text"] .wp-block-media-text.has-background {
  margin-top: 0px;
  margin-bottom: 0px;
}
.site-main .wp-block-media-text__content,
.wp-block[data-type="core/media-text"] .wp-block-media-text__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.site-main .wp-block-media-text__media,
.wp-block[data-type="core/media-text"] .wp-block-media-text__media {
  min-height: 330px;
  height: 100%;
}
.site-main .wp-block-media-text__media img,
.site-main .wp-block-media-text__media video,
.wp-block[data-type="core/media-text"] .wp-block-media-text__media img,
.wp-block[data-type="core/media-text"] .wp-block-media-text__media video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/**
 * Block editor / back end
 */
.block-editor-page .block-editor .wp-block-media-text.has-background.has-almost-black-background-color p, .block-editor-page .block-editor .wp-block-media-text.has-background.has-almost-black-background-color h2, .block-editor-page .block-editor .wp-block-media-text.has-background.has-almost-black-background-color h3, .block-editor-page .block-editor .wp-block-media-text.has-background.has-almost-black-background-color h4, .block-editor-page .block-editor .wp-block-media-text.has-background.has-almost-black-background-color h5, .block-editor-page .block-editor .wp-block-media-text.has-background.has-almost-black-background-color h6 {
  color: #FFFFFF;
}
/* ==========================================================================
 # Paragraph block
========================================================================== */
/**
 * Front end
 */
body .page-content-container > p,
body .single-content-container > p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* Only back-end | Note: WP does not include target class for frontend paragraph.
----------------------------------------------- */
.wp-block[data-type="core/paragraph"] {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width: 576px) {
  .wp-block[data-type="core/paragraph"] {
    font-size: 1.125rem;
  }
}
.wp-block[data-type="core/paragraph"].has-background {
  padding: 20px 38px;
}
/* ==========================================================================
 # Quote block
========================================================================== */
/* Only frontend
----------------------------------------------- */
/* Only back-end
----------------------------------------------- */
.wp-block[data-type="core/quote"] .wp-block-quote {
  border-left: none;
}
/* Both back-end and front-end
----------------------------------------------- */
.wp-block-quote {
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (min-width: 576px) {
  .wp-block-quote {
    padding: 1rem 2rem;
  }
}
.wp-block-quote p {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 204 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .wp-block-quote p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .wp-block-quote p {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.wp-block-quote cite {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 204 0 / var(--tw-text-opacity));
}
/* ==========================================================================
 # Media-text block
========================================================================== */
/* Only frontend
----------------------------------------------- */
/* Only back-end
----------------------------------------------- */
/* Both back-end and front-end
----------------------------------------------- */
.site-main .wp-block-image img,
.wp-block[data-type="core/media-text"] .wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
/* ==========================================================================
 # Social links
========================================================================== */
.wp-block-social-links .wp-social-link {
  width: 40px;
  height: 40px;
}
.wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
  max-width: 22px;
  max-height: 22px;
  width: auto;
  height: auto;
}
/* ==========================================================================
 # Core Columns block
========================================================================== */
/**
 * Front end
 */
.wp-block-columns {
  margin-bottom: 6rem;
}
.wp-block-columns .wp-block-column.has-background {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-columns .wp-block-column.has-black-background-color p, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-black-background-color h2, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-black-background-color h3, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-black-background-color h4, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-black-background-color h5, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-black-background-color h6, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-almost-black-background-color p, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-almost-black-background-color h2, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-almost-black-background-color h3, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-almost-black-background-color h4, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-almost-black-background-color h5, .block-editor-page .block-editor .wp-block-columns .wp-block-column.has-almost-black-background-color h6 {
  color: #FFFFFF;
}
/* ==========================================================================
 # Embed blocks
========================================================================== */
.wp-block-embed-youtube {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
/*--------------------------------------------------------------
# Block: Billing information
--------------------------------------------------------------*/
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-billing-information__inner {
  position: relative;
}
.block-editor-page .block-editor .wp-block-billing-information__inner__title {
  text-align: center;
}
.block-editor-page .block-editor .wp-block-billing-information .admin-instructions {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #d2ddde;
  background-color: #eff4f4;
  padding: 2rem 4rem;
  border-radius: 3px;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 75%;
  max-width: 100%;
}
.block-editor-page .block-editor .wp-block-billing-information .billing-fields-table {
  position: relative;
  z-index: 10;
  opacity: 0.25;
}
.block-editor-page .block-editor .wp-block-billing-information .billing-fields-table__container {
  display: flex;
  flex-wrap: wrap;
}
.block-editor-page .block-editor .wp-block-billing-information .billing-fields-table__container h4 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
}
.block-editor-page .block-editor .wp-block-billing-information .billing-fields-table__container p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.75rem;
}
.block-editor-page .block-editor .wp-block-billing-information .billing-fields-table__container__organisation {
  max-width: 50%;
  width: 33.3%;
}
/*--------------------------------------------------------------
# Block: Contact section for Contact us pages
--------------------------------------------------------------*/
/**
 * Front end
 */
.wp-block-general-contact-section__inner__contact-persons #persons-filter-search {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjcxODggMTYuODA4NkwxMy4wMDc4IDEyLjA5NzdDMTQuMDI3MyAxMC44NjcyIDE0LjU4OTggOS4yODUxNiAxNC41ODk4IDcuNTYyNUMxNC41ODk4IDMuNTU0NjkgMTEuMjg1MiAwLjI1IDcuMjc3MzQgMC4yNUMzLjIzNDM4IDAuMjUgMCAzLjU1NDY5IDAgNy41NjI1QzAgMTEuNjA1NSAzLjI2OTUzIDE0Ljg3NSA3LjI3NzM0IDE0Ljg3NUM4Ljk2NDg0IDE0Ljg3NSAxMC41NDY5IDE0LjMxMjUgMTEuODEyNSAxMy4yOTNMMTYuNTIzNCAxOC4wMDM5QzE2LjY5OTIgMTguMTc5NyAxNi45MTAyIDE4LjI1IDE3LjE1NjIgMTguMjVDMTcuMzY3MiAxOC4yNSAxNy41NzgxIDE4LjE3OTcgMTcuNzE4OCAxOC4wMDM5QzE4LjA3MDMgMTcuNjg3NSAxOC4wNzAzIDE3LjE2MDIgMTcuNzE4OCAxNi44MDg2Wk0xLjY4NzUgNy41NjI1QzEuNjg3NSA0LjQ2ODc1IDQuMTgzNTkgMS45Mzc1IDcuMzEyNSAxLjkzNzVDMTAuNDA2MiAxLjkzNzUgMTIuOTM3NSA0LjQ2ODc1IDEyLjkzNzUgNy41NjI1QzEyLjkzNzUgMTAuNjkxNCAxMC40MDYyIDEzLjE4NzUgNy4zMTI1IDEzLjE4NzVDNC4xODM1OSAxMy4xODc1IDEuNjg3NSAxMC42OTE0IDEuNjg3NSA3LjU2MjVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 19px 19px;
  padding-left: 3rem;
}
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-general-contact-section__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner__title {
  text-align: center;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner__location {
  text-align: center;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner__location .location-selector-wrapper {
  display: inline-block;
  max-width: 400px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 2px 4px;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner__location .location-selector-wrapper #location-selector {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  outline: none;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list {
  margin-top: 4rem;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list__topbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list__topbar__title-section__title {
  margin: 0;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list__topbar__filters {
  display: flex;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list__topbar__filters__search {
  padding-right: 1rem;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list__topbar__filters #persons-filter-department {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview__person {
  background-color: #dddddd;
  width: 100%;
  height: 170px;
  display: flex;
  padding: 1rem;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview__person__image-container .image-placeholder {
  width: 68px;
  height: auto;
  display: block;
  fill: #cccccc;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview__person__content-container {
  flex: 1;
  padding-left: 1rem;
  padding-top: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview__person__content-container .person-name {
  font-weight: 700;
  margin-bottom: 6px;
  color: #999999;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview__person__content-container .person-title {
  font-size: 14px;
  color: #999999;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview__person__content-container .placeholder-text {
  display: block;
  background-color: #cccccc;
  margin-bottom: 6px;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview__person__content-container .placeholder-text.name {
  height: 24px;
  width: 80%;
}
.block-editor-page .block-editor .wp-block-general-contact-section__inner .personnel-list-preview__person__content-container .placeholder-text.title {
  height: 18px;
  width: 50%;
}
/*--------------------------------------------------------------
# Block: Front page hero
--------------------------------------------------------------*/
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-frontpage-hero {
  position: relative;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides {
  background-color: #cccccc;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides__slide {
  position: relative;
  height: 600px;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides__slide__bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides__slide__bg__layer-1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides__slide__bg__layer-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides__slide__contents {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides__slide__contents .button {
  position: relative;
  justify-content: center;
  bottom: 0;
  min-width: 200px;
  min-height: 40px;
  padding: 6px;
  cursor: default;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__slides__slide__contents .button::after {
  background: none;
  transform: translateY(-50%);
  box-shadow: none;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__no-slides {
  background-color: #cccccc;
  min-height: 380px;
  padding: 4rem;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__no-slides__notification {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  text-align: center;
  font-style: italic;
  color: #777777;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__search-bar {
  position: absolute;
  z-index: 15;
  bottom: 30px;
  width: 75%;
  min-height: 60px;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-editor-page .block-editor .wp-block-frontpage-hero__search-bar .admin-text {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-style: italic;
  color: #999999;
}
/**
 * Front end
 */
.wp-block-frontpage-hero__slides__slide__bg__layer-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-frontpage-hero__slides .wp-block-frontpage-hero__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  opacity: 1;
  border-radius: 999px;
  transition: all 150ms ease-in;
}
.wp-block-frontpage-hero__slides .wp-block-frontpage-hero__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  transform: scale(1.33);
}
.wp-block-frontpage-hero__slides .wp-block-frontpage-hero__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
}
.wp-block-frontpage-hero__search-bar {
  max-width: calc(100% - 2rem);
}
.wp-block-frontpage-hero__search-bar #hero-search-jobs-input {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjcxODggMTYuODA4NkwxMy4wMDc4IDEyLjA5NzdDMTQuMDI3MyAxMC44NjcyIDE0LjU4OTggOS4yODUxNiAxNC41ODk4IDcuNTYyNUMxNC41ODk4IDMuNTU0NjkgMTEuMjg1MiAwLjI1IDcuMjc3MzQgMC4yNUMzLjIzNDM4IDAuMjUgMCAzLjU1NDY5IDAgNy41NjI1QzAgMTEuNjA1NSAzLjI2OTUzIDE0Ljg3NSA3LjI3NzM0IDE0Ljg3NUM4Ljk2NDg0IDE0Ljg3NSAxMC41NDY5IDE0LjMxMjUgMTEuODEyNSAxMy4yOTNMMTYuNTIzNCAxOC4wMDM5QzE2LjY5OTIgMTguMTc5NyAxNi45MTAyIDE4LjI1IDE3LjE1NjIgMTguMjVDMTcuMzY3MiAxOC4yNSAxNy41NzgxIDE4LjE3OTcgMTcuNzE4OCAxOC4wMDM5QzE4LjA3MDMgMTcuNjg3NSAxOC4wNzAzIDE3LjE2MDIgMTcuNzE4OCAxNi44MDg2Wk0xLjY4NzUgNy41NjI1QzEuNjg3NSA0LjQ2ODc1IDQuMTgzNTkgMS45Mzc1IDcuMzEyNSAxLjkzNzVDMTAuNDA2MiAxLjkzNzUgMTIuOTM3NSA0LjQ2ODc1IDEyLjkzNzUgNy41NjI1QzEyLjkzNzUgMTAuNjkxNCAxMC40MDYyIDEzLjE4NzUgNy4zMTI1IDEzLjE4NzVDNC4xODM1OSAxMy4xODc1IDEuNjg3NSAxMC42OTE0IDEuNjg3NSA3LjU2MjVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: left 1.5rem center;
  background-size: 19px 19px;
  padding-left: 4rem;
}
@media (min-width: 1024px) {
  .wp-block-frontpage-hero__search-bar #hero-search-jobs-input {
    background-position: left 0 center;
    padding-left: 2.2rem;
  }
}
.wp-block-frontpage-hero__search-bar .submit__label {
  display: flex;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .wp-block-frontpage-hero__search-bar .submit__label {
    margin-bottom: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.wp-block-frontpage-hero.swiper-horizontal .wp-block-frontpage-hero__pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 20;
  min-height: 40px;
  min-width: 100px;
  --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));
}
picture.wp-block-frontpage-hero.swiper-horizontal .wp-block-frontpage-hero__pagination.inset-0 > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1024px) {
  .wp-block-frontpage-hero.swiper-horizontal .wp-block-frontpage-hero__pagination {
    bottom: 1rem;
  }
}
/*--------------------------------------------------------------
# Component: Number boxes
--------------------------------------------------------------*/
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-number-boxes__inner__boxes {
  display: flex;
}
.block-editor-page .block-editor .wp-block-number-boxes__inner__boxes__box {
  max-width: 50%;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #eeeeee;
  min-height: 240px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.block-editor-page .block-editor .wp-block-number-boxes__inner__boxes__box__number {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Component: Sectors list
--------------------------------------------------------------*/
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-sectors-list .button {
  position: relative;
  bottom: 0;
  min-width: 200px;
  min-height: 40px;
  padding: 6px;
  cursor: default;
}
.block-editor-page .block-editor .wp-block-sectors-list .button::after {
  background: none;
  transform: translateY(-50%);
  box-shadow: none;
}
.block-editor-page .block-editor .wp-block-sectors-list__inner__title {
  text-align: center;
}
.block-editor-page .block-editor .wp-block-sectors-list__inner__sectors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
}
.block-editor-page .block-editor .wp-block-sectors-list__inner__read-more {
  margin-top: 2rem;
  text-align: center;
}
.block-editor-page .block-editor .wp-block-sectors-list__inner__read-more .button {
  justify-content: center;
}
/*--------------------------------------------------------------
# Component: Four and a half stars
--------------------------------------------------------------*/
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-four-and-half-stars__boxes {
  display: flex;
}
.block-editor-page .block-editor .wp-block-four-and-half-stars__boxes__box {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 2rem 1rem;
  background-color: #efefef;
  text-align: center;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.block-editor-page .block-editor .wp-block-four-and-half-stars__boxes__box__title {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 4px;
}
.block-editor-page .block-editor .wp-block-four-and-half-stars__no-boxes {
  padding: 2rem 1rem;
  background-color: #efefef;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-editor-page .block-editor .wp-block-four-and-half-stars__no-boxes__label {
  text-align: center;
  color: #8c8181;
}
/*--------------------------------------------------------------
# Component: Article teasers
--------------------------------------------------------------*/
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-article-teasers .post-teaser-large {
  margin-bottom: 2rem;
}
.block-editor-page .block-editor .wp-block-article-teasers .post-teaser-large .post-teaser-large__wrapper {
  display: flex;
}
.block-editor-page .block-editor .wp-block-article-teasers .post-teaser-large .post-teaser-large__wrapper__image-container {
  flex-basis: 50%;
}
.block-editor-page .block-editor .wp-block-article-teasers .post-teaser-large .post-teaser-large__wrapper__contents {
  flex-basis: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-editor-page .block-editor .wp-block-article-teasers .post-teaser-large .post-teaser-large__wrapper__contents__meta {
  margin-bottom: 1rem;
}
.block-editor-page .block-editor .wp-block-article-teasers .post-teaser-large .post-teaser-large__wrapper__contents__links {
  margin-top: 2rem;
}
.block-editor-page .block-editor .wp-block-article-teasers .post-teaser-large .post-teaser-large__wrapper__contents__links .arrow-link {
  color: #000;
}
.block-editor-page .block-editor .wp-block-article-teasers .post-teaser-large:nth-of-type(even) .post-teaser-large__wrapper {
  flex-direction: row-reverse;
}
/*--------------------------------------------------------------
# Component: Testimonies
--------------------------------------------------------------*/
/**
 * Front end
 */
.wp-block-testimonies__inner__testimonies__testimony__contents__top-container img.white-logo {
  filter: brightness(0) invert(1);
}
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-testimonies__inner__title {
  text-align: center;
  margin-bottom: 2rem;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies {
  display: flex;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony {
  flex: 1;
  position: relative;
  background-color: #191919;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__bg-image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__contents {
  position: relative;
  z-index: 10;
  padding: 1rem;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__contents__top-container {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__contents__top-container img {
  width: 100%;
  height: 100%;
  max-width: 128px;
  max-height: 60px;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__contents__top-container img.large-logo {
  max-width: 180px;
  max-height: 92px;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__contents__quote-section {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 2rem;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__contents__quote-section__quote {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__contents__quote-section__name {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2px;
}
.block-editor-page .block-editor .wp-block-testimonies__inner__testimonies__testimony__contents__quote-section__company-title {
  margin-top: 0;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Component: Latest articles
--------------------------------------------------------------*/
/**
 * Block editor
 */
.block-editor-page .block-editor .wp-block-latest-articles .wp-block-latest-articles__inner__title {
  text-align: center;
  margin-bottom: 2rem;
}
.block-editor-page .block-editor .wp-block-latest-articles .wp-block-latest-articles__inner__articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
.block-editor-page .block-editor .wp-block-latest-articles .wp-block-latest-articles__inner__articles .post-teaser__meta {
  display: flex;
}
.block-editor-page .block-editor .wp-block-latest-articles .wp-block-latest-articles__inner__articles .post-teaser__meta p {
  margin: 0;
  margin-right: 0.5rem;
}
.block-editor-page .block-editor .wp-block-latest-articles .wp-block-latest-articles__inner__cta {
  text-align: center;
}
.block-editor-page .block-editor .wp-block-latest-articles .wp-block-latest-articles__inner__cta .button {
  position: relative;
  justify-content: center;
  bottom: 0;
  min-width: 200px;
  min-height: 40px;
  padding: 6px;
  cursor: default;
}
.block-editor-page .block-editor .wp-block-latest-articles .wp-block-latest-articles__inner__cta .button::after {
  background: none;
  transform: translateY(-50%);
  box-shadow: none;
}
/*--------------------------------------------------------------
# Component: Logo list of companies
--------------------------------------------------------------*/
/**
 * Block editor
 */
.block-editor-page .block-editor .wp-block-company-logos-list__inner__title {
  text-align: center;
  margin-bottom: 2rem;
}
.block-editor-page .block-editor .wp-block-company-logos-list__inner__logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}
.block-editor-page .block-editor .wp-block-company-logos-list__inner__logos__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #191919;
  padding: 0.5rem;
  height: 120px;
}
.block-editor-page .block-editor .wp-block-company-logos-list__inner__logos__logo img {
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 54px;
  filter: brightness(0) invert(1);
}
.block-editor-page .block-editor .wp-block-company-logos-list__inner__logos__logo img.large-logo {
  max-width: 136px;
  max-height: 72px;
}
/*--------------------------------------------------------------
# Component: CTA section
--------------------------------------------------------------*/
/**
 * Block editor
 */
.block-editor-page .block-editor .wp-block-cta-section__inner {
  background-color: #101010;
}
.block-editor-page .block-editor .wp-block-cta-section__inner__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.block-editor-page .block-editor .wp-block-cta-section__inner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-editor-page .block-editor .wp-block-cta-section__inner__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.block-editor-page .block-editor .wp-block-cta-section__inner__contents {
  position: relative;
  z-index: 10;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #FFFFFF;
}
.block-editor-page .block-editor .wp-block-cta-section__inner__contents__title, .block-editor-page .block-editor .wp-block-cta-section__inner__contents__additional-text {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  text-align: center;
}
.block-editor-page .block-editor .wp-block-cta-section__inner__contents__cta-button {
  text-align: center;
}
.block-editor-page .block-editor .wp-block-cta-section__inner__contents .button {
  position: relative;
  bottom: 0;
  min-width: 200px;
  min-height: 40px;
  padding: 6px;
  justify-content: center;
  cursor: default;
}
.block-editor-page .block-editor .wp-block-cta-section__inner__contents .button::after {
  background: none;
  transform: translateY(-50%);
  box-shadow: none;
}
/*--------------------------------------------------------------
# Component: Highlight a feature
--------------------------------------------------------------*/
/**
 * Block editor
 */
.block-editor-page .block-editor .wp-block-highlight-feature__inner {
  position: relative;
}
.block-editor-page .block-editor .wp-block-highlight-feature__inner__bg-color {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 1rem;
  background-color: #101010;
}
.block-editor-page .block-editor .wp-block-highlight-feature__inner__background {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
.block-editor-page .block-editor .wp-block-highlight-feature__inner__background img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.block-editor-page .block-editor .wp-block-highlight-feature__inner__contents {
  position: relative;
  z-index: 10;
  padding-right: 400px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
}
.block-editor-page .block-editor .wp-block-highlight-feature__inner__contents h2, .block-editor-page .block-editor .wp-block-highlight-feature__inner__contents p {
  color: #FFFFFF;
}
.block-editor-page .block-editor .wp-block-highlight-feature__inner__contents p a {
  color: #FFCC00;
}
.block-editor-page .block-editor .wp-block-highlight-feature__inner__contents .button {
  position: relative;
  bottom: 0;
  min-width: 200px;
  min-height: 40px;
  padding: 6px;
  justify-content: center;
  cursor: default;
}
.block-editor-page .block-editor .wp-block-highlight-feature__inner__contents .button::after {
  background: none;
  transform: translateY(-50%);
  box-shadow: none;
}
/*--------------------------------------------------------------
# Component: Highlight a feature
--------------------------------------------------------------*/
/**
 * Block editor
 */
.block-editor-page .block-editor .job-listing-app-container .admin-instructions {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #d2ddde;
  background-color: #eff4f4;
  padding: 2rem 4rem;
  border-radius: 3px;
  text-align: center;
  font-style: italic;
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #92a2a2;
}
.block-editor-page .block-editor .job-listing-app-container .admin-instructions__notification {
  font-size: 18px;
  margin-bottom: 2rem;
}
.block-editor-page .block-editor .job-listing-app-container .admin-instructions__attributes-section {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.block-editor-page .block-editor .job-listing-app-container .admin-instructions__attributes-section .element-attributes {
  text-align: left;
  font-family: monospace;
}
.block-editor-page .block-editor .job-listing-app-container .admin-instructions__attributes-section .element-attributes__attribute {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.block-editor-page .block-editor .job-listing-app-container .admin-instructions__attributes-section .element-attributes__attribute:not(:last-child) {
  border-bottom: 1px solid #d2ddde;
}
.block-editor-page .block-editor .job-listing-app-container .admin-instructions__attributes-section .element-attributes__attribute__attribute-name {
  padding-left: 4px;
  padding-right: 4px;
}
.block-editor-page .block-editor .job-listing-app-container .admin-instructions__attributes-section .element-attributes__attribute__attribute-value {
  font-weight: 700;
  padding-left: 4px;
  padding-right: 4px;
}
/**
 * Front end
 */
/*--------------------------------------------------------------
# Component: Custom teasers
--------------------------------------------------------------*/
/**
 * Block editor
 */
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large {
  margin-bottom: 2rem;
}
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large__wrapper {
  display: flex;
}
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large__wrapper__image-container {
  flex-basis: 50%;
}
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large__wrapper__contents {
  flex-basis: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large__wrapper__contents__meta {
  margin-bottom: 1rem;
}
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large__wrapper__contents__links {
  margin-top: 2rem;
}
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large__wrapper__contents__links .button {
  position: relative;
  bottom: 0;
  min-width: 200px;
  min-height: 40px;
  padding: 6px;
  justify-content: center;
  cursor: default;
}
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large__wrapper__contents__links .button::after {
  background: none;
  transform: translateY(-50%);
  box-shadow: none;
}
.block-editor-page .block-editor .wp-block-custom-teasers .content-teaser-large:nth-of-type(even) .content-teaser-large__wrapper {
  flex-direction: row-reverse;
}
.block-editor-page .block-editor .wp-block-custom-teasers__no-teasers {
  background-color: #cccccc;
  min-height: 300px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.block-editor-page .block-editor .wp-block-custom-teasers__no-teasers__notification {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  text-align: center;
  color: #777777;
  font-style: italic;
}
/*--------------------------------------------------------------
# Component: Linked image boxes
--------------------------------------------------------------*/
/**
 * Admin view
 */
.block-editor-page .block-editor .wp-block-linked-image-boxes__inner__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
}
.block-editor-page .block-editor .image-content-box {
  position: relative;
  height: 240px;
}
.block-editor-page .block-editor .image-content-box__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.block-editor-page .block-editor .image-content-box__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-editor-page .block-editor .image-content-box__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.block-editor-page .block-editor .image-content-box__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #191919;
}
.block-editor-page .block-editor .image-content-box__wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  padding: 4px;
}
.block-editor-page .block-editor .image-content-box__wrapper__title {
  margin: 0;
}
.block-editor-page .block-editor .image-content-box__wrapper__link-section {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  display: block;
  font-size: 13px;
}
/*--------------------------------------------------------------
# Gutenberg only frontend styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.page .page-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
body.page .single-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
body.single .page-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
body.single .single-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce) {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 948px) {
  body.page .page-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
  body.page .single-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
  body.single .page-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
  body.single .single-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1240px) {
  body.page .page-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
  body.page .single-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
  body.single .page-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce),
  body.single .single-content-container > *:not(.alignwide):not(.alignfull):not(.container-normal):not(.woocommerce) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body.page .page-content-container > .alignwide,
body.page .single-content-container > .alignwide,
body.single .page-content-container > .alignwide,
body.single .single-content-container > .alignwide {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1554px) {
  body.page .page-content-container > .alignwide,
  body.page .single-content-container > .alignwide,
  body.single .page-content-container > .alignwide,
  body.single .single-content-container > .alignwide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1240px) {
  body.page .page-content-container > .alignwide,
  body.page .single-content-container > .alignwide,
  body.single .page-content-container > .alignwide,
  body.single .single-content-container > .alignwide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body.page .page-content-container > .alignfull,
body.page .single-content-container > .alignfull,
body.single .page-content-container > .alignfull,
body.single .single-content-container > .alignfull {
  width: 100%;
}
@media (max-width: 991px) {
  body.page .page-content-container > .mobile-alignfull,
  body.page .single-content-container > .mobile-alignfull,
  body.single .page-content-container > .mobile-alignfull,
  body.single .single-content-container > .mobile-alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
}
/*--------------------------------------------------------------
# Gutenberg Color Palettes
--------------------------------------------------------------*/
.has-black-background-color {
  background-color: #1E1E1E;
}
.has-black-color {
  color: #1E1E1E;
}
.has-white-background-color {
  background-color: #ffffff;
}
.has-white-color {
  color: #ffffff;
}
.has-ost-green-background-color {
  background-color: rgb(0, 109, 113);
}
.has-ost-green-color {
  color: rgb(0, 109, 113);
}
.has-grey-background-color {
  background-color: rgb(216, 216, 214);
}
.has-grey-color {
  color: rgb(216, 216, 214);
}
.has-grey-light-background-color {
  background-color: #f1f1f1;
}
.has-grey-light-color {
  color: #f1f1f1;
}
.has-violet-background-color {
  background-color: rgb(170, 30, 150);
}
.has-violet-color {
  color: rgb(170, 30, 150);
}
.has-violet-light-background-color {
  background-color: rgb(214, 186, 223);
}
.has-violet-light-color {
  color: rgb(214, 186, 223);
}
.has-berryred-background-color {
  background-color: rgb(223, 82, 109);
}
.has-berryred-color {
  color: rgb(223, 82, 109);
}
.has-beige-background-color {
  background-color: rgb(230, 186, 168);
}
.has-beige-color {
  color: rgb(230, 186, 168);
}
.has-beige-50-background-color {
  background-color: rgb(242, 220, 211);
}
.has-beige-50-color {
  color: rgb(242, 220, 211);
}
.has-orange-background-color {
  background-color: rgb(255, 113, 74);
}
.has-orange-color {
  color: rgb(255, 113, 74);
}
.has-purple-background-color {
  background-color: rgb(95, 37, 159);
}
.has-purple-color {
  color: rgb(95, 37, 159);
}
.has-blue-dark-background-color {
  background-color: rgb(55, 58, 144);
}
.has-blue-dark-color {
  color: rgb(55, 58, 144);
}
.has-blue-light-background-color {
  background-color: rgb(139, 175, 232);
}
.has-blue-light-color {
  color: rgb(139, 175, 232);
}
.has-blue-background-color {
  background-color: rgb(0, 111, 207);
}
.has-blue-color {
  color: rgb(0, 111, 207);
}
.has-greyish-blue-background-color {
  background-color: rgb(141, 185, 202);
}
.has-greyish-blue-color {
  color: rgb(141, 185, 202);
}
.has-green-background-color {
  background-color: rgb(115, 204, 147);
}
.has-green-color {
  color: rgb(115, 204, 147);
}
.has-green-light-background-color {
  background-color: rgb(0, 168, 157);
}
.has-green-light-color {
  color: rgb(0, 168, 157);
}
/*--------------------------------------------------------------
# Gutenberg Color Borders for Images
--------------------------------------------------------------*/
.has-black-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: #1E1E1E;
}
.has-white-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: #ffffff;
}
.has-ost-green-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(0, 109, 113);
}
.has-grey-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(216, 216, 214);
}
.has-grey-light-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: #f1f1f1;
}
.has-violet-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(170, 30, 150);
}
.has-violet-light-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(214, 186, 223);
}
.has-berryred-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(223, 82, 109);
}
.has-beige-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(230, 186, 168);
}
.has-beige-50-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(242, 220, 211);
}
.has-orange-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(255, 113, 74);
}
.has-purple-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(95, 37, 159);
}
.has-blue-dark-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(55, 58, 144);
}
.has-blue-light-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(139, 175, 232);
}
.has-blue-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(0, 111, 207);
}
.has-greyish-blue-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(141, 185, 202);
}
.has-green-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(115, 204, 147);
}
.has-green-light-border-color::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  display: block;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-color: rgb(0, 168, 157);
}
/*--------------------------------------------------------------
# Import Layouts files
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer__main__col__title {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.site-footer__main__col__menu .menu-item {
  margin-bottom: 0.375rem;
}
.site-footer__main__col__menu .menu-item a {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .site-footer__main__col__menu .menu-item a {
    font-size: 1rem;
  }
}
.site-footer__main__col__menu .menu-item a:hover, .site-footer__main__col__menu .menu-item a:focus, .site-footer__main__col__menu .menu-item a:active {
  text-decoration: underline;
}
.site-footer__main__col .footer-column.left .wp-block-image {
  margin-bottom: 1.5rem;
}
.site-footer__bottom__menu {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .site-footer__bottom__menu {
    justify-content: center;
  }
}
.site-footer__bottom__menu .menu-item {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .site-footer__bottom__menu .menu-item {
    margin-bottom: 0;
  }
}
.site-footer__bottom__menu .menu-item:not(:last-child) {
  margin-right: 2rem;
}
.site-footer__bottom__menu .menu-item a {
  color: #FFFFFF;
}
.site-footer__bottom__menu .menu-item a:hover, .site-footer__bottom__menu .menu-item a:focus, .site-footer__bottom__menu .menu-item a:active {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .site-footer__bottom__menu .menu-item a {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
# Socialmedia
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import Pages files
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page: News Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page: Single Page
--------------------------------------------------------------*/
.site-main__content.page-content-container.has-hero > p {
  margin-top: 2rem;
}
/*--------------------------------------------------------------
# Page: Single article Page
--------------------------------------------------------------*/
.single-content-post__featured-image {
  width: 100%;
  max-height: 500px;
  position: relative;
}
.single-content-post__featured-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.site-main__archive {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .site-main__archive {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .site-main__archive {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:bg-bolt_dark_gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:left-1 {
  left: 0.25rem;
}
.group:hover .group-hover\:w-full {
  width: 100%;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:top-16 {
    top: 4rem;
  }
  .md\:top-6 {
    top: 1.5rem;
  }
  .md\:z-\[1\] {
    z-index: 1;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:h-\[600px\] {
    height: 600px;
  }
  .md\:min-h-\[28px\] {
    min-height: 28px;
  }
  .md\:min-h-\[420px\] {
    min-height: 420px;
  }
  .md\:min-h-\[540px\] {
    min-height: 540px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:max-w-\[380px\] {
    max-width: 380px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-\[33\.3\%\] {
    grid-template-columns: 33.3%;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pr-\[420px\] {
    padding-right: 420px;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  .group:hover .group-hover\:md\:top-0 {
    top: 0px;
  }
  .group:hover .group-hover\:md\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  @media (min-width: 768px) {
    .lg\:md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:bottom-24 {
    bottom: 6rem;
  }
  .lg\:bottom-\[0px\] {
    bottom: 0px;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[240px\] {
    height: 240px;
  }
  .lg\:h-\[660px\] {
    height: 660px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-\[240px\] {
    min-height: 240px;
  }
  .lg\:min-h-\[340px\] {
    min-height: 340px;
  }
  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-\[280px\] {
    width: 280px;
  }
  .lg\:w-\[320px\] {
    width: 320px;
  }
  .lg\:w-\[980px\] {
    width: 980px;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[33\.3\%_33\.3\%\] {
    grid-template-columns: 33.3% 33.3%;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }
  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  .lg\:pl-32 {
    padding-left: 8rem;
  }
  .lg\:pr-\[520px\] {
    padding-right: 520px;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-\[200px\] {
    font-size: 200px;
  }
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
  .lg\:text-\[72px\] {
    font-size: 72px;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }
  .lg\:leading-\[1\] {
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:h-\[108px\] {
    height: 108px;
  }
  .xl\:w-\[105px\] {
    width: 105px;
  }
  .xl\:w-\[1186px\] {
    width: 1186px;
  }
  .xl\:w-\[124px\] {
    width: 124px;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:pb-28 {
    padding-bottom: 7rem;
  }
  .xl\:pl-0 {
    padding-left: 0px;
  }
  .xl\:pl-40 {
    padding-left: 10rem;
  }
  .xl\:pt-48 {
    padding-top: 12rem;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .xl\:text-\[38px\] {
    font-size: 38px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:h-\[720px\] {
    height: 720px;
  }
  .\32xl\:min-h-\[540px\] {
    min-height: 540px;
  }
}
@media (min-width: 2100px) {
  .\33xl\:h-\[800px\] {
    height: 800px;
  }
}

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