@courtneyring/components-library 1.0.34 → 1.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AccordionItem-DUGBw5pW 2.js +40 -0
- package/dist/AccordionItem-DUGBw5pW.js +40 -0
- package/dist/ScrollTrigger-6HnikosL 3.js +1086 -0
- package/dist/animations/FadeIn 3.js +34 -0
- package/dist/assets/AccordionItem 4.css +1 -0
- package/dist/assets/AccordionItem.css +1 -1
- package/dist/assets/Background.css +1 -1
- package/dist/assets/Banner 3.css +1 -0
- package/dist/assets/Banner.css +1 -1
- package/dist/assets/BorderedBackground 4.css +1 -0
- package/dist/assets/Button 4.css +1 -0
- package/dist/assets/Button.css +1 -1
- package/dist/assets/ButtonGroup 4.css +1 -0
- package/dist/assets/ButtonGroup.css +1 -1
- package/dist/assets/Container 4.css +1 -0
- package/dist/assets/Container.css +1 -1
- package/dist/assets/Countdown 4.css +1 -0
- package/dist/assets/Countdown.css +1 -1
- package/dist/assets/Fifty 4.css +1 -0
- package/dist/assets/Fifty.css +1 -1
- package/dist/assets/FloatingWordsHero 4.css +1 -0
- package/dist/assets/FloatingWordsHero.css +1 -1
- package/dist/assets/Footer 4.css +1 -0
- package/dist/assets/Footer.css +1 -1
- package/dist/assets/GenericOverlay 4.css +1 -0
- package/dist/assets/GenericOverlay.css +1 -1
- package/dist/assets/GridGallery 4.css +1 -0
- package/dist/assets/GridGallery.css +1 -1
- package/dist/assets/HorizontalScrollImages 4.css +1 -0
- package/dist/assets/IconDetail 4.css +1 -0
- package/dist/assets/IconDetail.css +1 -1
- package/dist/assets/ImageTextBlock 4.css +1 -0
- package/dist/assets/ImageTextBlock.css +1 -1
- package/dist/assets/List.css +1 -1
- package/dist/assets/Map 4.css +1 -0
- package/dist/assets/Map.css +1 -1
- package/dist/assets/MenuButton 4.css +1 -0
- package/dist/assets/Navbar 4.css +1 -0
- package/dist/assets/Navbar.css +1 -1
- package/dist/assets/Note 4.css +1 -0
- package/dist/assets/Note.css +1 -1
- package/dist/assets/Overlay 4.css +1 -0
- package/dist/assets/Overlay.css +1 -1
- package/dist/assets/OverlayHero 4.css +1 -0
- package/dist/assets/OverlayHero.css +1 -1
- package/dist/assets/PageContainer 4.css +1 -0
- package/dist/assets/PageContainer.css +1 -1
- package/dist/assets/ParallaxImageGrid 4.css +1 -0
- package/dist/assets/PinnedImage 4.css +1 -0
- package/dist/assets/PinnedImage.css +1 -1
- package/dist/assets/PromoGroup 4.css +1 -0
- package/dist/assets/PromoGroup.css +1 -1
- package/dist/assets/RSVPEmbed 4.css +1 -0
- package/dist/assets/RSVPEmbed.css +1 -1
- package/dist/assets/Schedule 4.css +1 -0
- package/dist/assets/Schedule.css +1 -1
- package/dist/assets/TextBlock 4.css +1 -0
- package/dist/assets/TextBlock.css +1 -1
- package/dist/assets/Timeline 3.css +1 -0
- package/dist/assets/Toolbar 3.css +1 -0
- package/dist/components/Accordion/Accordion.js +1 -1
- package/dist/components/Accordion/AccordionItem.js +1 -1
- package/dist/components/Background/Background.js +5 -5
- package/dist/components/Banner/Banner.js +13 -13
- package/dist/components/Button/Button.js +19 -19
- package/dist/components/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/components/Container/Container.js +12 -12
- package/dist/components/Countdown/Countdown.js +3 -3
- package/dist/components/Fifty/Fifty.js +22 -22
- package/dist/components/FloatingWordsHero/FloatingWordsHero.js +21 -21
- package/dist/components/Footer/Footer.js +6 -6
- package/dist/components/GenericOverlay/GenericOverlay.js +10 -10
- package/dist/components/GridGallery/GridGallery.js +9 -9
- package/dist/components/IconDetail/IconDetail.js +8 -8
- package/dist/components/ImageTextBlock/ImageTextBlock.js +17 -17
- package/dist/components/List/List.js +12 -12
- package/dist/components/Map/Map.js +14 -14
- package/dist/components/Navbar/Navbar.js +40 -40
- package/dist/components/Note/Note.js +19 -19
- package/dist/components/Overlay/Overlay.js +31 -31
- package/dist/components/OverlayHero/OverlayHero.js +32 -32
- package/dist/components/PageContainer/PageContainer.js +3 -3
- package/dist/components/PinnedImage/PinnedImage.js +25 -25
- package/dist/components/PromoGroup/PromoGroup.js +31 -30
- package/dist/components/RSVPEmbed/RSVPEmbed.js +1 -1
- package/dist/components/Schedule/Schedule.js +12 -12
- package/dist/components/TextBlock/TextBlock.js +12 -12
- package/dist/hooks/useActiveSection 4.js +27 -0
- package/dist/hooks/useFadeIn 4.js +52 -0
- package/dist/hooks/useImageReveal 4.js +55 -0
- package/dist/hooks/useNavColor 4.js +15 -0
- package/dist/hooks/useRepeatable 4.js +32 -0
- package/dist/hooks/useResize 4.js +23 -0
- package/dist/hooks/useResponsive 4.js +15 -0
- package/dist/hooks/useReveal 4.js +38 -0
- package/dist/hooks/useStagger 4.js +43 -0
- package/dist/index 4.js +50 -0
- package/dist/index-BmTo-IS6 4.js +2018 -0
- package/dist/index-K0WrPJ_C 4.js +29 -0
- package/dist/index.modern-DPbS1w7M 4.js +1443 -0
- package/package.json +1 -1
- package/src/styles/_breakpoints.scss +1 -1
- package/dist/AccordionItem-BnGlD8YU.js +0 -40
- /package/dist/{index-B2JRaoNz 2.js → index-B2JRaoNz 4.js} +0 -0
- /package/dist/{index-DyQs5aC7 3.js → index-DyQs5aC7 4.js} +0 -0
- /package/dist/presets/{animations 3.js → animations 4.js} +0 -0
- /package/dist/utils/{breakpoints 3.js → breakpoints 4.js} +0 -0
- /package/dist/utils/{gsapSetup 3.js → gsapSetup 4.js} +0 -0
- /package/dist/utils/{parse 3.js → parse 4.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@media (min-width: 0){._container_i1qiu_2{margin-top:-40px;margin-bottom:-40px}._container_i1qiu_2{width:calc(100% + 40px);margin-left:-20px}}@media (min-width: 390px){._container_i1qiu_2{margin-top:-50px;margin-bottom:-50px}._container_i1qiu_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 625px){._container_i1qiu_2{margin-top:-50px;margin-bottom:-50px}._container_i1qiu_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 790px) and (orientation: portrait){._container_i1qiu_2{margin-top:-50px;margin-bottom:-50px}._container_i1qiu_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 992px) and (orientation: portrait){._container_i1qiu_2{margin-top:-70px;margin-bottom:-70px}._container_i1qiu_2{width:calc(100% + 100px);margin-left:-50px}}@media (min-width: 790px) and (orientation: landscape){._container_i1qiu_2{margin-top:0;margin-bottom:0;width:100%;margin-left:0}}@media (min-width: 1200px) and (orientation: portrait){._container_i1qiu_2{margin-top:0;margin-bottom:0;width:100%;margin-left:0}}@media (min-width: 0){._container_i1qiu_2{padding:40px 20px;scroll-margin-top:40px}}@media (min-width: 390px){._container_i1qiu_2{padding:50px 30px;scroll-margin-top:50px}}@media (min-width: 625px){._container_i1qiu_2{padding:50px 30px;scroll-margin-top:50px}}@media (min-width: 790px) and (orientation: portrait){._container_i1qiu_2{padding:50px 30px;scroll-margin-top:50px}}@media (min-width: 790px) and (orientation: landscape){._container_i1qiu_2{padding:30px;scroll-margin-top:30px}}@media (min-width: 992px){._container_i1qiu_2{padding:70px 50px;scroll-margin-top:70px}}@media (min-width: 1200px){._container_i1qiu_2{padding:50px 100px;scroll-margin-top:50px}}@media (min-width: 1600px){._container_i1qiu_2{padding:130px 150px;scroll-margin-top:130px}}._container_i1qiu_2{position:relative;height:100vh;background-size:cover;padding-top:10%}._content_i1qiu_122{display:grid;max-width:550px;margin:0 auto;position:relative;width:100%}._copy_i1qiu_130{text-align:center;position:relative;width:100%;background-color:var(--color-white)}@media (min-width: 0){._copy_i1qiu_130 h3{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._copy_i1qiu_130 h3{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){._copy_i1qiu_130 h3{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){._copy_i1qiu_130 h3{font-size:30px}}@media (min-width: 992px){._copy_i1qiu_130 h3{font-size:24px}}@media (min-width: 0){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:20px;line-height:1.2}}@media (min-width: 390px){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:24px}}@media (min-width: 1600px){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:26px}}._copy_i1qiu_130 ._text_i1qiu_165{margin-bottom:30px}._title_i1qiu_220{font-family:var(--font-secondary)}@media (min-width: 0){._title_i1qiu_220{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){._title_i1qiu_220{font-size:40px;line-height:1.2}}@media (min-width: 625px){._title_i1qiu_220{font-size:46px}}@media (min-width: 790px) and (orientation: landscape){._title_i1qiu_220{font-size:36px}}@media (min-width: 790px) and (orientation: portrait){._title_i1qiu_220{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){._title_i1qiu_220{font-size:40px}}@media (min-width: 1200px){._title_i1qiu_220{font-size:55px}}@media (min-width: 1600px){._title_i1qiu_220{font-size:62px}}._title_i1qiu_220{text-align:center;margin-bottom:40px}._background_i1qiu_271{width:100%;height:100%;display:none}._background_i1qiu_271 img{object-fit:cover;width:100%;height:100%;display:block}._section_i1qiu_283{position:absolute;padding:20px;display:flex;align-items:center;flex-direction:column}._stats_i1qiu_291{margin:0 auto}._text_i1qiu_165 a,._text_i1qiu_165 p{margin-bottom:20px}@media (min-width: 390px){._section_i1qiu_283{padding:30px}}@media (min-width: 625px){._title_i1qiu_220{margin-bottom:40px}._container_i1qiu_2{padding-top:15%}._section_i1qiu_283{padding:50px}._details_i1qiu_315{display:flex;justify-content:space-around;width:100%}}@media (min-width: 790px) and (orientation: portrait){._content_i1qiu_122{width:600px}._details_i1qiu_315{flex-direction:column}}@media (min-width: 790px) and (orientation: landscape){._container_i1qiu_2{background-image:none!important;padding:0}._background_i1qiu_271{display:block}._background_i1qiu_271{width:80%;height:75vh}._title_i1qiu_220{margin-bottom:10px}._content_i1qiu_122{position:absolute;right:0;top:17%;width:450px;max-width:unset}._section_i1qiu_283{padding:30px}._details_i1qiu_315{width:100%}}@media (min-width: 992px) and (orientation: landscape){._content_i1qiu_122{width:550px}}@media (min-width: 1200px){._container_i1qiu_2{background-image:none!important;padding:0}._background_i1qiu_271{display:block}._container_i1qiu_2{height:calc(100svh - 100px)}._background_i1qiu_271{width:80%;flex-grow:1}._content_i1qiu_122{top:20%}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media (min-width: 0){.
|
|
1
|
+
@media (min-width: 0){._container_i1qiu_2{margin-top:-40px;margin-bottom:-40px}._container_i1qiu_2{width:calc(100% + 40px);margin-left:-20px}}@media (min-width: 390px){._container_i1qiu_2{margin-top:-50px;margin-bottom:-50px}._container_i1qiu_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 625px){._container_i1qiu_2{margin-top:-50px;margin-bottom:-50px}._container_i1qiu_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 790px) and (orientation: portrait){._container_i1qiu_2{margin-top:-50px;margin-bottom:-50px}._container_i1qiu_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 992px) and (orientation: portrait){._container_i1qiu_2{margin-top:-70px;margin-bottom:-70px}._container_i1qiu_2{width:calc(100% + 100px);margin-left:-50px}}@media (min-width: 790px) and (orientation: landscape){._container_i1qiu_2{margin-top:0;margin-bottom:0;width:100%;margin-left:0}}@media (min-width: 1200px) and (orientation: portrait){._container_i1qiu_2{margin-top:0;margin-bottom:0;width:100%;margin-left:0}}@media (min-width: 0){._container_i1qiu_2{padding:40px 20px;scroll-margin-top:40px}}@media (min-width: 390px){._container_i1qiu_2{padding:50px 30px;scroll-margin-top:50px}}@media (min-width: 625px){._container_i1qiu_2{padding:50px 30px;scroll-margin-top:50px}}@media (min-width: 790px) and (orientation: portrait){._container_i1qiu_2{padding:50px 30px;scroll-margin-top:50px}}@media (min-width: 790px) and (orientation: landscape){._container_i1qiu_2{padding:30px;scroll-margin-top:30px}}@media (min-width: 992px){._container_i1qiu_2{padding:70px 50px;scroll-margin-top:70px}}@media (min-width: 1200px){._container_i1qiu_2{padding:50px 100px;scroll-margin-top:50px}}@media (min-width: 1600px){._container_i1qiu_2{padding:130px 150px;scroll-margin-top:130px}}._container_i1qiu_2{position:relative;height:100vh;background-size:cover;padding-top:10%}._content_i1qiu_122{display:grid;max-width:550px;margin:0 auto;position:relative;width:100%}._copy_i1qiu_130{text-align:center;position:relative;width:100%;background-color:var(--color-white)}@media (min-width: 0){._copy_i1qiu_130 h3{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._copy_i1qiu_130 h3{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){._copy_i1qiu_130 h3{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){._copy_i1qiu_130 h3{font-size:30px}}@media (min-width: 992px){._copy_i1qiu_130 h3{font-size:24px}}@media (min-width: 0){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:20px;line-height:1.2}}@media (min-width: 390px){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:24px}}@media (min-width: 1600px){._copy_i1qiu_130 ._text_i1qiu_165,._copy_i1qiu_130 ._text_i1qiu_165>*{font-size:26px}}._copy_i1qiu_130 ._text_i1qiu_165{margin-bottom:30px}._title_i1qiu_220{font-family:var(--font-secondary)}@media (min-width: 0){._title_i1qiu_220{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){._title_i1qiu_220{font-size:40px;line-height:1.2}}@media (min-width: 625px){._title_i1qiu_220{font-size:46px}}@media (min-width: 790px) and (orientation: landscape){._title_i1qiu_220{font-size:36px}}@media (min-width: 790px) and (orientation: portrait){._title_i1qiu_220{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){._title_i1qiu_220{font-size:40px}}@media (min-width: 1200px){._title_i1qiu_220{font-size:55px}}@media (min-width: 1600px){._title_i1qiu_220{font-size:62px}}._title_i1qiu_220{text-align:center;margin-bottom:40px}._background_i1qiu_271{width:100%;height:100%;display:none}._background_i1qiu_271 img{object-fit:cover;width:100%;height:100%;display:block}._section_i1qiu_283{position:absolute;padding:20px;display:flex;align-items:center;flex-direction:column}._stats_i1qiu_291{margin:0 auto}._text_i1qiu_165 a,._text_i1qiu_165 p{margin-bottom:20px}@media (min-width: 390px){._section_i1qiu_283{padding:30px}}@media (min-width: 625px){._title_i1qiu_220{margin-bottom:40px}._container_i1qiu_2{padding-top:15%}._section_i1qiu_283{padding:50px}._details_i1qiu_315{display:flex;justify-content:space-around;width:100%}}@media (min-width: 790px) and (orientation: portrait){._content_i1qiu_122{width:600px}._details_i1qiu_315{flex-direction:column}}@media (min-width: 790px) and (orientation: landscape){._container_i1qiu_2{background-image:none!important;padding:0}._background_i1qiu_271{display:block}._background_i1qiu_271{width:80%;height:75vh}._title_i1qiu_220{margin-bottom:10px}._content_i1qiu_122{position:absolute;right:0;top:17%;width:450px;max-width:unset}._section_i1qiu_283{padding:30px}._details_i1qiu_315{width:100%}}@media (min-width: 992px) and (orientation: landscape){._content_i1qiu_122{width:550px}}@media (min-width: 1200px){._container_i1qiu_2{background-image:none!important;padding:0}._background_i1qiu_271{display:block}._container_i1qiu_2{height:calc(100svh - 100px)}._background_i1qiu_271{width:80%;flex-grow:1}._content_i1qiu_122{top:20%}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
html,body{overscroll-behavior:none;height:100%}p,h1,h2,h3{margin:0}@media (min-width: 0){strong{font-weight:500;font-size:24px}}@media (min-width: 790px) and (orientation: portrait){strong{font-size:30px}}@media (min-width: 790px) and (orientation: landscape){strong{font-size:20px}}@media (min-width: 992px){strong{font-size:28px}}@media (min-width: 0){small{font-size:18px}}@media (min-width: 790px) and (orientation: landscape){small{font-size:18px}}@media (min-width: 790px) and (orientation: portrait){small{font-size:22px}}@media (min-width: 992px) and (orientation: landscape){small{font-size:20px;line-height:1}}@media (min-width: 992px) and (orientation: portrait){small{font-size:22px;line-height:1}}small{font-style:italic}#rsvpify-wrapper{width:100%;height:100%}@media (min-width: 0){.typography--h2{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){.typography--h2{font-size:40px;line-height:1.2}}@media (min-width: 625px){.typography--h2{font-size:46px}}@media (min-width: 790px) and (orientation: landscape){.typography--h2{font-size:36px}}@media (min-width: 790px) and (orientation: portrait){.typography--h2{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){.typography--h2{font-size:40px}}@media (min-width: 1200px){.typography--h2{font-size:55px}}@media (min-width: 1600px){.typography--h2{font-size:62px}}@media (min-width: 0){.typography--h3{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){.typography--h3{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){.typography--h3{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){.typography--h3{font-size:30px}}@media (min-width: 992px){.typography--h3{font-size:24px}}@media (min-width: 0){.typography--h4{font-weight:560;font-size:26px;line-height:1;margin-bottom:10px}}@media (min-width: 625px){.typography--h4{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){.typography--h4{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){.typography--h4{font-size:30px}}@media (min-width: 992px) and (orientation: landscape){.typography--h4{font-size:28px}}@media (min-width: 0){.typography--body{font-size:20px;line-height:1.2}}@media (min-width: 390px){.typography--body{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){.typography--body{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){.typography--body{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){.typography--body{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){.typography--body{font-size:24px;line-height:1.3}}@media (min-width: 1200px){.typography--body{font-size:24px}}@media (min-width: 1600px){.typography--body{font-size:26px}}@media (min-width: 0){.typography--strong{font-weight:500;font-size:24px}}@media (min-width: 790px) and (orientation: portrait){.typography--strong{font-size:30px}}@media (min-width: 790px) and (orientation: landscape){.typography--strong{font-size:20px}}@media (min-width: 992px){.typography--strong{font-size:28px}}.hidden{visibility:hidden}.mobile-break{display:inline}@media (min-width: 790px){.mobile-break{display:none}}@media (min-width: 0){._group_iq3ie_2{width:calc(100% + 40px);margin-left:-20px}}@media (min-width: 390px){._group_iq3ie_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 625px){._group_iq3ie_2{margin-top:0;margin-bottom:0;width:100%;margin-left:0}}._group_iq3ie_2{display:grid;grid-template-columns:1fr;gap:30px;padding:0 20px}._group_iq3ie_2._slider_iq3ie_27{grid-template-columns:repeat(var(--promos),1fr);overflow-x:auto}@media (min-width: 0){._header_iq3ie_33{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){._header_iq3ie_33{font-size:40px;line-height:1.2}}@media (min-width: 625px){._header_iq3ie_33{font-size:46px}}@media (min-width: 790px) and (orientation: landscape){._header_iq3ie_33{font-size:36px}}@media (min-width: 790px) and (orientation: portrait){._header_iq3ie_33{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){._header_iq3ie_33{font-size:40px}}@media (min-width: 1200px){._header_iq3ie_33{font-size:55px}}@media (min-width: 1600px){._header_iq3ie_33{font-size:62px}}._header_iq3ie_33{font-family:var(--font-secondary);margin-bottom:30px;text-align:center}._promo_iq3ie_81{grid-row:auto/span var(--propCount);padding:30px;display:grid;grid-template-rows:subgrid;min-width:73vw;gap:0;text-decoration:none}._promo_iq3ie_81[data-color=color-primary-dark]{background-color:var(--color-primary-dark);color:var(--color-white)}._promo_iq3ie_81[data-color=color-primary-medium]{background-color:var(--color-primary-medium);color:var(--color-white)}._promo_iq3ie_81[data-color=color-primary-light]{background-color:var(--color-primary-light);color:var(--color-neutral-dark)}._promo_iq3ie_81[data-color=color-secondary]{background-color:var(--color-secondary);color:var(--color-neutral-dark)}._promo_iq3ie_81[data-color=color-neutral-dark]{background-color:var(--color-neutral-dark);color:var(--color-white)}._promo_iq3ie_81[data-color=color-neutral-medium]{background-color:var(--color-neutral-medium);color:var(--color-white)}._promo_iq3ie_81[data-color=color-neutral-light]{background-color:var(--color-neutral-light);color:var(--color-neutral-dark)}._promo_iq3ie_81[data-color=color-white]{background-color:var(--color-white);color:var(--color-neutral-dark)}@supports not (grid-template-rows: subgrid){._promo_iq3ie_81{display:flex;flex-direction:column}}._promo_iq3ie_81[data-direction=horizontal]{grid-template-columns:auto 1fr}._promo_iq3ie_81[data-direction=horizontal] ._icon_iq3ie_131{grid-column:1;grid-row:1/-1;margin-right:10px;font-size:70px}._promo_iq3ie_81[data-text-align=center]{text-align:center;align-items:center}._promo_iq3ie_81[data-text-align=center] ._cta_iq3ie_141{margin-left:auto;margin-right:auto}._promo_iq3ie_81 ._icon_iq3ie_131{font-size:50px}._imageContainer_iq3ie_149{width:100%;height:var(--image-container-height, 200px)}._image_iq3ie_149{width:100%;height:100%;object-fit:cover;margin:0 auto}._promo__header_iq3ie_161{margin:5px 0 20px;line-height:2.25rem;text-transform:uppercase;letter-spacing:3px}@media (min-width: 0){._promo__header_iq3ie_161{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._promo__header_iq3ie_161{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){._promo__header_iq3ie_161{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){._promo__header_iq3ie_161{font-size:30px}}@media (min-width: 992px){._promo__header_iq3ie_161{font-size:24px}}@media (min-width: 0){._cta_iq3ie_141{font-size:20px;line-height:1.2}}@media (min-width: 390px){._cta_iq3ie_141{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._cta_iq3ie_141{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._cta_iq3ie_141{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._cta_iq3ie_141{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._cta_iq3ie_141{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._cta_iq3ie_141{font-size:24px}}@media (min-width: 1600px){._cta_iq3ie_141{font-size:26px}}._cta_iq3ie_141{margin-top:30px;font-style:italic}._icon_iq3ie_131{font-size:60px;margin-bottom:20px}@media (min-width: 0){._promo__body_iq3ie_253{font-size:20px;line-height:1.2}}@media (min-width: 390px){._promo__body_iq3ie_253{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._promo__body_iq3ie_253{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._promo__body_iq3ie_253{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._promo__body_iq3ie_253{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._promo__body_iq3ie_253{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._promo__body_iq3ie_253{font-size:24px}}@media (min-width: 1600px){._promo__body_iq3ie_253{font-size:26px}}._promo__body_iq3ie_253{align-self:flex-start}._stats_iq3ie_300{padding-top:20px}._stat_iq3ie_300{display:flex;align-items:center;margin-bottom:5px}._stat_iq3ie_300 span:first-child{margin-right:10px}@media (min-width: 0){._statText_iq3ie_314{font-size:20px;line-height:1.2}}@media (min-width: 390px){._statText_iq3ie_314{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._statText_iq3ie_314{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._statText_iq3ie_314{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._statText_iq3ie_314{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._statText_iq3ie_314{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._statText_iq3ie_314{font-size:24px}}@media (min-width: 1600px){._statText_iq3ie_314{font-size:26px}}._statText_iq3ie_314{font-style:italic}@media (min-width: 625px){._group_iq3ie_2{gap:50px}._group_iq3ie_2._slider_iq3ie_27{grid-template-columns:1fr 1fr;padding:0}._promo_iq3ie_81{min-width:unset}._promo_iq3ie_81[data-direction=horizontal]{grid-template-columns:100px 1fr}}@media (min-width: 790px) and (orientation: landscape){._group_iq3ie_2{grid-template-columns:1fr 1fr 1fr;gap:10px}._group_iq3ie_2._count-4_iq3ie_381,._group_iq3ie_2._count-2_iq3ie_381{grid-template-columns:1fr 1fr}._group_iq3ie_2._slider_iq3ie_27{grid-template-columns:repeat(auto-fit,1fr)}}@media (min-width: 790px) and (orientation: portrait){._group_iq3ie_2._slider_iq3ie_27{gap:30px}}@media (min-width: 992px){._group_iq3ie_2{gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._group_iq3ie_2._count-4_iq3ie_381{grid-template-columns:repeat(2,1fr)}._group_iq3ie_2._slider_iq3ie_27{grid-template-columns:1fr 1fr 1fr;gap:var(--promo-group-gap, 20px)}._promo_iq3ie_81{padding:30px}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
html,body{overscroll-behavior:none;height:100%}p,h1,h2,h3{margin:0}@media (min-width: 0){strong{font-weight:500;font-size:24px}}@media (min-width: 800px) and (orientation: portrait){strong{font-size:30px}}@media (min-width: 800px) and (orientation: landscape){strong{font-size:20px}}@media (min-width: 992px){strong{font-size:28px}}@media (min-width: 0){small{font-size:18px}}@media (min-width: 800px) and (orientation: landscape){small{font-size:18px}}@media (min-width: 800px) and (orientation: portrait){small{font-size:22px}}@media (min-width: 992px) and (orientation: landscape){small{font-size:20px;line-height:1}}@media (min-width: 992px) and (orientation: portrait){small{font-size:22px;line-height:1}}small{font-style:italic}#rsvpify-wrapper{width:100%;height:100%}@media (min-width: 0){.typography--h2{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){.typography--h2{font-size:40px;line-height:1.2}}@media (min-width: 625px){.typography--h2{font-size:46px}}@media (min-width: 800px) and (orientation: landscape){.typography--h2{font-size:36px}}@media (min-width: 800px) and (orientation: portrait){.typography--h2{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){.typography--h2{font-size:40px}}@media (min-width: 1200px){.typography--h2{font-size:55px}}@media (min-width: 1600px){.typography--h2{font-size:62px}}@media (min-width: 0){.typography--h3{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){.typography--h3{font-size:26px}}@media (min-width: 800px) and (orientation: landscape){.typography--h3{font-size:20px}}@media (min-width: 800px) and (orientation: portrait){.typography--h3{font-size:30px}}@media (min-width: 992px){.typography--h3{font-size:24px}}@media (min-width: 0){.typography--h4{font-weight:560;font-size:26px;line-height:1;margin-bottom:10px}}@media (min-width: 625px){.typography--h4{font-size:26px}}@media (min-width: 800px) and (orientation: landscape){.typography--h4{font-size:20px}}@media (min-width: 800px) and (orientation: portrait){.typography--h4{font-size:30px}}@media (min-width: 992px) and (orientation: landscape){.typography--h4{font-size:28px}}@media (min-width: 0){.typography--body{font-size:20px;line-height:1.2}}@media (min-width: 390px){.typography--body{font-size:22px}}@media (min-width: 800px) and (orientation: portrait){.typography--body{font-size:28px}}@media (min-width: 800px) and (orientation: landscape){.typography--body{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){.typography--body{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){.typography--body{font-size:24px;line-height:1.3}}@media (min-width: 1200px){.typography--body{font-size:24px}}@media (min-width: 1600px){.typography--body{font-size:26px}}@media (min-width: 0){.typography--strong{font-weight:500;font-size:24px}}@media (min-width: 800px) and (orientation: portrait){.typography--strong{font-size:30px}}@media (min-width: 800px) and (orientation: landscape){.typography--strong{font-size:20px}}@media (min-width: 992px){.typography--strong{font-size:28px}}.hidden{visibility:hidden}.mobile-break{display:inline}@media (min-width: 800px){.mobile-break{display:none}}@media (min-width: 0){._group_tliee_2{width:calc(100% + 40px);margin-left:-20px}}@media (min-width: 390px){._group_tliee_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 625px){._group_tliee_2{margin-top:0;margin-bottom:0;width:100%;margin-left:0}}._group_tliee_2{display:grid;grid-template-columns:1fr;gap:30px;padding:0 20px}._group_tliee_2._slider_tliee_27{grid-template-columns:repeat(var(--promos),1fr);overflow-x:auto}@media (min-width: 0){._header_tliee_33{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){._header_tliee_33{font-size:40px;line-height:1.2}}@media (min-width: 625px){._header_tliee_33{font-size:46px}}@media (min-width: 800px) and (orientation: landscape){._header_tliee_33{font-size:36px}}@media (min-width: 800px) and (orientation: portrait){._header_tliee_33{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){._header_tliee_33{font-size:40px}}@media (min-width: 1200px){._header_tliee_33{font-size:55px}}@media (min-width: 1600px){._header_tliee_33{font-size:62px}}._header_tliee_33{font-family:var(--font-secondary);margin-bottom:30px;text-align:center}._promo_tliee_81{grid-row:auto/span var(--propCount);padding:30px;display:grid;grid-template-rows:subgrid;min-width:73vw;gap:0;text-decoration:none}._promo_tliee_81[data-color=color-primary-dark]{background-color:var(--color-primary-dark);color:var(--color-white)}._promo_tliee_81[data-color=color-primary-medium]{background-color:var(--color-primary-medium);color:var(--color-white)}._promo_tliee_81[data-color=color-primary-light]{background-color:var(--color-primary-light);color:var(--color-neutral-dark)}._promo_tliee_81[data-color=color-secondary]{background-color:var(--color-secondary);color:var(--color-neutral-dark)}._promo_tliee_81[data-color=color-neutral-dark]{background-color:var(--color-neutral-dark);color:var(--color-white)}._promo_tliee_81[data-color=color-neutral-medium]{background-color:var(--color-neutral-medium);color:var(--color-white)}._promo_tliee_81[data-color=color-neutral-light]{background-color:var(--color-neutral-light);color:var(--color-neutral-dark)}._promo_tliee_81[data-color=color-white]{background-color:var(--color-white);color:var(--color-neutral-dark)}@supports not (grid-template-rows: subgrid){._promo_tliee_81{display:flex;flex-direction:column}}._promo_tliee_81[data-direction=horizontal]{grid-template-columns:auto 1fr}._promo_tliee_81[data-direction=horizontal] ._icon_tliee_131{grid-column:1;grid-row:1/-1;margin-right:10px;font-size:70px}._promo_tliee_81[data-text-align=center]{text-align:center;align-items:center}._promo_tliee_81[data-text-align=center] ._cta_tliee_141{margin-left:auto;margin-right:auto}._promo_tliee_81 ._icon_tliee_131{font-size:50px}._imageContainer_tliee_149{width:100%;height:var(--image-container-height, 200px)}._image_tliee_149{width:100%;height:100%;object-fit:cover;margin:0 auto}._promo__header_tliee_161{margin:5px 0 20px;line-height:2.25rem;text-transform:uppercase;letter-spacing:3px}@media (min-width: 0){._promo__header_tliee_161{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._promo__header_tliee_161{font-size:26px}}@media (min-width: 800px) and (orientation: landscape){._promo__header_tliee_161{font-size:20px}}@media (min-width: 800px) and (orientation: portrait){._promo__header_tliee_161{font-size:30px}}@media (min-width: 992px){._promo__header_tliee_161{font-size:24px}}@media (min-width: 0){._cta_tliee_141{font-size:20px;line-height:1.2}}@media (min-width: 390px){._cta_tliee_141{font-size:22px}}@media (min-width: 800px) and (orientation: portrait){._cta_tliee_141{font-size:28px}}@media (min-width: 800px) and (orientation: landscape){._cta_tliee_141{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._cta_tliee_141{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._cta_tliee_141{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._cta_tliee_141{font-size:24px}}@media (min-width: 1600px){._cta_tliee_141{font-size:26px}}._cta_tliee_141{margin-top:30px;font-style:italic}._icon_tliee_131{font-size:60px;margin-bottom:20px}@media (min-width: 0){._promo__body_tliee_253{font-size:20px;line-height:1.2}}@media (min-width: 390px){._promo__body_tliee_253{font-size:22px}}@media (min-width: 800px) and (orientation: portrait){._promo__body_tliee_253{font-size:28px}}@media (min-width: 800px) and (orientation: landscape){._promo__body_tliee_253{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._promo__body_tliee_253{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._promo__body_tliee_253{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._promo__body_tliee_253{font-size:24px}}@media (min-width: 1600px){._promo__body_tliee_253{font-size:26px}}._promo__body_tliee_253{align-self:flex-start}._stats_tliee_300{padding-top:20px}._stat_tliee_300{display:flex;align-items:center;margin-bottom:5px}._stat_tliee_300 span:first-child{margin-right:10px}@media (min-width: 0){._statText_tliee_314{font-size:20px;line-height:1.2}}@media (min-width: 390px){._statText_tliee_314{font-size:22px}}@media (min-width: 800px) and (orientation: portrait){._statText_tliee_314{font-size:28px}}@media (min-width: 800px) and (orientation: landscape){._statText_tliee_314{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._statText_tliee_314{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._statText_tliee_314{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._statText_tliee_314{font-size:24px}}@media (min-width: 1600px){._statText_tliee_314{font-size:26px}}._statText_tliee_314{font-style:italic}@media (min-width: 625px){._group_tliee_2{gap:50px}._group_tliee_2._slider_tliee_27{grid-template-columns:1fr 1fr;padding:0}._promo_tliee_81{min-width:unset}._promo_tliee_81[data-direction=horizontal]{grid-template-columns:100px 1fr}}@media (min-width: 800px) and (orientation: landscape){._group_tliee_2._slider_tliee_27{grid-template-columns:repeat(auto-fit,1fr)}}@media (min-width: 800px) and (orientation: portrait){._group_tliee_2._slider_tliee_27{gap:30px}}@media (min-width: 992px){._group_tliee_2{gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._group_tliee_2._count-4_tliee_391{grid-template-columns:repeat(2,1fr)}._group_tliee_2._slider_tliee_27{grid-template-columns:1fr 1fr 1fr;gap:var(--promo-group-gap, 20px)}._promo_tliee_81{padding:30px}}
|
|
1
|
+
html,body{overscroll-behavior:none;height:100%}p,h1,h2,h3{margin:0}@media (min-width: 0){strong{font-weight:500;font-size:24px}}@media (min-width: 790px) and (orientation: portrait){strong{font-size:30px}}@media (min-width: 790px) and (orientation: landscape){strong{font-size:20px}}@media (min-width: 992px){strong{font-size:28px}}@media (min-width: 0){small{font-size:18px}}@media (min-width: 790px) and (orientation: landscape){small{font-size:18px}}@media (min-width: 790px) and (orientation: portrait){small{font-size:22px}}@media (min-width: 992px) and (orientation: landscape){small{font-size:20px;line-height:1}}@media (min-width: 992px) and (orientation: portrait){small{font-size:22px;line-height:1}}small{font-style:italic}#rsvpify-wrapper{width:100%;height:100%}@media (min-width: 0){.typography--h2{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){.typography--h2{font-size:40px;line-height:1.2}}@media (min-width: 625px){.typography--h2{font-size:46px}}@media (min-width: 790px) and (orientation: landscape){.typography--h2{font-size:36px}}@media (min-width: 790px) and (orientation: portrait){.typography--h2{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){.typography--h2{font-size:40px}}@media (min-width: 1200px){.typography--h2{font-size:55px}}@media (min-width: 1600px){.typography--h2{font-size:62px}}@media (min-width: 0){.typography--h3{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){.typography--h3{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){.typography--h3{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){.typography--h3{font-size:30px}}@media (min-width: 992px){.typography--h3{font-size:24px}}@media (min-width: 0){.typography--h4{font-weight:560;font-size:26px;line-height:1;margin-bottom:10px}}@media (min-width: 625px){.typography--h4{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){.typography--h4{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){.typography--h4{font-size:30px}}@media (min-width: 992px) and (orientation: landscape){.typography--h4{font-size:28px}}@media (min-width: 0){.typography--body{font-size:20px;line-height:1.2}}@media (min-width: 390px){.typography--body{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){.typography--body{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){.typography--body{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){.typography--body{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){.typography--body{font-size:24px;line-height:1.3}}@media (min-width: 1200px){.typography--body{font-size:24px}}@media (min-width: 1600px){.typography--body{font-size:26px}}@media (min-width: 0){.typography--strong{font-weight:500;font-size:24px}}@media (min-width: 790px) and (orientation: portrait){.typography--strong{font-size:30px}}@media (min-width: 790px) and (orientation: landscape){.typography--strong{font-size:20px}}@media (min-width: 992px){.typography--strong{font-size:28px}}.hidden{visibility:hidden}.mobile-break{display:inline}@media (min-width: 790px){.mobile-break{display:none}}@media (min-width: 0){._group_iq3ie_2{width:calc(100% + 40px);margin-left:-20px}}@media (min-width: 390px){._group_iq3ie_2{width:calc(100% + 60px);margin-left:-30px}}@media (min-width: 625px){._group_iq3ie_2{margin-top:0;margin-bottom:0;width:100%;margin-left:0}}._group_iq3ie_2{display:grid;grid-template-columns:1fr;gap:30px;padding:0 20px}._group_iq3ie_2._slider_iq3ie_27{grid-template-columns:repeat(var(--promos),1fr);overflow-x:auto}@media (min-width: 0){._header_iq3ie_33{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){._header_iq3ie_33{font-size:40px;line-height:1.2}}@media (min-width: 625px){._header_iq3ie_33{font-size:46px}}@media (min-width: 790px) and (orientation: landscape){._header_iq3ie_33{font-size:36px}}@media (min-width: 790px) and (orientation: portrait){._header_iq3ie_33{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){._header_iq3ie_33{font-size:40px}}@media (min-width: 1200px){._header_iq3ie_33{font-size:55px}}@media (min-width: 1600px){._header_iq3ie_33{font-size:62px}}._header_iq3ie_33{font-family:var(--font-secondary);margin-bottom:30px;text-align:center}._promo_iq3ie_81{grid-row:auto/span var(--propCount);padding:30px;display:grid;grid-template-rows:subgrid;min-width:73vw;gap:0;text-decoration:none}._promo_iq3ie_81[data-color=color-primary-dark]{background-color:var(--color-primary-dark);color:var(--color-white)}._promo_iq3ie_81[data-color=color-primary-medium]{background-color:var(--color-primary-medium);color:var(--color-white)}._promo_iq3ie_81[data-color=color-primary-light]{background-color:var(--color-primary-light);color:var(--color-neutral-dark)}._promo_iq3ie_81[data-color=color-secondary]{background-color:var(--color-secondary);color:var(--color-neutral-dark)}._promo_iq3ie_81[data-color=color-neutral-dark]{background-color:var(--color-neutral-dark);color:var(--color-white)}._promo_iq3ie_81[data-color=color-neutral-medium]{background-color:var(--color-neutral-medium);color:var(--color-white)}._promo_iq3ie_81[data-color=color-neutral-light]{background-color:var(--color-neutral-light);color:var(--color-neutral-dark)}._promo_iq3ie_81[data-color=color-white]{background-color:var(--color-white);color:var(--color-neutral-dark)}@supports not (grid-template-rows: subgrid){._promo_iq3ie_81{display:flex;flex-direction:column}}._promo_iq3ie_81[data-direction=horizontal]{grid-template-columns:auto 1fr}._promo_iq3ie_81[data-direction=horizontal] ._icon_iq3ie_131{grid-column:1;grid-row:1/-1;margin-right:10px;font-size:70px}._promo_iq3ie_81[data-text-align=center]{text-align:center;align-items:center}._promo_iq3ie_81[data-text-align=center] ._cta_iq3ie_141{margin-left:auto;margin-right:auto}._promo_iq3ie_81 ._icon_iq3ie_131{font-size:50px}._imageContainer_iq3ie_149{width:100%;height:var(--image-container-height, 200px)}._image_iq3ie_149{width:100%;height:100%;object-fit:cover;margin:0 auto}._promo__header_iq3ie_161{margin:5px 0 20px;line-height:2.25rem;text-transform:uppercase;letter-spacing:3px}@media (min-width: 0){._promo__header_iq3ie_161{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._promo__header_iq3ie_161{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){._promo__header_iq3ie_161{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){._promo__header_iq3ie_161{font-size:30px}}@media (min-width: 992px){._promo__header_iq3ie_161{font-size:24px}}@media (min-width: 0){._cta_iq3ie_141{font-size:20px;line-height:1.2}}@media (min-width: 390px){._cta_iq3ie_141{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._cta_iq3ie_141{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._cta_iq3ie_141{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._cta_iq3ie_141{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._cta_iq3ie_141{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._cta_iq3ie_141{font-size:24px}}@media (min-width: 1600px){._cta_iq3ie_141{font-size:26px}}._cta_iq3ie_141{margin-top:30px;font-style:italic}._icon_iq3ie_131{font-size:60px;margin-bottom:20px}@media (min-width: 0){._promo__body_iq3ie_253{font-size:20px;line-height:1.2}}@media (min-width: 390px){._promo__body_iq3ie_253{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._promo__body_iq3ie_253{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._promo__body_iq3ie_253{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._promo__body_iq3ie_253{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._promo__body_iq3ie_253{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._promo__body_iq3ie_253{font-size:24px}}@media (min-width: 1600px){._promo__body_iq3ie_253{font-size:26px}}._promo__body_iq3ie_253{align-self:flex-start}._stats_iq3ie_300{padding-top:20px}._stat_iq3ie_300{display:flex;align-items:center;margin-bottom:5px}._stat_iq3ie_300 span:first-child{margin-right:10px}@media (min-width: 0){._statText_iq3ie_314{font-size:20px;line-height:1.2}}@media (min-width: 390px){._statText_iq3ie_314{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._statText_iq3ie_314{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._statText_iq3ie_314{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._statText_iq3ie_314{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._statText_iq3ie_314{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._statText_iq3ie_314{font-size:24px}}@media (min-width: 1600px){._statText_iq3ie_314{font-size:26px}}._statText_iq3ie_314{font-style:italic}@media (min-width: 625px){._group_iq3ie_2{gap:50px}._group_iq3ie_2._slider_iq3ie_27{grid-template-columns:1fr 1fr;padding:0}._promo_iq3ie_81{min-width:unset}._promo_iq3ie_81[data-direction=horizontal]{grid-template-columns:100px 1fr}}@media (min-width: 790px) and (orientation: landscape){._group_iq3ie_2{grid-template-columns:1fr 1fr 1fr;gap:10px}._group_iq3ie_2._count-4_iq3ie_381,._group_iq3ie_2._count-2_iq3ie_381{grid-template-columns:1fr 1fr}._group_iq3ie_2._slider_iq3ie_27{grid-template-columns:repeat(auto-fit,1fr)}}@media (min-width: 790px) and (orientation: portrait){._group_iq3ie_2._slider_iq3ie_27{gap:30px}}@media (min-width: 992px){._group_iq3ie_2{gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._group_iq3ie_2._count-4_iq3ie_381{grid-template-columns:repeat(2,1fr)}._group_iq3ie_2._slider_iq3ie_27{grid-template-columns:1fr 1fr 1fr;gap:var(--promo-group-gap, 20px)}._promo_iq3ie_81{padding:30px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._container_u6rv2_1{width:100%}._wrapper_u6rv2_5{width:100%;height:calc(100svh - var(--navbar-height, 60px))}._wrapper_u6rv2_5 iframe{min-height:100%!important}@media (min-width: 790px){._container_u6rv2_1{width:100%;height:calc(100svh - var(--navbar-height, 80px));display:flex;align-items:center;justify-content:center}._wrapper_u6rv2_5{height:70%;max-height:800px;width:60%;max-width:600px}}@media (min-width: 790px) and (orientation: landscape){._wrapper_u6rv2_5{height:90%;width:40%}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_u6rv2_1{width:100%}._wrapper_u6rv2_5{width:100%;height:calc(100svh - var(--navbar-height, 60px))}._wrapper_u6rv2_5 iframe{min-height:100%!important}@media (min-width: 790px){._container_u6rv2_1{width:100%;height:calc(100svh - var(--navbar-height, 80px));display:flex;align-items:center;justify-content:center}._wrapper_u6rv2_5{height:70%;max-height:800px;width:60%;max-width:600px}}@media (min-width: 790px) and (orientation: landscape){._wrapper_u6rv2_5{height:90%;width:40%}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@media (min-width: 0){._schedule_rm7y9_2{font-size:20px;line-height:1.2}}@media (min-width: 390px){._schedule_rm7y9_2{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._schedule_rm7y9_2{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._schedule_rm7y9_2{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._schedule_rm7y9_2{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._schedule_rm7y9_2{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._schedule_rm7y9_2{font-size:24px}}@media (min-width: 1600px){._schedule_rm7y9_2{font-size:26px}}@media (min-width: 0){._schedule_rm7y9_2 h3{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._schedule_rm7y9_2 h3{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){._schedule_rm7y9_2 h3{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){._schedule_rm7y9_2 h3{font-size:30px}}@media (min-width: 992px){._schedule_rm7y9_2 h3{font-size:24px}}._schedule_rm7y9_2 h3{margin-bottom:40px}._schedule_rm7y9_2{margin-bottom:100px}._schedule_rm7y9_2 ._timeline_rm7y9_79{display:grid;grid-template-columns:max-content 50px 1fr;width:100%;row-gap:30px}._schedule_rm7y9_2 ._slot_rm7y9_85{display:grid;grid-template-rows:1fr}._schedule_rm7y9_2 ._time_rm7y9_79{text-align:right}._schedule_rm7y9_2 ._dot_rm7y9_92{width:12px;height:12px;border-radius:50%;background:var(--color-white);justify-self:center;position:absolute}._schedule_rm7y9_2 ._diagram_rm7y9_100{display:flex;align-items:center;position:relative;justify-content:center}._schedule_rm7y9_2 ._line_rm7y9_106{width:2px;background-color:var(--color-white);position:absolute;top:-15px;bottom:-15px}
|
package/dist/assets/Schedule.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@media (min-width: 0){.
|
|
1
|
+
@media (min-width: 0){._schedule_rm7y9_2{font-size:20px;line-height:1.2}}@media (min-width: 390px){._schedule_rm7y9_2{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._schedule_rm7y9_2{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._schedule_rm7y9_2{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._schedule_rm7y9_2{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._schedule_rm7y9_2{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._schedule_rm7y9_2{font-size:24px}}@media (min-width: 1600px){._schedule_rm7y9_2{font-size:26px}}@media (min-width: 0){._schedule_rm7y9_2 h3{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._schedule_rm7y9_2 h3{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){._schedule_rm7y9_2 h3{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){._schedule_rm7y9_2 h3{font-size:30px}}@media (min-width: 992px){._schedule_rm7y9_2 h3{font-size:24px}}._schedule_rm7y9_2 h3{margin-bottom:40px}._schedule_rm7y9_2{margin-bottom:100px}._schedule_rm7y9_2 ._timeline_rm7y9_79{display:grid;grid-template-columns:max-content 50px 1fr;width:100%;row-gap:30px}._schedule_rm7y9_2 ._slot_rm7y9_85{display:grid;grid-template-rows:1fr}._schedule_rm7y9_2 ._time_rm7y9_79{text-align:right}._schedule_rm7y9_2 ._dot_rm7y9_92{width:12px;height:12px;border-radius:50%;background:var(--color-white);justify-self:center;position:absolute}._schedule_rm7y9_2 ._diagram_rm7y9_100{display:flex;align-items:center;position:relative;justify-content:center}._schedule_rm7y9_2 ._line_rm7y9_106{width:2px;background-color:var(--color-white);position:absolute;top:-15px;bottom:-15px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._title_1iuzs_1{width:100%;text-align:center}@media (min-width: 0){._title_1iuzs_1{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){._title_1iuzs_1{font-size:40px;line-height:1.2}}@media (min-width: 625px){._title_1iuzs_1{font-size:46px}}@media (min-width: 790px) and (orientation: landscape){._title_1iuzs_1{font-size:36px}}@media (min-width: 790px) and (orientation: portrait){._title_1iuzs_1{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){._title_1iuzs_1{font-size:40px}}@media (min-width: 1200px){._title_1iuzs_1{font-size:55px}}@media (min-width: 1600px){._title_1iuzs_1{font-size:62px}}._title_1iuzs_1{margin-bottom:50px}._blocks_1iuzs_52{display:flex;flex-direction:column}._block_1iuzs_52{padding-bottom:50px;display:grid}@media (min-width: 0){._blockHeader_1iuzs_63{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._blockHeader_1iuzs_63{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){._blockHeader_1iuzs_63{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){._blockHeader_1iuzs_63{font-size:30px}}@media (min-width: 992px){._blockHeader_1iuzs_63{font-size:24px}}@media (min-width: 0){._description_1iuzs_92,._description_1iuzs_92>p{font-size:20px;line-height:1.2}}@media (min-width: 390px){._description_1iuzs_92,._description_1iuzs_92>p{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._description_1iuzs_92,._description_1iuzs_92>p{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._description_1iuzs_92,._description_1iuzs_92>p{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._description_1iuzs_92,._description_1iuzs_92>p{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._description_1iuzs_92,._description_1iuzs_92>p{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._description_1iuzs_92,._description_1iuzs_92>p{font-size:24px}}@media (min-width: 1600px){._description_1iuzs_92,._description_1iuzs_92>p{font-size:26px}}@media (min-width: 790px){._title_1iuzs_1{margin-bottom:50px}._block_1iuzs_52{grid-template-columns:1fr 2fr;gap:80px 40px}._description_1iuzs_92>p{margin-bottom:30px}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._title_1iuzs_1{width:100%;text-align:center}@media (min-width: 0){._title_1iuzs_1{font-family:var(--font-secondary);font-size:38px;line-height:1}}@media (min-width: 390px){._title_1iuzs_1{font-size:40px;line-height:1.2}}@media (min-width: 625px){._title_1iuzs_1{font-size:46px}}@media (min-width: 790px) and (orientation: landscape){._title_1iuzs_1{font-size:36px}}@media (min-width: 790px) and (orientation: portrait){._title_1iuzs_1{font-size:50px}}@media (min-width: 992px) and (orientation: landscape){._title_1iuzs_1{font-size:40px}}@media (min-width: 1200px){._title_1iuzs_1{font-size:55px}}@media (min-width: 1600px){._title_1iuzs_1{font-size:62px}}._title_1iuzs_1{margin-bottom:50px}._blocks_1iuzs_52{display:flex;flex-direction:column}._block_1iuzs_52{padding-bottom:50px;display:grid}@media (min-width: 0){._blockHeader_1iuzs_63{font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:2px}}@media (min-width: 625px){._blockHeader_1iuzs_63{font-size:26px}}@media (min-width: 790px) and (orientation: landscape){._blockHeader_1iuzs_63{font-size:20px}}@media (min-width: 790px) and (orientation: portrait){._blockHeader_1iuzs_63{font-size:30px}}@media (min-width: 992px){._blockHeader_1iuzs_63{font-size:24px}}@media (min-width: 0){._description_1iuzs_92,._description_1iuzs_92>p{font-size:20px;line-height:1.2}}@media (min-width: 390px){._description_1iuzs_92,._description_1iuzs_92>p{font-size:22px}}@media (min-width: 790px) and (orientation: portrait){._description_1iuzs_92,._description_1iuzs_92>p{font-size:28px}}@media (min-width: 790px) and (orientation: landscape){._description_1iuzs_92,._description_1iuzs_92>p{font-size:18px;line-height:1.3}}@media (min-width: 992px) and (orientation: portrait){._description_1iuzs_92,._description_1iuzs_92>p{font-size:24px;line-height:1.2}}@media (min-width: 992px) and (orientation: landscape){._description_1iuzs_92,._description_1iuzs_92>p{font-size:24px;line-height:1.3}}@media (min-width: 1200px){._description_1iuzs_92,._description_1iuzs_92>p{font-size:24px}}@media (min-width: 1600px){._description_1iuzs_92,._description_1iuzs_92>p{font-size:26px}}@media (min-width: 790px){._title_1iuzs_1{margin-bottom:50px}._block_1iuzs_52{grid-template-columns:1fr 2fr;gap:80px 40px}._description_1iuzs_92>p{margin-bottom:30px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._spacer_1g76i_1{height:100vh}._timelineWrapper_1g76i_6{position:relative;width:100%}._linePin_1g76i_12{position:absolute;top:50%;left:50%;height:100vh;width:20px;transform:translate(-50%,-50%);pointer-events:none}._timelineLine_1g76i_22{position:absolute;top:0;left:50%;width:4px;height:0;background-color:#007bff;transform:translate(-50%)}._items_1g76i_33{position:relative;max-width:900px;margin:0 auto;padding:200px 0}._item_1g76i_33{margin:200px 0;display:flex}._item_1g76i_33:nth-child(2n){justify-content:flex-end}._text_1g76i_49{background:#f3f3f3;padding:20px;border-radius:8px;max-width:400px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._toolbar_1bewn_1{position:fixed;right:0;bottom:0;background-color:#000;width:100px;height:100px;z-index:20000;color:#fff}._button_1bewn_12{width:100px;height:100px;z-index:20000;position:fixed;bottom:0;right:0;background-color:transparent}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as f, jsx as i } from "react/jsx-runtime";
|
|
3
3
|
import { useState as u, useId as v } from "react";
|
|
4
|
-
import { s as a, A } from "../../AccordionItem-
|
|
4
|
+
import { s as a, A } from "../../AccordionItem-DUGBw5pW.js";
|
|
5
5
|
import { useStagger as h } from "../../hooks/useStagger.js";
|
|
6
6
|
import { appleStagger as r, appleReveal as y } from "../../presets/animations.js";
|
|
7
7
|
import { useReveal as R } from "../../hooks/useReveal.js";
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import { jsx as o } from "react/jsx-runtime";
|
|
3
3
|
import { useRef as m } from "react";
|
|
4
4
|
import { u as p } from "../../index-K0WrPJ_C.js";
|
|
5
|
-
import { ensureGsapRegistered as
|
|
6
|
-
import '../../assets/Background.css';const
|
|
7
|
-
container:
|
|
5
|
+
import { ensureGsapRegistered as k } from "../../utils/gsapSetup.js";
|
|
6
|
+
import '../../assets/Background.css';const b = "_container_3ktk5_2", l = "_background_3ktk5_11", e = {
|
|
7
|
+
container: b,
|
|
8
8
|
background: l
|
|
9
9
|
}, n = (r) => {
|
|
10
10
|
if (typeof r == "number") return r;
|
|
@@ -29,10 +29,10 @@ import '../../assets/Background.css';const k = "_container_1nfc8_2", l = "_backg
|
|
|
29
29
|
parallax: i = !1,
|
|
30
30
|
pos: u
|
|
31
31
|
}) => {
|
|
32
|
-
const d =
|
|
32
|
+
const d = k(), t = m(), g = n(s), f = n(c);
|
|
33
33
|
return p(() => {
|
|
34
34
|
i && d.to(t.current, {
|
|
35
|
-
backgroundPosition: `${
|
|
35
|
+
backgroundPosition: `${g}% ${f + 70}%`,
|
|
36
36
|
duration: 2,
|
|
37
37
|
scrollTrigger: {
|
|
38
38
|
trigger: t.current,
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as
|
|
2
|
+
import { jsxs as b, jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import "../../hooks/useFadeIn.js";
|
|
4
|
-
import
|
|
5
|
-
import { Fragment as
|
|
6
|
-
import { useReveal as
|
|
4
|
+
import _ from "../Button/Button.js";
|
|
5
|
+
import { Fragment as p } from "react";
|
|
6
|
+
import { useReveal as a } from "../../hooks/useReveal.js";
|
|
7
7
|
import { appleReveal as n } from "../../presets/animations.js";
|
|
8
|
-
import '../../assets/Banner.css';const
|
|
9
|
-
banner:
|
|
10
|
-
header:
|
|
8
|
+
import '../../assets/Banner.css';const f = "_banner_1cxb9_1", v = "_header_1cxb9_8", h = "_body_1cxb9_60", x = "_ctas_1cxb9_104", r = {
|
|
9
|
+
banner: f,
|
|
10
|
+
header: v,
|
|
11
11
|
body: h,
|
|
12
|
-
ctas:
|
|
12
|
+
ctas: x
|
|
13
13
|
}, g = ({ header: s, body: o, ctas: t }) => {
|
|
14
|
-
const
|
|
15
|
-
return /* @__PURE__ */
|
|
16
|
-
s && /* @__PURE__ */ e("div", { className:
|
|
17
|
-
o && /* @__PURE__ */ e("div", { className:
|
|
18
|
-
t && /* @__PURE__ */ e("div", { className:
|
|
14
|
+
const c = a(n), d = a({ ...n, delay: 0.2 }), l = a({ ...n, delay: 0.4 });
|
|
15
|
+
return /* @__PURE__ */ b("div", { className: r.banner, children: [
|
|
16
|
+
s && /* @__PURE__ */ e("div", { className: r.header, ref: c, children: s }),
|
|
17
|
+
o && /* @__PURE__ */ e("div", { className: r.body, ref: d, children: o }),
|
|
18
|
+
t && /* @__PURE__ */ e("div", { className: r.ctas, ref: l, children: t.map((m, i) => /* @__PURE__ */ e(p, { children: /* @__PURE__ */ e(_, { ...m }) }, `button-${i}`)) })
|
|
19
19
|
] });
|
|
20
20
|
};
|
|
21
21
|
export {
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as
|
|
3
|
-
import { c as
|
|
4
|
-
import '../../assets/Button.css';const
|
|
5
|
-
button:
|
|
6
|
-
hollow:
|
|
7
|
-
filled:
|
|
8
|
-
link:
|
|
2
|
+
import { jsxs as u, jsx as k } from "react/jsx-runtime";
|
|
3
|
+
import { c as f } from "../../index-B2JRaoNz.js";
|
|
4
|
+
import '../../assets/Button.css';const x = "_button_1xkig_1", b = "_hollow_1xkig_110", g = "_filled_1xkig_113", h = "_link_1xkig_149", l = {
|
|
5
|
+
button: x,
|
|
6
|
+
hollow: b,
|
|
7
|
+
filled: g,
|
|
8
|
+
link: h
|
|
9
9
|
}, N = ({
|
|
10
|
-
children:
|
|
10
|
+
children: i,
|
|
11
11
|
fn: o,
|
|
12
12
|
href: t,
|
|
13
|
-
target:
|
|
14
|
-
hollow:
|
|
13
|
+
target: c,
|
|
14
|
+
hollow: r = !1,
|
|
15
15
|
variation: s = "color-primary-dark",
|
|
16
16
|
textDecoration: _,
|
|
17
|
-
label:
|
|
17
|
+
label: d,
|
|
18
18
|
value: n,
|
|
19
19
|
icon: a,
|
|
20
20
|
onClick: e,
|
|
21
|
-
className:
|
|
22
|
-
}) => /* @__PURE__ */
|
|
21
|
+
className: m
|
|
22
|
+
}) => /* @__PURE__ */ u(
|
|
23
23
|
t || n ? "a" : "button",
|
|
24
24
|
{
|
|
25
25
|
href: t || n,
|
|
26
26
|
onClick: o || e ? o || e : null,
|
|
27
|
-
target:
|
|
28
|
-
className:
|
|
27
|
+
target: c,
|
|
28
|
+
className: f(
|
|
29
29
|
l.button,
|
|
30
|
-
|
|
30
|
+
r ? l.hollow : l.filled,
|
|
31
31
|
l[s],
|
|
32
|
-
|
|
32
|
+
m
|
|
33
33
|
),
|
|
34
34
|
style: { textDecoration: _ },
|
|
35
35
|
"data-color": s,
|
|
36
36
|
children: [
|
|
37
|
-
|
|
38
|
-
a && /* @__PURE__ */
|
|
37
|
+
i || d,
|
|
38
|
+
a && /* @__PURE__ */ k("span", { className: "material-symbols-outlined", children: a })
|
|
39
39
|
]
|
|
40
40
|
}
|
|
41
41
|
);
|
|
@@ -3,7 +3,7 @@ import { jsx as u } from "react/jsx-runtime";
|
|
|
3
3
|
import { createElement as e } from "react";
|
|
4
4
|
import m from "../Button/Button.js";
|
|
5
5
|
import { c as n } from "../../index-B2JRaoNz.js";
|
|
6
|
-
import '../../assets/ButtonGroup.css';const p = "
|
|
6
|
+
import '../../assets/ButtonGroup.css';const p = "_buttonGroup_8k163_1", a = {
|
|
7
7
|
buttonGroup: p
|
|
8
8
|
}, G = ({ ctas: t, className: o }) => /* @__PURE__ */ u("div", { className: n(a.buttonGroup, o), children: t.map((r, s) => /* @__PURE__ */ e(m, { ...r, key: `cta-${s}` })) });
|
|
9
9
|
export {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as t } from "react/jsx-runtime";
|
|
3
3
|
import { c as s } from "../../index-B2JRaoNz.js";
|
|
4
|
-
import { useRef as
|
|
5
|
-
import '../../assets/Container.css';const
|
|
6
|
-
container:
|
|
7
|
-
innerContainer:
|
|
8
|
-
styleless:
|
|
9
|
-
},
|
|
10
|
-
color:
|
|
11
|
-
children:
|
|
4
|
+
import { useRef as x } from "react";
|
|
5
|
+
import '../../assets/Container.css';const y = "_container_1axmk_1", C = "_innerContainer_1axmk_37", h = "_styleless_1axmk_140", e = {
|
|
6
|
+
container: y,
|
|
7
|
+
innerContainer: C,
|
|
8
|
+
styleless: h
|
|
9
|
+
}, v = ({
|
|
10
|
+
color: a,
|
|
11
|
+
children: r,
|
|
12
12
|
maxWidth: o,
|
|
13
13
|
styleless: i,
|
|
14
14
|
backgroundImage: n,
|
|
@@ -19,13 +19,13 @@ import '../../assets/Container.css';const C = "_container_13kbo_1", h = "_innerC
|
|
|
19
19
|
id: _,
|
|
20
20
|
...f
|
|
21
21
|
}) => {
|
|
22
|
-
const u =
|
|
22
|
+
const u = x();
|
|
23
23
|
if (!d)
|
|
24
24
|
return /* @__PURE__ */ t(
|
|
25
25
|
"div",
|
|
26
26
|
{
|
|
27
27
|
className: s(e.container, i && e.styleless),
|
|
28
|
-
"data-color":
|
|
28
|
+
"data-color": a,
|
|
29
29
|
ref: u,
|
|
30
30
|
style: n && { backgroundImage: `url(${n})`, backgroundPosition: l },
|
|
31
31
|
"data-full-height": c,
|
|
@@ -37,12 +37,12 @@ import '../../assets/Container.css';const C = "_container_13kbo_1", h = "_innerC
|
|
|
37
37
|
className: s(e.innerContainer),
|
|
38
38
|
"data-max-width": o,
|
|
39
39
|
id: _,
|
|
40
|
-
children:
|
|
40
|
+
children: r
|
|
41
41
|
}
|
|
42
42
|
)
|
|
43
43
|
}
|
|
44
44
|
);
|
|
45
45
|
};
|
|
46
46
|
export {
|
|
47
|
-
|
|
47
|
+
v as default
|
|
48
48
|
};
|
|
@@ -3,10 +3,10 @@ import { jsx as n, jsxs as f } from "react/jsx-runtime";
|
|
|
3
3
|
import { useState as d, useEffect as m } from "react";
|
|
4
4
|
import { useStagger as p } from "../../hooks/useStagger.js";
|
|
5
5
|
import { appleStagger as o } from "../../presets/animations.js";
|
|
6
|
-
import '../../assets/Countdown.css';const h = "
|
|
6
|
+
import '../../assets/Countdown.css';const h = "_countdown_45yvm_1", g = "_block_45yvm_12", r = {
|
|
7
7
|
countdown: h,
|
|
8
8
|
block: g
|
|
9
|
-
},
|
|
9
|
+
}, _ = ({ targetDate: s }) => {
|
|
10
10
|
const c = () => {
|
|
11
11
|
const t = new Date(s) - /* @__PURE__ */ new Date();
|
|
12
12
|
return t <= 0 ? 0 : {
|
|
@@ -37,5 +37,5 @@ import '../../assets/Countdown.css';const h = "_countdown_px87l_1", g = "_block_
|
|
|
37
37
|
] }, `countdown-${u}`)) });
|
|
38
38
|
};
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
_ as default
|
|
41
41
|
};
|
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
3
|
-
import
|
|
3
|
+
import F from "../Button/Button.js";
|
|
4
4
|
import { c as f } from "../../index-B2JRaoNz.js";
|
|
5
5
|
import { Fragment as d } from "react";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
6
|
+
import j from "../IconDetail/IconDetail.js";
|
|
7
|
+
import I from "../../utils/parse.js";
|
|
8
8
|
import { useReveal as s } from "../../hooks/useReveal.js";
|
|
9
|
-
import { appleReveal as
|
|
10
|
-
import { useImageReveal as
|
|
11
|
-
import '../../assets/Fifty.css';const
|
|
12
|
-
content:
|
|
13
|
-
fifty:
|
|
14
|
-
contentFirst:
|
|
15
|
-
reverse:
|
|
9
|
+
import { appleReveal as r } from "../../presets/animations.js";
|
|
10
|
+
import { useImageReveal as b } from "../../hooks/useImageReveal.js";
|
|
11
|
+
import '../../assets/Fifty.css';const B = "_content_1x7u4_2", D = "_fifty_1x7u4_49", P = "_contentFirst_1x7u4_86", k = "_reverse_1x7u4_90", q = "_image_1x7u4_93", w = "_text_1x7u4_161", z = "_ctas_1x7u4_219", A = "_details_1x7u4_237", t = {
|
|
12
|
+
content: B,
|
|
13
|
+
fifty: D,
|
|
14
|
+
contentFirst: P,
|
|
15
|
+
reverse: k,
|
|
16
16
|
image: q,
|
|
17
17
|
text: w,
|
|
18
18
|
ctas: z,
|
|
19
19
|
details: A
|
|
20
20
|
}, Q = ({
|
|
21
|
-
heading:
|
|
22
|
-
body:
|
|
23
|
-
ctas:
|
|
21
|
+
heading: i,
|
|
22
|
+
body: n,
|
|
23
|
+
ctas: a,
|
|
24
24
|
color: _,
|
|
25
25
|
image: v,
|
|
26
26
|
reverse: p,
|
|
27
|
-
pos:
|
|
27
|
+
pos: u,
|
|
28
28
|
details: l,
|
|
29
|
-
contentFirst:
|
|
29
|
+
contentFirst: x = !0
|
|
30
30
|
}) => {
|
|
31
|
-
const
|
|
31
|
+
const R = b({ duration: 1.4 }), h = s(r), y = s({ ...r, delay: 0.2 }), g = s({ ...r, delay: 0.4 }), N = s({ ...r, delay: 0.4 });
|
|
32
32
|
return /* @__PURE__ */ m(
|
|
33
33
|
"div",
|
|
34
34
|
{
|
|
35
35
|
className: f(
|
|
36
36
|
t.fifty,
|
|
37
37
|
!!p && t.reverse,
|
|
38
|
-
|
|
38
|
+
x && t.contentFirst
|
|
39
39
|
),
|
|
40
40
|
"data-color": _,
|
|
41
41
|
children: [
|
|
42
42
|
/* @__PURE__ */ e("div", { className: f(t.content), children: /* @__PURE__ */ m("div", { className: t.text, children: [
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
/* @__PURE__ */ e("div", { className: t.details, ref:
|
|
43
|
+
i && /* @__PURE__ */ e("h2", { ref: h, children: i }),
|
|
44
|
+
n && /* @__PURE__ */ e("div", { ref: y, children: I(n) }),
|
|
45
|
+
a && !!a.length && /* @__PURE__ */ e("div", { className: t.ctas, ref: g, children: a.map((o, c) => /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(F, { ...o }) }, c)) }),
|
|
46
|
+
/* @__PURE__ */ e("div", { className: t.details, ref: N, children: l && l.map((o, c) => /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(j, { ...o }) }, c)) })
|
|
47
47
|
] }) }),
|
|
48
|
-
/* @__PURE__ */ e("div", { className: t.image, ref:
|
|
48
|
+
/* @__PURE__ */ e("div", { className: t.image, ref: R, children: /* @__PURE__ */ e("img", { src: v, style: { objectPosition: u } }) })
|
|
49
49
|
]
|
|
50
50
|
}
|
|
51
51
|
);
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
3
|
-
import
|
|
3
|
+
import a from "../../utils/parse.js";
|
|
4
4
|
import "../../index-B2JRaoNz.js";
|
|
5
5
|
import w from "../ButtonGroup/ButtonGroup.js";
|
|
6
6
|
import b from "../../hooks/useResize.js";
|
|
7
|
-
import { useRef as
|
|
7
|
+
import { useRef as u, useEffect as v } from "react";
|
|
8
8
|
import { g as o } from "../../index-BmTo-IS6.js";
|
|
9
|
-
import { S as
|
|
10
|
-
import '../../assets/FloatingWordsHero.css';const k = "
|
|
11
|
-
hero:
|
|
12
|
-
buttonGroup:
|
|
13
|
-
heroBg:
|
|
14
|
-
content:
|
|
15
|
-
title:
|
|
16
|
-
subtitle:
|
|
17
|
-
arrow:
|
|
18
|
-
arrowCircle:
|
|
9
|
+
import { S as z } from "../../ScrollTrigger-6HnikosL.js";
|
|
10
|
+
import '../../assets/FloatingWordsHero.css';const N = "_hero_4e3sz_1", k = "_buttonGroup_4e3sz_28", x = "_heroBg_4e3sz_32", B = "_content_4e3sz_40", C = "_title_4e3sz_48", R = "_subtitle_4e3sz_62", G = "_arrow_4e3sz_80", S = "_arrowCircle_4e3sz_91", r = {
|
|
11
|
+
hero: N,
|
|
12
|
+
buttonGroup: k,
|
|
13
|
+
heroBg: x,
|
|
14
|
+
content: B,
|
|
15
|
+
title: C,
|
|
16
|
+
subtitle: R,
|
|
17
|
+
arrow: G,
|
|
18
|
+
arrowCircle: S
|
|
19
19
|
};
|
|
20
|
-
o.registerPlugin(
|
|
21
|
-
const $ = ({ image: d, pos:
|
|
22
|
-
const { innerWidth:
|
|
23
|
-
document.getElementById(
|
|
20
|
+
o.registerPlugin(z);
|
|
21
|
+
const $ = ({ image: d, pos: m, eyebrow: s, title: h, subtitle: n, cta: y, contentPos: W, ctas: c, scrollToId: p }) => {
|
|
22
|
+
const { innerWidth: j, innerHeight: I } = b(), t = u(null), i = u(null), g = () => {
|
|
23
|
+
document.getElementById(p).scrollIntoView({ behavior: "smooth" });
|
|
24
24
|
};
|
|
25
25
|
return v(() => {
|
|
26
26
|
if (window.matchMedia("(prefers-reduced-motion: reduce)").matches) return;
|
|
@@ -43,16 +43,16 @@ const $ = ({ image: d, pos: p, eyebrow: n, title: g, subtitle: s, cta: W, conten
|
|
|
43
43
|
{
|
|
44
44
|
ref: i,
|
|
45
45
|
className: r.heroBg,
|
|
46
|
-
style: { backgroundImage: `url(${d})`, backgroundPosition:
|
|
46
|
+
style: { backgroundImage: `url(${d})`, backgroundPosition: m }
|
|
47
47
|
}
|
|
48
48
|
),
|
|
49
49
|
/* @__PURE__ */ l("div", { className: r.content, children: [
|
|
50
|
-
|
|
51
|
-
/* @__PURE__ */ e("h1", { className: r.title, children:
|
|
52
|
-
|
|
50
|
+
s && /* @__PURE__ */ e("p", { className: r.eyebrow, children: s }),
|
|
51
|
+
/* @__PURE__ */ e("h1", { className: r.title, children: a(h) }),
|
|
52
|
+
n && /* @__PURE__ */ e("div", { className: r.subtitle, children: a(n) }),
|
|
53
53
|
c && /* @__PURE__ */ e(w, { ctas: c, className: r.buttonGroup })
|
|
54
54
|
] }),
|
|
55
|
-
/* @__PURE__ */ e("div", { className: r.arrow, onClick:
|
|
55
|
+
/* @__PURE__ */ e("div", { className: r.arrow, onClick: g, children: /* @__PURE__ */ e("div", { className: r.arrowCircle, children: /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ e("path", { d: "M6 9l6 6 6-6" }) }) }) })
|
|
56
56
|
] });
|
|
57
57
|
};
|
|
58
58
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
3
|
-
import '../../assets/Footer.css';const a = "
|
|
3
|
+
import '../../assets/Footer.css';const a = "_footer_wvj24_2", c = "_image_wvj24_58", m = "_text_wvj24_63", t = {
|
|
4
4
|
footer: a,
|
|
5
5
|
image: c,
|
|
6
|
-
text:
|
|
7
|
-
},
|
|
8
|
-
/* @__PURE__ */ e("img", { src:
|
|
9
|
-
/* @__PURE__ */ e("p", { className: t.text, children:
|
|
6
|
+
text: m
|
|
7
|
+
}, i = ({ logo: o, logoText: s }) => /* @__PURE__ */ r("footer", { className: t.footer, children: [
|
|
8
|
+
/* @__PURE__ */ e("img", { src: o, className: t.image }),
|
|
9
|
+
/* @__PURE__ */ e("p", { className: t.text, children: s })
|
|
10
10
|
] });
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
i as default
|
|
13
13
|
};
|