/* Theme name: Ilerwork */
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-\[17px\] {
  width: 17px;
  height: 17px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.max-w-\[1008px\] {
  max-width: 1008px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.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));
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[8px\] {
  gap: 8px;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.bg-\[\#eeeeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-brand-dark-red {
  --tw-bg-opacity: 1;
  background-color: rgb(26 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brand-light-red {
  --tw-bg-opacity: 1;
  background-color: rgb(243 236 236 / var(--tw-bg-opacity, 1));
}
.bg-brand-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 15 / var(--tw-bg-opacity, 1));
}
.bg-faint-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-brand-gradient {
  background-image: linear-gradient(180deg, #1A0000 0%, #7E0006 49%, #D27177 79%, #FFFFFF 100%);
}
.bg-brand-gradient-reverse {
  background-image: linear-gradient(0deg, #1A0000 0%, #7E0006 49%, #D27177 79%, #FFFFFF 100%);
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.text-center {
  text-align: center;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-brand-dark-red {
  --tw-text-opacity: 1;
  color: rgb(26 0 0 / var(--tw-text-opacity, 1));
}
.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 500;
  color: #1A0000;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 24px;
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child {
  margin-top: 0;
}
h1:last-child, h1:only-child, .h1:last-child, .h1:only-child,
h2:last-child,
h2:only-child, .h2:last-child, .h2:only-child,
h3:last-child,
h3:only-child, .h3:last-child, .h3:only-child,
h4:last-child,
h4:only-child, .h4:last-child, .h4:only-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

h4, .h4 {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.main-navigation {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-navigation {
    display: block;
    width: auto;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  display: flex;
  flex-direction: column;
}
.main-navigation ul li:hover > ul a,
.main-navigation ul li.focus > ul a {
  background-color: rgba(26, 0, 0, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 24px 16px;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 1280px) {
  .main-navigation a {
    padding: 24px;
  }
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.mobile-nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 2px;
}
@media screen and (min-width: 1024px) {
  .mobile-nav-toggle {
    display: none;
  }
}

.mobile-nav-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.mobile-nav-modal.is-open {
  transform: translateX(0);
}
.mobile-nav-modal .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-modal .mobile-nav-list > li {
  border-bottom: 1px solid #e5e7eb;
}
.mobile-nav-modal .mobile-nav-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #1A0000;
  text-decoration: none;
  transition: all 0.08s ease-in-out;
}
.mobile-nav-modal .mobile-nav-list > li > a:hover {
  background-color: #F3ECEC;
}
.mobile-nav-modal .menu-item-has-children > a .sub-toggle-icon {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.25s ease;
}
.mobile-nav-modal .menu-item-has-children.sub-open > a .sub-toggle-icon {
  transform: rotate(45deg);
}
.mobile-nav-modal .menu-item-has-children .sub-menu {
  list-style: none;
  margin: 0 -24px;
  padding: 0 24px;
  background: #F3ECEC;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-nav-modal .menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #e5e7eb;
}
.mobile-nav-modal .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #1A0000;
  text-decoration: none;
}
.mobile-nav-modal .menu-item-has-children.sub-open {
  background: #F3ECEC;
  margin: 0 -24px;
  padding: 0 24px;
}
.mobile-nav-modal .menu-item-has-children.sub-open > a {
  background: #F3ECEC;
}
.mobile-nav-modal .menu-item-has-children.sub-open .sub-menu {
  max-height: 600px;
}
.mobile-nav-modal .mobile-nav-close {
  display: block;
  width: calc(100% - 32px);
  margin: 16px 0 0 16px;
  padding: 16px;
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #1a2e4a;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s ease;
}
.mobile-nav-modal .mobile-nav-close:hover {
  background: #f3f4f6;
}

.btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  cursor: pointer;
  border: none;
}
.btn:hover {
  opacity: 0.85;
  text-decoration: none;
}
.btn--yellow {
  background-color: #FFE30F;
  color: #1A0000;
}

.hero {
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 32px;
}
@media (min-width: 1200px) {
  .hero {
    padding-top: 64px;
  }
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1008px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero__inner {
    min-height: 450px;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .hero__inner {
    min-height: 500px;
  }
}
.hero__heading {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
@media (min-width: 768px) {
  .hero__heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.hero__subtext {
  color: white;
  font-size: 17px;
  line-height: 25px;
  margin: 0 0 24px 0;
}
.hero video {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
}
.hero .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(26, 0, 0, 0.85) 0%, rgba(126, 0, 6, 0.85) 49%, rgba(210, 113, 119, 0.85) 79%, #FFFFFF 100%);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logos-strip {
  background-color: #fff;
  overflow: hidden;
}
.logos-strip__inner {
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.logos-strip__title {
  text-align: center;
  color: #555555;
}
.logos-strip__marquee {
  width: 100%;
  overflow: hidden;
  contain: layout style;
}
.logos-strip__belt {
  display: flex;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
.logos-strip__track {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 3rem;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .logos-strip__track {
    gap: 64px;
  }
}
.logos-strip__item a {
  display: block;
  line-height: 0;
}
.logos-strip__logo {
  max-height: 24px;
  width: auto;
  display: block;
}

.services {
  background-color: #fff;
}
.services__inner {
  max-width: 1008px;
  margin: 0 auto;
}
.services__carousel {
  flex: 1;
  min-width: 0;
}
.services__grid {
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.services__grid::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
    scroll-snap-type: none;
  }
}
.services__nav {
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.services__dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.services__dot {
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  background-color: #F3ECEC;
  border: none;
  padding: 0;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.16s ease;
  transform-origin: center;
}
.services__dot.is-active {
  background-color: #E30613;
  width: 16px;
}
.services__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1A0000;
  background: #1A0000;
  color: white;
  cursor: pointer;
  padding: 0;
  transition: all 0.16s ease;
  transform: scale(1);
}
.services__arrow:hover {
  background-color: #1A0000;
  color: #fff;
}
.services__arrow:active {
  transform: scale(0.88);
}

.service-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 78%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
@media (min-width: 768px) {
  .service-card {
    width: auto;
    flex-shrink: 1;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }
}
.service-card__description {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.55;
  margin: 0;
}
.service-card__image-link {
  display: block;
  line-height: 0;
}
.service-card__image {
  width: 100%;
  aspect-ratio: 2.5/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.stats__inner {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.stats hr {
  height: 1px;
  width: calc(100% - 16px);
  background: #EEEEEE;
  background: linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(227, 6, 19) 50%, rgb(238, 238, 238) 100%);
  margin: 48px 8px 48px 8px;
}
@media (min-width: 768px) {
  .stats hr {
    margin: 48px 0;
    height: 1.5px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .stats hr {
    margin: 96px auto 96px auto;
    max-width: 1008px;
  }
}

.top-chart {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  height: 320px;
  width: 100%;
}
@media (min-width: 768px) {
  .top-chart {
    height: 380px;
  }
}
.top-chart__canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.top-chart__legend {
  position: absolute;
  top: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
  width: 58%;
}
.top-chart__legend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 12px 16px;
  opacity: 0;
  transform: translateX(-14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.top-chart__legend-item.visible {
  opacity: 1;
  transform: translateX(0);
}
.top-chart__legend-label {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}
.top-chart__legend-badge {
  background: transparent;
  border: 1px solid #E30613;
  border-radius: 20px;
  padding: 3px 11px;
  font-size: 14px;
  font-weight: 500;
  color: #E30613;
  margin-left: 12px;
  white-space: nowrap;
}

.salary-chart {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 0;
}
.salary-chart__body {
  position: relative;
  height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.salary-chart__col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  max-width: 140px;
  height: 100%;
  z-index: 1;
}
.salary-chart__label-card {
  position: absolute;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 8px 14px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  z-index: 10;
  min-width: 110px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.salary-chart__label-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.salary-chart__label-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #C0272D;
  line-height: 1.3;
  margin-bottom: 2px;
}
.salary-chart__label-value {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.salary-chart__bar {
  width: 60px;
  border-radius: 8px 8px 0 0;
  border: 1.5px solid #C0272D;
  border-bottom: none;
  background: linear-gradient(180deg, rgba(192, 57, 43, 0.2) 0%, rgba(192, 57, 43, 0.04) 100%);
  position: relative;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: transform 0.85s cubic-bezier(0.34, 1.25, 0.64, 1);
  flex-shrink: 0;
}
.salary-chart__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, transparent 100%);
  border-radius: 8px 8px 0 0;
  pointer-events: none;
}
.salary-chart__bar.animated {
  transform: scaleY(1);
}
.salary-chart__grid-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.12);
  pointer-events: none;
  z-index: 0;
}

.areas {
  background-color: #fff;
}
.areas__inner {
  max-width: 1008px;
  margin: 0 auto;
}
.areas__heading {
  font-size: 1.75rem;
  font-weight: 500;
  color: #1A0000;
  line-height: 1.3;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .areas__heading {
    font-size: 2rem;
  }
}
.areas__text {
  color: #444;
  font-size: 0.975rem;
  line-height: 1.7;
  margin: 0 0 1.75rem;
}
.areas__text p {
  margin: 0 0 1em;
}
.areas__text p:last-child {
  margin-bottom: 0;
}
.areas__teams {
  list-style: none;
  padding: 0;
  margin: 0;
}
.areas__image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.reviews__inner {
  max-width: 1008px;
  margin: 0 auto;
}
.reviews__grid {
  display: grid;
  gap: 8px;
}
@media (min-width: 640px) {
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .reviews__grid {
    gap: 24px;
  }
}

.review-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}
.review-card__image {
  flex-shrink: 0;
  width: 35%;
}
.review-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.review-card__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.review-card__name {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}
.review-card__text {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  margin: 0;
  flex: 1;
}
.review-card__stars {
  display: flex;
  gap: 3px;
  margin-top: auto;
}
.review-card__star {
  color: #E6A817;
  font-size: 1.1rem;
  line-height: 1;
}

.process-steps .process-step {
  position: relative;
  opacity: 0;
  top: 16px;
  transition: opacity 0.6s ease, top 0.6s ease;
}
.process-steps .process-step.is-visible {
  opacity: 1;
  top: 0;
}
.process-steps .process-step:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -17px;
  left: 24px;
  background: url(assets/svgs/step-down-arrow.svg);
  z-index: 99;
}
.process-steps .process-step:last-child:after {
  display: none;
}

.timeline {
  overflow: hidden;
}

.timeline__nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.timeline__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cccccc;
  transform: translateY(-50%);
  z-index: 0;
}

.timeline__years-viewport {
  flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  --tl-gap: 8px;
}
@media (min-width: 1024px) {
  .timeline__years-viewport {
    --tl-gap: 80px;
  }
}

.timeline__years-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  gap: var(--tl-gap);
}

.timeline__year-btn {
  flex: 0 0 calc((100% - var(--tl-gap) * 2) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  position: relative;
  z-index: 1;
  padding: 10px;
}
.timeline__year-btn:hover:not(.is-active) {
  border-color: #cccccc;
}
.timeline__year-btn.is-active {
  background: #E30613;
  border-color: #E30613;
  color: #ffffff;
}

.timeline__arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1a1a1a;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  position: relative;
  z-index: 1;
}
.timeline__arrow:hover:not(:disabled) {
  border-color: #cccccc;
}
.timeline__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.timeline__content-area {
  margin-top: 24px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
}

.timeline__content-viewport {
  overflow: hidden;
}

.timeline__content-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.timeline__panel {
  flex: 0 0 100%;
  padding: 40px 48px;
  text-align: center;
}
.timeline__panel h2, .timeline__panel h3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
}
.timeline__panel p {
  color: #444444;
  margin-bottom: 16px;
}
.timeline__panel p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .timeline__panel {
    padding: 24px 20px;
  }
}
header.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(26, 0, 0, 0);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
header.site-header.is-scrolled {
  background-color: rgba(26, 0, 0, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
}
header.site-header:hover {
  background-color: rgba(26, 0, 0, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
}

.header-inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .header-inner {
    padding: 0 16px;
  }
}

form.work-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  justify-content: space-between;
}

.cta-banner__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
.cta-banner__heading {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cta-banner__heading {
    font-size: 2.25rem;
  }
}
.cta-banner__subtext {
  color: white;
  font-size: 16px;
  line-height: 24px;
}

@keyframes arrow-bounce {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn-secondary {
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(1);
}
.btn-secondary:hover {
  transform: scale(1.04);
}
.btn-secondary:hover img {
  animation: arrow-bounce 1s ease-in-out infinite;
}

.branded-bg {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  background: url(assets/svgs/w-logomark-black.svg);
  background-position: center;
  background-size: cover;
  opacity: 0.04;
}

.review-card__content p {
  margin: 0;
}

.site-footer {
  color: #fff;
}
.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer__grid {
  display: grid;
  gap: 3rem 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
.site-footer__logo-link {
  display: inline-block;
  margin-bottom: 1rem;
}
.site-footer__logo {
  height: 36px;
  width: auto;
}
.site-footer__tagline {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 1.5rem;
  max-width: 340px;
}
.site-footer__social {
  margin-bottom: 1.25rem;
}
.site-footer__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.site-footer__linkedin:hover {
  color: #FFE30F;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
}
.site-footer__contact-item:hover {
  color: #fff;
}
.site-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  flex-shrink: 0;
  color: #111;
}
.site-footer__contact-icon--email {
  background-color: #FFE30F;
}
.site-footer__contact-icon--phone {
  background-color: #FFE30F;
}
.site-footer__nav-heading {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 1rem;
}
.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.site-footer__menu li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
  transition: color 0.15s ease;
}
.site-footer__menu li a:hover {
  color: #fff;
}
.site-footer__menu li.current-menu-item a,
.site-footer__menu li.current_page_item a {
  color: #E30613;
}
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer__bottom-left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 1.5rem;
}
.site-footer__copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}
.site-footer__legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}
.site-footer__legal-menu li a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.site-footer__legal-menu li a:hover {
  color: #fff;
}
.site-footer__credit {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}
.site-footer__credit-link {
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}
.site-footer__credit-link:hover {
  opacity: 1;
}
.site-footer__reddy-logo {
  height: 20px;
  width: auto;
}

