@font-face {
  font-family: "Agrandir";
  src: url("fonts/Agrandir/Agrandir-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir";
  src: url("fonts/Agrandir/Agrandir-TextBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
    --ff-heading: "Agrandir", sans-serif;
    --ff-body: "Arimo", sans-serif;
    --fw-800: 800;
    --fw-700: 700;
    --fw-400: 400;
    --fs-h1: 80px;
    --fs-h2: 60px;
    --fs-h3: 48px;
    --fs-h4: 36px;
    --fs-h5: 26px;
    --fs-h6: 20px;
    --fs-caption: 32px;
    --fs-p: 30px;
    --fs-p-small: 20px;
    --lh-120: 120%;
    --lh-110: 110%;
    --lh-130: 130%;
    --tt-uppercase: uppercase;
    --ls-caption: -2%
}

* {
    margin: 0;
    padding: 0
}

h1 {
  font-family: var(--ff-heading);
  font-weight: var(--fw-800);
  line-height: var(--lh-120);
  font-size: var(--fs-h1);
  text-transform: var(--tt-uppercase);
}

h2 {
  font-family: var(--ff-heading);
  font-weight: var(--fw-800);
  line-height: var(--lh-120);
  font-size: var(--fs-h2);
  text-transform: var(--tt-uppercase);
}

h3 {
  font-family: var(--ff-heading);
  font-weight: var(--fw-700);
  font-size: var(--fs-h3);
}

h4 {
  font-family: var(--ff-heading);
  font-weight: var(--fw-700);
  line-height: var(--lh-110);
  font-size: var(--fs-h4);
}

h5 {
  font-family: var(--ff-heading);
  font-weight: var(--fw-700);
  line-height: var(--lh-120);
  font-size: var(--fs-h5);
}

h6 {
  font-family: var(--ff-heading);
  font-weight: var(--fw-700);
  line-height: var(--lh-120);
  font-size: var(--fs-h6);
}


caption {
    font: var(--fw-700) var(--ff-heading);
    font-size: var(--fs-caption);
    line-height: var(--lh-120);
    letter-spacing: var(--ls-caption)
}

p {
    font: var(--fw-400) var(--ff-body);
    font-size: var(--fs-p);
    line-height: var(--lh-120)
}

.p-small {
    font: var(--fw-400) var(--ff-body);
    font-size: var(--fs-p-small);
    line-height: var(--lh-130)
}

.blue-cyan-wrapper,.yellow-orange-pink-wrapper {
    display: flex;
    width: 100%;
    height: 50vh
}

.yellow-orange-pink-wrapper {
    flex-direction: row-reverse
}

.blue-cyan-wrapper>.blue-box {
    width: 66.6667%;
    background: #01008a;
    position: relative
}

.blue-cyan-wrapper>.yellow-box {
    width: 33.3333%;
    background: #b3ff3b;
    position: relative
}

.yellow-orange-pink-wrapper>.pink-box {
    width: 66.6667%;
    background: #ff18d5
}

.yellow-orange-pink-wrapper>.orange-box {
    width: 33.3333%;
    background: #ff8400;
    position: relative
}

.yellow-orange-pink-wrapper>.yellow-box {
    width: 33.3333%;
    background: #b3ff3b;
    display: none
}

.blue-box .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

img.fh-logo {
    max-width: 700px;
    object-fit: contain;
    width: 100%
}

.orange-box h4,.pink-box h3 {
    color: #01008a;
    text-align: center;
    font-weight: 700
}

.yellow-orange-pink-wrapper>.orange-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.yellow-orange-pink-wrapper>.pink-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.yellow-orange-pink-wrapper>.pink-box .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(30px,2.54vw,60px)
}

.yellow-orange-pink-wrapper>.orange-box h4 {
    max-width: 380px
}

.yellow-orange-pink-wrapper>.pink-box h3 {
    max-width: 733px;
    font-size: clamp(40px,3.39vw,48px)
}

img.img-semi-circle {
    position: absolute;
    bottom: 0;
    left: 0
}

img.img-semi-star {
    position: fixed;
    top: 50%;
    right: -240px;
    margin-top: -100px;
    transform: translateY(-50%)
}

img.img-astrix {
    position: absolute;
    top: 0;
    left: -160px
}

img.img-semi-heart {
    position: absolute;
    bottom: -400px;
    right: 0;
    z-index: 1
}

.overlay-image img {
    z-index: 1
}

.content-wrapper {
    position: relative;
    z-index: 2
}

@media (max-width: 1024px) {
    .yellow-orange-pink-wrapper>.yellow-box {
        display:block;
        width: 50%;
        position: relative
    }

    .yellow-orange-pink-wrapper>.orange-box {
        width: 50%
    }

    .blue-cyan-wrapper>div,.yellow-orange-pink-wrapper>div,.blue-cyan-wrapper,.yellow-orange-pink-wrapper {
        height: 800px
    }

    .blue-cyan-wrapper>.blue-box {
        width: 100%
    }

    .blue-cyan-wrapper>.yellow-box {
        display: none
    }

    .yellow-orange-pink-wrapper {
        flex-wrap: wrap;
        flex-direction: row
    }

    .yellow-orange-pink-wrapper>.pink-box {
        width: 100%
    }

    img.img-astrix {
        display: none
    }

    .yellow-box img.img-semi-star {
        position: absolute;
        top: 0;
        right: 0;
        transform: unset;
        margin-top: -150px
    }

    img.img-semi-heart {
        right: auto;
        left: 0;
        bottom: -475px!important
    }
}

@media (max-height: 960px) {
    .blue-cyan-wrapper,.yellow-orange-pink-wrapper {
        min-height:500px
    }
}

@media (max-width: 768px) {
    .blue-cyan-wrapper,.yellow-orange-pink-wrapper {
        flex-direction:column;
        height: auto;
        min-height: auto
    }

    .blue-cyan-wrapper>div,.yellow-orange-pink-wrapper>div {
        width: 100%!important;
        height: 495px
    }

    .content-wrapper {
        padding: 0 40px
    }

    .yellow-orange-pink-wrapper>.pink-box h3 {
        font-size: 40px
    }

    img.img-semi-heart {
        right: 0;
        left: auto;
        bottom: -200px!important;
        transform: unset;
        width: 80%
    }

    .pink-box {
        height: auto!important;
        padding: 60px 0
    }

    .orange-box img.img-astrix {
        display: block;
        left: auto;
        right: 0;
        width: 140px;
        margin-top: -142px
    }

    img.img-semi-circle {
        bottom: auto;
        top: 100%;
        z-index: 1;
        margin-top: -106px
    }

    .yellow-box img.img-semi-star {
        top: auto;
        bottom: 0
    }

    .yellow-orange-pink-wrapper>.pink-box .content-wrapper {
        gap: 30px
    }
}

/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer theme {
    :root,:host {
        --font-sans: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        --font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {
    *,:after,:before,::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,: host {
        -webkit-text-size-adjust:100%;
        -moz-tab-size: 4;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings,normal);
        font-variation-settings: var(--default-font-variation-settings,normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

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

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

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

    b,strong {
        font-weight: bolder
    }

    code,kbd,samp,pre {
        font-family: var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,normal);
        font-variation-settings: var(--default-mono-font-variation-settings,normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

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

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,ul,menu {
        list-style: none
    }

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

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

    button,input,select,optgroup,textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select: is([multiple],[size])) optgroup {
        font-weight:bolder
    }

    :where(select: is([multiple],[size])) optgroup option {
        padding-inline-start:20px
    }

    ::file-selector-button {
        margin-inline-end:4px}

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color:currentColor
        }

        @supports (color: color-mix(in lab,red,red)) {
            ::placeholder {
                color:color-mix(in oklab,currentcolor 50%,transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

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

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block:0}

    ::-webkit-datetime-edit-year-field {
        padding-block:0}

    ::-webkit-datetime-edit-month-field {
        padding-block:0}

    ::-webkit-datetime-edit-day-field {
        padding-block:0}

    ::-webkit-datetime-edit-hour-field {
        padding-block:0}

    ::-webkit-datetime-edit-minute-field {
        padding-block:0}

    ::-webkit-datetime-edit-second-field {
        padding-block:0}

    ::-webkit-datetime-edit-millisecond-field {
        padding-block:0}

    ::-webkit-datetime-edit-meridiem-field {
        padding-block:0}

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

    button,input: where([type=button],[type=reset],[type=submit]) {
        -webkit-appearance:button;
        -moz-appearance: button;
        appearance: button
    }

    ::file-selector-button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]: where(:not([hidden=until-found])) {
        display:none!important
    }
}

@layer components;@layer utilities {
    .hidden {
        display: none
    }

    @media (min-width: 40rem) {
        .sm\:block {
            display:block
        }

        .sm\:hidden {
            display: none
        }
    }

    @media (min-width: 48rem) {
        .md\:block {
            display:block
        }

        .md\:hidden {
            display: none
        }
    }

    @media (min-width: 64rem) {
        .lg\:block {
            display:block
        }

        .lg\:hidden {
            display: none
        }
    }
}
