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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  html {
  font-family: utf-century, sans-serif;
  font-feature-settings: 'ss01' on;
  font-size: 14px;
}
  @media only screen and (min-width: 320px) {

  html {
    font-size: calc(14px + (20 - 14) *(100vw - 320px) / (1920 - 320));
  }
}
  @media only screen and (min-width: 1920px) {

  html {
    font-size: 20px;
  }
}
  @media not all and (min-width: 768px) {

  html {
    scroll-behavior: smooth;
  }
}
  html {

    --rr-nav-height: 60px;
    --rr-nav-height-lg1: 80px;
  }

  html.is-menu-active body {
  overflow: hidden;
}

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

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

  .h1 {
    font-size: calc(56px + (160 - 56) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .h1 {
    font-size: 160px;
  }
}
.h3 {
  font-size: 23.8px;
}
@media only screen and (min-width: 320px) {

  .h3 {
    font-size: calc(23.8px + (54.4 - 23.8) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .h3 {
    font-size: 54.4px;
  }
}
.h4 {
  text-transform: uppercase;
}
table tr td:not(:first-child) {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}
p.indent {
  text-indent: 6ch;
}
a.is-active,
  .link.is-active {
  text-decoration-line: underline;
}
a,
  .link {
  transition-property: opacity;
  transition-duration: 300ms;
}
a:hover,
  .link:hover {
  opacity: 0.7;
}
@keyframes marquee {
    0% { transform: translate3d(0%, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
  }
.marquee {
    animation: marquee 10s linear infinite;
  }
parallax-item {
  display: block;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.left-\[15\%\] {
  left: 15%;
}
.left-\[8\%\] {
  left: 8%;
}
.right-\[10\%\] {
  right: 10%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[5\%\] {
  top: 5%;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-22 {
  grid-column: span 22 / span 22;
}
.col-span-24 {
  grid-column: span 24 / span 24;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-9 {
  grid-column-start: 9;
}
.mb-\[7\%\] {
  margin-bottom: 7%;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.aspect-\[10\/16\] {
  aspect-ratio: 10/16;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[795\/1060\] {
  aspect-ratio: 795/1060;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[75vh\] {
  height: 75vh;
}
.h-\[calc\(70vh-var\(--rr-nav-height\)\)\] {
  height: calc(70vh - var(--rr-nav-height));
}
.h-\[var\(--rr-nav-height\)\] {
  height: var(--rr-nav-height);
}
.h-full {
  height: 100%;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-full {
  width: 100%;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  user-select: none;
}
.grid-cols-24 {
  grid-template-columns: repeat(24, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.border-t {
  border-top-width: 1px;
}
.border-tertiary-alpha-40 {
  border-color: rgba(0, 0, 0, 0.4);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(210 20 30 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.pt-0 {
  padding-top: 0px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[10vw\] {
  font-size: 10vw;
}
.text-\[18vw\] {
  font-size: 18vw;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-none {
  line-height: 1;
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.\!transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-duration: 150ms !important;
}
.transition-transform {
  transition-property: transform;
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-smooth-out {
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.text-bs1 {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {

  .text-bs1 {
    font-size: calc(14px + (20 - 14) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .text-bs1 {
    font-size: 20px;
  }
}
.text-lg1 {
  font-size: 19.599999999999998px;
}
@media only screen and (min-width: 320px) {

  .text-lg1 {
    font-size: calc(19.599999999999998px + (24 - 19.599999999999998) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .text-lg1 {
    font-size: 24px;
  }
}
.text-xl1 {
  font-size: 23.8px;
}
@media only screen and (min-width: 320px) {

  .text-xl1 {
    font-size: calc(23.8px + (54.4 - 23.8) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .text-xl1 {
    font-size: 54.4px;
  }
}
.text-xl2 {
  font-size: 44.800000000000004px;
}
@media only screen and (min-width: 320px) {

  .text-xl2 {
    font-size: calc(44.800000000000004px + (64 - 44.800000000000004) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .text-xl2 {
    font-size: 64px;
  }
}
.text-xl3 {
  font-size: 56px;
}
@media only screen and (min-width: 320px) {

  .text-xl3 {
    font-size: calc(56px + (160 - 56) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .text-xl3 {
    font-size: 160px;
  }
}
.pb-md1 {
  padding-bottom: 10px;
}
@media only screen and (min-width: 320px) {

  .pb-md1 {
    padding-bottom: calc(10px + (24 - 10) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .pb-md1 {
    padding-bottom: 24px;
  }
}
.pr-md1 {
  padding-right: 10px;
}
@media only screen and (min-width: 320px) {

  .pr-md1 {
    padding-right: calc(10px + (24 - 10) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .pr-md1 {
    padding-right: 24px;
  }
}
.py-md1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 320px) {

  .py-md1 {
    padding-top: calc(10px + (24 - 10) *(100vw - 320px) / (1920 - 320));
    padding-bottom: calc(10px + (24 - 10) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .py-md1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.mt-md1 {
  margin-top: 10px;
}
@media only screen and (min-width: 320px) {

  .mt-md1 {
    margin-top: calc(10px + (24 - 10) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .mt-md1 {
    margin-top: 24px;
  }
}
.mb-md1 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {

  .mb-md1 {
    margin-bottom: calc(10px + (24 - 10) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .mb-md1 {
    margin-bottom: 24px;
  }
}
.gap-md1 {
  gap: 10px;
}
@media only screen and (min-width: 320px) {

  .gap-md1 {
    gap: calc(10px + (24 - 10) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .gap-md1 {
    gap: 24px;
  }
}
.py-lg1 {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 320px) {

  .py-lg1 {
    padding-top: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
    padding-bottom: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .py-lg1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.px-lg1 {
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 320px) {

  .px-lg1 {
    padding-left: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
    padding-right: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .px-lg1 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.mt-lg1 {
  margin-top: 12px;
}
@media only screen and (min-width: 320px) {

  .mt-lg1 {
    margin-top: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .mt-lg1 {
    margin-top: 32px;
  }
}
.mb-lg1 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 320px) {

  .mb-lg1 {
    margin-bottom: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .mb-lg1 {
    margin-bottom: 32px;
  }
}
.pt-lg2 {
  padding-top: 16px;
}
@media only screen and (min-width: 320px) {

  .pt-lg2 {
    padding-top: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .pt-lg2 {
    padding-top: 60px;
  }
}
.pb-lg2 {
  padding-bottom: 16px;
}
@media only screen and (min-width: 320px) {

  .pb-lg2 {
    padding-bottom: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .pb-lg2 {
    padding-bottom: 60px;
  }
}
.pl-lg2 {
  padding-left: 16px;
}
@media only screen and (min-width: 320px) {

  .pl-lg2 {
    padding-left: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .pl-lg2 {
    padding-left: 60px;
  }
}
.py-lg2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 320px) {

  .py-lg2 {
    padding-top: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
    padding-bottom: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .py-lg2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.mb-lg2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 320px) {

  .mb-lg2 {
    margin-bottom: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .mb-lg2 {
    margin-bottom: 60px;
  }
}
.h-lg2 {
  height: 16px;
}
@media only screen and (min-width: 320px) {

  .h-lg2 {
    height: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .h-lg2 {
    height: 60px;
  }
}
.pt-xl1 {
  padding-top: 26px;
}
@media only screen and (min-width: 320px) {

  .pt-xl1 {
    padding-top: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .pt-xl1 {
    padding-top: 130px;
  }
}
.py-xl1 {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media only screen and (min-width: 320px) {

  .py-xl1 {
    padding-top: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
    padding-bottom: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .py-xl1 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.mt-xl1 {
  margin-top: 26px;
}
@media only screen and (min-width: 320px) {

  .mt-xl1 {
    margin-top: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .mt-xl1 {
    margin-top: 130px;
  }
}
.mb-xl1 {
  margin-bottom: 26px;
}
@media only screen and (min-width: 320px) {

  .mb-xl1 {
    margin-bottom: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .mb-xl1 {
    margin-bottom: 130px;
  }
}
.h-xl1 {
  height: 26px;
}
@media only screen and (min-width: 320px) {

  .h-xl1 {
    height: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .h-xl1 {
    height: 130px;
  }
}
.py-xl2 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 320px) {

  .py-xl2 {
    padding-top: calc(32px + (240 - 32) *(100vw - 320px) / (1920 - 320));
    padding-bottom: calc(32px + (240 - 32) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .py-xl2 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.h-xl2 {
  height: 32px;
}
@media only screen and (min-width: 320px) {

  .h-xl2 {
    height: calc(32px + (240 - 32) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .h-xl2 {
    height: 240px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 320px) {

  .container {
    padding-left: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
    padding-right: calc(16px + (60 - 16) *(100vw - 320px) / (1920 - 320));
  }
}
@media only screen and (min-width: 1920px) {

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  @media only screen and (min-width: 320px) {

    .container {
      padding-left: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
      padding-right: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
    }
  }

  @media only screen and (min-width: 1920px) {

    .container {
      padding-left: 32px;
      padding-right: 32px;
    }
  }
}
@media (hover: hover) and (pointer: fine) {

  .hover\:bg-primary-darken-20:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(168 16 23 / var(--tw-bg-opacity));
  }
}
html.is-nav-hidden:not(.is-menu-active) .nav-hidden\:-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media not all and (min-width: 1024px) {

  .max-lg1\:col-span-24 {
    grid-column: span 24 / span 24;
  }

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

  .max-lg1\:mt-lg1 {
    margin-top: 12px;
  }

  @media only screen and (min-width: 320px) {

    .max-lg1\:mt-lg1 {
      margin-top: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
    }
  }

  .max-lg1\:mt-lg1 {
    margin-top: 12px;
  }

  @media only screen and (min-width: 320px) {

    .max-lg1\:mt-lg1 {
      margin-top: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
    }
  }

  @media only screen and (min-width: 1920px) {

    .max-lg1\:mt-lg1 {
      margin-top: 32px;
    }
  }

  .max-lg1\:mt-xl1 {
    margin-top: 26px;
  }

  @media only screen and (min-width: 320px) {

    .max-lg1\:mt-xl1 {
      margin-top: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
    }
  }

  .max-lg1\:mt-xl1 {
    margin-top: 26px;
  }

  @media only screen and (min-width: 320px) {

    .max-lg1\:mt-xl1 {
      margin-top: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
    }
  }

  @media only screen and (min-width: 1920px) {

    .max-lg1\:mt-xl1 {
      margin-top: 130px;
    }
  }
}
@media not all and (min-width: 768px) {

  .max-md1\:pointer-events-none {
    pointer-events: none;
  }

  .max-md1\:fixed {
    position: fixed;
  }

  .max-md1\:inset-0 {
    inset: 0px;
  }

  .max-md1\:z-100 {
    z-index: 100;
  }

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

  .max-md1\:flex {
    display: flex;
  }

  .max-md1\:hidden {
    display: none;
  }

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

  .max-md1\:justify-center {
    justify-content: center;
  }

  .max-md1\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(210 20 30 / var(--tw-bg-opacity));
  }

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

  .max-md1\:text-secondary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .max-md1\:opacity-0 {
    opacity: 0;
  }

  .max-md1\:transition-opacity {
    transition-property: opacity;
    transition-duration: 150ms;
  }

  .max-md1\:duration-500 {
    transition-duration: 500ms;
  }

  .max-md1\:text-xl1 {
    font-size: 23.8px;
  }

  @media only screen and (min-width: 320px) {

    .max-md1\:text-xl1 {
      font-size: calc(23.8px + (54.4 - 23.8) *(100vw - 320px) / (1920 - 320));
    }
  }

  .max-md1\:text-xl1 {
    font-size: 23.8px;
  }

  @media only screen and (min-width: 320px) {

    .max-md1\:text-xl1 {
      font-size: calc(23.8px + (54.4 - 23.8) *(100vw - 320px) / (1920 - 320));
    }
  }

  @media only screen and (min-width: 1920px) {

    .max-md1\:text-xl1 {
      font-size: 54.4px;
    }
  }

  .max-md1\:mt-xl1 {
    margin-top: 26px;
  }

  @media only screen and (min-width: 320px) {

    .max-md1\:mt-xl1 {
      margin-top: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
    }
  }

  .max-md1\:mt-xl1 {
    margin-top: 26px;
  }

  @media only screen and (min-width: 320px) {

    .max-md1\:mt-xl1 {
      margin-top: calc(26px + (130 - 26) *(100vw - 320px) / (1920 - 320));
    }
  }

  @media only screen and (min-width: 1920px) {

    .max-md1\:mt-xl1 {
      margin-top: 130px;
    }
  }

  .max-md1\:mt-xl3 {
    margin-top: 60px;
  }

  @media only screen and (min-width: 320px) {

    .max-md1\:mt-xl3 {
      margin-top: calc(60px + (300 - 60) *(100vw - 320px) / (1920 - 320));
    }
  }

  .max-md1\:mt-xl3 {
    margin-top: 60px;
  }

  @media only screen and (min-width: 320px) {

    .max-md1\:mt-xl3 {
      margin-top: calc(60px + (300 - 60) *(100vw - 320px) / (1920 - 320));
    }
  }

  @media only screen and (min-width: 1920px) {

    .max-md1\:mt-xl3 {
      margin-top: 300px;
    }
  }

  html.is-menu-active .max-md1\:menu-active\:pointer-events-auto {
    pointer-events: auto;
  }

  html.is-menu-active .max-md1\:menu-active\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 450px) {

  .sm1\:h-\[70vh\] {
    height: 70vh;
  }
}
@media (min-width: 768px) {

  .md1\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

  .md1\:col-span-22 {
    grid-column: span 22 / span 22;
  }

  .md1\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md1\:col-start-12 {
    grid-column-start: 12;
  }

  .md1\:col-start-15 {
    grid-column-start: 15;
  }

  .md1\:col-start-2 {
    grid-column-start: 2;
  }

  .md1\:col-start-3 {
    grid-column-start: 3;
  }

  .md1\:col-start-7 {
    grid-column-start: 7;
  }

  .md1\:-mb-\[7\%\] {
    margin-bottom: -7%;
  }

  .md1\:-ml-\[7\.2\%\] {
    margin-left: -7.2%;
  }

  .md1\:-mr-\[7\.2\%\] {
    margin-right: -7.2%;
  }

  .md1\:hidden {
    display: none;
  }

  .md1\:h-\[calc\(90vh-var\(--rr-nav-height\)\)\] {
    height: calc(90vh - var(--rr-nav-height));
  }

  .md1\:h-screen {
    height: 100vh;
  }

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

  .md1\:w-\[40\%\] {
    width: 40%;
  }

  .md1\:w-\[60\%\] {
    width: 60%;
  }

  .md1\:text-\[min\(8vw\2c 320px\)\] {
    font-size: min(8vw,320px);
  }
}
@media (min-width: 1024px) {

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

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

  .lg1\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg1\:col-start-15 {
    grid-column-start: 15;
  }

  .lg1\:col-start-2 {
    grid-column-start: 2;
  }

  .lg1\:col-start-4 {
    grid-column-start: 4;
  }

  .lg1\:-mt-\[10\%\] {
    margin-top: -10%;
  }

  .lg1\:ml-\[3vw\] {
    margin-left: 3vw;
  }

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

  .lg1\:h-\[calc\(100vh-var\(--rr-nav-height-lg1\)\)\] {
    height: calc(100vh - var(--rr-nav-height-lg1));
  }

  .lg1\:h-\[var\(--rr-nav-height-lg1\)\] {
    height: var(--rr-nav-height-lg1);
  }

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

  .lg1\:text-xl2 {
    font-size: 44.800000000000004px;
  }

  @media only screen and (min-width: 320px) {

    .lg1\:text-xl2 {
      font-size: calc(44.800000000000004px + (64 - 44.800000000000004) *(100vw - 320px) / (1920 - 320));
    }
  }

  @media only screen and (min-width: 1920px) {

    .lg1\:text-xl2 {
      font-size: 64px;
    }
  }

  .lg1\:py-lg1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  @media only screen and (min-width: 320px) {

    .lg1\:py-lg1 {
      padding-top: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
      padding-bottom: calc(12px + (32 - 12) *(100vw - 320px) / (1920 - 320));
    }
  }

  @media only screen and (min-width: 1920px) {

    .lg1\:py-lg1 {
      padding-top: 32px;
      padding-bottom: 32px;
    }
  }
}
@media (min-width: 1366px) {

  .xl1\:h-\[150vh\] {
    height: 150vh;
  }
}