.branded-mark {
  position: absolute;
  width: 800px;
  height: auto;
  bottom: 0;
  right: -300px;
  opacity: 0.04;
  max-width: unset;
}
@media (min-width: 768px) {
  .branded-mark {
    right: -200px;
  }
}
@media (min-width: 1024px) {
  .branded-mark {
    width: 1000px;
  }
}

body .fluentform .ff_submit_btn_wrapper {
  margin-bottom: 0;
}
body .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
  background-color: #FFE30F;
  color: #1A0000;
  border-radius: 6px;
  padding: 16px 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
body .ff-default .ff-el-form-control {
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.16);
  padding: 12px;
}
body .fluentform .ff-el-is-error .ff-el-form-control {
  border-color: #E30613;
}
body .fluentform .text-danger {
  color: #E30613;
}

body.page-template-request-quote header, body.page-template-request-quote footer, body.page-template-request-quote section.cta-banner {
  display: none;
}
body.page-template-request-quote .fluentform-step {
  padding: 0;
}
body.page-template-request-quote .ff-step-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
body.page-template-request-quote .ff-el-progress {
  width: 100%;
  border-radius: 1000px;
  height: 12px;
}
body.page-template-request-quote .ff-el-progress .ff-el-progress-bar {
  background-color: #E30613;
  border-radius: 1000px;
}
body.page-template-request-quote .ff-el-progress-status {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #555555;
  display: none;
}
body.page-template-request-quote .ff-el-progress-bar span {
  display: none;
}
body.page-template-request-quote .ff-el-input--label {
  margin-bottom: 8px;
}
body.page-template-request-quote .ff-el-form-check- {
  margin-bottom: 8px;
}
body.page-template-request-quote .ff-el-form-check- label {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 16px;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-weight: 500;
  transform: scale(0.99);
  display: inline-flex;
  width: 100%;
  margin-bottom: 0 !important;
}
body.page-template-request-quote .ff-el-form-check- label:hover {
  background-color: #F3ECEC;
  color: #1A0000;
  transform: scale(0.96);
}
body.page-template-request-quote .ff-el-form-check- label input {
  visibility: hidden;
  position: absolute !important;
}
body.page-template-request-quote .step-nav {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-end;
  height: 100%;
}
body.page-template-request-quote .step-nav button {
  width: 50%;
  padding: 16px 24px;
  font-weight: 500;
  color: #1A0000 !important;
  border-radius: 6px;
}
body.page-template-request-quote .step-nav button.ff-btn-prev {
  background-color: #eeeeee;
}
body.page-template-request-quote .step-nav button.ff-btn-prev:hover {
  background-color: #eeeeee;
}
body.page-template-request-quote .step-nav button.ff-btn-next {
  background-color: #FFE30F;
}
body.page-template-request-quote .step-nav button.ff-btn-next:hover {
  background-color: #FFE30F;
}
body.page-template-request-quote .ff-step-t-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: normal;
}
body.page-template-request-quote .ff-t-cell.ff-t-column-1, body.page-template-request-quote .ff-t-cell.ff-t-column-2 {
  width: 50% !important;
}
body.page-template-request-quote .ff-t-cell button {
  width: 100%;
  padding: 16px 24px;
  font-weight: 500;
  color: #1A0000 !important;
  border-radius: 6px;
  height: 100%;
}

