/*
! tailwindcss v3.0.12 | 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.
*/

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: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "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:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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;
}

@font-face {
  font-family: 'Roboto';

  src: url('Roboto-Light.ttf') format('truetype');

  font-weight: 300;

  font-style:normal;
}

@font-face {
  font-family: 'Roboto';

  src: url('Roboto-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style:normal;
}

@font-face {
  font-family: 'Roboto';

  src: url('Roboto-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style:normal;
}

@font-face {
  font-family: 'Roboto';

  src: url('Roboto-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style:normal;
}

@font-face {
  font-family: 'Roboto Condensed';

  src: url('RobotoCondensed-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style:normal;
}

@font-face {
  font-family: 'Roboto Condensed';

  src: url('RobotoCondensed-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style:normal;
}

*{
  font-size:100%;
}

html{
  min-width:100%;
  min-height:100vh;
}

/* particles in canvas */

/* canvas {
        @apply absolute top-0 left-0;
        @apply min-w-[768px] lg:min-w-[1100px] xl:min-w-[1920px] min-h-full;
        @apply pointer-events-none;
    } */

.decrypt:after {
  color:white;
  content: attr(data-after);
  word-break: break-all;
  opacity: 0.4;
  font-weight:600;
  letter-spacing: normal;
}

.decrypt:before {
  color:white;
  content: attr(data-before);
  word-break: break-all;
  opacity: 0.4;
  font-weight:400;
  letter-spacing: normal;
}

.ravn_main_gradient{
  background: radial-gradient(62.14% 122.16% at 49.03% 44.32%, rgba(35, 52, 57, 0.95) 0%, #1B2325 100%);
}

#icon_envelope:before{
  content: '';
  position: absolute;
  left: 50%;
  top:-210px;
  transform:translateX(-50%);
  width: 1px;
  height: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.8;
}

#icon_envelope:after{
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top:calc(-210px - 7px);
  left: 50%;
  transform:translateX(-50%);
  border-radius:50%;
  border-width: 1px;
  --tw-border-opacity: 0.8;
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 46 / var(--tw-bg-opacity));
}

#icon_twitter:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom:-210px;
  transform:translateX(-50%);
  width: 1px;
  height: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.8;
}

#icon_twitter:after{
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  bottom:calc(-210px - 7px);
  left: 50%;
  transform:translateX(-50%);
  border-radius:50%;
  border-width: 1px;
  --tw-border-opacity: 0.8;
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 46 / var(--tw-bg-opacity));
}

.vertical_text_mode{
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}

#scroll_anim:before{
  content:'';
  width:2px;
  height:100%;
  position: absolute;
  left:0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.ravn_main_title_comp{
  margin-top: calc(100vh - 50rem);
}

.half_bg:before {
  content:'';
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(31 73 82 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .half_bg:before {
    max-width: 200px;
  }
}

.half_bg:before {
  width:100%;
  position: absolute;
  left:0;
  top:0;
}

a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  color: rgba(0, 240, 255, 0.8);
}

/* Loader screen animations */

@-webkit-keyframes delayed_show {
  0% {
    visibility: visible;
  }

  100%{
    visibility: hidden;
  }
}

@keyframes delayed_show {
  0% {
    visibility: visible;
  }

  100%{
    visibility: hidden;
  }
}

@-webkit-keyframes delayed_show1 {
  0% {
    visibility: visible;
  }

  100%{
    visibility: hidden;
  }
}

@keyframes delayed_show1 {
  0% {
    visibility: visible;
  }

  100%{
    visibility: hidden;
  }
}

@-webkit-keyframes delayed_hide {
  0% {
    visibility: visible;
  }

  100%{
    display: none;
  }
}

@keyframes delayed_hide {
  0% {
    visibility: visible;
  }

  100%{
    display: none;
  }
}

.dl_1{
  visibility: hidden;
  -webkit-animation: 0.05s linear 0.025s forwards delayed_show ;
          animation: 0.05s linear 0.025s forwards delayed_show ;
}

.dl_2{
  visibility: hidden;
  -webkit-animation: 0.05s linear 0.075s forwards delayed_show ;
          animation: 0.05s linear 0.075s forwards delayed_show ;
}

.dl_3{
  visibility: hidden;
  -webkit-animation: 0.05s linear 0.125s forwards delayed_show ;
          animation: 0.05s linear 0.125s forwards delayed_show ;
}

