*, ::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.17 | 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;
  }
}

.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;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

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

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-10 {
  height: 2.5rem;
}

.h-32 {
  height: 8rem;
}

.h-56 {
  height: 14rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-56 {
  width: 14rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[1080px\] {
  max-width: 1080px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-xl {
  max-width: 36rem;
}

.cursor-pointer {
  cursor: pointer;
}

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

.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-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

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

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

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#2C415A\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 65 90 / var(--tw-border-opacity, 1));
}

.border-\[\#B3BECC\] {
  --tw-border-opacity: 1;
  border-color: rgb(179 190 204 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#2C415A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 65 90 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6FA0AF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(111 160 175 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B3C066\] {
  --tw-bg-opacity: 1;
  background-color: rgb(179 192 102 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E97657\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 118 87 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFBC69\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 188 105 / var(--tw-bg-opacity, 1));
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

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

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.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;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.\!text-\[\#B3C066\] {
  --tw-text-opacity: 1 !important;
  color: rgb(179 192 102 / var(--tw-text-opacity, 1)) !important;
}

.\!text-\[\#E97657\] {
  --tw-text-opacity: 1 !important;
  color: rgb(233 118 87 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#FBF8F2\] {
  --tw-text-opacity: 1;
  color: rgb(251 248 242 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(179\2c 192\2c 102\2c 1\)\] {
  color: rgba(179,192,102,1);
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

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

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@font-face {
  font-family:"kepler-std";
}

@font-face {
  font-family: "Masqualero";

  src: url("../fonts/Masqualero-W04-Black.woff2") format("woff2");

  font-weight: 1000;

  font-style: normal;
}

.font-family-Masqualero {
  font-family: "Masqualero", sans-serif;
}

.font-family-kepler-std {
  font-family: "kepler-std", sans-serif;
}

body {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-style: normal;
  color: #2C415A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*#more > :nth-child(n+5), #less > :nth-child(n+5) {*/

/*    display: none;*/

/*}*/

.table-img {
  max-height: 40px;
  padding-bottom: 7px;
  padding-top: 7px;
}

.font-family-work-sans {
  font-family: 'Work Sans', sans-serif;
}

.font-weight-semi-bold {
  font-weight: 600;
}

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

.col-lg-12-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-width {
  width: 60%;
}

.bg-vector {
  background: url(../images/vector.svg) no-repeat center;
  background-size: contain;
}

.table tr:last-child td:first-child  {
  border-bottom-left-radius: 1rem;
}

.table tr:last-child td:last-child  {
  border-bottom-right-radius: 1rem;
}

.jump-btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[data-section-primary="fewest-hours"].active {
  background-color: #B3C066;
  color: #ffffff !important;
}

[data-section-primary="most-hours"].active {
  background-color: #E97657;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  [data-section-primary="most-hours"] {
    background-color: #E97657;
    color: #ffffff !important;
  }
}

[data-section-primary="most-hours"].active {
  color: #ffffff !important;
}

@media (min-width: 576px) {
  .col-sm-12-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .custom-width {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .col-md-12-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-12-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

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

.section_primary, .section_secondary, .section_third, .section_fourth {
  display: none;
}

.section_primary.open, .section_secondary.open, .section_third.open, .section_fourth.open {
  display: block;
}

button.arrow-next {
  right: 20px;
}

button.arrow-prev {
  left: 20px;
}

.title-th.height-xs {
  height: 89px !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:hover {
  color: #141729 !important;
  background-color: #f1b695;
  border-color: #f1b695;
  box-shadow: none;
  font-weight: bold;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active i, .btn-secondary:hover i {
  font-weight: 800 ;
}

.btn-secondary {
  color: #0a0935 !important;
  background-color: transparent;
  border-color: #0a0935;
  border-radius: 0.75rem;
  width: 100%;
  padding: 0.6rem 0;
  border-width: 2px;
  font-size: 1.2rem;
}

.container-custom-top-three a {
  text-decoration: none;
}

.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.img-contain {
  background-size: contain !important;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-4 {
  line-height: 1.4;
}

.line-height-0-5 {
  line-height: 0.8;
}

.small,
small {
  font-size: 83%;
  font-weight: 600;
}

#the-uk-most-popular-of-2022 a {
  text-decoration: none;
}

#the-uk-most-popular-of-2022 a:hover {
  text-decoration: underline;
  color: #ff8000;
}

.text-ellipsis {
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  width: 150px;
  display: inline-block;
  line-height: 29px;
  vertical-align: middle;
}

.dataTables_length,
.dataTables_paginate {
  display: none;
}

.border-orange {
  border: 6px solid #ee872a !important;
  border-radius: 80px;
}

.bg-grey {
  background-color: #FBF8F2;
}

.bg-grey-dark {
  background-color: #292f39;
}

.bg-light {
  background-color: #D8EDEF!important;
}

.bg-green {
  background-color: #B3C066;
}

.bg-blue{
  background-color: #6FA0AF;
}

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

.rounded-xl {
  border-radius: 2.5rem;
}

.rounded-xs {
  border-radius: 0.3rem;
}

.h-95 {
  height: 97%;
}

.fa-2x {
  font-size: 1.7rem;
  vertical-align: middle;
}

.bg-gray {
  background-color: #F4F4F4;
}

.form input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.form .static input {
  position: static;
  opacity: 1;
}

.form label {
  background-color: #ffffff;
  display: flex;
  border-radius: 8px;
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
  gap: 4px;
  cursor: pointer;
  width: 165px;
  border: 2px solid gray;
  padding: 10px 24px;
}

.form .static label {
  background-color: transparent;
  border: none;
  display: block;
  padding: 3px;
  width: 100%;
}

.custom-label {
  width: 67px !important;
}

.form input+label i {
  color: #E73536;
}

.form input:checked+label {
  cursor: default;
  background-color: #E73536;
  color: white;
  border-color: #E73536;
}

.form input:checked+label:nth-child(2) {
  cursor: default;
  background-color: #B2D074;
  color: white;
  border-color: #B2D074;
}

.form input+label:nth-child(2) i {
  color: #B2D074;
}

.form input:checked+label:nth-child(2) i, .form input:checked+label i {
  color: white !important;
}

.form img {
  max-height: 120px;
}

select {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  font-size: 1.25rem !important;
  text-align: center !important;
  color: #232849;
  padding: 6.5px 15px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -webit-appearance: none;
  -moz-appearance: none;
  height: 48px
}

select option {
  text-align: center !important;
}

.submit-btn {
  color: #ffffff;
  background-color: #0E173D !important;
  border-radius: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.ssk-twitter:before {
  content: "" !important;
  background-image: url(../images/x-twitter-brands.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 24px;
  display: inline-block;
}

.ssk-twitter {
  background-color: #0a0c0d !important;
}

.select2-container .select2-selection--single {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  align-items: center !important;
  height: 58px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ddd !important;
  color: #2C415A !important;
}

.select2-results__option--selected {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/chevron-down.svg);
  /* Replace with your chevron icon path */
  background-size: contain;
  /* Scale the icon */
  background-repeat: no-repeat;
  /* Avoid repeating the icon */
  background-position: center;
  /* Center the icon */
  width: 20px;
  /* Adjust size as needed */
  height: 20px;
  /* Adjust size as needed */
  top: 15px !important;
  right: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.collapse-content {
  display: none;
}

.toggle-icons {
  transition: transform 0.4s ease-in-out;
}

.toggle-icons.rotate180 {
  transform: rotate(180deg);
}

.text-dark {
  color: #282F3A !important;
}

.scroll-overflow {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tooltip.show {
  opacity: 1;
}

.line-height-1 {
  line-height: 1 !important;
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
}

body a {
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
}

a {
  font-weight: bold;
}

a:hover {
  color: #141729;
  text-decoration: none;
}

.section-link:hover, .section-link.active {
  text-decoration: underline;
}

/* Typography */

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-style-italic {
  font-style: italic;
}

tbody {
  filter: drop-shadow(0 15px 15px rgb(0 0 0 / 0.15));
}

.bg-svg {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/*.bg-wave-blue {*/

/*  background: url(../images/graph-bg-blue.svg) no-repeat right;*/

/*  background-size: contain;*/

/*}*/

/*.bg-wave-alt {*/

/*  background: url(../images/total-spills-bg.svg) no-repeat right;*/

/*}*/

.custom-margin {
  margin-bottom: 75px;
}

.content-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.bg-pink {
  background-color: #C4058A;
}

.bg-yellow {
  background-color: #D7C724;
}

.text-blue-dark {
  color: #0E173D;
}

.text-blue-lighter {
  color: #3fa9f5;
}

.text-blue {
  color: #235c93;
}

.bg-blue-dark {
  background-color: #141729;
}

.text-orange {
  color: #f1b695;
}

.bg-blue {
  background-color: #CDD6E6;
}

.bg-blue-icon {
  background-color: #d9eefd;
}

.bg-blue-light {
  background-color: #2A3057;
}

.bg-green-light {
  background-color: #f3fcff;
}

.text-grey {
  color: #585858 !important;
}

.text-green {
  color: #22b573;
}

.text-yellow-600 {
  color: #D7C724 !important;
}

.bg-orange {
  background-color: #f1b695 !important;
}

.bg-orange-dark {
  background-color: #fb6100 !important;
}

.bg-dark {
  background-color: #080F30 !important;
}

.bg-dark-blue {
  background-color: #141729 !important;
}

.rounded {
  border-radius: 10px !important;
}

.methodology-bg {
  position: relative;
}

.methodology-bg:before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 600px;
  height: 90%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.img-square {
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-square::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 66%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 1rem;
}

.table-image {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}

#carousel .img-square,
#carousel-2 .img-square {
  padding-bottom: 70%;
}

.img-long {
  padding-bottom: 132%;
}

.img-square-small {
  padding-bottom: 88%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-thumb {
  max-width: 290px;
  margin: 0;
}

.margin-top {
  margin-top: -43px;
}

.title-th {
  display: flex;
  height: 98px;
  align-self: center;
  justify-content: center;
}

#methodology a {
  color: #141729;
  text-decoration: underline;
}

#methodology a:hover {
  text-decoration: none;
}

.footer a {
  color: #ffffff;
  text-decoration: underline;
}

.custom-underline {
  position: relative;
  z-index: 10;
}

.custom-underline::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #c8facb;
  z-index: -10;
}

.custom-underline-orange::before {
  background-color: #f1b695;
}

.position-sticky {
  top: 0;
  z-index: 1000;
  width: 100%;
  position: sticky!important;
}

.rank-city {
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
}

/*.barrel-element {*/

/*  position: absolute;*/

/*  margin: auto;*/

/*  left: 0;*/

/*  right: 0;*/

/*  bottom: -40px;*/

/*  height: 100px;*/

/*  width: 180px;*/

/*  background: url(../images/top-3-barrel.svg) no-repeat center;*/

/*  background-size: contain;*/

/*}*/

.rank-oval {
  margin: auto;
  height: 38px;
  width: 38px;
  font-size: 1.75rem;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  font-weight: bold;
  left: 0;
  right: 0;
  bottom: -20px;
  background-color: #C3188A;
  color: white;
}

.rank {
  background-color: #2C415A;
  color: white;
  margin: auto;
  height: 32px;
  width: 32px;
  line-height: 32px;
  display: inline-block;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.1rem;
}

.rank span {
  font-size: 1.1rem;
}

.lead {
  font-size: 1.3rem;
  font-weight: 400;
}

.display-4 {
  font-size: 1.1rem;
}

.h5,
h5 {
  font-size: 1rem;
  line-height: 1.2;
}

.icon-th i {
  font-size: 1.3rem;
}

.heading-holder {
  text-align: center;
  position: relative;
  white-space: nowrap;
  padding: 0;
  min-width: 140px;
  height: 68px;
  display: flex;
  align-items: center;
  background-color: #141729;
  font-weight: bold;
  margin-top: 50px;
}

.table .heading-holder .white-sorting-icons i {
  color: white;
}

.table .heading-holder .sorting-icons i {
  font-size: 0.75rem !important;
  line-height: 26px;
  margin: auto;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  text-align: center;
}

.table-title {
  position: relative;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #E97657;
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

.table-title .sorting-icons {
  position: relative;
  bottom: -3px;
  left: -6px;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  width: 60px;
  height: 60px;
}

.table-title .dark-sorting-icons i, .table .sorting_desc .heading-holder .table-title .dark-sorting-icons i {
  color: #000000;
}

.table .heading-holder .dark-sorting-icons i {
  color: #000000;
  background-color: #ffffff;
}

.table .heading-holder .title-icon {
  position: relative;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #f1b695;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #f1b695;
  color: #141729;
}

.table tr th:first-child .heading-holder {
  border-top-left-radius: 15px;
  min-width: 75px;
}

.table tr th:last-child .heading-holder {
  border-top-right-radius: 15px;
}

.table tr td:first-child .td-simulate {
  margin: auto;
  line-height: 33px;
}

.table tr td:last-child .td-simulate {
  margin-right: 0;
}

.sorting-icons {
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
}

.tooltip {
  position: relative;
}

.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 10px;
  line-height: 20px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  width: 190px;
  text-align: center;
}

.tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.control_lenght {
  margin-top: 12px;
  background-color: #2C415A;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #2C415A;
  padding: 0.5rem 3.8rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1.1rem;
}

.control_lenght:hover {
  background-color: #405b7a;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #2C415A;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid transparent;
  padding-bottom: 0px !important;
  font-size: 1rem;
}

.dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.sorting .fa-sort-up,
.sorting .fa-sort-down {
  display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
  display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
  display: none;
}

.table td,
.table th {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-collapse: collapse !important;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
}

.table th {
  color: #333333;
  font-size: 1rem;
  border-top: 0;
}

.table tr {
  background-color: white;
}

.table tr.sorting-row  {
  background-color: transparent;
}

.table tr:first-child td {
  border-top: 3px solid black;
}

.table td {
  border-top: 1px solid #d8d8d8;
  color: #000000;
  font-size: 1rem;
}

.table tr:last-child td {
  border-bottom: 0 solid black;
}

.table tr td.sorting_1 .td-simulate {
  font-weight: 800;
  color: #E97657;
}

.table tr td.sorting_1 .td-simulate.rank {
  color: white;
}

.table tr .td-simulate span {
  line-height: 35px;
}

.table td .td-simulate {
  display: block;
  font-weight: 400;
  line-height: 40px;
  margin: 0 4px;
  font-size: 1rem;
}

/**** Headings ******/

.display-2 {
  font-size: 2.5rem;
}

.display-3 {
  font-size: 2.2rem;
}

.footer-logo {
  min-width: 85px;
  max-width: 85px;
}

.h3,
h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

.h4,
h4 {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 3rem;
}

.text-ellipsis {
  width: 200px;
}

.container-custom,
.container-custom-top-three,
.container-custom-top-five,
.container-custom-table {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.zebec {
  background-size: 94%;
  background-position: 9px -40px;
}

a.section-link {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}

[data-area]:hover {
  cursor: pointer;
}

.buttons-section a.section-link:hover, .buttons-section a.section-link.active {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.view-switch-section a {
  background-color: white;
  border-color: white;
  border-radius: 0.35rem;
  padding: 0.75rem 1.5rem;
}

.view-switch-section a:hover, .view-switch-section a.active {
  background-color: #0a0935 !important;
  color: white !important;
  font-family: RalewayExtraBold;
}

.view-switch-section a i, .view-switch-section a i {
  font-size: 30px;
}

.view-switch-section a:hover i, .view-switch-section a.active i {
  color: #ff8b00;
  font-weight: 800;
}

a.section-link {
  text-align: center;
  color: #2C415A !important;
  font-size: 20px;
}

.buttons-section a.section-link:hover i, .buttons-section a.section-link.active i {
  font-weight: 800;
}

@media (min-width: 576px) {
  .custom-margin {
    margin-bottom: 110px;
  }

  .display-1 {
    font-size: 2.8rem;
  }

  .h4,
    h4 {
    font-size: 1.4rem;
  }

  .table-image {
    left: -5%;
  }

  .h3,
    h3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 4.7rem;
  }

  .white-space-nowrap {
    white-space: nowrap;
  }

  .img-square {
    padding-bottom: 45%;
  }
}

@media (min-width: 768px) {
  .custom-margin {
    margin-bottom: 170px;
  }

  /*.methodology-bg:before {*/

  /*  background: url(../images/image-1.webp) no-repeat right;*/

  /*}*/

  .display-1 {
    font-size: 3.7rem;
  }

  .container-custom,
    .container-custom-top-three {
    max-width: 720px;
  }

  .h2,
    h2 {
    font-size: 1.9rem;
  }

  .h3,
    h3 {
    font-size: 1.6rem;
  }

  .h4,
    h4 {
    font-size: 1.4rem;
  }

  .header .h4,
    .header h4 {
    font-size: 1.2rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  .display-3 {
    font-size: 3.3rem;
  }

  .table-image {
    left: -13%;
  }

  .divider {
    margin-left: 0;
  }

  .fa-2x {
    font-size: 2.5rem;
  }

  .container-custom-table,
    .container-custom-top-five {
    max-width: 720px;
  }

  .title-th.height-xs {
    height: 50px !important;
  }

  .img-square {
    padding-bottom: 40%;
  }
}

@media (min-width: 1024px) {
  .custom-margin {
    margin-bottom: 110px;
  }

  .header-logo {
    max-height: 90px;
  }

  .container-custom-top-three {
    max-width: 960px;
  }

  .custom-width {
    width: 26%;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .title-th.height-xs {
    height: 80px !important;
  }

  .title-th {
    height: 64px;
  }

  .btn-secondary {
    width: 275px;
  }

  .container-custom,
    .container-custom-top-five {
    max-width: 960px;
  }

  .display-4 {
    font-size: 2.2rem;
  }

  .table-image {
    left: -15%;
  }

  .h3,
    h3 {
    font-size: 2.5rem;
  }

  .img-square {
    padding-bottom: 45%;
  }

  .lead {
    font-size: 1.3em;
  }

  .h2,
    h2 {
    font-size: 2.125rem;
    line-height: 1.2;
  }

  .display-3 {
    font-size: 4.5rem;
  }

  .h4,
    h4 {
    font-size: 1.5rem;
  }

  .h3,
    h3 {
    font-size: 1.8rem;
  }

  .display-2 {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1;
  }

  .display-1 {
    font-size: 4.9rem;
  }

  .lead {
    font-size: 1.1em;
  }

  .modal-dialog {
    max-width: 743px;
  }

  .container-custom-table {
    max-width: 927px;
  }

  .bg-lg-image:after {
    content: "";
    margin: auto;
    position: absolute;
    background: url(../images/sleep-divorce-survival-kit-square.svg) no-repeat center;
    width: 400px;
    height: 400px;
    right: 120px;
    bottom: 0;
    z-index: 5;
  }

  .bg-lg-image:before {
    content: "";
    margin: auto;
    position: absolute;
    background: url(../images/sleep-divorce-survival-kit-bg.svg) no-repeat center;
    width: 100%;
    height: 157px;
    right: 0;
    bottom: -10px;
    z-index: 0;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .h5,
    h5 {
    font-size: 1.4rem;
  }

  .custom-margin {
    margin-bottom: 170px;
  }

  .container-custom-top-three {
    max-width: 1150px;
  }

  button.arrow-next {
    right: -47px;
  }

  button.arrow-prev {
    left: -47px;
  }

  #carousel-arrows,
    #carousel-arrows-2 {
    display: none;
  }

  .lead {
    font-size: 1em;
  }

  .container-custom-table {
    max-width: 1150px;
  }

  .container {
    max-width: 1130px;
  }

  .container-custom {
    max-width: 1105px;
  }

  .h4,
    h4 {
    font-size: 1.7rem;
  }

  .display-1 {
    font-size: 6.1rem;
  }

  .display-3 {
    font-size: 5.75rem;
  }

  .h2,
    h2 {
    font-size: 2.5rem;
  }

  .display-2 {
    font-size: 5rem;
    line-height: 1;
  }

  #svg-container {
    position: relative;
  }

  .map-controls-inner {
    width: 315px;
  }

  .h3,
    h3 {
    font-size: 2rem;
  }

  .btn-secondary {
    width: 225px;
  }

  #carousel-2 .h5,
    #carousel-2 h5 {
    font-size: 1.3rem;
    line-height: 1;
  }

  .text-ellipsis {
    width: 189px;
  }

  .container-custom-top-five {
    max-width: 1180px;
  }

  .container-custom-top-five h3,.container-custom-top-five .h3 {
    font-size: 2rem;
  }

  .bg-lg-image:after {
    width: 400px;
    height: 400px;
    right: 220px;
    bottom: 0;
  }

  .bg-lg-image:before {
    height: 157px;
    right: 0;
    bottom: -10px;
  }
}

@media (min-width:1400px) {
  .custom-margin {
    margin-bottom: 240px;
  }

  .text-ellipsis {
    width: 100px;
  }

  .heading-holder {
    min-width: 130px;
  }

  .display-4 {
    font-size: 4.375rem;
  }

  .display-3 {
    font-size: 5.625rem;
  }

  .container-custom-top-three {
    min-width: 1392px;
  }

  button.arrow-next {
    right: -65px;
  }

  button.arrow-prev {
    left: -65px;
  }

  .lead {
    font-size: 1.4em;
  }

  .container-custom-table {
    max-width: 1346px;
  }

  .text-ellipsis {
    width: 250px;
  }

  .container {
    max-width: 1320px !important;
  }

  .container-custom {
    max-width: 1253px;
  }

  .header .h4,
    .header h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .container-custom-top-three {
    min-width: 1409px;
  }

  .custom-margin {
    margin-bottom: 310px;
  }

  .container-custom-top-five {
    max-width: 1458px;
  }

  button.arrow-next {
    right: -59px;
  }

  button.arrow-prev {
    left: -59px;
  }

  /*.container-custom {*/

  /*  max-width: 1480px;*/

  /*}*/

  .img-square {
    padding-bottom: 50%;
  }
}

@media (min-width: 1800px) {
  .custom-margin {
    margin-bottom: 350px;
  }

  .bg-lg-image:after {
    width: 400px;
    height: 400px;
    right: 20%;
    bottom: 0;
  }

  .bg-lg-image:before {
    height: 252px;
    right: 0;
    bottom: -102px;
  }

  .bg-habits::after {
    bottom: -35%;
    right: 20%;
    height: 420px;
    width: 20%;
  }

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

@media (min-width: 2200px) {
  .header.py-lg-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .custom-margin {
    margin-bottom: 460px;
  }
}

.hover\:bg-\[\#B3C066\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(179 192 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E97657\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 118 87 / var(--tw-bg-opacity, 1));
}

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

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

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

@media not all and (min-width: 1024px) {
  .max-lg\:bg-\[\#E97657\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 118 87 / var(--tw-bg-opacity, 1));
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mt-10 {
    margin-top: 2.5rem;
  }

  .max-md\:w-\[45\%\] {
    width: 45%;
  }

  .max-md\:w-\[calc\(33\%_-_20px\)\] {
    width: calc(33% - 20px);
  }

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

  .max-md\:gap-5 {
    gap: 1.25rem;
  }

  .max-md\:p-5 {
    padding: 1.25rem;
  }

  .max-md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .max-md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .max-md\:pt-24 {
    padding-top: 6rem;
  }

  .max-md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-md\:leading-none {
    line-height: 1;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:h-\[180px\] {
    height: 180px;
  }

  .max-sm\:h-auto {
    height: auto;
  }

  .max-sm\:w-\[180px\] {
    width: 180px;
  }

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:gap-4 {
    gap: 1rem;
  }

  .max-sm\:p-5 {
    padding: 1.25rem;
  }

  .max-sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .max-sm\:text-center {
    text-align: center;
  }

  .max-sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .max-sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:w-16 {
    width: 4rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

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

  .lg\:bg-\[\#F0ECE5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 236 229 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:hover\:bg-\[\#E97657\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 118 87 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 1280px) {
  .xl\:hidden {
    display: none;
  }
}
