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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::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:  ;
}

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

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

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

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

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

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

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

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

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0{
  top: 0px;
}

.left-4{
  left: 1rem;
}

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

.float-right{
  float: right;
}

.m-8{
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-4{
  margin-left: 1rem;
}

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-60{
  height: 15rem;
}

.h-full{
  height: 100%;
}

.h-auto{
  height: auto;
}

.h-4{
  height: 1rem;
}

.h-8{
  height: 2rem;
}

.h-6{
  height: 1.5rem;
}

.h-96{
  height: 24rem;
}

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

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

.h-64{
  height: 16rem;
}

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

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

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

.w-3\/4{
  width: 75%;
}

.w-4{
  width: 1rem;
}

.w-28{
  width: 7rem;
}

.w-32{
  width: 8rem;
}

.w-20{
  width: 5rem;
}

.w-6{
  width: 1.5rem;
}

.w-40{
  width: 10rem;
}

.w-\[17rem\]{
  width: 17rem;
}

.w-\[35rem\]{
  width: 35rem;
}

.w-60{
  width: 15rem;
}

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

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

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

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

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

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

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

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

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

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

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

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

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

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

.gap-7{
  gap: 1.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

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

.rounded{
  border-radius: 0.25rem;
}

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

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

.border{
  border-width: 1px;
}

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

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

.border-phgreen-300{
  --tw-border-opacity: 1;
  border-color: rgb(63 133 143 / var(--tw-border-opacity));
}

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

.border-phblue-500{
  --tw-border-opacity: 1;
  border-color: rgb(66 122 161 / var(--tw-border-opacity));
}

.bg-phgreen-300{
  --tw-bg-opacity: 1;
  background-color: rgb(63 133 143 / var(--tw-bg-opacity));
}

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

.bg-phblue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(66 122 161 / var(--tw-bg-opacity));
}

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

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

.p-16{
  padding: 4rem;
}

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

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

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

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-8{
  padding-top: 2rem;
}

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

.pt-\[4\.5rem\]{
  padding-top: 4.5rem;
}

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

.pr-32{
  padding-right: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

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

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

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

.text-phgreen-300{
  --tw-text-opacity: 1;
  color: rgb(63 133 143 / var(--tw-text-opacity));
}

.text-phblue-500{
  --tw-text-opacity: 1;
  color: rgb(66 122 161 / var(--tw-text-opacity));
}

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

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

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

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

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

article > *:not(.entry-content), 
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.entry-content h1,  .block-editor-block-list__layout h1{
  font-size: 1.5rem;
  line-height: 2rem;
}

.entry-content h2,  .block-editor-block-list__layout h2{
  font-size: 1.25rem;
}

.entry-content h3,  .block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.entry-content p,  .entry-content ul,  .entry-content ol,  .block-editor-block-list__layout p,  .block-editor-block-list__layout ul,  .block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li,  .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}

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

/**** CSS WECREA ***/

body {
  font-family: 'Poppins', sans-serif;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.borderAngle:before {
  border-top: 8rem solid #3f858f;
  border-left: 8rem solid transparent;
  content: '';
  display: inline-block;
  height: 8rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 8rem;
}

.borderAngle:after {
  background-color: #FFF;
  bottom: 0;
  content: '';
  filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  height: calc(100% - 8rem);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.borderAngleBlue:before {
  border-top: 8rem solid #fff;
}

.borderAngleBlue:after {
  background-color: #427aa1;
}

/*** Header ***/

#header.sticky {
  background-color: white;
  position: fixed;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 999;
}

#header.sticky #topbar {
  display:none;
}

#header.sticky .header-inner {
  padding: 0.5rem 0;
}

#header.sticky .header-logo {
  margin-bottom: 1rem;
}

#header #topbar #secondary-menu li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

#header #topbar svg {
  color: #fff;
}

#header #topbar #secondary-menu li.telmenu a:before {
  content: url(img/phone.svg);
  padding-right: 0.5rem;
  padding-top: 0.2rem;
}

#header .header-navigation #primary-menu li.menu-item-has-children {
  display: list-item;
  position: relative;
}

#header .header-navigation #primary-menu li a {
  white-space: nowrap;
}

#header .header-navigation #primary-menu li.enavant > a {
  font-weight: 600;
}

#header .header-navigation #primary-menu li.menu-item-has-children:hover ul.dropdown-menu {
  display: block;
}

#header .header-navigation #primary-menu li.menu-item-has-children ul.dropdown-menu li a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: initial;
  white-space: normal;
}

#header .header-navigation #primary-menu ul li.menu-item-has-children a {
  display: flex;
}

#header .header-navigation #primary-menu ul li.menu-item-has-children a:after {
  color: #6b7280;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  height: 1rem;
  padding-left: 0.5rem;
  width: 1.5rem;
}