.dl_4{
  visibility: hidden;
  -webkit-animation: 1.9s linear 0.175s forwards delayed_show1 ;
          animation: 1.9s linear 0.175s forwards delayed_show1 ;
}

.dl_5{
  visibility: hidden;
  -webkit-animation: 0.07s linear 0.7s forwards delayed_hide ;
          animation: 0.07s linear 0.7s forwards delayed_hide ;
}

.dl_6{
  visibility: hidden;
  -webkit-animation: 0.07s linear 0.77s forwards delayed_hide ;
          animation: 0.07s linear 0.77s forwards delayed_hide ;
}

/*1 frame = 1/40 s
empty f0 (1)
pink on right f1-2 (2)
white left f3-4 (2)
center pink f5-6 (2)
key logo f7-28 (21)
glitch1 f29-31 (3)
glitch2 ff32-34 (3)
key logo ?? f35-75*/

*, ::before, ::after {
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-\[179px\] {
  left: 179px;
}

.right-\[179px\] {
  right: 179px;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/2 {
  top: 50%;
}

.top-48 {
  top: 12rem;
}

.right-\[calc\(20\%-4rem\)\] {
  right: calc(20% - 4rem);
}

.-right-\[11rem\] {
  right: -11rem;
}

.-left-\[17rem\] {
  left: -17rem;
}

.-top-0 {
  top: -0px;
}

.-left-2 {
  left: -0.5rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-right-3 {
  right: -0.75rem;
}

.right-0 {
  right: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-px {
  top: 1px;
}

.top-\[18px\] {
  top: 18px;
}

.bottom-\[2px\] {
  bottom: 2px;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-6 {
  left: -1.5rem;
}

.top-4 {
  top: 1rem;
}

.bottom-\[-7px\] {
  bottom: -7px;
}

.left-\[-3px\] {
  left: -3px;
}

.top-\[-3px\] {
  top: -3px;
}

.right-\[-7px\] {
  right: -7px;
}

.bottom-\[calc\(0px-5\.5px\)\] {
  bottom: calc(0px - 5.5px);
}

.-left-\[24px\] {
  left: -24px;
}

.-bottom-px {
  bottom: -1px;
}

.bottom-\[calc\(0px-3\.5px\)\] {
  bottom: calc(0px - 3.5px);
}

.-left-\[24\.5px\] {
  left: -24.5px;
}

.bottom-\[-4px\] {
  bottom: -4px;
}

.right-\[-3px\] {
  right: -3px;
}

.bottom-\[-3px\] {
  bottom: -3px;
}

.left-\[-4px\] {
  left: -4px;
}

.-left-\[4px\] {
  left: -4px;
}

.-left-8 {
  left: -2rem;
}

.top-\[calc\(180px\+2rem\)\] {
  top: calc(180px + 2rem);
}

.top-\[calc\(\(180px\+2rem\)-3\.5px\)\] {
  top: calc((180px + 2rem) - 3.5px);
}

.right-3 {
  right: 0.75rem;
}

.top-44 {
  top: 11rem;
}

.right-\[calc\(20\%-2rem\)\] {
  right: calc(20% - 2rem);
}

.isolate {
  isolation: isolate;
}

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

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

.z-\[1\] {
  z-index: 1;
}

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

.z-\[200\] {
  z-index: 200;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[9000\] {
  z-index: 9000;
}

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

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

.z-\[9100\] {
  z-index: 9100;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[300\] {
  z-index: 300;
}

.z-\[350\] {
  z-index: 350;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.m-2 {
  margin: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[2\.1rem\] {
  margin-left: 2.1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-\[4\.3rem\] {
  margin-top: 4.3rem;
}

.ml-40 {
  margin-left: 10rem;
}

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

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

.ml-\[24px\] {
  margin-left: 24px;
}

.-ml-\[3\.5px\] {
  margin-left: -3.5px;
}

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-\[179px\] {
  margin-left: 179px;
}

.ml-0 {
  margin-left: 0px;
}

.-mr-10 {
  margin-right: -2.5rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-20 {
  height: 5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-\[9rem\] {
  height: 9rem;
}

.h-\[7rem\] {
  height: 7rem;
}

.h-\[45\%\] {
  height: 45%;
}

.h-\[3\.5rem\] {
  height: 3.5rem;
}

.h-\[42\%\] {
  height: 42%;
}

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

.h-10 {
  height: 2.5rem;
}

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

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

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

.h-4 {
  height: 1rem;
}

.h-\[1\.13em\] {
  height: 1.13em;
}

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

.h-px {
  height: 1px;
}

.h-\[calc\(100\%\)\] {
  height: calc(100%);
}

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

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

.h-\[calc\(180px\+5rem\)\] {
  height: calc(180px + 5rem);
}

.h-64 {
  height: 16rem;
}

.h-12 {
  height: 3rem;
}

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

.max-h-\[300\] {
  max-height: 300;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-1\/4 {
  width: 25%;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

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

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

.w-11 {
  width: 2.75rem;
}

.w-6 {
  width: 1.5rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-4 {
  width: 1rem;
}

.w-\[2\.25em\] {
  width: 2.25em;
}

.w-\[2\.36em\] {
  width: 2.36em;
}

.w-px {
  width: 1px;
}

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

.w-2\/5 {
  width: 40%;
}

.w-1\/3 {
  width: 33.333333%;
}

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

.w-\[2\.1em\] {
  width: 2.1em;
}

.w-\[calc\(100\%\+1\.5rem\)\] {
  width: calc(100% + 1.5rem);
}

.w-\[2\.15em\] {
  width: 2.15em;
}

.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}

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

.w-\[120vw\] {
  width: 120vw;
}

.w-\[9\.5rem\] {
  width: 9.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(1\.5rem\+80px\)\] {
  max-width: calc(1.5rem + 80px);
}

.max-w-lg {
  max-width: 32rem;
}

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

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

.max-w-2xl {
  max-width: 42rem;
}

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

.flex-auto {
  flex: 1 1 auto;
}

.flex-grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[0\.75\] {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.gap-3 {
  gap: 0.75rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

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

.overflow-y-scroll {
  overflow-y: scroll;
}

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

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-ravn-blue_menu {
  border-color: rgba(0, 240, 255, 0.8);
}

.border-\[\#5E605F\] {
  --tw-border-opacity: 1;
  border-color: rgb(94 96 95 / var(--tw-border-opacity));
}

.border-ravn-blue_over {
  --tw-border-opacity: 1;
  border-color: rgb(14 173 185 / var(--tw-border-opacity));
}

.border-b-blue-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-ravn-main_bg {
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 46 / var(--tw-bg-opacity));
}

.bg-ravn-blue_menu {
  background-color: rgba(0, 240, 255, 0.8);
}

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

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-\[\#222B2E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 46 / var(--tw-bg-opacity));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-\[\#1C2326\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 35 38 / var(--tw-bg-opacity));
}

.bg-ravn-blue_over {
  --tw-bg-opacity: 1;
  background-color: rgb(14 173 185 / var(--tw-bg-opacity));
}

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

.bg-\[\#5E605F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 96 95 / var(--tw-bg-opacity));
}

.bg-\[\#1F4952\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 73 82 / var(--tw-bg-opacity));
}

.bg-\[\#1A1D1F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 31 / var(--tw-bg-opacity));
}

.bg-\[\#20262A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 38 42 / var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

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

.bg-top {
  background-position: top;
}

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

.p-2 {
  padding: 0.5rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

.pb-44 {
  padding-bottom: 11rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

.pr-20 {
  padding-right: 5rem;
}

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

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

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

.pb-\[calc\(11rem-44px\)\] {
  padding-bottom: calc(11rem - 44px);
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

.font-secondary {
  font-family: Roboto Condensed, sans-serif;
}

.font-sans {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

.text-4xl_1\/2 {
  font-size: 2.9rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-sm_lg {
  font-size: 0.9375rem;
  line-height: 1.4rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.font-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

.tracking-developer {
  letter-spacing: 0.08em;
}

.tracking-negative {
  letter-spacing: -0.065em;
}

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

.text-ravn-blue_opacity_80 {
  color: rgba(7, 200, 213, 0.8);
}

.text-ravn-main_bg {
  --tw-text-opacity: 1;
  color: rgb(34 43 46 / var(--tw-text-opacity));
}

.text-\[\#E4E4E4\] {
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}

.text-\[\#61A2B7\] {
  --tw-text-opacity: 1;
  color: rgb(97 162 183 / var(--tw-text-opacity));
}

.text-\[\#E0B6AD\] {
  --tw-text-opacity: 1;
  color: rgb(224 182 173 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-\[\#83CDDD\] {
  --tw-text-opacity: 1;
  color: rgb(131 205 221 / var(--tw-text-opacity));
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-10 {
  opacity: 0.1;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.delay-700 {
  transition-delay: 700ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.duration-700 {
  transition-duration: 700ms;
}

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

.duration-400 {
  transition-duration: 400ms;
}

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

.duration-200 {
  transition-duration: 200ms;
}

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

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

.my_form {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(61 100 102 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 46 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1440px) {
  .my_form {
    padding: 1rem;
  }
}

@-webkit-keyframes blue_dot {
  0.0%{
  }

  49.6%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

@keyframes blue_dot {
  0.0%{
  }

  49.6%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

/* Add the animation: property to whichever element you want to animate */

#blue__dot{
  -webkit-animation: blue_dot 2s ease 0s infinite normal none;
          animation: blue_dot 2s ease 0s infinite normal none;
}

.loop_move_anim{
  -webkit-animation: loop_move 2s infinite ;
          animation: loop_move 2s infinite ;
}

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

  50% {
    opacity: 1;
  }

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

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

  50% {
    opacity: 1;
  }

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

.service_card {
  min-width: 100%;
}

@media (min-width: 640px) {
  .service_card {
    min-width: 290px;
  }

  .service_card {
    max-width: 290px;
  }
}

@media (min-width: 900px) {
  .service_card {
    min-width: 300px;
  }

  .service_card {
    max-width: 300px;
  }
}

@media (min-width: 1280px) {
  .service_card {
    min-width: 340px;
  }

  .service_card {
    max-width: 345px;
  }
}

@media (min-width: 1440px) {
  .service_card {
    min-width: 375px;
  }

  .service_card {
    max-width: 375px;
  }
}

.service_card {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 3rem;
  padding-top: 2.25rem;
}

@media (min-width: 640px) {
  .service_card {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1100px) {
  .service_card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .service_card {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .service_card {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.service_card_text {
  opacity: 0.9;
}

@media (min-width: 640px) {
  .service_card_text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .service_card_text {
    font-size: 0.95rem;
  }
}

@media (min-width: 1440px) {
  .service_card_text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .service_card_text > p {
    margin-bottom: 1px;
  }
}

@media (min-width: 1100px) {
  .service_card_text > p {
    margin-bottom: 0.2rem;
  }
}

@media (min-width: 1280px) {
  .service_card_text > p {
    margin-bottom: 0.2rem;
  }
}

@media (min-width: 1440px) {
  .service_card_text > p {
    margin-bottom: 0.25rem;
  }
}

.service_num {
  left: 1rem;
  font-size: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(131 205 221 / var(--tw-text-opacity));
  opacity: 0.3;
}

@media (min-width: 640px) {
  .service_num {
    left: 0px;
  }
}

@media (min-width: 768px) {
  .service_num {
    left: -0.25rem;
  }
}

@media (min-width: 1280px) {
  .service_num {
    left: -0.75rem;
  }

  .service_num {
    font-size: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .service_num {
    left: -1.25rem;
  }

  .service_num {
    font-size: 3rem;
    line-height: 1;
  }
}

.custom_bullets > li{
  position: relative;
}

.custom_bullets > li:before {
  content: '';
  width:11px;
  height:11px;
  position: absolute;
  left:-1.4rem;
  top:50%;
  transform: translateY(-50%);
  border: 1px solid #07C9D5;
  background-color: #1C272A;
  border-radius: 9999px;
}

.zoom_bg2 {
  background-size: 80%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.zoom_bg2:hover {
  background-size: 90%;
}

.text_blue_over {
  transition: all 0.15s cubic-bezier(0.85, 0, 0.15, 1);
}

.line_clamp {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#contact:before{
  content:'';
  position:absolute;
  right:100%;
  top:0;
  height:100%;
  width:100%;
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 31 / var(--tw-bg-opacity));
}

#contact:after{
  content:'';
  position:absolute;
  left:100%;
  top:0;
  height:100%;
  width:100%;
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 31 / var(--tw-bg-opacity));
}

/* Copy this @keyframes block to your CSS*/

@-webkit-keyframes pulse_r {
  0.0%{
    transform: translate(0px);
  }

  50%{
    transform: translate(5px);
  }

  100%{
    transform: translate(5px);
  }
}

@keyframes pulse_r {
  0.0%{
    transform: translate(0px);
  }

  50%{
    transform: translate(5px);
  }

  100%{
    transform: translate(5px);
  }
}

@-webkit-keyframes pulse_l {
  0.0%{
    transform: translate(0px);
  }

  50%{
    transform: translate(-5px);
  }

  100%{
    transform: translate(-5px);
  }
}

@keyframes pulse_l {
  0.0%{
    transform: translate(0px);
  }

  50%{
    transform: translate(-5px);
  }

  100%{
    transform: translate(-5px);
  }
}

/* Add the animation: property to whichever element you want to animate */

.pulse_r{
  -webkit-animation: pulse_r 2s ease 0s infinite normal none;
          animation: pulse_r 2s ease 0s infinite normal none;
}

.pulse_l{
  -webkit-animation: pulse_l 2s ease 0s infinite normal none;
          animation: pulse_l 2s ease 0s infinite normal none;
}

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

  66% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

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

  66% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

.fade_in{
  -webkit-animation: 0.5s ease normal forwards 1 fadein;
          animation: 0.5s ease normal forwards 1 fadein;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:-right-\[14\.5rem\] {
    right: -14.5rem;
  }

  .sm\:-left-\[23rem\] {
    left: -23rem;
  }

  .sm\:-left-0 {
    left: -0px;
  }

  .sm\:left-\[-3px\] {
    left: -3px;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-\[12rem\] {
    height: 12rem;
  }

  .sm\:h-\[9rem\] {
    height: 9rem;
  }

  .sm\:h-\[5\.5rem\] {
    height: 5.5rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

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

  .sm\:scale-\[0\.75\] {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    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));
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:-right-\[17rem\] {
    right: -17rem;
  }

  .md\:-left-\[27rem\] {
    left: -27rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:left-\[calc\(200px-1\.8rem\)\] {
    left: calc(200px - 1.8rem);
  }

  .md\:right-\[calc\(20\%-4rem\)\] {
    right: calc(20% - 4rem);
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:ml-\[27px\] {
    margin-left: 27px;
  }

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

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

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

  .md\:h-\[11rem\] {
    height: 11rem;
  }

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

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

  .md\:max-h-full {
    max-height: 100%;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

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

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

  .md\:max-w-2xl {
    max-width: 42rem;
  }

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

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

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

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

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:text-base_lg {
    font-size: 1.1125rem;
    line-height: 1.7rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-sm_lg {
    font-size: 0.9375rem;
    line-height: 1.4rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 900px) {
  .\31md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\31md\:ml-6 {
    margin-left: 1.5rem;
  }

  .\31md\:block {
    display: block;
  }

  .\31md\:hidden {
    display: none;
  }

  .\31md\:h-\[calc\(100\%-2rem\)\] {
    height: calc(100% - 2rem);
  }

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

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

  .\31md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\31md\:text-6xl_1\/2 {
    font-size: 4.25rem;
    line-height: 1;
  }

  .\31md\:text-4xl_1\/2 {
    font-size: 2.9rem;
    line-height: 1;
  }
}

@media (min-width: 1100px) {
  .lg\:-right-\[23rem\] {
    right: -23rem;
  }

  .lg\:-left-\[35rem\] {
    left: -35rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-\[35px\] {
    margin-right: 35px;
  }

  .lg\:ml-\[135px\] {
    margin-left: 135px;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:-ml-\[140px\] {
    margin-left: -140px;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-\[19rem\] {
    height: 19rem;
  }

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

  .lg\:h-\[6rem\] {
    height: 6rem;
  }

  .lg\:h-\[1\.15rem\] {
    height: 1.15rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

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

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

  .lg\:w-\[calc\(100vw-25\%\)\] {
    width: calc(100vw - 25%);
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-\[calc\(100\%\+140px\+2rem\)\] {
    width: calc(100% + 140px + 2rem);
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:scale-\[0\.8\] {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:pl-\[140px\] {
    padding-left: 140px;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-base_lg {
    font-size: 1.1125rem;
    line-height: 1.7rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:-right-\[26rem\] {
    right: -26rem;
  }

  .xl\:-left-\[39rem\] {
    left: -39rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mr-\[52px\] {
    margin-right: 52px;
  }

  .xl\:ml-\[172px\] {
    margin-left: 172px;
  }

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

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

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:-ml-\[162px\] {
    margin-left: -162px;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-32 {
    height: 8rem;
  }

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

  .xl\:h-\[22rem\] {
    height: 22rem;
  }

  .xl\:h-\[15rem\] {
    height: 15rem;
  }

  .xl\:h-\[6\.5rem\] {
    height: 6.5rem;
  }

  .xl\:h-\[1\.2rem\] {
    height: 1.2rem;
  }

  .xl\:h-\[calc\(100vh-128px-32px\)\] {
    height: calc(100vh - 128px - 32px);
  }

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

  .xl\:w-\[calc\(100vw-40\%\)\] {
    width: calc(100vw - 40%);
  }

  .xl\:w-\[calc\(100\%\+162px\+2rem\)\] {
    width: calc(100% + 162px + 2rem);
  }

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

  .xl\:min-w-\[150px\] {
    min-width: 150px;
  }

  .xl\:min-w-\[178px\] {
    min-width: 178px;
  }

  .xl\:min-w-\[365px\] {
    min-width: 365px;
  }

  .xl\:max-w-\[calc\(365px\*3\)\] {
    max-width: calc(365px * 3);
  }

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

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

  .xl\:scale-\[0\.9\] {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:p-4 {
    padding: 1rem;
  }

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

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

  .xl\:pl-\[162px\] {
    padding-left: 162px;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-4xl_1\/2 {
    font-size: 2.9rem;
    line-height: 1;
  }

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

@media (min-width: 1440px) {
  .\31xl\:top-48 {
    top: 12rem;
  }

  .\31xl\:order-1 {
    order: 1;
  }

  .\31xl\:order-2 {
    order: 2;
  }

  .\31xl\:ml-28 {
    margin-left: 7rem;
  }

  .\31xl\:mr-20 {
    margin-right: 5rem;
  }

  .\31xl\:ml-0 {
    margin-left: 0px;
  }

  .\31xl\:ml-52 {
    margin-left: 13rem;
  }

  .\31xl\:block {
    display: block;
  }

  .\31xl\:hidden {
    display: none;
  }

  .\31xl\:max-h-56 {
    max-height: 14rem;
  }

  .\31xl\:min-h-full {
    min-height: 100%;
  }

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

  .\31xl\:w-auto {
    width: auto;
  }

  .\31xl\:w-2\/5 {
    width: 40%;
  }

  .\31xl\:max-w-\[450px\] {
    max-width: 450px;
  }

  .\31xl\:max-w-none {
    max-width: none;
  }

  .\31xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\31xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\31xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\31xl\:border-l {
    border-left-width: 1px;
  }

  .\31xl\:pr-28 {
    padding-right: 7rem;
  }

  .\31xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\31xl\:text-5xl_1\/2 {
    font-size: 3.5rem;
    line-height: 1;
  }

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

@media (min-width: 1536px) {
  .\32xl\:-right-\[29rem\] {
    right: -29rem;
  }

  .\32xl\:-left-\[43rem\] {
    left: -43rem;
  }

  .\32xl\:mr-\[70px\] {
    margin-right: 70px;
  }

  .\32xl\:mr-\[64px\] {
    margin-right: 64px;
  }

  .\32xl\:ml-\[195px\] {
    margin-left: 195px;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-96 {
    height: 24rem;
  }

  .\32xl\:h-\[17rem\] {
    height: 17rem;
  }

  .\32xl\:h-\[131px\] {
    height: 131px;
  }

  .\32xl\:h-5 {
    height: 1.25rem;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem;
  }

  .\32xl\:w-\[calc\(100vw-50\%\)\] {
    width: calc(100vw - 50%);
  }

  .\32xl\:w-\[166px\] {
    width: 166px;
  }

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

  .\32xl\:scale-\[1\] {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:pl-\[184px\] {
    padding-left: 184px;
  }
}

@media (min-width: 1700px) {
  .\33xl\:ml-56 {
    margin-left: 14rem;
  }

  .\33xl\:block {
    display: block;
  }

  .\33xl\:hidden {
    display: none;
  }

  .\33xl\:h-\[380px\] {
    height: 380px;
  }

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

  .\33xl\:pr-40 {
    padding-right: 10rem;
  }
}