@import url(https://use.typekit.net/fld4mvo.css);
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
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 */
  font-feature-settings: normal; /* 5 */
}
/*
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 */
  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;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::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-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-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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.top-4{
  top: 1rem;
}
.right-4{
  right: 1rem;
}
.bottom-\[-1px\]{
  bottom: -1px;
}
.-top-5{
  top: -1.25rem;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-5{
  left: 1.25rem;
}
.right-5{
  right: 1.25rem;
}
.top-10{
  top: 2.5rem;
}
.right-10{
  right: 2.5rem;
}
.top-full{
  top: 100%;
}
.top-\[3\.75vw\]{
  top: 3.75vw;
}
.top-1\/2{
  top: 50%;
}
.-top-10{
  top: -2.5rem;
}
.left-\[7\.5vw\]{
  left: 7.5vw;
}
.right-\[7\.5vw\]{
  right: 7.5vw;
}
.z-10{
  z-index: 10;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-auto{
  margin-top: auto;
}
.ml-5{
  margin-left: 1.25rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mb-\[2\.3vw\]{
  margin-bottom: 2.3vw;
}
.mb-\[2\.5vw\]{
  margin-bottom: 2.5vw;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.mr-\[50px\]{
  margin-right: 50px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mb-\[8vw\]{
  margin-bottom: 8vw;
}
.mt-4{
  margin-top: 1rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-12{
  margin-top: 3rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.block{
  display: block;
}
.\!block{
  display: block !important;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[70px\]{
  height: 70px;
}
.h-10{
  height: 2.5rem;
}
.h-\[32px\]{
  height: 32px;
}
.h-screen{
  height: 100vh;
}
.max-h-36{
  max-height: 9rem;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[20vh\]{
  min-height: 20vh;
}
.w-\[30px\]{
  width: 30px;
}
.w-full{
  width: 100%;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[70px\]{
  width: 70px;
}
.w-3{
  width: 0.75rem;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[31\.25vw\]{
  width: 31.25vw;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[41\%\]{
  width: 41%;
}
.w-10{
  width: 2.5rem;
}
.w-\[32px\]{
  width: 32px;
}
.w-5{
  width: 1.25rem;
}
.w-\[156px\]{
  width: 156px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[36px\]{
  width: 36px;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[1450px\]{
  max-width: 1450px;
}
.max-w-\[768px\]{
  max-width: 768px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[1140px\]{
  max-width: 1140px;
}
.max-w-\[760px\]{
  max-width: 760px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[1300px\]{
  max-width: 1300px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[0px\]{
  max-width: 0px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.flex-1{
  flex: 1 1 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));
}
.-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-0{
  --tw-translate-y: 0px;
  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-20{
  --tw-translate-y: -5rem;
  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-x-0{
  --tw-translate-x: 0px;
  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-x-full{
  --tw-translate-x: 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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.-rotate-90{
  --tw-rotate: -90deg;
  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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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-100{
  --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));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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-x-\[-1\]{
  --tw-scale-x: -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));
}
.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;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.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-\[15px\]{
  gap: 15px;
}
.gap-3{
  gap: 0.75rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-\[5vw\]{
  gap: 5vw;
}
.gap-2{
  gap: 0.5rem;
}
.gap-\[2\.5vw\]{
  gap: 2.5vw;
}
.gap-6{
  gap: 1.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-\[33px\]{
  gap: 33px;
}
.gap-\[3vw\]{
  gap: 3vw;
}
.gap-5{
  gap: 1.25rem;
}
.gap-\[2\.9vw\]{
  gap: 2.9vw;
}
.gap-\[28px\]{
  gap: 28px;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-t-\[4px\]{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-b-\[4px\]{
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#968468\]{
  --tw-border-opacity: 1;
  border-color: rgb(150 132 104 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-\[\#434341\]{
  --tw-border-opacity: 1;
  border-color: rgb(67 67 65 / var(--tw-border-opacity));
}
.bg-\[\#ecebe7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 235 231 / var(--tw-bg-opacity));
}
.bg-\[\#434341\]{
  --tw-bg-opacity: 1;
  background-color: rgb(67 67 65 / var(--tw-bg-opacity));
}
.bg-\[\#c5bca2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 188 162 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#968468\]{
  --tw-bg-opacity: 1;
  background-color: rgb(150 132 104 / var(--tw-bg-opacity));
}
.bg-\[\#F7F8F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 247 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-\[\.12\]{
  --tw-bg-opacity: .12;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[1\.5vw\]{
  padding: 1.5vw;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-10{
  padding: 2.5rem;
}
.p-\[6px\]{
  padding: 6px;
}
.p-4{
  padding: 1rem;
}
.p-\[10vw\]{
  padding: 10vw;
}
.p-\[\.5vw\]{
  padding: .5vw;
}
.p-0{
  padding: 0px;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[12\.8vw\]{
  padding-top: 12.8vw;
  padding-bottom: 12.8vw;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-\[4\.6vw\]{
  padding-top: 4.6vw;
  padding-bottom: 4.6vw;
}
.px-\[4vw\]{
  padding-left: 4vw;
  padding-right: 4vw;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-\[5\.1vw\]{
  padding-left: 5.1vw;
  padding-right: 5.1vw;
}
.pr-5{
  padding-right: 1.25rem;
}
.pb-\[30\.8\%\]{
  padding-bottom: 30.8%;
}
.pb-\[\.5vw\]{
  padding-bottom: .5vw;
}
.pb-\[100\%\]{
  padding-bottom: 100%;
}
.pb-\[77\%\]{
  padding-bottom: 77%;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pb-\[83\.75\%\]{
  padding-bottom: 83.75%;
}
.pb-\[80vw\]{
  padding-bottom: 80vw;
}
.pb-\[66\%\]{
  padding-bottom: 66%;
}
.pr-\[6\.5vw\]{
  padding-right: 6.5vw;
}
.pt-5{
  padding-top: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pl-0{
  padding-left: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-\[87\%\]{
  padding-bottom: 87%;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[32px\]{
  font-size: 32px;
}
.font-bold{
  font-weight: 700;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[600\]{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-\[900\]{
  font-weight: 900;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#434341\]{
  --tw-text-opacity: 1;
  color: rgb(67 67 65 / var(--tw-text-opacity));
}
.text-\[\#968468\]{
  --tw-text-opacity: 1;
  color: rgb(150 132 104 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-\[\#601d2c\]{
  --tw-text-opacity: 1;
  color: rgb(96 29 44 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-stone-900{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.text-\[\#564D4D\]{
  --tw-text-opacity: 1;
  color: rgb(86 77 77 / var(--tw-text-opacity));
}
.placeholder-\[\#434341\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(67 67 65 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#434341\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(67 67 65 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-75{
  opacity: 0.75;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.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-md{
  --tw-backdrop-blur: blur(12px);
  -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;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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;
}
.delay-500{
  transition-delay: 500ms;
}
.delay-300{
  transition-delay: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  font-weight: 300;
  font-size: calc(16px + 2 * (100vw - 400px) / 1920);
  font-family: "sofia-pro";
  color: #434341;
}

nav a, nav span {
  margin-bottom: 0;
}

a {
  color: #cc553a;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  font-family: "new-order";
  font-weight: 400;
  line-height: 1;
}

.sofia {
  font-family: "sofia-pro";
}
.sofia * {
  font-family: "sofia-pro";
}

/**umb_name:Header 1*/
h1 {
  font-size: calc(32px + 80 * (100vw - 400px) / 1920);
  margin: 0 0 0.25em 0;
}

/**umb_name:Header 2*/
h2 {
  font-size: calc(28px + 32 * (100vw - 400px) / 1920);
  margin: 0 0 0.5em 0;
}

/**umb_name:Header 3*/
h3 {
  font-size: calc(24px + 30 * (100vw - 400px) / 1920);
  margin: 0 0 0.5em 0;
}

/**umb_name:Header 4*/
h4 {
  font-size: calc(18px + 23 * (100vw - 400px) / 1920);
  font-weight: 600;
  margin: 0 0 0.5em 0;
}

/**umb_name:Header 5*/
h5 {
  font-size: calc(14px + 10 * (100vw - 400px) / 1920);
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

p, span, a {
  font-weight: 400;
  margin: 0 0 1em 0;
  line-height: 1.4;
}

/**umb_name:Caption*/
.caption {
  font-size: calc(10px + 4 * (100vw - 400px) / 1920);
  line-height: 1.3;
}

/**umb_name:Roed knap*/
.btn-red a {
  background-color: #601d2c;
  color: #dfbca3;
  padding: 12px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

/**umb_name:Roed knap med hvid tekst*/
.btn-red-white a {
  background-color: #601d2c;
  color: white;
  padding: 12px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

/**umb_name:Brun knap*/
.btn-brown a, button.btn-brown {
  background-color: #968468;
  color: white;
  padding: 12px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

/**umb_name:Lys knap*/
.btn-light a, button.btn-light {
  background-color: #ecebe7;
  color: #434341;
  padding: 12px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

/**umb_name:Sort knap*/
.btn-black a {
  background-color: #434341;
  color: white;
  padding: 12px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

/**umb_name:Blaa knap*/
.btn-blue a {
  background-color: #b6ceed;
  color: #28508e;
  padding: 12px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

/**umb_name:Orange knap*/
.btn-orange a {
  background-color: #dfbca3;
  color: #601d2c;
  padding: 12px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.btn-red:hover a, .btn-brown:hover a, .btn-light:hover a {
  opacity: 0.9;
}

.btn-red:focus a, .btn-brown:focus a, .btn-lightfocus a {
  opacity: 0.9;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: auto;
}

ol, ul {
  padding-left: 22px;
  margin-bottom: 1rem;
}

body p {
  margin-bottom: 1rem;
}

.text-white * {
  color: white;
}

.gradient-effect {
  animation: gradientEffect 5s infinite;
}

.rotate-animation {
  animation: rotate 30s linear infinite;
}

.slide-down-full {
  height: 0;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
}
.slide-down-full.animate-in {
  height: 100%;
}

.slide-down-half {
  height: 0;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
}
.slide-down-half.animate-in {
  height: 50%;
}

.fadein {
  opacity: 0;
  transition: 1000ms ease-in-out;
  will-change: opacity, transition;
}
.fadein.animate-in {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: 600ms ease-in-out;
  will-change: opacity, transition;
}
.fadeup.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fadedown {
  opacity: 0;
  transform: translateY(-50px);
  transition: 600ms ease-in-out;
  will-change: opacity, transition;
}
.fadedown.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-right {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateX(70px);
  will-change: opacity, transition;
}
.fade-in-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-left {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateX(-70px);
  will-change: opacity, transition;
}
.fade-in-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.animate-width {
  opacity: 0;
  width: 0;
  transition: 600ms ease-in-out;
}
.animate-width.animate-in {
  opacity: 1;
  width: 100%;
}

.dash-animation {
  stroke-dasharray: 4915;
  stroke-dashoffset: 4915;
}
.dash-animation.animate-in {
  animation: dash 3s ease-out forwards;
}

.ani-delay {
  animation-delay: 500ms;
}

.easing-class {
  transition: 500ms ease-in-out;
  will-change: opacity, color, padding;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gradientEffect {
  0% {
    width: 400vw;
  }
  50% {
    width: 100vw;
  }
  100% {
    width: 400vw;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.education-guide {
  background-color: #2F2458 !important;
  font-family: "all-round-gothic" !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.education-guide h1, .education-guide h2, .education-guide h3, .education-guide h4, .education-guide h5 {
  color: white;
}
.education-guide .question-header * {
  color: white;
}
.education-guide .education-guide-question.single-choice-images {
  max-width: none !important;
}
.education-guide .education-guide-question.single-choice-images .images {
  justify-content: center;
}
.education-guide .education-guide-question.single-choice-images .images .answer-option {
  max-width: 400px !important;
}
.education-guide .education-guide-question.single-choice-images .images .answer-option figure img {
  width: 100%;
}
.education-guide .education-guide-question.single-choice-images .images .answer-option label {
  border-radius: 20px !important;
}
.education-guide .education-guide-question.single-choice-images .images .answer-option input:checked + label {
  border: 10px solid #F5F5F2;
}
.education-guide .question-footer button {
  background-color: #E8A2D0 !important;
  color: #2F2458 !important;
  border-radius: 100px !important;
  padding: 20px 32px !important;
  line-height: 1 !important;
}
.education-guide .question-footer button svg path {
  fill: #2F2458 !important;
}
.education-guide .education-guide-question.multiple-choice-text {
  max-width: 800px !important;
}
.education-guide .education-guide-question.multiple-choice-text .answer-option label {
  color: #2F2458 !important;
  font-size: 33px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 90% !important;
}
.education-guide .education-guide-question.multiple-choice-text .answer-option input:checked + label {
  background-color: #E8A2D0 !important;
}
.education-guide .education-guide-question.video-question, .education-guide .education-guide-question.video-question .question-header {
  max-width: 720px !important;
}
.education-guide .education-guide-question.video-question .question-header {
  margin-bottom: 56px !important;
}
.education-guide .education-guide-question.video-question .video-thumbnail {
  width: 100%;
}
.education-guide .education-guide-question.video-question .post-watch-triggers button:hover svg rect {
  fill: #E8A2D0 !important;
}
.education-guide .education-guide-question.ranking-images .ranking-list li .answer-wrapper, .education-guide .education-guide-question.ranking-images .ranking-list li .index .background {
  background-color: #E8A2D0 !important;
}
.education-guide .result-wrap[data-id="76"] .background {
  background-color: #E8A2D0 !important;
}
.education-guide .result-wrap[data-id="77"] .background {
  background-color: #3E63ED !important;
}
.education-guide .result-wrap[data-id="78"] .background {
  background-color: #2F2458 !important;
}
.education-guide .result-wrap[data-id="79"] .background {
  background-color: #C1171D !important;
}
.education-guide .result-wrap .background {
  border: 2px solid #F5F5F2;
  border-radius: 20px !important;
}
@media (min-width: 768px) {
  .education-guide {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
}

.slide {
  transition: 500ms;
  will-change: width, opacity;
}

.slider-inner, .progress {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
  will-change: width, transform;
}

.center-item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glass-blur {
  border-radius: 999px;
  background-image: url("/assets/images/glass.png");
  background-size: cover;
  box-shadow: 0px 4.8px 64px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  .lg-vertical-writing-lr {
    writing-mode: vertical-lr;
  }
}
.marquee-container {
  display: flex;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-family: sans-serif;
}

.marquee {
  animation: loopText 30s infinite linear;
  will-change: transform;
}

@keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.hover\:bg-\[\#c5bca2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(197 188 162 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:text-\[\#dfbca3\]:hover{
  --tw-text-opacity: 1;
  color: rgb(223 188 163 / var(--tw-text-opacity));
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:w-\[30px\]{
    width: 30px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:top-auto{
    top: auto;
  }
  .md\:my-\[4\.7vw\]{
    margin-top: 4.7vw;
    margin-bottom: 4.7vw;
  }
  .md\:my-\[7\.375vw\]{
    margin-top: 7.375vw;
    margin-bottom: 7.375vw;
  }
  .md\:my-\[15\.375vw\]{
    margin-top: 15.375vw;
    margin-bottom: 15.375vw;
  }
  .md\:my-\[12\.375vw\]{
    margin-top: 12.375vw;
    margin-bottom: 12.375vw;
  }
  .md\:my-\[7\.3vw\]{
    margin-top: 7.3vw;
    margin-bottom: 7.3vw;
  }
  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:my-\[5vw\]{
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .md\:my-\[20\.375vw\]{
    margin-top: 20.375vw;
    margin-bottom: 20.375vw;
  }
  .md\:ml-\[7\.5vw\]{
    margin-left: 7.5vw;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-\[7vw\]{
    margin-bottom: 7vw;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-\[54px\]{
    margin-bottom: 54px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-\[7\.3vw\]{
    margin-bottom: 7.3vw;
  }
  .md\:ml-\[80px\]{
    margin-left: 80px;
  }
  .md\:mt-\[14vw\]{
    margin-top: 14vw;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mt-\[-10vw\]{
    margin-top: -10vw;
  }
  .md\:mb-\[5\.5vw\]{
    margin-bottom: 5.5vw;
  }
  .md\:mb-\[7\.5vw\]{
    margin-bottom: 7.5vw;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-\[50px\]{
    margin-top: 50px;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-\[67px\]{
    height: 67px;
  }
  .md\:min-h-\[300px\]{
    min-height: 300px;
  }
  .md\:min-h-\[41\.6vw\]{
    min-height: 41.6vw;
  }
  .md\:min-h-\[75vw\]{
    min-height: 75vw;
  }
  .md\:w-\[72px\]{
    width: 72px;
  }
  .md\:w-\[68px\]{
    width: 68px;
  }
  .md\:w-\[80px\]{
    width: 80px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-\[84px\]{
    width: 84px;
  }
  .md\:w-\[100px\]{
    width: 100px;
  }
  .md\:w-20{
    width: 5rem;
  }
  .md\:w-\[67px\]{
    width: 67px;
  }
  .md\:w-\[106px\]{
    width: 106px;
  }
  .md\:w-\[160px\]{
    width: 160px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-\[10vw\]{
    gap: 10vw;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:p-\[2\.8vw\]{
    padding: 2.8vw;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-\[3\.1vw\]{
    padding: 3.1vw;
  }
  .md\:px-\[7\.5vw\]{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  .md\:px-\[11\.7vw\]{
    padding-left: 11.7vw;
    padding-right: 11.7vw;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:py-\[5vw\]{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .md\:px-\[12vw\]{
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-\[6\.25vw\]{
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .md\:px-\[5vw\]{
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:pr-\[7\.5vw\]{
    padding-right: 7.5vw;
  }
  .md\:pb-\[1\.5vw\]{
    padding-bottom: 1.5vw;
  }
  .md\:pb-\[7\.5vw\]{
    padding-bottom: 7.5vw;
  }
  .md\:pl-\[7\.5vw\]{
    padding-left: 7.5vw;
  }
  .md\:pb-\[33\.33vw\]{
    padding-bottom: 33.33vw;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pr-\[4\.15vw\]{
    padding-right: 4.15vw;
  }
  .md\:pl-\[4\.15vw\]{
    padding-left: 4.15vw;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  .lg\:top-1\/2{
    top: 50%;
  }
  .lg\:-left-5{
    left: -1.25rem;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-\[7\.5vw\]{
    right: 7.5vw;
  }
  .lg\:-right-16{
    right: -4rem;
  }
  .lg\:top-12{
    top: 3rem;
  }
  .lg\:my-\[7\.375vw\]{
    margin-top: 7.375vw;
    margin-bottom: 7.375vw;
  }
  .lg\:my-\[4\.16vw\]{
    margin-top: 4.16vw;
    margin-bottom: 4.16vw;
  }
  .lg\:mt-\[5vw\]{
    margin-top: 5vw;
  }
  .lg\:ml-\[80px\]{
    margin-left: 80px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:min-h-\[50vw\]{
    min-height: 50vw;
  }
  .lg\:min-h-\[35vw\]{
    min-height: 35vw;
  }
  .lg\:w-\[12vw\]{
    width: 12vw;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[80px\]{
    width: 80px;
  }
  .lg\:w-\[37px\]{
    width: 37px;
  }
  .lg\:w-\[84vw\]{
    width: 84vw;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-\[32vw\]{
    width: 32vw;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }
  .lg\:-rotate-90{
    --tw-rotate: -90deg;
    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\:rotate-180{
    --tw-rotate: 180deg;
    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\:rotate-0{
    --tw-rotate: 0deg;
    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\:rotate-90{
    --tw-rotate: 90deg;
    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\: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));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }
  .lg\:px-\[7\.5vw\]{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
}

@media (min-width: 1280px){
  .xl\:my-\[12\.375vw\]{
    margin-top: 12.375vw;
    margin-bottom: 12.375vw;
  }
  .xl\:my-\[10\.375vw\]{
    margin-top: 10.375vw;
    margin-bottom: 10.375vw;
  }
  .xl\:my-\[13\.375vw\]{
    margin-top: 13.375vw;
    margin-bottom: 13.375vw;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:w-1\/5{
    width: 20%;
  }
  .xl\:w-\[26vw\]{
    width: 26vw;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:text-\[20px\]{
    font-size: 20px;
  }
}

@media (min-width: 1536px){
  .\32xl\:max-w-\[1300px\]{
    max-width: 1300px;
  }
  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .\32xl\:px-\[10vw\]{
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
