@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

/*!
Theme Name: Fool's Theory
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fools-theory
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Fool's Theory is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.6 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -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 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

abbr:where([title]) {
  -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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html {
  overflow-x: hidden;
}

.main {
  overflow: hidden;
}

#primary{
  overflow: hidden;
}

body {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: 'Raleway';
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div.page{
  position: relative;
}

div.page:after{
  position: absolute;
  right: 0px;
  bottom: -59px;
  z-index: 20;
  display: block;
  height: 119px;
  width: 60px;
}

@media (min-width: 1280px){
  div.page:after{
    bottom: -119px;
    height: 239px;
    width: 120px;
  }
}

div.page:after {
  background: url(img/right-triangle.svg) no-repeat center center;
  content: '';
}

/*.our-story:after {*/

/*	@apply block absolute right-0 -top-[59px] xl:-top-[119px] w-[60px] xl:w-[120px] h-[119px] xl:h-[239px] z-20;*/

/*	background: url(img/right-triangle.svg) no-repeat center center;*/

/*	content: '';*/

/*}*/

.contact div.page:after,
.contact div.page:before,
.our-story.our-story-about:after,
.our-story.our-story-about:before{
  display: none;
}

/**
 * nav
 */

.menu{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1280px){
  .menu{
    margin-top: 6rem;
    margin-bottom: 6rem;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

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

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

header{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(117 59 189 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

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

.nav-bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1280px){
  .nav-bottom{
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.nav-switch{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-switch-lines{
  display: flex;
  width: 30px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.nav-switch-lines span:first-of-type{
  display: block;
  height: 1px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.nav-switch-lines span:last-of-type{
  display: block;
  height: 1px;
  width: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.nav-switch:hover .nav-switch-lines span:last-of-type{
  width: 30px;
  transition-duration: 200ms;
}

.nav-switch-label{
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1280px){
  .nav-switch-label{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.active + .main-nav .nav-switch-lines{
  margin-top: -9px;
}

.active + .main-nav .nav-switch-lines span:first-of-type{
  margin-top: 6px;
  width: 14px;
  --tw-rotate: 45deg;
  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));
}

.active + .main-nav .nav-switch-lines span:last-of-type{
  margin-top: -9px;
  width: 14px;
  --tw-rotate: 135deg;
  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));
}

.logo-switch img:first-of-type{
  display: block;
  height: 1.5rem;
}

@media (min-width: 1280px){
  .logo-switch img:first-of-type{
    height: auto;
  }
}

.logo-switch img:last-of-type{
  display: none;
  height: 1.5rem;
}

@media (min-width: 1280px){
  .logo-switch img:last-of-type{
    height: auto;
  }
}

.active + .main-nav .logo-switch img:first-of-type{
  display: none;
  height: 1.5rem;
}

@media (min-width: 1280px){
  .active + .main-nav .logo-switch img:first-of-type{
    height: auto;
  }
}

.active + .main-nav .logo-switch img:last-of-type{
  display: block;
  height: 1.5rem;
}

@media (min-width: 1280px){
  .active + .main-nav .logo-switch img:last-of-type{
    height: auto;
  }
}

/**
 * slider
 */

.swiper-pagination{
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto;
  max-width: 1586px;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.bullet-with-title{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-pagination-bullet{
  width: 100%;
  opacity: 1;
}

.swiper-pagination-bullet:hover{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(117 59 189 / var(--tw-text-opacity));
  opacity: 1;
}

.swiper-pagination-bullet-active{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(117 59 189 / var(--tw-text-opacity));
}

.slide-gradient{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100vh;
  max-height: 316px;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.swiper-pagination-bullet span:first-of-type{
  display: none;
}

@media (min-width: 1280px){
  .swiper-pagination-bullet span:first-of-type{
    display: inline;
  }
}

.swiper-slide .title-in{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.swiper-slide-active .title-in{
  --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));
}

/**
 * footer
 */

.to-top{
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
  cursor: pointer;
  fill: transparent;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.to-top.show{
  opacity: 1;
}

.to-top rect{
  fill: #54545480;
  stroke: #753BBD;
  stroke-width: 1;
}

@media screen and (min-width: 1280px) and (max-height: 800px) {
  .to-top{
    right: 130px;
  }
}

.to-top:hover rect{
  fill: #753BBD;
  stroke: #fff;
  stroke-width: 1;
}

.contact-photo{
  position: static;
  left: 0px;
  top: 0px;
  order: 2;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

@media (min-width: 1280px){
  .contact-photo{
    position: absolute;
    max-width: 526px;
  }
}

.contact-photo img{
  display: block;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.contact-photo:before{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: calc(50% - 11px);
  width: 100%;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.social-white .contact-photo:before {
  border: 1px solid #753BBD;
  mix-blend-mode: overlay;
  position: absolute;
  z-index: 2;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.social-icons a:hover .contact-photo:before{
  border: 1px solid white;
}

.contact-photo:after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: calc(50% + 11px);
  width: 100%;
  border-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.social-white .contact-photo:after {
  border: 1px solid #753BBD;
  mix-blend-mode: overlay;
  position: absolute;
  z-index: 2;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.social-icons a:hover .contact-photo:after{
  border: 1px solid white;
}

@media (min-width: 1280px){
  .contact-photo:after{
    --tw-border-opacity: 1;
    border-color: rgb(117 59 189 / var(--tw-border-opacity));
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.prose{
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  table-layout: fixed;
  width: 100%;
}

.prose-neutral{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignwide{
  max-width: 60rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 2rem;
}

p,
.entry-content p,
.entry-content ul,
.entry-content ol{
  margin-bottom: 1.25rem;
  font-size: 13px;
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  p,
.entry-content p,
.entry-content ul,
.entry-content ol{
    font-size: 30px;
    line-height: 2.5rem;
  }
}

.entry-content h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.entry-content h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

.entry-content h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.entry-content h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-content h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.entry-content h6{
  font-size: 1rem;
  line-height: 1.5rem;
}

/**
 * nav
 */

.social-white .box {
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  mix-blend-mode: initial;
}

.social-white .border {
  border: 1px solid #753BBD;
  mix-blend-mode: overlay;
  position: absolute;
  z-index: 2;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.social-white{
  position: relative;
  display: block;
  width: 2.5rem;
  width: 50px;
}

.social-white img{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --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));
}

.social-icons{
  position: fixed;
  right: 1.25rem;
  top: 225px;
  z-index: 20;
  display: none;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1280px){
  .social-icons{
    display: flex;
  }
}

.social-white.social-fixed{
  position: relative;
  display: block;
  height: 35px;
  width: 2.5rem;
  width: 35px;
  --tw-rotate: 45deg;
  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));
}

.social-white.social-fixed img{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  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));
}

.social-icons.social-fixed{
  position: fixed;
  right: 2.5rem;
  top: 225px;
  z-index: 20;
  display: none;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1280px){
  .social-icons.social-fixed{
    display: flex;
  }
}

.social-icons img{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --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));
}

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

.social-icons a g{
  fill: #753BBD;
  stroke: #753BBD;
  stroke-width: 1;
}

.social-icons a:hover .border{
  border: 1px solid white;
}

.social-icons a:hover .box{
  background: #753BBD;
}

.social-icons a:hover g{
  fill: none;
  stroke: #753BBD;
  stroke-width: 1;
}

.social-white-tc svg{
  height: 56px;
  width: 56px;
}

@media (min-width: 1024px){
  .social-white-tc svg{
    height: 76px;
    width: 76px;
  }
}

.social-white-tc img{
  max-height: 16px;
  max-width: 16px;
}

.social-icons .social-white g{
  fill: none;
  stroke: #753BBD;
  stroke-width: 1;
}

.social-icons .social-white:hover g{
  fill: #753BBD;
  stroke: #753BBD;
  stroke-width: 1;
}

header .social-white g{
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}

header .social-white:hover *{
  fill: #000;
  stroke: #000;
  stroke-width: 1;
}

/**
 * ui
 */

.btn{
  display: flex;
  height: 33px;
  align-items: center;
  gap: 1.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 10px;
  line-height: 17px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.social-white .btn {
  border: 1px solid #753BBD;
  mix-blend-mode: overlay;
  position: absolute;
  z-index: 2;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.social-icons a:hover .btn{
  border: 1px solid white;
}

.btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(117 59 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(117 59 189 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .btn{
    height: 55px;
    font-size: 18px;
    line-height: 55px;
  }
}

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

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

.btn:hover img{
  --tw-rotate: 45deg;
  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));
}

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

.section-heading{
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
}

@media (min-width: 1280px){
  .section-heading{
    font-size: 142px;
    line-height: 150px;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 1280px) {
  .embed-container {
    width: 665px
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.decor-rectangle-wrap{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

@media (min-width: 1280px){
  .decor-rectangle-wrap{
    gap: 90px;
  }
}

.decor-rectangle-wrap--small{
  height: 9.45px;
  width: 9.45px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px){
  .decor-rectangle-wrap--small{
    height: 15.24px;
    width: 15.24px;
  }
}

.decor-rectangle-wrap--big{
  height: 19.15px;
  width: 19.15px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px){
  .decor-rectangle-wrap--big{
    height: 30.87px;
    width: 30.87px;
  }
}

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

.rectangle--purple{
  --tw-bg-opacity: 1;
  background-color: rgb(117 59 189 / var(--tw-bg-opacity));
}

.leaflet-tile-pane {
  filter: grayscale(100%);
}

.class-helper {
  margin-bottom: 182px;
}

@media (min-width: 361px) {
  .class-helper {
    margin-bottom: 182px
  }
}

@media (min-width: 1024px) {
  .class-helper {
    margin-bottom: 0
  }
}

.text-block-list ul li{
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
}

@media (min-width: 1024px){
  .text-block-list ul li{
    font-size: 30px;
    line-height: 40px;
  }
}

.entry-content ul li::before,
.text-block-list ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  margin: 6px 25px auto 3px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  .entry-content ul li::before,
	.text-block-list ul li::before {
    width: 14px;
    margin: 13px 25px auto 5px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
}

.text-block-list.text-block-list--black ul li::before {
  background-color: #000000;
}

.entry-content ul li::before,
.text-block-list.text-block-list--purple ul li::before {
  background-color: #753BBD;
}

.text-section-devtools *{
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 1280px){
  .text-section-devtools *{
    font-size: 20px;
    line-height: 31px;
  }
}

.hover-handler {
  transition: opacity 0.3s ease-in-out;
}

.hover-handler-translate {
  transition: all 0.3s ease-in-out;
  transform: translateY(50px);
}

.hover-handler-element {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.hover-handler:hover .hover-handler-element {
  opacity: 1;
}

.hover-handler:hover .hover-handler-translate {
  transform: translateY(-10px);
}

.paragraph-block-devtools p {
  margin-bottom: 0;
}

.map-custom-border:before {
  content: '';
  border: 1px solid white;
  border-bottom-width: 0;
  width: 100%;
  height: 182px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .map-custom-border:before {
    height: 162px
  }
}

@media (min-width: 1280px) {
  .map-custom-border:before {
    height: 162px
  }
}

.map-custom-border:after {
  content: '';
  border: 1px solid black;
  border-top-width: 0;
  width: 100%;
  height: calc(322px - 182px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .map-custom-border:after {
    height: 292px;
  }
}

@media (min-width: 1280px) {
  .map-custom-border:after {
    height: 649px;
  }
}

/**
 * timeline
 */

.timeline{
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  min-height: 0px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.75rem;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 1280px){
  .timeline{
    margin-top: 5rem;
    min-height: 560px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
  }
}

.timeline:before{
  position: absolute;
  left: 151px;
  top: 0px;
  display: block;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1280px){
  .timeline:before{
    left: 0px;
    top: 50%;
    height: 1px;
    width: 100%;
  }
}

.timeline:before {
  content: '';
}

.timeline-item{
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

@media (min-width: 1280px){
  .timeline-item{
    width: 210px;
    max-width: 210px;
    flex: 1 0 210px;
    flex-direction: column;
    justify-content: center;
  }

  .timeline-item:nth-child(2n){
    flex-direction: column-reverse;
  }
}

.timeline-item p{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem;
  text-align: left;
  font-size: 13px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .timeline-item p{
    margin-top: 1.25rem;
    padding-left: 0px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 25px;
  }
}

.timeline-item:nth-child(2n) p{
  margin-top: 0px;
}

@media (min-width: 1280px){
  .timeline-item:nth-child(2n) p{
    margin-bottom: 1.25rem;
  }
}

.timeline-arrow{
  display: none;
  height: auto;
  width: 0.5rem;
}

@media (min-width: 1280px){
  .timeline-arrow{
    display: block;
  }
}

.timeline-rect{
  height: auto;
  width: 1rem;
}

@media (min-width: 1280px){
  .timeline-rect{
    width: 38px;
  }
}

.timeline-item:nth-child(2n) .timeline-arrow{
  --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));
}

.timeline-desc{
  position: static;
  left: 50%;
  top: 50%;
  display: flex;
  width: 100%;
  --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));
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1280px){
  .timeline-desc{
    position: absolute;
    --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));
  }
}

.timeline-item:nth-child(2n) .timeline-desc{
  top: auto;
  bottom: 50%;
}

@media (min-width: 1280px){
  .timeline-item:nth-child(2n) .timeline-desc{
    flex-direction: column-reverse;
  }
}

.timeline-item h5{
  position: static;
  left: 50%;
  top: auto;
  bottom: calc(50% + 20px);
  width: 9rem;
  flex: 1 0 144px;
  --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));
  font-size: 25px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .timeline-item h5{
    position: absolute;
    width: 100%;
    flex: 1 0 100%;
    --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));
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 44px;
  }
}

.timeline-item:nth-child(2n) h5{
  top: calc(50% + 20px);
}

/**
 * team
 */

.team-photo {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/**
 * forms
 */

.nf-form-cont{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

.entry-content .nf-form-content .listcheckbox-wrap ul li,
.entry-content .nf-form-content .listradio-wrap ul li{
  margin: 0px !important;
  background-image: none;
}

.nf-form-cont input[type="submit"]{
  height: 33px;
  cursor: pointer;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  line-height: 33px !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nf-form-cont input[type="submit"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(117 59 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(117 59 189 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .nf-form-cont input[type="submit"]{
    height: 50px;
    font-size: 18px;
    line-height: 50px !important;
  }
}

@media (min-width: 1280px){
  .nf-form-cont input[type="submit"]{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.checkbox-wrap .nf-field-element label:before,
.checkbox-wrap .nf-field-label label:before,
.listcheckbox-wrap .nf-field-element label:before,
.listcheckbox-wrap .nf-field-label label:before{
  left: -25px !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.nf-error .ninja-forms-field{
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 82 82 / var(--tw-border-opacity)) !important;
}

.nf-error.field-wrap .nf-field-element:after{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 82 82 / var(--tw-bg-opacity)) !important;
}

.nf-error-msg,
.ninja-forms-req-symbol{
  --tw-text-opacity: 1 !important;
  color: rgb(165 82 82 / var(--tw-text-opacity)) !important;
}

.entry-content .listimage-wrap ul li{
  background-image: none;
  padding-left: 0px;
}

.listimage-wrap li label{
  display: block;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nf-before-form-content{
  margin-bottom: 1.25rem;
}

.nf-form-content{
  padding: 0px !important;
}

.listimage-wrap .nf-field-element ul{
  display: flex !important;
  flex-wrap: wrap;
}

.listimage-wrap .nf-field-element ul li{
  width: 50%;
  flex: 1 0 50%;
}

@media (min-width: 1280px){
  .listimage-wrap .nf-field-element ul li{
    width: 33.33333%;
    flex: 33.33333%;
  }
}

.presskit-btn:hover svg g{
  fill: #753BBD;
}

.presskit-btn:hover .icon svg path{
  fill: white;
}

.presskit-btn .icon svg{
  height: auto;
  width: 1.75rem;
}

@media (min-width: 1280px){
  .presskit-btn .icon svg{
    width: 2.5rem;
  }
}

.bg-header{
  z-index: -1;
  opacity: 0
}

.bg-header.active{
  opacity: 1;
}

.lang-item img {
  width:32px;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.\!left-\[50\%\]{
  left: 50% !important;
}

.-bottom-\[59\.856px\]{
  bottom: -59.856px;
}

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

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

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

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

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

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

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

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

.-top-\[59\.856px\]{
  top: -59.856px;
}

.bottom-0{
  bottom: 0px;
}

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

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

.top-24{
  top: 6rem;
}

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

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

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

.top-\[calc\(100vh-15px\)\]{
  top: calc(100vh - 15px);
}

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

.row-span-1{
  grid-row: span 1 / span 1;
}

.clear-both{
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[82\.23\%\]{
  height: 82.23%;
}

.h-\[calc\(3\*350px\)\]{
  height: calc(3 * 350px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

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

.w-7{
  width: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.w-\[full\]{
  width: full;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basis-full{
  flex-basis: 100%;
}

.-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-x-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-\[50\%\]{
  --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-\[60px\]{
  --tw-translate-x: 60px;
  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-\[91px\]{
  --tw-translate-x: 91px;
  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-45{
  --tw-rotate: -45deg;
  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-\[135deg\]{
  --tw-rotate: 135deg;
  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-\[2\.8\]{
  --tw-scale-x: 2.8;
  --tw-scale-y: 2.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.\!flex-row{
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-items-start{
  justify-items: start;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-7{
  gap: 1.75rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.border{
  border-width: 1px;
}

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

.bg-\[\#753BBD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(117 59 189 / var(--tw-bg-opacity));
}

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

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

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.bg-\[right\]{
  background-position: right;
}

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

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

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

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

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

.fill-none{
  fill: none;
}

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

.object-\[14px_69px\]{
  -o-object-position: 14px 69px;
     object-position: 14px 69px;
}

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

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

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

.p-12{
  padding: 3rem;
}

.p-\[10px\]{
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

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

.leading-7{
  line-height: 1.75rem;
}

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

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

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

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

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

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

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

.tracking-normal{
  letter-spacing: 0em;
}

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

.text-\[\#753BBD\]{
  --tw-text-opacity: 1;
  color: rgb(117 59 189 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.content-none{
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

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

.hover\:fill-black:hover{
  fill: #000;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:h-\[740px\]{
    height: 740px;
  }

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

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

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }
}

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

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

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:h-\[calc\(3\*550px\)\]{
    height: calc(3 * 550px);
  }

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

  .md\:w-\[33\.33333\%\]{
    width: 33.33333%;
  }

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:top-\[897px\]{
    top: 897px;
  }

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

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

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

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

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

  .lg\:mb-\[53\.71px\]{
    margin-bottom: 53.71px;
  }

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

  .lg\:min-h-0{
    min-height: 0px;
  }

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

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

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

  .lg\:basis-1\/3{
    flex-basis: 33.333333%;
  }

  .lg\:basis-5\/12{
    flex-basis: 41.666667%;
  }

  .lg\:basis-7\/12{
    flex-basis: 58.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:-left-\[155px\]{
    left: -155px;
  }

  .xl\:-left-\[60px\]{
    left: -60px;
  }

  .xl\:-right-\[120px\]{
    right: -120px;
  }

  .xl\:right-\[0px\]{
    right: 0px;
  }

  .xl\:top-\[140px\]{
    top: 140px;
  }

  .xl\:top-\[155px\]{
    top: 155px;
  }

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

  .xl\:top-\[48\%\]{
    top: 48%;
  }

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

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

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

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

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

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

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

  .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

  .xl\:h-auto{
    height: auto;
  }

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

  .xl\:w-10{
    width: 2.5rem;
  }

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

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

  .xl\:w-\[33\.33333\%\]{
    width: 33.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:basis-1\/2{
    flex-basis: 50%;
  }

  .xl\:basis-1\/3{
    flex-basis: 33.333333%;
  }

  .xl\:basis-5\/12{
    flex-basis: 41.666667%;
  }

  .xl\:basis-7\/12{
    flex-basis: 58.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-\[73px\]{
    gap: 73px;
  }

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

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

  .xl\:p-0{
    padding: 0px;
  }

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

  .xl\:p-\[22px\]{
    padding: 22px;
  }

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

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

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

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

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

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

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

  .xl\:pr-\[0px\]{
    padding-right: 0px;
  }

  .xl\:pr-\[151px\]{
    padding-right: 151px;
  }

  .xl\:pr-\[167px\]{
    padding-right: 167px;
  }

  .xl\:pr-\[60px\]{
    padding-right: 60px;
  }

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

  .xl\:pt-\[105\.71px\]{
    padding-top: 105.71px;
  }

  .xl\:pt-\[108\.71px\]{
    padding-top: 108.71px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px){
  .\32xl\:-left-\[120px\]{
    left: -120px;
  }

  .\32xl\:right-\[155px\]{
    right: 155px;
  }

  .\32xl\:mt-\[154px\]{
    margin-top: 154px;
  }

  .\32xl\:basis-1\/2{
    flex-basis: 50%;
  }

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