.usp-cards {
  position: relative;
}
.usp-cards .usp-card {
  position: relative;
}
.usp-cards .usp-card:after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #cccccc;
  position: absolute;
  left: 34px;
  bottom: -17px;
}
.usp-cards .usp-card:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .usp-cards .usp-card:after {
    width: 16px;
    height: 1px;
    right: -17px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .usp-cards .usp-card:nth-child(2):after, .usp-cards .usp-card:nth-child(4):after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .usp-cards .usp-card:nth-child(2):after, .usp-cards .usp-card:nth-child(4):after {
    display: block;
  }
  .usp-cards .usp-card:nth-child(3):after {
    display: none;
  }
}

.hover\:decoration-solid:hover {
  text-decoration-style: solid;
}

@media (min-width: 640px) {

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

@media (min-width: 768px) {

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

  .md\:my-\[48px\] {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

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

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-\[600px\] {
    width: 600px;
  }

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

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

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

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

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

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

  .md\:gap-\[16px\] {
    gap: 16px;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[48px\] {
    gap: 48px;
  }

  .md\:p-\[48px\] {
    padding: 48px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:pb-\[96px\] {
    padding-bottom: 96px;
  }

  .md\:pt-\[48px\] {
    padding-top: 48px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }

  .md\:leading-\[48px\] {
    line-height: 48px;
  }

  .md\:leading-\[56px\] {
    line-height: 56px;
  }
}

@media (min-width: 1024px) {

  .lg\:mt-\[64px\] {
    margin-top: 64px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[144px\] {
    width: 144px;
  }

  .lg\:w-\[146px\] {
    width: 146px;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-\[650px\] {
    width: 650px;
  }

  .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-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:gap-\[24px\] {
    gap: 24px;
  }

  .lg\:gap-\[48px\] {
    gap: 48px;
  }

  .lg\:gap-\[96px\] {
    gap: 96px;
  }

  .lg\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:pb-\[96px\] {
    padding-bottom: 96px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

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

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }
}

@media (min-width: 1280px) {

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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