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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. 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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

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

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

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

.col-auto {
  grid-column: auto;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}

.aspect-logo {
  aspect-ratio: 16 / 10.5;
}

.h-2 {
  height: 0.5rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-40 {
  width: 10rem;
}

.w-72 {
  width: 18rem;
}

.w-screen {
  width: 100vw;
}

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-x-purple {
  --tw-border-opacity: 1;
  border-left-color: rgb(112 92 205 / var(--tw-border-opacity));
  border-right-color: rgb(112 92 205 / var(--tw-border-opacity));
}

.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 237 230 / var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(112 92 205 / var(--tw-bg-opacity));
}

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

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

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

.font-icon {
  font-family: icomoon, sans-serif;
}

.font-title {
  font-family: gravesend-sans, sans-serif;
}

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

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

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

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

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-loose {
  line-height: 2;
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(112 92 205 / var(--tw-text-opacity));
}

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

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

.drop-shadow-\[35px_-35px_0_rgba\(254\2c 109\2c 104\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(35px -35px 0 rgba(254,109,104,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-\[35px_35px_0_rgba\(254\2c 109\2c 104\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(35px 35px 0 rgba(254,109,104,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);
}

h1,
h2, 
h3, 
h4, 
h5, 
h6{
  font-family: gravesend-sans;
}

.letter-B{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 362.55 594.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff6d69;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='m362.55,336.84v-4.54c0-21.43-16.79-38.9-37.83-39.78v-.12c21.1-1.23,37.83-18.86,37.83-40.44V0H0v594.56h362.55v-257.72s0,0,0,0Zm-174.91,156.32c0,2.86-2.3,5.18-5.14,5.18s-5.14-2.32-5.14-5.18v-103.89c0-2.86,2.3-5.18,5.14-5.18s5.14,2.32,5.14,5.18v103.89Zm0-287.87c0,2.86-2.3,5.18-5.14,5.18s-5.14-2.32-5.14-5.18v-103.89c0-2.86,2.3-5.18,5.14-5.18s5.14,2.32,5.14,5.18v103.89Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100vh;
}

.letter-B-white{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 362.55 594.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='m362.55,336.84v-4.54c0-21.43-16.79-38.9-37.83-39.78v-.12c21.1-1.23,37.83-18.86,37.83-40.44V0H0v594.56h362.55v-257.72s0,0,0,0Zm-174.91,156.32c0,2.86-2.3,5.18-5.14,5.18s-5.14-2.32-5.14-5.18v-103.89c0-2.86,2.3-5.18,5.14-5.18s5.14,2.32,5.14,5.18v103.89Zm0-287.87c0,2.86-2.3,5.18-5.14,5.18s-5.14-2.32-5.14-5.18v-103.89c0-2.86,2.3-5.18,5.14-5.18s5.14,2.32,5.14,5.18v103.89Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  /* max-height: 100vh; */
}

.letter-I{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 175.44 594.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff6d69;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Crect class='cls-1' width='175.44' height='594.56'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  max-height: 100vh;
}

.letter-I-white{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 175.44 594.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Crect class='cls-1' width='175.44' height='594.56'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  /* max-height: 100vh; */
}

.letter-G{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361.26 594.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff6d69;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='m212.21,243.05c-14.72,0-26.65,12.03-26.65,26.87v114.12c0,2.47-1.66,4.72-4.07,5.21-3.31.67-6.22-1.86-6.22-5.08v-142.31c0-5.07,4.08-9.18,9.1-9.18h176.89V0H0v594.56h361.26V243.05h-149.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100vh;
}

.letter-G-white{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 361.26 594.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cpath class='cls-1' d='m212.21,243.05c-14.72,0-26.65,12.03-26.65,26.87v114.12c0,2.47-1.66,4.72-4.07,5.21-3.31.67-6.22-1.86-6.22-5.08v-142.31c0-5.07,4.08-9.18,9.1-9.18h176.89V0H0v594.56h361.26V243.05h-149.05Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  /* max-height: 100vh; */
}

.verre_anime{
  /* width: calc(20% + 0.8vh); */
  height: 100%;
}

.section2{
  background:url(../images/photo-verre-2.jpg);
  background-size: cover;
  height: 65vh;
}

@media (min-width: 1024px) {
  .section2{
    height: 54.3vw;
  }
}

.reveal{
  position: absolute;
  height: 45%;
  /* transform: translateY(0%);  */
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  /* border-radius: 0; */
  transition-delay: .7s;
  /* transform: translateY(-75%); */
  opacity: 1;
}

.bulle.active::after{
  display: inline-block;
  width: 5rem;
  height: 5rem;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123.68 123.07'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f2ede6;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cg id='Tracé_1132'%3E%3Cpath class='cls-1' d='m10,123.05V24.05l99.52,99'/%3E%3Cpolygon class='cls-2' points='95.36 123.04 20 48.11 20 123.05 0 123.05 0 0 123.68 123.07 95.36 123.04'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  /* bottom: -5rem; */
  margin-left: 50%;
}

@media (min-width: 768px) {
  .bulle.active::after{
    position: absolute;
    bottom: -2.8rem;
    margin-left: 1rem;
  }
}

.mains.active{
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

@keyframes wiggle {
  0% {
    transform: rotate(10deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(20deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.puzzle,
.puzzle-blanc.active{
  position: absolute;
  right:-1px;
  top: -1px;
}

.puzzle-blanc.active{
  right:0;
  top: 0;
  rotate: 0deg;
}

.puzzle-blanc{
  /* position: absolute; */
  top: -6rem;
  right: 2rem;
  rotate: -15deg;
  z-index: 10;
  transition: 1s all ease;
}

.font-icon{
  letter-spacing: .02em;
}

.enjeu-container{
  padding: calc(1rem + 12px);
}

.enjeu-container.active{
  padding: 1rem;
  border-width: 12px;
  border-color: white;
}

.enjeu{
  opacity: 0;
  transition: all 0.6s ease-out;
}

.enjeu2{
  transition-delay: 0.2s;
  /* transition: all 1s ease-out; */
}

.enjeu3{
  transition-delay: 0.4s;
  /* transition: all 1.4s ease-out; */
}

.enjeu4{
  transition-delay: 0.6s;
  /* transition: all 1.4s ease-out; */
}

.enjeu.active{
  opacity: 1;
}

/* .mains::after{
    display: inline-block;
    width: 13rem;
    height: 8rem;
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 494.07 297.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke-linecap:round;%7D.cls-1,.cls-2,.cls-3%7Bfill:%23fff;stroke:%23fe6d68;stroke-width:20px;%7D.cls-3%7Bstroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cg id='mains'%3E%3Cpath id='Tracé_1141' class='cls-2' d='m10,16.71h65.07v172.38H10V16.71Z'/%3E%3Cpath id='Tracé_1146' class='cls-2' d='m383.62,16.71h100.44v172.38h-100.44V16.71Z'/%3E%3Cpath id='Tracé_1142' class='cls-2' d='m75.07,24.65h110.59l174.42,174.43s14.94,11.5,0,26.44-30.29,1.33-30.29,1.33c0,0,1.58,16.58-10.11,24.78s-24.6,2.99-24.57,2.83-5.25,12.73-12.27,18.64-20.73,16-32.32,4.16c2.36-.27-14,23.62-59.04,0s-116.41-102.13-116.41-102.13V24.65Z'/%3E%3Cpath id='Tracé_1143' class='cls-1' d='m268.17,163.82l65.76,65.76'/%3E%3Cpath id='Tracé_1144' class='cls-1' d='m234.35,194.1l60.31,61'/%3E%3Cpath id='Tracé_1145' class='cls-1' d='m204.03,229.58l45.76,46.96'/%3E%3Cpath id='Tracé_1147' class='cls-3' d='m238.85,77.85l4.03-7.97s-3.76.49-9.71,2.78c-8.44,3.25-21.27,10.12-34.02,24.35-21.74,24.26-65.81,26.29-57.86,0C166.39,14.03,237.3,10.14,237.38,10s109.72,43.14,109.72,43.14h36.02l.51,123.95-23.38,21.65-121.4-120.88Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -1px;
    margin-top: -1px;
  } */

.mains{
  display: inline-block;
  width: 13rem;
  height: 8rem;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg id='Calque_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 494.07 297.7'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke-linecap:round;%7D.cls-1,.cls-2,.cls-3%7Bfill:%23fff;stroke:%23fe6d68;stroke-width:20px;%7D.cls-3%7Bstroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg id='Calque_1-2'%3E%3Cg id='mains'%3E%3Cpath id='Tracé_1141' class='cls-2' d='m10,16.71h65.07v172.38H10V16.71Z'/%3E%3Cpath id='Tracé_1146' class='cls-2' d='m383.62,16.71h100.44v172.38h-100.44V16.71Z'/%3E%3Cpath id='Tracé_1142' class='cls-2' d='m75.07,24.65h110.59l174.42,174.43s14.94,11.5,0,26.44-30.29,1.33-30.29,1.33c0,0,1.58,16.58-10.11,24.78s-24.6,2.99-24.57,2.83-5.25,12.73-12.27,18.64-20.73,16-32.32,4.16c2.36-.27-14,23.62-59.04,0s-116.41-102.13-116.41-102.13V24.65Z'/%3E%3Cpath id='Tracé_1143' class='cls-1' d='m268.17,163.82l65.76,65.76'/%3E%3Cpath id='Tracé_1144' class='cls-1' d='m234.35,194.1l60.31,61'/%3E%3Cpath id='Tracé_1145' class='cls-1' d='m204.03,229.58l45.76,46.96'/%3E%3Cpath id='Tracé_1147' class='cls-3' d='m238.85,77.85l4.03-7.97s-3.76.49-9.71,2.78c-8.44,3.25-21.27,10.12-34.02,24.35-21.74,24.26-65.81,26.29-57.86,0C166.39,14.03,237.3,10.14,237.38,10s109.72,43.14,109.72,43.14h36.02l.51,123.95-23.38,21.65-121.4-120.88Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -1px;
  margin-top: -1px;
  /* position: absolute; */
}

.promesse{
  opacity: 0;
  transition: all 0.6s ease-out;
}

.promesse.active{
  opacity: 1;
}

/* .lh-13{
    line-height: 1.34;
  }
  @media screen(sm) {
  } */

.difference{
  opacity: 0;
  transition: all 0.6s ease-out;
}

.difference1{
  transition-delay: 0.2s;
  /* transition: all 1s ease-out; */
}

.difference2{
  transition-delay: 0.4s;
  /* transition: all 1.4s ease-out; */
}

.difference3{
  transition-delay: 0.6s;
  /* transition: all 1.4s ease-out; */
}

.difference4{
  transition-delay: 0.8s;
}

.difference5{
  transition-delay: 0.2s;
  transition: opacity 0.6s ease-out;
}

.difference6{
  transition-delay: 0.4s;
  /* transition: all 1.4s ease-out; */
}

.difference7{
  transition-delay: 0.6s;
  /* transition: all 1.4s ease-out; */
}

.difference8{
  transition-delay: 0.8s;
  /* transition: all 1.4s ease-out; */
}

.difference.active{
  opacity: 1;
}

.difference5bg.active{
  background-color: #FF6D69;
  transition: background-color 2s ease-out;
}

.offre .offre-left{
  /* left: -100vw; */
  opacity: 0;
}

.offre .offre-right{
  /* right: -100vw; */
  opacity: 0;
}

.offre.active .offre-left{
  /* left: 0; */
  opacity: 1;
  transition: all 0.6s ease-out;
}

.offre.active .offre-right{
  /* right:0; */
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 0.3s;
}

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

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

.pink-list{
  list-style: none;
}

.pink-list li::before{
  content: "\2022";
  margin-right: 10px;
  color: #FF6D69;
  font-size: 40px;
  line-height: 20px;
}

.invert-red{
  background:  #FF6D69;
  color: white;
  padding: 0 .25rem;
}

@media (min-width: 475px) {
  .xs\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

@media (min-width: 640px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .md\:m-0 {
    margin: 0px;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

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

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