@import url(https://fonts.googleapis.com/css2?family=Expletus+Sans&family=Lato:wght@300;400&family=Poppins:wght@300;700&display=swap);
/*
! tailwindcss v3.0.23 | 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 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}html {
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
}.bard{
  --tw-text-opacity: 1;
  color: rgb(67 18 51 / var(--tw-text-opacity));
}.bard h2, .bard h3{
  margin-bottom: 1rem;
  font-family: Expletus Sans, cursive;
}.bard h2{
  font-size: 60px;
  line-height: normal;
}@media (min-width: 768px){.bard h2{
    font-size: 80px;
    line-height: normal;
  }
}.bard h3{
  font-size: 30px;
}.bard p{
  margin-bottom: 1rem;
  max-width: 36rem;
}.bard strong {
    font-weight: bold;
  }.bard a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}footer{
  font-family: Lato, sans-serif;
}@media (min-width: 768px){footer{
    font-size: 20px;
    line-height: 32px;
  }
}footer strong{
  margin-bottom: 1rem;
  display: block;
  font-family: Lato, sans-serif;
  font-weight: 400;
}footer a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.hero-gradient {
  background: rgb(67,18,51);
  background: linear-gradient(180deg, rgba(67,18,51,1) 0%, rgba(67,18,51,1) 78.85964912280701%, rgba(67,18,51,0) 78.85964912280701%, rgba(67,18,51,0) 100%);
}.people-gradient {
  background: rgb(252,216,188);
  background: linear-gradient(0deg, rgba(252,216,188,1) 0%, rgba(252,216,188,1) 75%, rgba(252,216,188,0) 75%, rgba(252,216,188,0) 100%);
}@media (min-width: 1280px) {.people-gradient {
    background: linear-gradient(0deg, rgba(252,216,188,1) 0%, rgba(252,216,188,1) 45%, rgba(252,216,188,0) 45%, rgba(252,216,188,0) 100%)
}
  }/* input animation */.group {
  position: relative;
 }.input {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 200px;
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
 }.input:focus {
  outline: none;
 }label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
 }.input:focus ~ label, .input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #5264AE;
 }.bar {
  position: relative;
  display: block;
  width: 200px;
 }.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
 }.bar:before {
  left: 50%;
 }.bar:after {
  right: 50%;
 }.input:focus ~ .bar:before, .input:focus ~ .bar:after {
  width: 50%;
 }.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
 }.input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease;
 }@-webkit-keyframes inputHighlighter {
  from {
   background: #5264AE;
  }
 
  to {
   width: 0;
   background: transparent;
  }
 }@keyframes inputHighlighter {
  from {
   background: #5264AE;
  }
 
  to {
   width: 0;
   background: transparent;
  }
 }.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.invisible{
  visibility: hidden;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.left-0{
  left: 0px;
}.right-0{
  right: 0px;
}.top-0{
  top: 0px;
}.top-4{
  top: 1rem;
}.right-4{
  right: 1rem;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-10{
  z-index: 10;
}.col-span-full{
  grid-column: 1 / -1;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-start-1{
  grid-column-start: 1;
}.row-start-1{
  grid-row-start: 1;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.mb-8{
  margin-bottom: 2rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.h-\[85px\]{
  height: 85px;
}.h-full{
  height: 100%;
}.h-10{
  height: 2.5rem;
}.h-\[210px\]{
  height: 210px;
}.max-h-screen{
  max-height: 100vh;
}.w-2\/3{
  width: 66.666667%;
}.w-full{
  width: 100%;
}.w-\[102px\]{
  width: 102px;
}.w-\[66px\]{
  width: 66px;
}.w-10{
  width: 2.5rem;
}.w-\[210px\]{
  width: 210px;
}.min-w-\[273px\]{
  min-width: 273px;
}.min-w-max{
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}.max-w-\[341px\]{
  max-width: 341px;
}.max-w-\[2560px\]{
  max-width: 2560px;
}.max-w-min{
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}.max-w-\[80px\]{
  max-width: 80px;
}.cursor-pointer{
  cursor: pointer;
}.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-14{
  gap: 3.5rem;
}.gap-5{
  gap: 1.25rem;
}.gap-1{
  gap: 0.25rem;
}.gap-2{
  gap: 0.5rem;
}.gap-10{
  gap: 2.5rem;
}.gap-4{
  gap: 1rem;
}.gap-12{
  gap: 3rem;
}.gap-6{
  gap: 1.5rem;
}.overflow-hidden{
  overflow: hidden;
}.break-words{
  overflow-wrap: break-word;
}.rounded-full{
  border-radius: 9999px;
}.border-2{
  border-width: 2px;
}.border-4{
  border-width: 4px;
}.border{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-gen-peach{
  --tw-border-opacity: 1;
  border-color: rgb(252 216 188 / var(--tw-border-opacity));
}.border-gen-burgundy{
  --tw-border-opacity: 1;
  border-color: rgb(67 18 51 / var(--tw-border-opacity));
}.border-\[\#43123350\]{
  border-color: #43123350;
}.border-b-gen-peach{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 216 188 / var(--tw-border-opacity));
}.bg-gen-peach{
  --tw-bg-opacity: 1;
  background-color: rgb(252 216 188 / var(--tw-bg-opacity));
}.bg-gen-burgundy{
  --tw-bg-opacity: 1;
  background-color: rgb(67 18 51 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-2{
  padding: 0.5rem;
}.p-1{
  padding: 0.25rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}.pt-8{
  padding-top: 2rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-60{
  padding-top: 15rem;
}.pb-20{
  padding-bottom: 5rem;
}.text-center{
  text-align: center;
}.font-alt{
  font-family: Lato, sans-serif;
}.font-heading{
  font-family: Expletus Sans, cursive;
}.text-md{
  font-size: 20px;
  line-height: 32px;
}.text-2xl{
  font-size: 60px;
  line-height: normal;
}.text-sm{
  font-size: 15px;
  line-height: 24px;
}.text-\[30px\]{
  font-size: 30px;
}.text-xl{
  font-size: 38px;
  line-height: normal;
}.text-\[50px\]{
  font-size: 50px;
}.\!text-\[48px\]{
  font-size: 48px !important;
}.font-bold{
  font-weight: 700;
}.font-light{
  font-weight: 300;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-gen-burgundy{
  --tw-text-opacity: 1;
  color: rgb(67 18 51 / var(--tw-text-opacity));
}.text-gen-peach{
  --tw-text-opacity: 1;
  color: rgb(252 216 188 / var(--tw-text-opacity));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-\[\#4F4F4F\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}.\!no-underline{
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}.opacity-75{
  opacity: 0.75;
}.mix-blend-screen{
  mix-blend-mode: screen;
}.brightness-50{
  --tw-brightness: brightness(.5);
  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);
}.contrast-150{
  --tw-contrast: contrast(1.5);
  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\:block::before{
  content: var(--tw-content);
  display: block;
}.before\:h-\[3px\]::before{
  content: var(--tw-content);
  height: 3px;
}.before\:h-2::before{
  content: var(--tw-content);
  height: 0.5rem;
}.before\:w-1\/2::before{
  content: var(--tw-content);
  width: 50%;
}.before\:w-2::before{
  content: var(--tw-content);
  width: 0.5rem;
}.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}.before\:bg-white::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.before\:bg-gen-peach::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(252 216 188 / var(--tw-bg-opacity));
}.after\:h-\[3px\]::after{
  content: var(--tw-content);
  height: 3px;
}.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}@media (min-width: 640px){.sm\:col-span-8{
    grid-column: span 8 / span 8;
  }.sm\:col-span-4{
    grid-column: span 4 / span 4;
  }.sm\:row-start-2{
    grid-row-start: 2;
  }.sm\:row-start-3{
    grid-row-start: 3;
  }.sm\:w-full{
    width: 100%;
  }.sm\:w-2\/3{
    width: 66.666667%;
  }.sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:gap-28{
    gap: 7rem;
  }.sm\:gap-10{
    gap: 2.5rem;
  }.sm\:gap-3{
    gap: 0.75rem;
  }.sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.sm\:pt-14{
    padding-top: 3.5rem;
  }.sm\:text-3xl{
    font-size: 80px;
    line-height: normal;
  }
}@media (min-width: 768px){.md\:mb-4{
    margin-bottom: 1rem;
  }.md\:h-12{
    height: 3rem;
  }.md\:w-\[187px\]{
    width: 187px;
  }.md\:w-12{
    width: 3rem;
  }.md\:max-w-\[56rem\]{
    max-width: 56rem;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:justify-start{
    justify-content: flex-start;
  }.md\:gap-4{
    gap: 1rem;
  }.md\:gap-10{
    gap: 2.5rem;
  }.md\:gap-20{
    gap: 5rem;
  }.md\:gap-28{
    gap: 7rem;
  }.md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }.md\:pt-8{
    padding-top: 2rem;
  }.md\:pt-80{
    padding-top: 20rem;
  }.md\:text-lg{
    font-size: 23px;
    line-height: 32px;
  }.md\:text-base{
    font-size: 17px;
    line-height: 32px;
  }.md\:text-2xl{
    font-size: 60px;
    line-height: normal;
  }.md\:text-3xl{
    font-size: 80px;
    line-height: normal;
  }
}@media (min-width: 1024px){.lg\:col-span-6{
    grid-column: span 6 / span 6;
  }.lg\:col-span-5{
    grid-column: span 5 / span 5;
  }.lg\:col-span-7{
    grid-column: span 7 / span 7;
  }.lg\:col-start-8{
    grid-column-start: 8;
  }.lg\:w-auto{
    width: auto;
  }.lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }.lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}@media (min-width: 1280px){.xl\:col-span-2{
    grid-column: span 2 / span 2;
  }.xl\:col-span-6{
    grid-column: span 6 / span 6;
  }.xl\:col-start-1{
    grid-column-start: 1;
  }.xl\:col-start-7{
    grid-column-start: 7;
  }.xl\:row-start-2{
    grid-row-start: 2;
  }.xl\:min-h-\[600px\]{
    min-height: 600px;
  }.xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }.xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.xl\:pr-10{
    padding-right: 2.5rem;
  }
}@media (min-width: 1536px){.\32xl\:col-span-5{
    grid-column: span 5 / span 5;
  }.\32xl\:col-start-8{
    grid-column-start: 8;
  }.\32xl\:p-16{
    padding: 4rem;
  }.\32xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }.\32xl\:pr-0{
    padding-right: 0px;
  }
}

