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

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

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

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

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

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

/*
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[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

.lg\:tw-rotate-90 {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
}

.tw-divide-x-2 > *, .tw-divide-y-2 > *, .tw-divide-y > *, .tw-border-0, .tw-border-t-2, .sm\:tw-divide-y-0 > *, .sm\:tw-divide-x-2 > * {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tw-inset-x-0 {
  left: 0px;
  right: 0px;
}

.tw--bottom-8 {
  bottom: -2rem;
}

.tw-bottom-20 {
  bottom: 5rem;
}

.tw-z-30 {
  z-index: 30;
}

.tw-z-40 {
  z-index: 40;
}

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

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

.tw-mt-24 {
  margin-top: 6rem;
}

.tw--ml-\[50\%\] {
  margin-left: -50%;
}

.tw-mt-\[-5rem\] {
  margin-top: -5rem;
}

.tw-mb-\[-5rem\] {
  margin-bottom: -5rem;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-inline {
  display: inline;
}

.tw-flex {
  display: flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-aspect-video {
  aspect-ratio: 16 / 9;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-screen {
  height: 100vh;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-full {
  height: 100%;
}

.tw-h-12 {
  height: 3rem;
}

.tw-max-h-96 {
  max-height: 24rem;
}

.tw-max-h-80 {
  max-height: 20rem;
}

.tw-min-h-screen {
  min-height: 100vh;
}

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

.tw-min-h-full {
  min-height: 100%;
}

.tw-min-h-\[47rem\] {
  min-height: 47rem;
}

.tw-min-h-\[14rem\] {
  min-height: 14rem;
}

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

.tw-w-4 {
  width: 1rem;
}

.tw-w-auto {
  width: auto;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-12 {
  width: 3rem;
}

.tw-min-w-\[240px\] {
  min-width: 240px;
}

.tw-min-w-full {
  min-width: 100%;
}

.tw-min-w-\[15rem\] {
  min-width: 15rem;
}

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

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

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

.tw-max-w-xs {
  max-width: 20rem;
}

.tw-max-w-sm {
  max-width: 24rem;
}

.tw-max-w-none {
  max-width: none;
}

.tw-max-w-7xl {
  max-width: 80rem;
}

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

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

.tw-max-w-\[24rem\] {
  max-width: 24rem;
}

.tw-max-w-\[12rem\] {
  max-width: 12rem;
}

.tw-max-w-\[20rem\] {
  max-width: 20rem;
}

.tw-max-w-\[8rem\] {
  max-width: 8rem;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.tw-items-start {
  align-items: flex-start;
}

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

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

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

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-0 {
  gap: 0px;
}

.tw-gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

.tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.tw-divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity));
}

.tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity));
}

.tw-overflow-hidden {
  overflow: hidden;
}

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

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

.tw-border-0 {
  border-width: 0px;
}

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

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

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

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

.tw-bg-\[\#333736\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 55 54 / var(--tw-bg-opacity));
}

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

.tw-bg-130 {
  background-size: 130%;
}

.tw-bg-right {
  background-position: right;
}

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

.tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

.tw-pr-10 {
  padding-right: 2.5rem;
}

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

.tw-pl-2 {
  padding-left: 0.5rem;
}

.tw-pr-12 {
  padding-right: 3rem;
}

.tw-pl-12 {
  padding-left: 3rem;
}

.tw-pt-28 {
  padding-top: 7rem;
}

.tw-pb-40 {
  padding-bottom: 10rem;
}

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

.tw-pr-4 {
  padding-right: 1rem;
}

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

.tw-pt-20 {
  padding-top: 5rem;
}

.tw-pt-4 {
  padding-top: 1rem;
}

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

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

.tw-text-fs18 {
  font-size: 18px;
}

.tw-text-fs14 {
  font-size: 14px;
}

.tw-text-fs20 {
  font-size: 20px;
}

.tw-text-fs30 {
  font-size: 30px;
}

.tw-text-fs16 {
  font-size: 16px;
}

.tw-text-fs36 {
  font-size: 36px;
}

.tw-text-fs22 {
  font-size: 22px;
}

.tw-text-fs28 {
  font-size: 28px;
}

.tw-text-fs24 {
  font-size: 24px;
}

.tw-text-fs13 {
  font-size: 13px;
}

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

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

.tw-uppercase {
  text-transform: uppercase;
}

.tw-leading-8 {
  line-height: 2rem;
}

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

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

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

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

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

.tw-tracking-\[\.2rem\] {
  letter-spacing: .2rem;
}

.tw-tracking-widest {
  letter-spacing: 0.1em;
}

.tw-tracking-\[0\.4rem\] {
  letter-spacing: 0.4rem;
}

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

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

.tw-text-\[\#9b9a9a\] {
  --tw-text-opacity: 1;
  color: rgb(155 154 154 / var(--tw-text-opacity));
}

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

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-100 {
  opacity: 1;
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.tw-duration-1000 {
  transition-duration: 1000ms;
}

.tw-duration-500 {
  transition-duration: 500ms;
}

.tw-duration-1500 {
  transition-duration: 1500ms;
}

.tw-duration-2500 {
  transition-duration: 2500ms;
}

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

@font-face {
  font-family: National;

  src: url(../fonts/NationalWeb-Regular.woff) format("woff");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: National;

  src: url(../fonts/NationalWeb-Semibold.woff) format("woff");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: National;

  src: url(../fonts/NationalWeb-Bold.woff) format("woff");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: TiemposText;

  src: url(../fonts/TiemposTextWeb-Regular.eot);

  src: url(../fonts/TiemposTextWeb-Regular.eot?#iefix) format("embedded-opentype"),
	url(../fonts/TiemposTextWeb-Regular.woff) format("woff");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: TiemposText;

  src: url(../fonts/Tiempos_Text_Medium.woff2) format("woff2"),
	url(../fonts/Tiempos_Text_Medium.woff) format("woff");

  font-weight: 500;

  font-style: normal;
}

.national-400 {
  font-family: National, Arial, sans-serif;
  font-weight: 400;
}

.national-600 {
  font-family: National, Arial, sans-serif;
  font-weight: 600;
}

.national-700 {
  font-family: National, Arial, sans-serif;
  font-weight: 700;
}

.tpweb-400 {
  font-family: TiemposText, serif;
  font-weight: 400;
}

.tpweb-500 {
  font-family: TiemposText, serif;
  font-weight: 500;
}

.drop-line {
  background: url('../img/dropline-right-mobile.png') no-repeat 50% 50%;
}

.drop-line-white {
  background-image: url('../img/dropline-white-full.png');
}

@media (min-width: 640px) {
  .drop-line {
    background-image: url('../img/dropline-right.png');
    background-position-x: 75%;
  }

  #dropline-desktop.drop-line {
    background-image: url('../img/dropline-white-full.png');
    background-position-x: 25%;
  }
}

@media (min-width: 768px) {
  .drop-line-white {
    background-position-x: 50%;
  }
}

@media (min-width: 1024px) {
  #dropline-desktop.drop-line {
    background-image: none;
  }
}

.products-showcase .tw-absolute {
  opacity: 0;
  transition: 0.8s;
  z-index: 0;
}

.products-showcase:hover .tw-absolute {
  opacity: 0.5;
}

.products-shower {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/showering-showcase-main.jpg');
}

.products-shower:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/showering-showcase-main.jpg');
}

.products-tapware {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/tapware-showcase-main.jpg');
  background-position: 50% 50%;
}

.products-tapware:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/tapware-showcase-main.jpg');
}

body.mau .products-tapware {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/tapware-showcase-sink-mixer.jpg');
  background-position: 0 50%;
}

body.mau .products-tapware:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/tapware-showcase-sink-mixer.jpg');
}

@media (min-width: 768px) {
  body.mau .products-tapware {
    background-position: 30% 50%;
  }
}

.products-shower.shower-rail {
  background-image: url('../img/showering-showcase-rail-shower.jpg');
  background-size: 110% !important;
}

.products-shower.shower-wall {
  background-image: url('../img/showering-showcase-wall-shower.jpg');
  background-size: 110% !important;
}

.products-shower.shower-overhead {
  background-image: url('../img/showering-showcase-overhead-shower.jpg');
  background-size: 110% !important;
}

.products-shower.shower-system {
  background-image: url('../img/showering-showcase-shower-system.jpg');
  background-size: 110% !important;
}

.products-shower.shower-handset {
  background-image: url('../img/showering-showcase-shower-handset.jpg');
  background-size: 110% !important;
}

.products-shower.shower-mixers {
  background-image: url('../img/showering-showcase-shower-mixer.jpg');
  background-size: 110% !important;
}

.products-shower.shower-diverters {
  background-image: url('../img/showering-showcase-shower-diverter.jpg');
  background-size: 110% !important;
}

.products-shower.shower-taps {
  background-image: url('../img/showering-showcase-shower-tap.jpg');
  background-size: 110% !important;
}

body.mau .products-shower.shower-taps {
  background-image: url('../img/showering-showcase-shower-tap-au.jpg');
  background-size: 110% !important;
}

.products-shower.shower-accessories {
  background-image: url('../img/showering-showcase-accessories.jpg');
  background-size: 110% !important;
}

body.mau .products-shower.shower-hand-au {
  background-image: url('../img/showering-showcase-hand-shower-au.jpg');
  background-size: 110% !important;
}

.products-tapware.tap-basin-mixer {
  background-image: url('../img/tapware-showcase-basin-mixer.jpg');
  background-size: 120% !important;
  background-position: center;
}

body.mau .products-tapware.tap-basin-mixer {
  background-image: url('../img/tapware-showcase-basin-mixer-au.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-sink-mixer {
  background-image: url('../img/tapware-showcase-main.jpg');
  background-size: 120% !important;
  background-position: center;
}

body.mau .products-tapware.tap-sink-mixer {
  background-image: url('../img/tapware-showcase-sink-mixer.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-basin-set,
body.mau .products-tapware.tap-basin-set {
  background-image: url('../img/tapware-showcase-basin-set.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-bath-set,
.products-tapware.tap-bath-mixer,
body.mau .products-tapware.tap-bath-mixer {
  background-image: url('../img/tapware-showcase-bath-mixer.jpg');
  background-size: 120% !important;
  background-position: center;
}

body.mau .products-tapware.tap-bath-set {
  background-image: url('../img/tapware-showcase-bath-set-au.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-sink-set {
  background-image: url('../img/tapware-showcase-sink-set.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-sink-tap {
  background-image: url('../img/tapware-showcase-sink-tap.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-bath-tap {
  background-image: url('../img/tapware-showcase-bath-tap.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-basin-tap {
  background-image: url('../img/tapware-showcase-basin-tap.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-spout,
body.mau .products-tapware.tap-spout {
  background-image: url('../img/tapware-showcase-spout.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-sink-mixer,
.products-tapware.tap-bath-filler {
  background-image: url('../img/tapware-showcase-main.jpg');
  background-size: 120% !important;
  background-position: center;
}

.products-tapware.tap-accessories {
  background-image: url('../img/showering-showcase-accessories.jpg');
  background-size: 120% !important;
  background-position: center;
}

.water-girl {
  background: url('../img/Methven_Shot_1-0031_v2.jpg') no-repeat 50% 50%;
  background-size: cover;
}

.methven-story {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/methven-old-banner-2020.jpg');
}

.methven-story:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/methven-old-banner-2020.jpg');
}

.methven-technology {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/technology-showcase.jpg')
}

.methven-technology:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/technology-showcase.jpg');
}

body.mau .methven-technology {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/technology-showcase-au.jpg')
}

body.mau .methven-technology:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/technology-showcase-au.jpg');
}

.cta {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.cta:hover {
  opacity: 0.8;
}

.cta::before {
  content: '';
  background: url(../img/icon-arrow-circle-white.png) no-repeat;
  background-size: cover;
}

.cta-14::before {
  width: 14px;
  height: 14px;
}

.cta-20::before {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .cta-14::before {
    width: 27px;
    height: 27px;
  }

  .cta-20::before {
    width: 27px;
    height: 27px;
  }
}

.tw-opacity-100 {
  opacity: 1;
}

@media (min-width: 1024px) {
  #slider1 {
    margin-bottom: 4rem;
  }
}

#slider1 .swiper {
  max-height: calc(100vh - 112px);
  background: #000;
}

@media (min-width: 1024px) {
  #slider1 .swiper {
    max-height: calc(100vh - 112px);
  }
}

@media (min-width: 1360px) {
  #slider1-wrapper {
    padding: 0;
  }
}

#slider-content {
  background-color: rgba(0, 0, 0, 1);
}

#slider-content.white-slide {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: bg-black-to-white 0.7s;
          animation: bg-black-to-white 0.7s;
}

@-webkit-keyframes bg-black-to-white {
  0% {
    background-color: rgba(0, 0, 0, 1);
  }

  30% {
    background-color: rgba(0, 0, 0, 1);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.95);
  }
}

@keyframes bg-black-to-white {
  0% {
    background-color: rgba(0, 0, 0, 1);
  }

  30% {
    background-color: rgba(0, 0, 0, 1);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.95);
  }
}

#slider1 .white-slide h2 {
  color: #000 !important;
}

#slider1 .white-slide p {
  color: #000 !important;
}

#slider1 .white-slide span {
  color: #000 !important;
}

#slider1 .swiper-slide img {
  width: 100%;
}

#slider1 {
  padding-top: 50px;
}

@media (min-width: 768px) {
  #slider1 .slider-bg-desktop {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 100vh;
  }

  #slider1 .slide-methven-experience-centre {
    background-image: url('/skin/frontend/default/sm_lovefashion/v2022/assets/img/slide-methven-experience-centre-desktop-au.jpg');
  }

  #slider1 .slide-maku-collection {
    background-image: url('/skin/frontend/default/sm_lovefashion/v2022/assets/img/slide-maku-collection-desktop-au.jpg');
  }

  #slider1 .slide-krome-collection {
    background-image: url('/skin/frontend/default/sm_lovefashion/v2022/assets/img/slide-krome-collection-desktop-au.jpg');
  }

  #slider1 .slide-aurajet-collection {
    background-image: url('/skin/frontend/default/sm_lovefashion/v2022/assets/img/slide-aurajet-collection-desktop-au.jpg');
  }

  #slider1 .slide-auckland-home-ideas-centre {
    background-image: url('/skin/frontend/default/sm_lovefashion/v2022/assets/img/slide-auckland-home-ideas-centre-desktop.jpg');
  }

  #slider1 .slide-new-aio-sink-mixer {
    background-image: url('/skin/frontend/default/sm_lovefashion/v2022/assets/img/slide-new-aio-sink-mixer-desktop.jpg');
  }

  #slider1 .slide-maku-collection {
    background-image: url('/skin/frontend/default/sm_lovefashion/v2022/assets/img/slide-maku-collection-desktop.jpg');
  }

  #slider1 .slide-turoa-metalic-pvd-finishes {
    background-image: url('/skin/frontend/default/sm_lovefashion/v2022/assets/img/slide-turoa-metalic-pvd-finishes-desktop.jpg');
  }
}

@media (min-width: 1030px) {
  #slider1 {
    padding-top: 112px;
  }
}

#slider1 .white-slide .cta::before {
  background-image: url(../img/icon-arrow-circle-black.png);
}

#slider1 .swiper-horizontal > .swiper-pagination-bullets,
#slider1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50% !important;
  right: auto;
  bottom: -4.5rem !important;
  width: auto !important;
  margin-left: -83px;
  font-size: 14px !important;
}

#slider1 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#slider1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  color: #000;
  margin: 0 4px !important;
  padding: 4px;
  background: none !important;
  border-bottom: 2px solid #9b9a9a;
}

#slider1 .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  border-radius: unset !important;
  opacity: 1 !important;
}

#slider1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom-color: #000;
  background: none !important;
  font-size: 14px !important;
}

#slider1 .swiper-pagination-bullet-active:focus-visible {
  outline: 0;
}

span.swiper-pagination-bullet span {
  visibility: hidden;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active span {
  visibility: visible;
}

@media screen and (min-width: 1024px){
  #slider1 .swiper-horizontal > .swiper-pagination-bullets,
	#slider1 .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: auto !important;
    right: -2.5rem;
    bottom: 18rem !important;
    margin-left: 0;
    font-size: 18px !important;
    min-width: 209px;
  }

  #slider1 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
	#slider1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    color: #fff;
    border-bottom: none;
    border-top: 1px solid #fff;
  }

  #slider1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-top: 2px solid #fff;
    font-size: 18px !important;
  }

  #slider1 .swiper-pagination-bullet span {
    display: block;
    transform: rotate(270deg);
  }
}

@media screen and (min-width: 1390px){
  #slider1 .swiper-horizontal > .swiper-pagination-bullets,
	#slider1 .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: calc(50% - 665px - 4rem);
  }
}

.video-wrapper-container {
  overflow: hidden;
  height: 100vh;
}

#header-player-1-wrapper,
#header-player-2-wrapper {
  transform: scale(2.85);
}

#header-player-1-wrapper video,
#header-player-2-wrapper video {
  transform: translateY(28%);
}

@media (min-width: 390px) {
  #header-player-1-wrapper,
	#header-player-2-wrapper {
    transform: scale(3);
  }

  #header-player-1-wrapper video,
	#header-player-2-wrapper video {
    transform: translateY(32%);
  }
}

@media (min-width: 768px) {
  #header-player-1-wrapper,
	#header-player-2-wrapper {
    transform: scale(2.2);
  }

  #header-player-1-wrapper video,
	#header-player-2-wrapper video {
    transform: translateY(25%);
  }
}

@media (min-width: 912px) {
  #header-player-1-wrapper,
	#header-player-2-wrapper {
    transform: scale(2.6);
  }

  #header-player-1-wrapper video,
	#header-player-2-wrapper video {
    transform: translateY(27%);
  }
}

@media (min-width: 960px) {
  #header-player-1-wrapper,
	#header-player-2-wrapper {
    transform: scale(1.5);
  }

  #header-player-1-wrapper video,
	#header-player-2-wrapper video {
    transform: translateY(16%);
  }
}

@media (min-width: 1200px) {
  #header-player-1-wrapper,
	#header-player-2-wrapper {
    transform: scale(1.22);
  }

  #header-player-1-wrapper video,
	#header-player-2-wrapper video {
    transform: translateY(9%);
  }
}

@media (min-width: 1500px) {
  #header-player-1-wrapper,
	#header-player-2-wrapper {
    transform: scale(1);
  }

  #header-player-1-wrapper video,
	#header-player-2-wrapper video {
    transform: translateY(0);
  }
}

#slider2-mobile .swiper2-mobile .swiper-slide.swiper-slide-active,
#slider2-desktop .swiper2-desktop .swiper-slide.swiper-slide-active {
  transition: all 0.5s ease-in-out;
}

#slider2-mobile .swiper2-mobile .swiper-slide.swiper-slide-prev,
#slider2-mobile .swiper2-mobile .swiper-slide.swiper-slide-next {
  transform: scale(0.9);
}

#slider2-mobile .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  border-radius: 0;
  background: white;
  opacity: 0.6;
}

#slider2-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 2px;
  opacity: 1;
}

@media (min-width: 768px) {
  #slider2-desktop-wrapper {
    width: 300px;
    top: -3rem;
    left: 50%;
    margin-top: 0;
  }

  #slider2-desktop-description {
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  #slider2-desktop-wrapper {
    width: 400px;
    top: -1rem;
  }
}

@media (min-width: 1100px) {
  #slider2-desktop-wrapper {
    left: 53%;
  }
}

@media (min-width: 1280px) {
  #slider2-desktop {
    min-height: 750px;
  }

  #slider2-desktop-wrapper {
    width: 480px;
    top: -8%;
    left: 50%;
  }
}

.slider2-desktop-next-navigation {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 10;
  margin-top: -24px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.25));
}

.slider2-desktop-next-navigation:hover {
  transform: scale(1.1);
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.50));
}

@media (min-width: 1040px) {
  .slider2-desktop-next-navigation {
    right: -24px;
  }
}

#slider2-desktop .slider2-desktop-pagination {
  position: absolute;
  top: 8%;
  right: 1.3rem;
  z-index: 99;
  left: auto !important;
  width: auto !important;
  font-size: 1.125rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 0 !important;
}

#slider2-desktop .slider2-desktop-pagination .slider2-desktop-pagination-active,
#slider2-desktop .slider2-desktop-pagination .slider2-desktop-pagination-total {
  padding: 4rem 0;
}

@media (min-width: 810px) {
  #slider2-desktop .slider2-desktop-pagination {
    right: 2rem;
  }
}

@media (min-width: 850px) {
  #slider2-desktop .slider2-desktop-pagination .slider2-desktop-pagination-total {
    padding: 4rem 0.5rem;
  }
}

@media (min-width: 900px) {
  #slider2-desktop .slider2-desktop-pagination {
    right: 3rem;
  }
}

@media (min-width: 950px) {
  #slider2-desktop .slider2-desktop-pagination {
    right: 4rem;
  }

  #slider2-desktop .slider2-desktop-pagination .slider2-desktop-pagination-total {
    padding: 4rem 1rem;
  }
}

@media (min-width: 1024px) {
  #slider2-desktop .slider2-desktop-pagination {
    font-size: 1.5rem;
    top: 7%;
    right: 1.9rem;
  }

  #slider2-desktop .slider2-desktop-pagination .slider2-desktop-pagination-total {
    padding: 4rem 0.5rem;
  }
}

@media (min-width: 1180px) {
  #slider2-desktop .slider2-desktop-pagination {
    right: 3.5rem;
  }
}

@media (min-width: 1220px) {
  #slider2-desktop .slider2-desktop-pagination {
    right: 4rem;
  }
}

@media (min-width: 1280px) {
  #slider2-desktop .slider2-desktop-pagination {
    top: 13%;
    font-size: 1.875rem;
    right: 3.5rem;
  }
}

#slider2-desktop .slider2-desktop-pagination .slider2-desktop-pagination-total {
  color: #9b9a9a;
}

.tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  border-color: #333736;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animatedFadeInDown {
  opacity: 0
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, -40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, -40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(0, 40px, 0);
    opacity: 0
  }
}

@keyframes fadeOutDown {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(0, 40px, 0);
    opacity: 0
  }
}

#video-module > div {
  transition: background 0.5s ease-in-out;
}

#video-module video {
  margin-left: 50vw;
  transform: translate(-50%);
}

#video-module:hover > div {
  background: rgba(0, 0, 0, 0.4);
}

#video-module .methven-icon-circular {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
}

#video-module:hover .methven-icon-circular {
  opacity: 1;
  transform: translateY(0);
}

#video-module h3 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
}

#video-module:hover h3 {
  opacity: 1;
  transform: translateY(0);
}

#video-module p {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease-in-out;
}

#video-module:hover p {
  transform: translateY(0);
  opacity: 1;
}

#video-module .cta {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

#video-module:hover .cta {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .methven-story h3,
	.methven-technology h3 {
    transform: translateY(45px);
    transition: all 0.7s ease-in-out;
  }

  .methven-story:hover h3,
	.methven-technology:hover h3 {
    transform: translateY(0);
  }

  .methven-story p,
	.methven-technology p {
    transform: translateY(-30px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }

  .methven-story:hover p,
	.methven-technology:hover p {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .methven-story:hover h3,
	.methven-story:hover p,
	.methven-technology:hover h3,
	.methven-technology:hover p {
    transform: translateY(-40px);
  }

  .methven-story > div,
	.methven-story a.tw-block,
	.methven-technology > div,
	.methven-technology a.tw-block {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }

  .methven-story:hover > div,
	.methven-technology:hover > div {
    transform: translateY(40px);
  }

  .methven-story:hover a.tw-block {
    transform: translateY(-40px);
  }

  .methven-technology:hover a.tw-block {
    transform: translateY(-40px);
  }
}

#country-selector-wrapper::after {
  content: ' ';
  width: 10px;
  height: 10px;
  display: block;
  background: url('../img/icon-down-arrow.svg') no-repeat 50% 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

#dropline-overlay-desktop,
#dropline-overlay-mobile {
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  transform: translateX(0);
  transition: all 1s ease-in;
}

#dropline-overlay-desktop {
  background: transparent;
}

#dropline-overlay-desktop.dropline-animate,
#dropline-overlay-mobile.dropline-animate {
  transform: translateX(100%);
}

@media screen and (min-width: 1024px){
  #dropline-overlay-desktop.dropline-animate {
    transform: translateX(0);
  }

  #dropline-svg svg .svg-dropline-1 {
    stroke-dashoffset: 3885.547119140625px;
    stroke-dasharray: 3885.547119140625px;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  }

  #dropline-svg.active svg .svg-dropline-1 {
    stroke-dashoffset: 7771.09423828125px;
  }

  #dropline-svg svg .svg-dropline-2 {
    stroke-dashoffset: 534.1887817382812px;
    stroke-dasharray: 534.1887817382812px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  }

  #dropline-svg.active svg .svg-dropline-2 {
    stroke-dashoffset: 1068.3775634765625px;
    fill: rgb(255, 255, 255);
  }

  #dropline-svg svg .svg-dropline-3 {
    stroke-dashoffset: 228.34278869628906px;
    stroke-dasharray: 228.34278869628906px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  }

  #dropline-svg.active svg .svg-dropline-3 {
    stroke-dashoffset: 456.6855773925781px;
    fill: rgb(255, 255, 255);
  }
}

.products-showcase .svg-icon {
  opacity: 0;
  -webkit-animation: animateBackSVG 1.5s;
          animation: animateBackSVG 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.products-showcase:hover .svg-icon {
  -webkit-animation: animateSVG 1.5s;
          animation: animateSVG 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes animateSVG {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}

@keyframes animateSVG {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}

@-webkit-keyframes animateBackSVG {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes animateBackSVG {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.products-showcase .box-content h3 {
  margin-top: 7.125rem;
  transform: translateY(0);
  transition: all 0.5s ease-in;
}

.products-showcase:hover .box-content h3 {
  transform: translateY(-90px);
}

.products-showcase .box-content > div {
  opacity: 0;
  transition: all 1s ease-in;
  margin-top: -60px;
  -webkit-animation: animateBackContent 0.5s;
          animation: animateBackContent 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.products-showcase:hover .box-content > div {
  -webkit-animation: animateContent 2s;
          animation: animateContent 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes animateContent {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animateContent {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animateBackContent {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }
}

@keyframes animateBackContent {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }
}

.products-showcase .learn-more {
  opacity: 0;
  -webkit-animation: animateBackCTA 1.5s;
          animation: animateBackCTA 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.products-showcase:hover .learn-more {
  -webkit-animation: animateCTA 1.5s;
          animation: animateCTA 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes animateCTA {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-40px);
  }
}

@keyframes animateCTA {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-40px);
  }
}

@-webkit-keyframes animateBackCTA {
  0% {
    opacity: 1;
    transform: translateY(-40px);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes animateBackCTA {
  0% {
    opacity: 1;
    transform: translateY(-40px);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.products-showcase .box-content li {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.products-showcase .box-content li:hover {
  opacity: 0.9;
}

@media (min-width: 1280px) {
  .xl\:slider-heading {
    font-size: clamp(3vh, 4.3vh, 38px);
  }

  .xl\:slider-content-inner {
    font-size: clamp(16px, 2vh, 16px);
  }
}

.hover\:tw-bg-140:hover {
  background-size: 140%;
}

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

.hover\:tw-text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:tw-text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:tw-max-w-sm {
    max-width: 24rem;
  }

  .sm\:tw-max-w-\[12rem\] {
    max-width: 12rem;
  }

  .sm\:tw-flex-row {
    flex-direction: row;
  }

  .sm\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

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

  .sm\:tw-pr-4 {
    padding-right: 1rem;
  }

  .sm\:tw-pl-4 {
    padding-left: 1rem;
  }

  .sm\:tw-text-fs24 {
    font-size: 24px;
  }

  .sm\:tw-text-fs40 {
    font-size: 40px;
  }

  .sm\:tw-text-fs20 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .md\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .md\:tw-block {
    display: block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-h-8 {
    height: 2rem;
  }

  .md\:tw-h-12 {
    height: 3rem;
  }

  .md\:tw-w-8 {
    width: 2rem;
  }

  .md\:tw-w-12 {
    width: 3rem;
  }

  .md\:tw-min-w-\[220px\] {
    min-width: 220px;
  }

  .md\:tw-max-w-md {
    max-width: 28rem;
  }

  .md\:tw-max-w-\[16rem\] {
    max-width: 16rem;
  }

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

  .md\:tw-max-w-\[38rem\] {
    max-width: 38rem;
  }

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

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

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

  .md\:tw-flex-col {
    flex-direction: column;
  }

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

  .md\:tw-justify-between {
    justify-content: space-between;
  }

  .md\:tw-gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:tw-pb-28 {
    padding-bottom: 7rem;
  }

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

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

  .md\:tw-text-fs32 {
    font-size: 32px;
  }

  .md\:tw-text-fs20 {
    font-size: 20px;
  }

  .md\:tw-text-fs28 {
    font-size: 28px;
  }

  .md\:tw-text-fs60 {
    font-size: 60px;
  }

  .md\:tw-text-fs18 {
    font-size: 18px;
  }

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

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

  .methven-story > div,
	.methven-story a.md\:tw-block,
	.methven-technology > div,
	.methven-technology a.tw-block {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }

  .methven-story > div,
	.methven-story a.md\:tw-block,
	.methven-technology > div,
	.methven-technology a.tw-block {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }

  .methven-story:hover a.md\:tw-block {
    transform: translateY(-40px);
  }

  .methven-technology:hover a.md\:tw-block {
    transform: translateY(-40px);
  }
}

@media (min-width: 1024px) {
  .lg\:tw-container {
    width: 100%;
  }

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

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

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

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

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

  .lg\:tw-bottom-0 {
    bottom: 0px;
  }

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

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

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-inline {
    display: inline;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-h-16 {
    height: 4rem;
  }

  .lg\:tw-max-h-\[40rem\] {
    max-height: 40rem;
  }

  .lg\:tw-min-h-full {
    min-height: 100%;
  }

  .lg\:tw-min-h-fit {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .lg\:tw-min-h-\[18rem\] {
    min-height: 18rem;
  }

  .lg\:tw-w-16 {
    width: 4rem;
  }

  .lg\:tw-max-w-\[1330px\] {
    max-width: 1330px;
  }

  .lg\:tw-max-w-sm {
    max-width: 24rem;
  }

  .lg\:tw-max-w-\[26rem\] {
    max-width: 26rem;
  }

  .lg\:tw-max-w-\[22rem\] {
    max-width: 22rem;
  }

  .lg\:tw-max-w-xs {
    max-width: 20rem;
  }

  .lg\:tw-max-w-\[16rem\] {
    max-width: 16rem;
  }

  .lg\:tw-max-w-7xl {
    max-width: 80rem;
  }

  .lg\:tw-rotate-90 {
    --tw-rotate: 90deg;
    transform: var(--tw-transform);
  }

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

  .lg\:tw-p-8 {
    padding: 2rem;
  }

  .lg\:tw-p-12 {
    padding: 3rem;
  }

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

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

  .lg\:tw-pt-24 {
    padding-top: 6rem;
  }

  .lg\:tw-pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:tw-pt-32 {
    padding-top: 8rem;
  }

  .lg\:tw-text-fs40 {
    font-size: 40px;
  }

  .lg\:tw-text-fs28 {
    font-size: 28px;
  }

  .lg\:tw-text-fs42 {
    font-size: 42px;
  }

  .lg\:tw-text-fs38 {
    font-size: 38px;
  }

  .lg\:tw-text-fs18 {
    font-size: 18px;
  }

  .lg\:tw-text-fs24 {
    font-size: 24px;
  }

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

  .methven-story > div,
	.methven-story a.lg\:tw-block,
	.methven-technology > div,
	.methven-technology a.tw-block {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }

  .methven-story > div,
	.methven-story a.lg\:tw-block,
	.methven-technology > div,
	.methven-technology a.tw-block {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }

  .methven-story:hover a.lg\:tw-block {
    transform: translateY(-40px);
  }

  .methven-technology:hover a.lg\:tw-block {
    transform: translateY(-40px);
  }
}

@media (min-width: 1280px) {
  .xl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:tw-max-w-\[32rem\] {
    max-width: 32rem;
  }

  .xl\:tw-max-w-\[30rem\] {
    max-width: 30rem;
  }

  .xl\:tw-max-w-\[33rem\] {
    max-width: 33rem;
  }

  .xl\:tw-max-w-\[35rem\] {
    max-width: 35rem;
  }

  .xl\:tw-p-12 {
    padding: 3rem;
  }

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

  .xl\:tw-text-fs28 {
    font-size: 28px;
  }

  .xl\:tw-text-fs80 {
    font-size: 80px;
  }

  .xl\:tw-leading-\[1\.375rem\] {
    line-height: 1.375rem;
  }
}