#header .header-navigation #primary-menu li.menu-item-has-children ul.dropdown-menu li a:after {
  content: '';
}

/*** Footer ***/

#footer .menu ul.sub-menu {
  padding-left: 1rem;
}

#footer .menu ul.sub-menu li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: initial;
}

#footer .menu ul.sub-menu ul.sub-menu li a {
  font-size: 0.75rem;
  line-height: 0.9rem;
}

/* sliderContainer */

.slider-ph .lSSlideOuter,
.slider-ph .lSSlideWrapper,
.slider-ph .lightsliderContainer {
  height: 100% !important;
  position: relative;
}

.slider-ph ul {
  list-style: none outside none;
  margin-bottom: 0;
  padding-left: 0;
}

.slider-ph li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  float: left;
  height: 100%;
  position: relative;
}

.slider-ph li .slide-text-border {
  background-image: url(../img/fond-oblique.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-ph .lSAction {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 99999;
}

.slider-ph .lSAction a {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(243 244 246);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  color: #000;
  background-color: #FFF;
  padding: 0.75rem;
  margin-right: 5;
}

.slider-ph .lSAction a:hover {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(243 244 246);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  cursor: pointer;
  background-color: #FFF;
  padding: 0.75rem;
  margin-right: 5;
}

.slider-ph ul.lSPager {
  bottom: 30%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 30%;
}

.slider-ph ul.lSPager li {
  margin: 0 5px;
}

.slider-ph ul.lSPager li a {
  background-color: #FFF;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 10px;
  width: 10px;
}

.slider-ph ul.lSPager li.active a {
  border-radius: 5px;
  width: 20px;
}

.item-card:hover .inner-item-card {
  display: flex;
}

/*** Accueil ***/

#homeSlider.slider-ph li.slide:before  {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#quisommesnous .dots2 {
  background: url(../img/dots2.png) 0 0 repeat;
  bottom: -10%;
  height: 60%;
  position: absolute;
  right: -20%;
  width: 75%;
  z-index: -1;
}

#accueil #notremethode .step-1 .inner-step {
  justify-content: flex-start;
}

#accueil #notremethode .step-2 .inner-step {
  justify-content: center;
}

#accueil #notremethode .step-3 .inner-step {
  justify-content: flex-end;
}

#proHome .dots {
  background: url(../img/dots.png) 0 0 repeat;
  height: 40%;
  left: -5%;
  position: absolute;
  top: 20%;
  width: 30%;
  z-index: -1;
}

#blocCom:before {
  background-color: #3f858f;
  height: 60%;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#blocCom #serviceHome .dots2 {
  background: url(../img/dots2.png) 0 0 repeat;
  bottom: -5%;
  height: 70%;
  position: absolute;
  left: -20%;
  width: 50%;
  z-index: -1;
}

#temoignageSlider.slider-ph .lSAction {
  left: auto;
  padding: 0;
  right: 0;
  top: 0;
  width: auto;
}

#temoignageSlider.slider-ph .lSAction a {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
  padding: 0 0.75rem;
}

#instagram .dots2 {
  background: url(../img/dots2.png) 0 0 repeat;
  bottom: -20%;
  height: 70%;
  position: absolute;
  right: -20%;
  width: 50%;
  z-index: -1;
}

/*** Archive CPT ***/

#archive-cpt #liste-cpt .dots {
  background: url(../img/dots.png) 0 0 repeat;
  height: 80%;
  left: -5%;
  position: absolute;
  top: -25%;
  width: 40%;
  z-index: -1;
}

/*** Single CPT ***/

#single-cpt .related-ref-cpt .item-related-ref-cpt:hover a {
  display: flex;
}

#single-cpt .dots2 {
  background: url(../img/dots2.png) 0 0 repeat;
  bottom: -20%;
  height: 70%;
  position: absolute;
  right: -20%;
  width: 50%;
  z-index: -1
}

/*** Archive Références ***/

.grid-item {
  margin-bottom: 25px;
}

#archive-cpt #liste-ref .dots {
  background: url(../img/dots.png) 0 0 repeat;
  height: 80%;
  right: -5%;
  position: absolute;
  top: -25%;
  width: 40%;
  z-index: -1;
}

#archive-cpt #liste-ref .grid-item:hover a {
  display: flex;
}

/*** Nos Solutions ***/

#solutions .dots2 {
  background: url(../img/dots2.png) 0 0 repeat;
  bottom: -20%;
  height: 70%;
  position: absolute;
  right: -20%;
  width: 50%;
  z-index: -1
}

#related-solution .dots {
  background: url(../img/dots.png) 0 0 repeat;
  height: 40%;
  left: -5%;
  position: absolute;
  top: 20%;
  width: 30%;
  z-index: -1;
}

