/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Poppins, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

input,
  textarea {
  outline: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 686px) {
  .container {
    max-width: 686px;
  }
}

@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: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1780px) {
  .container {
    max-width: 1780px;
  }
}

@media (min-width: 2070px) {
  .container {
    max-width: 2070px;
  }
}

.fade-in {
  opacity: 0;
  transition: opacity 700ms;
}

.fade-in.appear,
  .back-to-top.appear {
  opacity: 1;
  transition: opacity 700ms, background-color 300ms;
}

.back-to-top {
  width: 44px;
  height: 44px;
  opacity: 0;
  transition: opacity 700ms;
  position: fixed;
  right: 24px;
  bottom: 50px;
  background-color: hsla(209, 44%, 93%, 1);
  box-shadow: 1px 2px 10px 0px #00000026;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15%;
}

.back-to-top:hover {
  background-color: hsla(209, 44%, 86%, 1);
}

.custom-scrollbar::-webkit-scrollbar {
  height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #fff;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: hsla(209, 100%, 31%, 1);
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: hsla(209, 100%, 18%, 1);
}

.content-hidden {
  display: none;
}

.selected {
  background-color: hsla(209, 44%, 93%, 1);
  font-weight: 600;
  color: #00529D;
}

.selected path {
  stroke: hsla(209, 100%, 31%, 1);
}

.selected-circle {
  background-color: hsla(209, 44%, 31%, 1);
}

.development-content-toggle-btn,
  .ui-content-toggle-btn,
  .bi-content-toggle-btn {
  border: 1px solid hsla(209, 100%, 31%, 1);
}

.development-content-toggle-btn:hover,
  .ui-content-toggle-btn:hover,
  .bi-content-toggle-btn:hover {
  background-color: hsla(209, 100%, 25%, 1);
}

.milestone::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: hsla(209, 100%, 31%, 1);
  z-index: 1;
  transition: transform 0.3s ease;
}

.milestone-first::before {
  top: 50%;
  left: 50%;
}

.milestone-last::before {
  top: 50%;
  right: 50%;
}

.milestone-current button {
  transform: scale(1.36);
}

#button-container::-webkit-scrollbar {
  display: none;
}

/* .recruitment-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: hsla(209, 100%, 31%, 1);
    z-index: 1;
  } */

button > span {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(231, 231, 231, 0.493);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  animation: ripple 1.5s;
  opacity: 0;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(10);
  }
}

.navigation > div > ul > li {
  color: #fff;
}

.navigation > div > ul > li > a:hover {
  color: #ddd;
}

.main-navigation[open="true"] {
  display: block;
}

.main-navigation[open="true"]::after {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}

@media (min-width: 768px) {
  .main-navigation[open="true"]::after {
    display: none;
  }
}

.listing {
  list-style-position: outside;
  list-style: lower-alpha;
  margin-left: 1.25rem;
}

.listing > li {
  margin-left: 1.5rem;
  margin-top: 0.25rem;
  padding-left: 0.75rem;
}

.list-decimal > li {
  margin-left: 5rem;
  margin-top: 0.25rem;
  padding-left: 0.75rem;
}

