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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

abbr: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:  ;
}

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

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px) {
  .container {
    max-width: 782px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!absolute {
  position: absolute !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-\[42\%\] {
  top: 42%;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.top-\[15\%\] {
  top: 15%;
}

.left-\[14\%\] {
  left: 14%;
}

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

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

.top-\[14\%\] {
  top: 14%;
}

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

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

.left-\[34\.493\%\] {
  left: 34.493%;
}

.top-\[21\%\] {
  top: 21%;
}

.left-\[55\%\] {
  left: 55%;
}

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

.left-\[51\.8\%\] {
  left: 51.8%;
}

.top-\[7\%\] {
  top: 7%;
}

.left-\[64\%\] {
  left: 64%;
}

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

.left-\[59\.8\%\] {
  left: 59.8%;
}

.top-\[20\%\] {
  top: 20%;
}

.left-\[90\%\] {
  left: 90%;
}

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

.left-\[76\.8\%\] {
  left: 76.8%;
}

.left-\[88\%\] {
  left: 88%;
}

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

.left-\[84\.85\%\] {
  left: 84.85%;
}

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

.left-4 {
  left: 1rem;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[30\%\] {
  top: 30%;
}

.left-\[42\%\] {
  left: 42%;
}

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

.-right-full {
  right: -100%;
}

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

.top-\[50\%\] {
  top: 50%;
}

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

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

.top-2 {
  top: 0.5rem;
}

.left-1 {
  left: 0.25rem;
}

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.m-8 {
  margin: 2rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

.my-\[105px\] {
  margin-top: 105px;
  margin-bottom: 105px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-\[22px\] {
  margin-top: 22px;
  margin-bottom: 22px;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.mt-\[47px\] {
  margin-top: 47px;
}

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

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

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

.mt-10 {
  margin-top: 40px;
}

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

.mt-\[95px\] {
  margin-top: 95px;
}

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

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mt-8 {
  margin-top: 2rem;
}

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

.mb-\[62px\] {
  margin-bottom: 62px;
}

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

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

.mr-auto {
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 40px;
}

.mt-\[31px\] {
  margin-top: 31px;
}

.mb-\[33px\] {
  margin-bottom: 33px;
}

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

.mb-\[19px\] {
  margin-bottom: 19px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-\[73px\] {
  margin-bottom: 73px;
}

.mt-\[71px\] {
  margin-top: 71px;
}

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

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

.mt-18 {
  margin-top: 18px;
}

.mt-\[90px\] {
  margin-top: 90px;
}

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

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

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

.mb-\[30px\] {
  margin-bottom: 30px;
}

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

.mt-\[29px\] {
  margin-top: 29px;
}

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

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mt-\[22px\] {
  margin-top: 22px;
}

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

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

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

.mb-\[37px\] {
  margin-bottom: 37px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[57px\] {
  margin-bottom: 57px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[51px\] {
  margin-bottom: 51px;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

.mt-\[27px\] {
  margin-top: 27px;
}

.mb-\[31px\] {
  margin-bottom: 31px;
}

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

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

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

.mb-\[17px\] {
  margin-bottom: 17px;
}

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

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

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[160px\] {
  margin-bottom: 160px;
}

.mb-\[9px\] {
  margin-bottom: 9px;
}

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

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

.mt-\[11px\] {
  margin-top: 11px;
}

.mb-\[79px\] {
  margin-bottom: 79px;
}

.mt-\[63px\] {
  margin-top: 63px;
}

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

.mt-\[50px\] {
  margin-top: 50px;
}

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

.mt-\[34px\] {
  margin-top: 34px;
}

.mt-\[17px\] {
  margin-top: 17px;
}

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

.\!ml-auto {
  margin-left: auto !important;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[-8px\] {
  margin-top: -8px;
}

.mb-\[11px\] {
  margin-bottom: 11px;
}

.mt-\[59px\] {
  margin-top: 59px;
}

.mr-0 {
  margin-right: 0px;
}

.mt-\[54px\] {
  margin-top: 54px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-8 {
  height: 2rem;
}

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

.h-full {
  height: 100%;
}

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

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

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

.h-3 {
  height: 0.75rem;
}

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

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

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

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

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

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

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

.h-4 {
  height: 1rem;
}

.h-\[calc\(100vh_-_90px\)\] {
  height: calc(100vh - 90px);
}

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

.h-10 {
  height: 40px;
}

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

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

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

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

.h-6 {
  height: 1.5rem;
}

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

.\!h-\[360px\] {
  height: 360px !important;
}

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

.h-0 {
  height: 0px;
}

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

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

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

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

.min-h-\[calc\(100vh_-_400px\)\] {
  min-height: calc(100vh - 400px);
}

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

.min-h-\[75vh\] {
  min-height: 75vh;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-8 {
  width: 2rem;
}

.w-3 {
  width: 0.75rem;
}

.w-\[fit-content\] {
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

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

.w-11 {
  width: 2.75rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

.max-w-1264 {
  max-width: 1264px;
}

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

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

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

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

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

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

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

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

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

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

.max-w-1200 {
  max-width: 1200px;
}

.max-w-1160 {
  max-width: 1160px;
}

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

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

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

.max-w-container_header {
  max-width: 1296px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shrink-0 {
  flex-shrink: 0;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-\[45px\] {
  gap: 45px;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[103px\] {
  gap: 103px;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-42 {
  gap: 42px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[112px\] {
  gap: 112px;
}

.gap-22 {
  gap: 22px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[114px\] {
  gap: 114px;
}

.gap-\[110px\] {
  gap: 110px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-x-\[71px\] {
  -moz-column-gap: 71px;
       column-gap: 71px;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

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

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-x-33 {
  -moz-column-gap: 33px;
       column-gap: 33px;
}

.gap-y-\[77px\] {
  row-gap: 77px;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-10 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-tr-\[2px\] {
  border-top-right-radius: 2px;
}

.rounded-br-\[2px\] {
  border-bottom-right-radius: 2px;
}

.border-0\.5 {
  border-width: 0.5px;
}

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

.border {
  border-width: 1px;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

.\!border {
  border-width: 1px !important;
}

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

.border-b-0\.5 {
  border-bottom-width: 0.5px;
}

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

.border-t-0\.5 {
  border-top-width: 0.5px;
}

.border-t-0 {
  border-top-width: 0px;
}

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

.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}

.border-l-4 {
  border-left-width: 4px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

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

.\!border-solid {
  border-style: solid !important;
}

.\!border-none {
  border-style: none !important;
}

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

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

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

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

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

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

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

.\!border-\[\#9B9B9B\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(155 155 155 / var(--tw-border-opacity)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.\!border-\[\#0F141B\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 20 27 / var(--tw-border-opacity)) !important;
}

.border-r-gray-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-b-gray-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

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

.border-l-transparent {
  border-left-color: transparent;
}

.border-t-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-b-\[\#9b9b9b\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 155 155 / var(--tw-border-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-\[\#6D92C9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 146 201 / var(--tw-bg-opacity));
}

.bg-\[\#FCF9F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 249 244 / var(--tw-bg-opacity));
}

.bg-\[\#4267B2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity));
}

.bg-\[\#4285F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 133 244 / var(--tw-bg-opacity));
}

.bg-\[\#BFA074\] {
  --tw-bg-opacity: 1;
  background-color: rgb(191 160 116 / var(--tw-bg-opacity));
}

.bg-\[\#F6E2C6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 226 198 / var(--tw-bg-opacity));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-\[\#630027\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 0 39 / var(--tw-bg-opacity));
}

.bg-\[\#55C682\] {
  --tw-bg-opacity: 1;
  background-color: rgb(85 198 130 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[63px\] {
  padding-top: 63px;
  padding-bottom: 63px;
}

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

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

.py-\[7\.5px\] {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.px-\[16\.9px\] {
  padding-left: 16.9px;
  padding-right: 16.9px;
}

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

.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

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

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.\!py-\[14px\] {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

.py-\[5\.5px\] {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}

.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}

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

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

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

.py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.pt-81 {
  padding-top: 81px;
}

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

.pb-\[173px\] {
  padding-bottom: 173px;
}

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

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

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

.pb-\[257px\] {
  padding-bottom: 257px;
}

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

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

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

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

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

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

.pb-\[13px\] {
  padding-bottom: 13px;
}

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

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

.pt-40 {
  padding-top: 10rem;
}

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

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

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

.pb-\[196px\] {
  padding-bottom: 196px;
}

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

.pb-\[144px\] {
  padding-bottom: 144px;
}

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

.pt-10 {
  padding-top: 40px;
}

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

.pt-88 {
  padding-top: 88px;
}

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

.pb-\[143px\] {
  padding-bottom: 143px;
}

.pb-\[164px\] {
  padding-bottom: 164px;
}

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

.pb-\[72px\] {
  padding-bottom: 72px;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pb-\[51px\] {
  padding-bottom: 51px;
}

.pb-\[95px\] {
  padding-bottom: 95px;
}

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

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

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

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

.pb-\[113px\] {
  padding-bottom: 113px;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

.pb-\[35px\] {
  padding-bottom: 35px;
}

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.font-raleway {
  font-family: Raleway, sans-serif;
}

.font-Lato {
  font-family: Lato, sans-serif;
}

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

.\!font-raleway {
  font-family: Raleway, sans-serif !important;
}

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-32 {
  font-size: 32px;
}

.text-mini {
  font-size: 10px;
}

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

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

.text-9\.1 {
  font-size: 9.1px;
}

.text-26 {
  font-size: 26px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[26px\] {
  font-size: 26px;
}

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

.text-\[27px\] {
  font-size: 27px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[17px\] {
  font-size: 17px;
}

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

.\!text-\[26px\] {
  font-size: 26px !important;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[16px\] {
  font-size: 16px;
}

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

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

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

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

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

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

.\!font-\[500\] {
  font-weight: 500 !important;
}

.\!font-light {
  font-weight: 300 !important;
}

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

.uppercase {
  text-transform: uppercase;
}

.\!uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

.leading-6 {
  line-height: 1.5rem;
}

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

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

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

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

.leading-17 {
  line-height: 17px;
}

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

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

.leading-14 {
  line-height: 14px;
}

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

.leading-19 {
  line-height: 19px;
}

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

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

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

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

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

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

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

.leading-3 {
  line-height: .75rem;
}

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

.\!leading-8 {
  line-height: 2rem !important;
}

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

.tracking-\[-0\.015em\] {
  letter-spacing: -0.015em;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.2px\] {
  letter-spacing: -0.2px;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-5E5E5E {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

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

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

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

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#F6E2C6\] {
  --tw-text-opacity: 1;
  color: rgb(246 226 198 / var(--tw-text-opacity));
}

.text-\[\#77726B\] {
  --tw-text-opacity: 1;
  color: rgb(119 114 107 / var(--tw-text-opacity));
}

.text-\[\#0F141B\] {
  --tw-text-opacity: 1;
  color: rgb(15 20 27 / var(--tw-text-opacity));
}

.text-\[\#630027\] {
  --tw-text-opacity: 1;
  color: rgb(99 0 39 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.\!text-\[\#090909\] {
  --tw-text-opacity: 1 !important;
  color: rgb(9 9 9 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#0F141B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(15 20 27 / var(--tw-text-opacity)) !important;
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

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

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

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

.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-200 {
  transition-delay: 200ms;
}

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

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

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

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.entry-content h1, .block-editor-block-list__layout h1 {
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.entry-content h2, .block-editor-block-list__layout h2 {
  margin-bottom: 1.5rem;
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.entry-content h3, .block-editor-block-list__layout h3 {
  margin-bottom: 1.5rem;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.entry-content h4, .block-editor-block-list__layout h4 {
  margin-bottom: 1.5rem;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}

.entry-content p,
  .entry-content ul,
  .entry-content ol,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li::before, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li::before {
  position: absolute;
  top: 15px;
  left: 0px;
  height: 3px;
  width: 3px;
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

select.dropdown-arrow {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' class='w-4 h-4'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
}

select.dropdown-arrow:focus {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 15.75l7.5-7.5 7.5 7.5' /%3E%3C/svg%3E%0A");
}

.container {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.container input {
  position: absolute;
  height: 0px;
  width: 0px;
  cursor: pointer;
  opacity: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0px;
  height: 1rem;
  width: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity));
}

/* On mouse-over, add a grey background color */

/* .container:hover input ~ .checkmark {
    background-color: #ccc;
  } */

/* When the checkbox is checked, add a blue background */

.container input:checked ~ .checkmark {
  background-color: #151515;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show the checkmark when checked */

.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container .checkmark:after {
  left: 0.25rem;
  top: 2px;
  bottom: 2px;
  height: 10px;
  width: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.woocommerce table.shop_table tfoot tr {
  width: 100%;
}

.woocommerce table.shop_table tfoot th {
  border-style: none;
  padding: 0px;
}

.woocommerce table.shop_table tfoot td {
  border-style: none;
  padding: 0px;
  text-align: right;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

#order_review #payment {
  display: none;
}

.checkout-form h3 {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.25rem;
  -moz-column-gap: 40px;
       column-gap: 40px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity));
  padding-bottom: 3.5rem;
}

@media (min-width: 782px) {
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce-billing-fields__field-wrapper label {
  width: 100%;
  padding-bottom: 0.75rem;
  font-family: Raleway, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.woocommerce-billing-fields__field-wrapper label .required {
  color: #151515 !important;
}

.woocommerce-input-wrapper {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.woocommerce-input-wrapper::-moz-placeholder {
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}

.woocommerce-input-wrapper::placeholder {
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}

#billing_phone_field,
#billing_email_field {
  width: 100%;
}

#billing_address_2_field {
  display: none !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}

.submit-btn:hover span svg {
  fill: #5d5d5d !important;
}

.placeholder\:font-raleway::-moz-placeholder {
  font-family: Raleway, sans-serif;
}

.placeholder\:font-raleway::placeholder {
  font-family: Raleway, sans-serif;
}

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

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

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

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

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-\[15px\]::before {
  content: var(--tw-content);
  top: 15px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:h-\[3px\]::before {
  content: var(--tw-content);
  height: 3px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:w-\[3px\]::before {
  content: var(--tw-content);
  width: 3px;
}

.before\:rounded-\[10px\]::before {
  content: var(--tw-content);
  border-radius: 10px;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-very_dark_gray::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.before\:bg-hero-shade::before {
  content: var(--tw-content);
  background-image: linear-gradient(180deg, #000000 34.92%, rgba(0, 0, 0, 0.659092) 62.18%, rgba(0, 0, 0, 0.434829) 79.34%, rgba(0, 0, 0, 0) 100%);;
}

.before\:blur-\[3px\]::before {
  content: var(--tw-content);
  --tw-blur: blur(3px);
  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);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:mx-auto::after {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:h-\[30\%\]::after {
  content: var(--tw-content);
  height: 30%;
}

.after\:h-\[320px\]::after {
  content: var(--tw-content);
  height: 320px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:max-w-full::after {
  content: var(--tw-content);
  max-width: 100%;
}

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

.after\:opacity-\[35\%\]::after {
  content: var(--tw-content);
  opacity: 35%;
}

.after\:blur-\[3px\]::after {
  content: var(--tw-content);
  --tw-blur: blur(3px);
  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);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:hidden:last-child {
  display: none;
}

.hover\:border-b_gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity));
}

.hover\:border-bg_gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 94 94 / var(--tw-border-opacity));
}

.hover\:border-\[\#0F141B\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 20 27 / var(--tw-border-opacity));
}

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

.hover\:bg-bg_gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-b_gray:hover {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}

.hover\:text-\[\#0F141B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(15 20 27 / var(--tw-text-opacity));
}

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

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:ring-0:focus {
  --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(0px + 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);
}

.disabled\:opacity-\[0\.3\]:disabled {
  opacity: 0.3;
}

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

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

@media (min-width: 480px) {
  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xs\:mb-\[172px\] {
    margin-bottom: 172px;
  }

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

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

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

  .xs\:gap-x-10 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xs\:\!filter-none {
    filter: none !important;
  }
}

@media (min-width: 600px) {
  .sm\:relative {
    position: relative;
  }

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

  .sm\:mt-\[104px\] {
    margin-top: 104px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

  .sm\:w-5 {
    width: 1.25rem;
  }

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

  .sm\:gap-\[50px\] {
    gap: 50px;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

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

  .sm\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .sm\:pb-\[46px\] {
    padding-bottom: 46px;
  }

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

  .sm\:pb-\[62px\] {
    padding-bottom: 62px;
  }

  .sm\:pb-\[129px\] {
    padding-bottom: 129px;
  }

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

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

@media (min-width: 782px) {
  .md\:container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .md\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 600px) {
    .md\:container {
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px) {
    .md\:container {
      max-width: 782px;
    }
  }

  @media (min-width: 960px) {
    .md\:container {
      max-width: 960px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

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

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

  .md\:top-\[0\] {
    top: 0;
  }

  .md\:top-\[350px\] {
    top: 350px;
  }

  .md\:left-\[13\%\] {
    left: 13%;
  }

  .md\:top-\[289px\] {
    top: 289px;
  }

  .md\:left-\[31\.7\%\] {
    left: 31.7%;
  }

  .md\:top-\[440px\] {
    top: 440px;
  }

  .md\:left-\[49\%\] {
    left: 49%;
  }

  .md\:top-\[164px\] {
    top: 164px;
  }

  .md\:left-\[57\%\] {
    left: 57%;
  }

  .md\:top-\[430px\] {
    top: 430px;
  }

  .md\:left-\[74\%\] {
    left: 74%;
  }

  .md\:top-\[308px\] {
    top: 308px;
  }

  .md\:left-\[82\%\] {
    left: 82%;
  }

  .md\:top-\[46\%\] {
    top: 46%;
  }

  .md\:left-\[46\%\] {
    left: 46%;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-\[88px\] {
    margin-top: 88px;
    margin-bottom: 88px;
  }

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

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

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

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

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

  .md\:mb-\[192px\] {
    margin-bottom: 192px;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

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

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

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

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

  .md\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .md\:mb-\[67px\] {
    margin-bottom: 67px;
  }

  .md\:mt-\[123px\] {
    margin-top: 123px;
  }

  .md\:mb-\[13px\] {
    margin-bottom: 13px;
  }

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

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

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

  .md\:mt-\[89px\] {
    margin-top: 89px;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-\[60px\] {
    margin-top: 60px;
  }

  .md\:mt-\[78px\] {
    margin-top: 78px;
  }

  .md\:mt-\[77px\] {
    margin-top: 77px;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

  .md\:gap-\[38px\] {
    gap: 38px;
  }

  .md\:gap-y-\[14px\] {
    row-gap: 14px;
  }

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

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

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

  .md\:border-r-0\.5 {
    border-right-width: 0.5px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

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

  .md\:bg-bottom {
    background-position: bottom;
  }

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

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

  .md\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:px-\[74px\] {
    padding-left: 74px;
    padding-right: 74px;
  }

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

  .md\:pb-10 {
    padding-bottom: 40px;
  }

  .md\:pb-\[251px\] {
    padding-bottom: 251px;
  }

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

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

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

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

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

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pb-\[257px\] {
    padding-bottom: 257px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

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

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

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

  .md\:pb-\[160px\] {
    padding-bottom: 160px;
  }

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

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

  .md\:text-56 {
    font-size: 56px;
  }

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

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

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

  .md\:text-26 {
    font-size: 26px;
  }

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

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

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

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

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

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

  .md\:leading-64 {
    line-height: 64px;
  }

  .md\:leading-17 {
    line-height: 17px;
  }

  .md\:leading-43 {
    line-height: 43px;
  }

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

  .md\:leading-48 {
    line-height: 48px;
  }

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

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

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:after\:left-\[30px\]::after {
    content: var(--tw-content);
    left: 30px;
  }

  .md\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

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

@media (min-width: 960px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

  .lg\:mt-\[95px\] {
    margin-top: 95px;
  }

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

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mb-184 {
    margin-bottom: 184px;
  }

  .lg\:mb-\[160px\] {
    margin-bottom: 160px;
  }

  .lg\:mb-11 {
    margin-bottom: 11px;
  }

  .lg\:mb-\[108px\] {
    margin-bottom: 108px;
  }

  .lg\:mb-10 {
    margin-bottom: 40px;
  }

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

  .lg\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .lg\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .lg\:mt-\[26px\] {
    margin-top: 26px;
  }

  .lg\:mb-\[43px\] {
    margin-bottom: 43px;
  }

  .lg\:mt-\[123px\] {
    margin-top: 123px;
  }

  .lg\:mt-\[89px\] {
    margin-top: 89px;
  }

  .lg\:mb-\[55px\] {
    margin-bottom: 55px;
  }

  .lg\:mt-\[225px\] {
    margin-top: 225px;
  }

  .lg\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .lg\:mb-\[93px\] {
    margin-bottom: 93px;
  }

  .lg\:mt-\[48px\] {
    margin-top: 48px;
  }

  .lg\:mb-\[42px\] {
    margin-bottom: 42px;
  }

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

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

  .lg\:mt-\[19px\] {
    margin-top: 19px;
  }

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

  .lg\:mt-\[85px\] {
    margin-top: 85px;
  }

  .lg\:mt-\[102px\] {
    margin-top: 102px;
  }

  .lg\:mb-\[77px\] {
    margin-bottom: 77px;
  }

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

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

  .lg\:mb-32 {
    margin-bottom: 32px;
  }

  .lg\:mt-\[78px\] {
    margin-top: 78px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

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

  .lg\:gap-x-\[145px\] {
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .lg\:gap-x-\[70px\] {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

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

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

  .lg\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

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

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-120 {
    padding: 120px;
  }

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

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

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

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

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

  .lg\:pb-\[104px\] {
    padding-bottom: 104px;
  }

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

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

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

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

  .lg\:pb-\[160px\] {
    padding-bottom: 160px;
  }

  .lg\:pb-\[192px\] {
    padding-bottom: 192px;
  }

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

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

  .lg\:pr-\[120px\] {
    padding-right: 120px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:text-56 {
    font-size: 56px;
  }

  .lg\:text-26 {
    font-size: 26px;
  }

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

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

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

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

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

  .lg\:leading-48 {
    line-height: 48px;
  }

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

  .lg\:leading-64 {
    line-height: 64px;
  }

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

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

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

  .lg\:leading-31 {
    line-height: 31px;
  }

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

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

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

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

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:text-very_dark_gray {
    --tw-text-opacity: 1;
    color: rgb(21 21 21 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:ml-0 {
    margin-left: 0px;
  }

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

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

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

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

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

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

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

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

.\[\&\>p\]\:mx-auto>p {
  margin-left: auto;
  margin-right: auto;
}

.\[\&\>p\]\:mb-31>p {
  margin-bottom: 31px;
}

.\[\&\>p\]\:mb-4>p {
  margin-bottom: 1rem;
}

.\[\&\>p\]\:max-w-\[790px\]>p {
  max-width: 790px;
}

.\[\&\>p\]\:text-center>p {
  text-align: center;
}

.\[\&\>p\]\:font-raleway>p {
  font-family: Raleway, sans-serif;
}

.\[\&\>p\]\:text-xs>p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>p\]\:text-base>p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>p\]\:font-medium>p {
  font-weight: 500;
}

.\[\&\>p\]\:leading-6>p {
  line-height: 1.5rem;
}

.\[\&\>p\]\:leading-8>p {
  line-height: 2rem;
}

.\[\&\>p\]\:text-very_dark_gray>p {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

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

.\[\&\>p\]\:text-lgt_gray>p {
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}

.last\:\[\&\>p\]\:mb-0>p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 782px) {
  .md\:\[\&\>p\]\:mb-12>p {
    margin-bottom: 3rem;
  }

  .md\:\[\&\>p\]\:\!text-base>p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:\[\&\>p\]\:leading-8>p {
    line-height: 2rem;
  }
}

.\[\&\>ul\>li\]\:relative>ul>li {
  position: relative;
}

.\[\&\>ul\>li\]\:pl-\[8px\]>ul>li {
  padding-left: 8px;
}

.\[\&\>ul\>li\]\:font-raleway>ul>li {
  font-family: Raleway, sans-serif;
}

.\[\&\>ul\>li\]\:text-base>ul>li {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>ul\>li\]\:text-xs>ul>li {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>ul\>li\]\:font-medium>ul>li {
  font-weight: 500;
}

.\[\&\>ul\>li\]\:leading-6>ul>li {
  line-height: 1.5rem;
}

.\[\&\>ul\>li\]\:text-very_dark_gray>ul>li {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.\[\&\>ul\>li\]\:before\:absolute>ul>li::before {
  content: var(--tw-content);
  position: absolute;
}

.\[\&\>ul\>li\]\:before\:top-\[15px\]>ul>li::before {
  content: var(--tw-content);
  top: 15px;
}

.\[\&\>ul\>li\]\:before\:left-0>ul>li::before {
  content: var(--tw-content);
  left: 0px;
}

.\[\&\>ul\>li\]\:before\:h-\[3px\]>ul>li::before {
  content: var(--tw-content);
  height: 3px;
}

.\[\&\>ul\>li\]\:before\:w-\[3px\]>ul>li::before {
  content: var(--tw-content);
  width: 3px;
}

.\[\&\>ul\>li\]\:before\:bg-very_dark_gray>ul>li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

@media (min-width: 782px) {
  .md\:\[\&\>ul\>li\]\:text-base>ul>li {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:\[\&\>ul\>li\]\:leading-8>ul>li {
    line-height: 2rem;
  }
}

.\[\&\>ul\]\:mb-2\.5>ul {
  margin-bottom: 0.625rem;
}

.\[\&\>ul\]\:flex>ul {
  display: flex;
}

.\[\&\>ul\]\:w-full>ul {
  width: 100%;
}

.\[\&\>ul\]\:gap-\[15px\]>ul {
  gap: 15px;
}

.\[\&\>li\]\:flex>li {
  display: flex;
}

.\[\&\>li\]\:font-raleway>li {
  font-family: Raleway, sans-serif;
}

.\[\&\>li\]\:text-sm>li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>li\]\:font-medium>li {
  font-weight: 500;
}

.\[\&\>li\]\:leading-6>li {
  line-height: 1.5rem;
}

.\[\&\>li\]\:text-very_dark_gray>li {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.\[\&\>a\]\:relative>a {
  position: relative;
}

.\[\&\>a\]\:z-10>a {
  z-index: 10;
}

.\[\&\>a\]\:font-raleway>a {
  font-family: Raleway, sans-serif;
}

.\[\&\>a\]\:text-xs>a {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>a\]\:text-sm>a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>a\]\:text-base>a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&\>a\]\:font-medium>a {
  font-weight: 500;
}

.\[\&\>a\]\:uppercase>a {
  text-transform: uppercase;
}

.\[\&\>a\]\:leading-\[14px\]>a {
  line-height: 14px;
}

.\[\&\>a\]\:text-black>a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.\[\&\>blockquote\]\:mx-auto>blockquote {
  margin-left: auto;
  margin-right: auto;
}

.\[\&\>blockquote\]\:mb-42>blockquote {
  margin-bottom: 42px;
}

.\[\&\>blockquote\]\:max-w-\[775px\]>blockquote {
  max-width: 775px;
}

.\[\&\>blockquote\]\:text-center>blockquote {
  text-align: center;
}

.\[\&\>blockquote\]\:text-\[26px\]>blockquote {
  font-size: 26px;
}

.\[\&\>blockquote\]\:leading-48>blockquote {
  line-height: 48px;
}

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

.\[\&\>figure\]\:my-\[89px\]>figure {
  margin-top: 89px;
  margin-bottom: 89px;
}

.\[\&\>h2\]\:mb-31>h2 {
  margin-bottom: 31px;
}

.\[\&\>h2\]\:text-center>h2 {
  text-align: center;
}

.\[\&\>h2\]\:text-sm>h2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>h2\]\:uppercase>h2 {
  text-transform: uppercase;
}

.\[\&\>h2\]\:leading-6>h2 {
  line-height: 1.5rem;
}

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

@media (min-width: 960px) {
  .\[\&\>h2\]\:lg\:mb-10>h2 {
    margin-bottom: 40px;
  }

  .\[\&\>h2\]\:lg\:text-26>h2 {
    font-size: 26px;
  }

  .\[\&\>h2\]\:lg\:leading-10>h2 {
    line-height: 2.5rem;
  }
}

.\[\&\>a\>img\]\:w-full>a>img {
  width: 100%;
}

.\[\&\>a\>img\]\:max-w-\[121\.5px\]>a>img {
  max-width: 121.5px;
}

@media (min-width: 782px) {
  .md\:\[\&\>a\>img\]\:max-w-full>a>img {
    max-width: 100%;
  }
}

.\[\&\>div\>ul\>li\]\:mb-4>div>ul>li {
  margin-bottom: 1rem;
}

.\[\&\>div\>ul\>li\>a\]\:font-Lato>div>ul>li>a {
  font-family: Lato, sans-serif;
}

.\[\&\>div\>ul\>li\>a\]\:text-sm>div>ul>li>a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>div\>ul\>li\>a\]\:font-medium>div>ul>li>a {
  font-weight: 500;
}

.\[\&\>div\>ul\>li\>a\]\:leading-17>div>ul>li>a {
  line-height: 17px;
}

.\[\&\>div\>ul\>li\>a\]\:text-white>div>ul>li>a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>button\]\:rounded-full>button {
  border-radius: 9999px;
}

.\[\&\>button\]\:text-sm>button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&\>img\]\:h-full>img {
  height: 100%;
}

.\[\&\>img\]\:object-cover>img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>th\]\:border-b>th {
  border-bottom-width: 1px;
}

.\[\&\>th\]\:border-b-gray-200>th {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.\[\&\>th\]\:border-b-\[\#9B9B9B\]>th {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 155 155 / var(--tw-border-opacity));
}

.\[\&\>th\]\:pb-4>th {
  padding-bottom: 1rem;
}

.\[\&\>th\]\:\!font-normal>th {
  font-weight: 400 !important;
}

.\[\&\>th\]\:\!font-medium>th {
  font-weight: 500 !important;
}

.\[\&\>td\]\:border-b>td {
  border-bottom-width: 1px;
}

.\[\&\>td\]\:border-b-gray-200>td {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.\[\&\>td\]\:border-b-\[\#9B9B9B\]>td {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 155 155 / var(--tw-border-opacity));
}

.\[\&\>td\]\:py-8>td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\[\&\>td\]\:text-base>td {
  font-size: 1rem;
  line-height: 1.5rem;
}