/*** Contact ***/

#contact .dots2 {
  background: url(../img/dots2.png) 0 0 repeat;
  height: 70%;
  position: absolute;
  right: 0;
  top: -10%;
  width: 50%;
  z-index: -1
}

#contact #coordonnees a {
  color: #fff;
  word-break: break-all;
}

#contact #formulaire .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}

#contact #formulaire .wpforms-field-container .wpforms-field {
  padding: 0;
  width: calc(50% - 1.75rem);
}

#contact #formulaire .wpforms-field-container .wpforms-field-select,
#contact #formulaire .wpforms-field-container .wpforms-field-textarea {
  width: calc(100% - 1.75rem);
}

#contact #formulaire button {
  background-color: #427aa1;
  border: 2px solid #427aa1;
  color: #FFF;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 1rem;
  padding: 0.75rem 2rem;
}

#contact #formulaire button:hover {
  background-color: #fff;
  border: 2px solid #427aa1;
  border-radius: 0.325rem;
  color: #427aa1;
  filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 1rem;
  padding: 0.75rem 2rem;
}

/*** Content ***/

.entry-content ul,
.entry-content ol {
  padding-left: 2rem;
}

/*** Portfolio ***/

#archive-cpt.portfolio #liste-ref .dots {
  height: 25%;
  top: -5%;
}

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

@media (max-width: 960px) {
  #accueil #notremethode .step-1 .inner-step,
  #accueil #notremethode .step-2 .inner-step,
  #accueil #notremethode .step-3 .inner-step {
    justify-content: center;
  }

  #blocCom:before {
    content: '';
    height: 100%;
  }

  #header .header-navigation #primary-menu.open {
    display: block;
  }

  #header .header-navigation #primary-menu.open ul {
    flex-direction: column;
  }

  #header .header-navigation .mobile-menu #primary-menu-toggle {
    display: block;
    font-size: 2rem;
    cursor: pointer;
  }

  #header .header-navigation .mobile-menu #primary-menu-toggle .ouvrir {
    display: block;
  }

  #header .header-navigation .mobile-menu #primary-menu-toggle .fermer {
    display: none;
  }

  #header .header-navigation .mobile-menu #primary-menu-toggle.open .ouvrir {
    display: none;
  }

  #header .header-navigation .mobile-menu #primary-menu-toggle.open .fermer {
    display: block;
  }

  #header .header-navigation #primary-menu ul li.menu-item-has-children a:after{
    content:'';
  }

  #footer .menu ul.sub-menu {
    padding-left: 0rem;
  }
}

@media (max-width: 600px) {
  .slider-ph ul.lSPager {
    bottom: 15%;
    right: 15%;
  }
}

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

.hover\:rounded-md:hover{
  border-radius: 0.375rem;
}

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

.hover\:bg-phgreen-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 133 143 / var(--tw-bg-opacity));
}

.hover\:bg-phblue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 122 161 / var(--tw-bg-opacity));
}

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

.hover\:text-phgreen-300:hover{
  --tw-text-opacity: 1;
  color: rgb(63 133 143 / var(--tw-text-opacity));
}

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

.hover\:text-phblue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(66 122 161 / var(--tw-text-opacity));
}

.hover\:drop-shadow-2xl:hover{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:drop-shadow-xl:hover{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

@media (min-width: 480px){
  .xs\:w-1\/2{
    width: 50%;
  }

  .xs\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

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

  .xs\:p-16{
    padding: 4rem;
  }
}

@media (min-width: 600px){
  .sm\:ml-8{
    margin-left: 2rem;
  }

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

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

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

  .sm\:pl-8{
    padding-left: 2rem;
  }

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

  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 782px){
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex{
    display: flex;
  }

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

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

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

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

  .md\:pl-40{
    padding-left: 10rem;
  }

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

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

  .lg\:left-0{
    left: 0px;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

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

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

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

  .lg\:pl-20{
    padding-left: 5rem;
  }

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

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

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

  .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    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);
  }
}

@media (min-width: 1024px){
  .\32lg\:flex{
    display: flex;
  }

  .\32lg\:w-1\/6{
    width: 16.666667%;
  }

  .\32lg\:w-1\/3{
    width: 33.333333%;
  }

  .\32lg\:w-2\/3{
    width: 66.666667%;
  }

  .\32lg\:items-center{
    align-items: center;
  }

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

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

@media (min-width: 1280px){
  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

@media (min-width: 1440px){
  .\32xl\:flex{
    display: flex;
  }

  .\32xl\:w-\[17rem\]{
    width: 17rem;
  }

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

  .\32xl\:w-28{
    width: 7rem;
  }
}