.table {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.table-border {
  border-color: hsla(210, 14%, 83%, 1);
  border-width: 2px;
}

.table-revision-width {
  width: 7rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.top-6 {
  top: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.top-\[-64px\] {
  top: -64px;
}

.left-0 {
  left: 0px;
}

.bottom-\[-7px\] {
  bottom: -7px;
}

.right-\[30px\] {
  right: 30px;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[30px\] {
  top: 30px;
}

.z-\[100\] {
  z-index: 100;
}

.z-10 {
  z-index: 10;
}

.z-0 {
  z-index: 0;
}

.z-50 {
  z-index: 50;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt-32 {
  margin-top: 8rem;
}

.ml-0 {
  margin-left: 0px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[42px\] {
  margin-bottom: 42px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[95px\] {
  margin-bottom: 95px;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-0 {
  margin-right: 0px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-\[130px\] {
  margin-bottom: 130px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-\[65px\] {
  margin-bottom: 65px;
}

.mt-\[0\.3125rem\] {
  margin-top: 0.3125rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[200px\] {
  height: 200px;
}

.h-0 {
  height: 0px;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[180px\] {
  height: 180px;
}

.h-full {
  height: 100%;
}

.h-6 {
  height: 1.5rem;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[17px\] {
  height: 17px;
}

.h-\[495px\] {
  height: 495px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[60px\] {
  height: 60px;
}

.h-auto {
  height: auto;
}

.h-12 {
  height: 3rem;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-\[240px\] {
  min-height: 240px;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.w-full {
  width: 100%;
}

.w-\[7rem\] {
  width: 7rem;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-4 {
  width: 1rem;
}

.w-0 {
  width: 0px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-auto {
  width: auto;
}

.w-6 {
  width: 1.5rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[30px\] {
  width: 30px;
}

.w-56 {
  width: 14rem;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[26px\] {
  width: 26px;
}

.w-\[168px\] {
  width: 168px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[5\.45rem\] {
  width: 5.45rem;
}

.min-w-\[1024px\] {
  min-width: 1024px;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-2lg {
  max-width: 1440px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.basis-full {
  flex-basis: 100%;
}

.basis-\[40\%\] {
  flex-basis: 40%;
}

.table-fixed {
  table-layout: fixed;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-rows-\[32px_1fr\] {
  grid-template-rows: 32px 1fr;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-\[28px_1fr\] {
  grid-template-rows: 28px 1fr;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-primary-100 {
  border-color: hsla(209, 44%, 93%, 1);
}

.border-primary-700 {
  border-color: hsla(209, 100%, 31%, 1);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-neutral-100 {
  border-color: hsla(210, 14%, 83%, 1);
}

.border-t-neutral-100 {
  border-top-color: hsla(210, 14%, 83%, 1);
}

.bg-primary-100 {
  background-color: hsla(209, 44%, 93%, 1);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[hsla\(0\2c 0\%\2c 7\%\2c 0\.3\)\] {
  background-color: hsla(0,0%,7%,0.3);
}

.bg-primary-700 {
  background-color: hsla(209, 100%, 31%, 1);
}

.bg-primary-900 {
  background-color: hsla(209, 100%, 18%, 1);
}

.bg-primary-200 {
  background-color: hsla(209, 44%, 86%, 1);
}

.bg-aboutUs {
  background-image: url(./assets/bg_about-us.jpg);
}

.bg-whoWeAre {
  background-image: url(./assets/who-we-are.jpg);
}

.bg-mwc-board {
  background-image: url(./assets/MWC_board.jpg);
}

.bg-career {
  background-image: url(./assets/bg_career.jpg);
}

.bg-contact {
  background-image: url(./assets/bg_contact.jpg);
}

.bg-portfolio {
  background-image: url(./assets/bg_portfolio.jpg);
}

.bg-services {
  background-image: url(./assets/bg_services.jpg);
}

.bg-cover {
  background-size: cover;
}

.bg-top {
  background-position: top;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pb-\[115px\] {
  padding-bottom: 115px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[12px\] {
  font-size: 12px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-11 {
  line-height: 2.75rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-primary-700 {
  color: hsla(209, 100%, 31%, 1);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-neutral-100 {
  color: hsla(210, 14%, 83%, 1);
}

.text-neutral-800 {
  color: hsla(0, 0%, 7%, 1);
}

.text-invalid-500 {
  color: hsla(0, 98%, 51%, 1);
}

.text-neutral-200 {
  color: hsla(208, 16%, 21%, 1);
}

.text-primary-500 {
  color: hsla(209, 44%, 58%, 1);
}

.text-primary-300 {
  color: hsla(209, 45%, 79%, 1);
}

.text-primary-400 {
  color: hsla(209, 45%, 72%, 1);
}

.text-link-100 {
  color: hsla(209, 100%, 37%, 1);
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_0_0_6px_hsla\(212\2c _100\%\2c _97\%\2c _1\)\] {
  --tw-shadow: 0 0 0 6px hsla(212, 100%, 97%, 1);
  --tw-shadow-colored: 0 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  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-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

summary::-webkit-details-marker {
  display: none;
}

.open\:text-primary-700[open] {
  color: hsla(209, 100%, 31%, 1);
}

.hover\:bg-primary-600:hover {
  background-color: hsla(209, 55%, 45%, 1);
}

.hover\:bg-primary-100:hover {
  background-color: hsla(209, 44%, 93%, 1);
}

.hover\:bg-primary-200:hover {
  background-color: hsla(209, 44%, 86%, 1);
}

.hover\:text-primary-900:hover {
  color: hsla(209, 100%, 18%, 1);
}

.hover\:text-primary-700:hover {
  color: hsla(209, 100%, 31%, 1);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[valid\=true\]\:flex[data-valid=true] {
  display: flex;
}

.data-\[valid\=false\]\:flex[data-valid=false] {
  display: flex;
}

.data-\[valid\=false\]\:hidden[data-valid=false] {
  display: none;
}

.data-\[valid\=hidden\]\:hidden[data-valid=hidden] {
  display: none;
}

.data-\[valid\=true\]\:hidden[data-valid=true] {
  display: none;
}

.data-\[valid\=true\]\:border-primary-400[data-valid=true] {
  border-color: hsla(209, 45%, 72%, 1);
}

.data-\[valid\=false\]\:border-invalid-500[data-valid=false] {
  border-color: hsla(0, 98%, 51%, 1);
}

.data-\[valid\=true\]\:hover\:border-primary-200:hover[data-valid=true] {
  border-color: hsla(209, 44%, 86%, 1);
}

.data-\[valid\=true\]\:focus-visible\:border-primary-700:focus-visible[data-valid=true] {
  border-color: hsla(209, 100%, 31%, 1);
}

@media (min-width: 375px) {
  .\30 5sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\30 5sm\:w-\[320px\] {
    width: 320px;
  }

  .\30 5sm\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .\30 5sm\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 686px) {
  .small\:my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .small\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .small\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .small\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .small\:mt-0 {
    margin-top: 0px;
  }

  .small\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .small\:mb-8 {
    margin-bottom: 2rem;
  }

  .small\:mt-8 {
    margin-top: 2rem;
  }

  .small\:mb-0 {
    margin-bottom: 0px;
  }

  .small\:mt-16 {
    margin-top: 4rem;
  }

  .small\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .small\:mt-10 {
    margin-top: 2.5rem;
  }

  .small\:h-auto {
    height: auto;
  }

  .small\:h-screen {
    height: 100vh;
  }

  .small\:w-auto {
    width: auto;
  }

  .small\:w-2\/5 {
    width: 40%;
  }

  .small\:min-w-0 {
    min-width: 0px;
  }

  .small\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .small\:max-w-\[150px\] {
    max-width: 150px;
  }

  .small\:basis-1\/4 {
    flex-basis: 25%;
  }

  .small\:basis-\[40\%\] {
    flex-basis: 40%;
  }

  .small\:basis-\[60\%\] {
    flex-basis: 60%;
  }

  .small\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .small\:flex-row {
    flex-direction: row;
  }

  .small\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .small\:items-center {
    align-items: center;
  }

  .small\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .small\:gap-y-0 {
    row-gap: 0px;
  }

  .small\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .small\:overflow-x-visible {
    overflow-x: visible;
  }

  .small\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .small\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .small\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .small\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .small\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .small\:leading-11 {
    line-height: 2.75rem;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:top-\[-96px\] {
    top: -96px;
  }

  .md\:top-\[40px\] {
    top: 40px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-\[20px\] {
    margin-left: 20px;
  }

  .md\:mr-\[20px\] {
    margin-right: 20px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-\[55px\] {
    margin-bottom: 55px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-\[96px\] {
    height: 96px;
  }

  .md\:h-\[320px\] {
    height: 320px;
  }

  .md\:h-\[80px\] {
    height: 80px;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-\[80px\] {
    width: 80px;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-screen-2lg {
    max-width: 1440px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:gap-y-\[20px\] {
    row-gap: 20px;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:leading-\[56px\] {
    line-height: 56px;
  }

  .md\:shadow-\[0_0_0_12px_hsla\(212\2c _100\%\2c _97\%\2c _1\)\] {
    --tw-shadow: 0 0 0 12px hsla(212, 100%, 97%, 1);
    --tw-shadow-colored: 0 0 0 12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[-14px\] {
    bottom: -14px;
  }

  .lg\:right-\[25px\] {
    right: 25px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .lg\:mb-\[53px\] {
    margin-bottom: 53px;
  }

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:h-\[528px\] {
    height: 528px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-\[80px\] {
    min-height: 80px;
  }

  .lg\:w-\[138px\] {
    width: 138px;
  }

  .lg\:w-\[33\%\] {
    width: 33%;
  }

  .lg\:w-\[25\%\] {
    width: 25%;
  }

  .lg\:w-\[42\%\] {
    width: 42%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-\[22px\] {
    row-gap: 22px;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-y-\[60px\] {
    row-gap: 60px;
  }

  .lg\:gap-x-\[135px\] {
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .lg\:gap-y-\[30px\] {
    row-gap: 30px;
  }

  .lg\:gap-x-\[22px\] {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .lg\:gap-x-\[26px\] {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .lg\:gap-y-\[18px\] {
    row-gap: 18px;
  }

  .lg\:gap-x-\[55px\] {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:pl-\[20px\] {
    padding-left: 20px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:leading-11 {
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-\[-27px\] {
    bottom: -27px;
  }

  .xl\:right-\[45px\] {
    right: 45px;
  }

  .xl\:top-\[53px\] {
    top: 53px;
  }

  .xl\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-\[130px\] {
    margin-bottom: 130px;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:ml-\[72px\] {
    margin-left: 72px;
  }

  .xl\:mr-\[72px\] {
    margin-right: 72px;
  }

  .xl\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .xl\:h-\[460px\] {
    height: 460px;
  }

  .xl\:h-\[106px\] {
    height: 106px;
  }

  .xl\:min-h-\[100px\] {
    min-height: 100px;
  }

  .xl\:w-\[106px\] {
    width: 106px;
  }

  .xl\:p-\[60px\] {
    padding: 60px;
  }

  .xl\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-\[160px\] {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xl\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:px-\[110px\] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xl\:px-\[300px\] {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xl\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xl\:px-\[280px\] {
    padding-left: 280px;
    padding-right: 280px;
  }

  .xl\:pt-\[60px\] {
    padding-top: 60px;
  }

  .xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .xl\:pl-\[72px\] {
    padding-left: 72px;
  }

  .xl\:pt-\[110px\] {
    padding-top: 110px;
  }

  .xl\:pb-\[180px\] {
    padding-bottom: 180px;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-11 {
    line-height: 2.75rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:shadow-\[0_0_0_16px_hsla\(212\2c _100\%\2c _97\%\2c _1\)\] {
    --tw-shadow: 0 0 0 16px hsla(212, 100%, 97%, 1);
    --tw-shadow-colored: 0 0 0 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1440px) {
  .\32lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .\32lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32lg\:ml-auto {
    margin-left: auto;
  }

  .\32lg\:mb-0 {
    margin-bottom: 0px;
  }

  .\32lg\:flex-row {
    flex-direction: row;
  }

  .\32lg\:items-end {
    align-items: flex-end;
  }

  .\32lg\:justify-between {
    justify-content: space-between;
  }

  .\32lg\:gap-12 {
    gap: 3rem;
  }

  .\32lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32lg\:text-right {
    text-align: right;
  }

  .\32lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .\32xl\:mb-\[74px\] {
    margin-bottom: 74px;
  }

  .\32xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mb-\[112px\] {
    margin-bottom: 112px;
  }

  .\32xl\:h-\[600px\] {
    height: 600px;
  }

  .\32xl\:min-h-\[72px\] {
    min-height: 72px;
  }

  .\32xl\:w-\[156px\] {
    width: 156px;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .\32xl\:max-w-screen-2lg {
    max-width: 1440px;
  }

  .\32xl\:gap-y-\[20px\] {
    row-gap: 20px;
  }

  .\32xl\:gap-x-\[93px\] {
    -moz-column-gap: 93px;
         column-gap: 93px;
  }

  .\32xl\:gap-y-\[83px\] {
    row-gap: 83px;
  }

  .\32xl\:gap-y-\[70px\] {
    row-gap: 70px;
  }

  .\32xl\:gap-x-\[67px\] {
    -moz-column-gap: 67px;
         column-gap: 67px;
  }

  .\32xl\:gap-x-\[26px\] {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .\32xl\:gap-x-\[108px\] {
    -moz-column-gap: 108px;
         column-gap: 108px;
  }

  .\32xl\:gap-y-\[30px\] {
    row-gap: 30px;
  }

  .\32xl\:gap-x-\[166px\] {
    -moz-column-gap: 166px;
         column-gap: 166px;
  }

  .\32xl\:px-\[34px\] {
    padding-left: 34px;
    padding-right: 34px;
  }

  .\32xl\:py-\[26px\] {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:leading-\[3\.5rem\] {
    line-height: 3.5rem;
  }
}

@media (min-width: 2070px) {
  .\34xl\:hidden {
    display: none;
  }

  .\34xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
