@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.header{font-family:Montserrat Alternates,sans-serif;display:flex;justify-content:space-between;align-items:center;padding:10px 25px;min-height:70px}.header__logo{display:flex;justify-content:center;align-items:center;column-gap:5px}.header__logo span{font-size:1.5rem;color:#000}.menu{position:fixed;top:10px;right:25px;z-index:1;min-height:50px;min-width:50px;background:var(--accent-clr-yellow);outline:1px solid #000;outline-offset:-1px;box-sizing:border-box!important;border-radius:25px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-end}@media screen and (width < 808px){.menu{right:10px}}.menu-dd{overflow:hidden;display:grid;grid-template-rows:0fr;grid-template-columns:0fr;transition:all .5s}.menu-dd--active{grid-template-rows:1fr;grid-template-columns:1fr;padding:10px}.menu-dd-nav{white-space:nowrap;overflow:hidden;display:flex;flex-direction:column;row-gap:10px}.menu-dd-nav__link{display:flex;justify-content:space-between;align-items:center;column-gap:5px;color:#000}.menu-dd-nav__link:hover .menu-icon-wrapper{transform:translate(16px)}.menu-icon-container{width:16px;overflow:hidden}.menu-icon-wrapper{display:flex;justify-content:flex-end;align-items:center;transition:all .3s}.menu-icon-wrapper img{transform:rotate(90deg)}.burger-btn-wrapper{width:50px;height:50px;display:flex;justify-content:center;align-items:center}.burger-btn{position:relative;width:30px;padding:15px 0;display:flex;justify-content:center;align-items:center}.burger-btn:before{content:"";position:absolute;width:100%;height:1px;background:#000;transform:translateY(-5px) scaleX(1);transform-origin:right;transition:all .5s .75s}.burger-btn--active:before{transform:translateY(-5px) scaleX(0);transition:all .5s}.burger-btn:after{content:"";position:absolute;width:100%;height:1px;background:#000;transform:translateY(5px) scaleX(1);transform-origin:right;transition:transform .5s .5s}.burger-btn--active:after{transform:translateY(5px) scaleX(0);transition:all .5s .25s}.burger-btn__top-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg) scale(0);transform-origin:center;width:100%;height:1px;background:#000;transition:transform .5s .25s}.burger-btn__top-line--active{transform:translate(-50%,-50%) rotate(-45deg) scale(1);transition:transform .5s .5s}.burger-btn__bottom-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg) scale(0);transform-origin:center;width:100%;height:1px;background:#000;transition:transform .5s}.burger-btn__bottom-line--active{transform:translate(-50%,-50%) rotate(45deg) scale(1);transition:transform .5s .75s}@media screen and (width < 808px){.header{padding:10px}}.options-container{padding:0 25px}.options__title{text-align:center;font-size:2rem;margin-bottom:25px}.options{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.option{position:relative;display:flex;flex-direction:column;gap:10px;border-radius:20px;padding:20px;border:1px solid #000;max-width:500px}.option:nth-child(1){background-color:var(--bronze-clr)}.option:nth-child(2){background-color:var(--silver-clr)}.option:nth-child(3){background-color:var(--gold-clr)}.option__title{font-size:2rem}.option__price{font-size:1.5rem;font-weight:600}.option__info{background:#fff;width:100%;border-radius:15px;padding:20px;margin-top:auto}.option__info-title{margin-bottom:25px}.option__info-list{display:flex;flex-direction:column;row-gap:10px}.option__link{background:var(--accent-clr-yellow);padding:7.5px;text-align:center;border-radius:20px;color:#000;border:1px solid #000}@media screen and (width <= 1000px){.options{grid-template-columns:repeat(2,1fr)}.option__info{padding:10px}}@media screen and (width < 808px){.options-container{padding:0 10px}}@media screen and (width < 600px){.options{grid-template-columns:repeat(1,1fr)}}.templates{padding:0 25px;display:flex;flex-direction:column;gap:25px;width:100%}.templates__btn{padding:7.5px;border:1px solid #000;border-radius:20px;background:#fff}.templates__btn--active{background:var(--accent-clr-yellow)}.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.template{display:flex;flex-direction:column;row-gap:10px;max-width:500px}.template__img-container{width:100%;gap:25px;border:1px solid #000;border-radius:25px}.template__type{padding:7.5px;border:1px solid #000;border-radius:20px}.no-data{width:100%;max-width:500px;background:var(--accent-clr-pink);border:1px solid #000;display:flex;justify-content:center;align-items:center;padding:10px;border-radius:20px;text-align:center}.filters-container{background:var(--accent-clr-pink);padding:10px;border-radius:25px;border:1px solid #000;display:flex;flex-wrap:wrap;gap:10px}.filter-container{display:flex;flex-direction:column;gap:10px;background:var(--accent-clr-green);padding:10px;border-radius:20px;border:1px solid #000;max-width:max-content}@media screen and (width < 1000px){.templates-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (width < 808px){.templates{padding:0 10px}}@media screen and (width < 600px){.templates-grid{grid-template-columns:repeat(1,1fr)}}.qa{background:#b5e48a;padding:10px;border:1px solid #000;border-radius:25px;margin:0 10px}.qa__title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:10px}.qa-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.qa-item{background:#ffd6d6;border-radius:20px;border:1px solid #000;padding:10px;display:flex;flex-direction:column}.qa-item__title{font-weight:600;margin-bottom:10px}@media screen and (width < 808px){.qa-grid{grid-template-columns:repeat(1,1fr)}}.home{display:flex;flex-direction:column;align-items:center;gap:100px;overflow:hidden}.home-top{display:flex;justify-content:space-evenly;align-items:center;width:100%;min-height:calc(100svh - 70px);padding:0 10px}@media screen and (width < 808px){.home-top{flex-direction:column-reverse}.home-top-container{text-align:center}}.home-top__img{width:clamp(300px,30vw,500px)}@media screen and (width < 320px){.home-top__img{width:100%}}.home-top__title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:25px}.home-top__link{display:flex;justify-content:center;align-items:center;width:max-content;margin:0 auto;column-gap:5px;color:#000;background:var(--accent-clr-pink);padding:10px;border-radius:20px;border:1px solid #000}.home-top__link:hover .home-top-icon-wrapper-inner{transform:translate(16px)}.home-top-icon-wrapper{width:16px;white-space:nowrap;overflow:hidden}.home-top-icon-wrapper-inner{transition:all .3s;display:flex;justify-content:flex-end;align-items:center}.home-top-icon-wrapper-inner img{transform:rotate(90deg)}.home__top{height:100svh;display:flex;justify-content:center;align-items:center;width:100%;color:var(--brown-clr);overflow:hidden}.home__top-inner{width:calc(100% - 80px);height:calc(100% - 80px);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;border-radius:25px;z-index:1;overflow:hidden;border:1px solid rgba(211,201,87,.5)}.home__top-logo{font-size:2rem;color:#d3c957}.home__top-logo span{display:inline-block;font-size:1.5rem;padding:0 5px}.divider{width:calc(100% - 40px);height:1px;background:#d3c95780}.home__top-date{font-family:Nata Sans,sans-serif;font-weight:300;font-size:clamp(2rem,4vw,4rem);display:flex;justify-content:center;align-items:center;gap:10px;width:100%}.home__top-date span{font-size:1.5rem}.home__top-img-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);height:calc(100% - 40px);object-fit:cover;object-position:center;z-index:-1;border-radius:25px;box-shadow:0 0 10px #0000001e}.home__top-title{font-size:clamp(4rem,10vw,10rem);text-align:center}.calendar{font-family:Nata Sans,sans-serif;display:grid;grid-template-columns:repeat(7,50px);grid-template-rows:repeat(6,50px);text-align:center;padding:25px;border:1px solid var(--brown-clr);border-radius:25px;font-weight:300;color:var(--brown-clr)}.calendar div{display:flex;justify-content:center;align-items:center}.calendar div:nth-of-type(-n+7){border-bottom:1px solid var(--brown-clr);font-weight:500}.calendar-wrapper{position:relative}.calendar-top{position:absolute;left:50%;transform:translate(-50%,-50%);background:#fff;font-family:Nata Sans,sans-serif;padding:0 25px;width:max-content;font-size:clamp(1rem,2vw,1.25rem);color:var(--brown-clr)}.page-desc{text-align:center;font-size:clamp(1.75rem,4vw,2.25rem);text-decoration-line:underline;text-decoration-color:var(--olive-clr);text-decoration-thickness:5px;text-decoration-skip-ink:none}.date{font-family:Nata Sans,sans-serif;display:flex;justify-content:space-evenly;align-items:center;gap:10px;margin-bottom:25px}.date p:nth-child(1){text-align:center;font-weight:500;font-size:3rem}.date p:nth-child(2){font-weight:300;font-size:1.25rem}.pepe{font-size:clamp(1.75rem,4vw,2.25rem);text-align:center;text-decoration:underline;text-decoration-color:#eff7e7;text-decoration-thickness:5px;text-decoration-skip-ink:none;padding:0 10px;color:#665d49}.pepe span{font-size:clamp(2.25rem,4vw,3.75rem)}.page-title{text-align:center;font-size:clamp(2.25rem,4vw,3.75rem);text-decoration-line:underline;text-decoration-color:#eff7e7;text-decoration-thickness:5px;text-decoration-skip-ink:none;margin-bottom:25px}.addresses__title{font-size:clamp(2.25rem,4vw,3.75rem);text-align:center;text-decoration:underline;text-decoration-color:var(--olive-clr);text-decoration-thickness:5px;text-decoration-skip-ink:none;text-decoration-line:underline;margin-bottom:25px}.addresses{display:flex;flex-direction:column;gap:50px;width:100%;padding:0 50px}.address{position:relative;width:50%;display:flex;flex-direction:column}.address:nth-child(2n){margin-left:auto}.address:nth-child(2n):not(:nth-last-child(1)):before{content:"";position:absolute;bottom:0;left:0;transform:translate(-100%) rotate(20deg);background-image:url("data:image/svg+xml,%3csvg%20width='315'%20height='772'%20viewBox='0%200%20315%20772'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M217.392%20770.766C209.971%20770.766%20194.059%20773.945%20189.526%20766.673C183.406%20756.853%20195.204%20752.979%20202.753%20750.439C217.598%20745.444%20242.351%20747.766%20254.442%20738.671C149.684%20679.005%2071.3192%20587.496%2031.0082%20473.858C-9.08482%20360.829%20-16.8478%20222.348%2047.3342%20115.899C78.7472%2063.7973%20124.208%2020.5349%20184.531%204.21973C189.707%202.81965%20214.974%20-5.28328%20213.942%205.57335C213.404%2011.2331%20180.862%2021.3215%20175.335%2024.0253C146.598%2038.0782%20121.942%2056.314%20100.591%2079.9982C27.8432%20160.7%2013.1702%20280.552%2032.4362%20383.222C45.1992%20451.236%2073.5512%20517.887%20112.984%20575.163C133.338%20604.727%20156.967%20632.971%20184.011%20656.77C206.822%20676.843%20243.563%20710.74%20274.401%20716.836C270.329%20689.863%20239.665%20665.931%20231.605%20639.608C227.335%20625.664%20234.185%20609.692%20250.048%20619.381C262.908%20627.236%20271.04%20652.577%20277.939%20665.415C285.637%20679.741%20292.825%20694.235%20299.144%20709.215C303.78%20720.203%20318.317%20741.848%20313.603%20753.539C305.268%20774.211%20236.413%20770.152%20217.392%20770.766C209.634%20770.766%20225.328%20770.51%20217.392%20770.766Z'%20fill='%23222221'/%3e%3c/svg%3e");background-size:contain;background-position:left;background-repeat:no-repeat;width:300px;height:300px}.address:nth-child(odd){margin-right:auto}.address:nth-child(odd):not(:nth-last-child(1)):after{content:"";position:absolute;bottom:0;right:0;transform:translate(100%) rotate(-20deg);background-image:url("data:image/svg+xml,%3csvg%20width='315'%20height='772'%20viewBox='0%200%20315%20772'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M97.1396%20770.766C104.56%20770.766%20120.472%20773.945%20125.005%20766.673C131.125%20756.853%20119.327%20752.979%20111.778%20750.439C96.9328%20745.444%2072.1804%20747.766%2060.0896%20738.671C164.847%20679.005%20243.212%20587.496%20283.523%20473.858C323.616%20360.829%20331.379%20222.348%20267.197%20115.899C235.784%2063.7972%20190.323%2020.5348%20130%204.21966C124.824%202.81958%2099.5576%20-5.28335%20100.589%205.57328C101.127%2011.233%20133.669%2021.3214%20139.196%2024.0252C167.933%2038.0781%20192.589%2056.3139%20213.94%2079.9981C286.688%20160.7%20301.361%20280.552%20282.095%20383.222C269.332%20451.236%20240.98%20517.887%20201.547%20575.163C181.193%20604.727%20157.564%20632.971%20130.52%20656.77C107.709%20676.843%2070.968%20710.74%2040.1301%20716.836C44.2024%20689.863%2074.8662%20665.931%2082.926%20639.608C87.1966%20625.664%2080.3464%20609.692%2064.4835%20619.381C51.6229%20627.236%2043.4908%20652.577%2036.5919%20665.415C28.8939%20679.741%2021.7057%20694.235%2015.3867%20709.215C10.7515%20720.203%20-3.78546%20741.848%200.928311%20753.539C9.26333%20774.211%2078.1184%20770.152%2097.1396%20770.766C89.2036%20770.51%20104.897%20770.766%2097.1396%20770.766Z'%20fill='%23222221'/%3e%3c/svg%3e");background-size:contain;background-position:right;background-repeat:no-repeat;width:300px;height:300px}.address__title{font-size:clamp(1.75rem,4vw,2.25rem);display:flex;justify-content:space-between}.address__title span{text-decoration:underline;text-decoration-color:var(--olive-clr);text-decoration-thickness:5px;text-decoration-skip-ink:none;text-decoration-line:underline}.address__info{font-family:Nata Sans,sans-serif}.map{height:400px;border-radius:25px;margin-top:auto;margin-bottom:10px}.address__link{font-family:Nata Sans,sans-serif;color:#fff;background:var(--brown-clr);padding:10px;align-self:flex-end;border-radius:15px}.colors-container{width:100%}.colors{background:var(--brown-clr);display:flex;justify-content:center;align-items:center;gap:10px;padding:25px 0;margin-top:25px}.colors div{width:50px;height:50px;border-radius:15px}.colors div:nth-of-type(1){background:#ffffc3}.colors div:nth-of-type(2){background:#fff}.colors div:nth-of-type(3){background:#000}.gallery{width:100%;padding:0 40px}.slide{border-radius:25px}.mySwiper{max-width:275px}@media screen and (width < 808px){.home__top-date{justify-content:center}.addresses{padding:0 10px;flex-direction:column}.address{width:100%}.address:not(:nth-last-child(1)):nth-child(2n):before{display:none}.address:not(:nth-last-child(1)):nth-child(odd):after{display:none}}@media screen and (width <= 600px){.home__top-title{display:flex;flex-direction:column}.date{flex-direction:column}}@media screen and (width <= 500px){.calendar{grid-template-columns:repeat(7,40px);grid-template-rows:repeat(6,40px)}}.footer{font-family:Montserrat Alternates,sans-serif;display:flex;flex-direction:column;align-items:center;text-align:center;row-gap:25px;padding:50px 0}.footer__btn{display:flex;justify-content:center;align-items:center;gap:5px;padding:7.5px;border-radius:20px;background:var(--accent-clr-yellow);border:1px solid #000}.footer__btn:hover .footer__btn-icon-wrapper-inner{transform:translateY(-15px)}.footer__btn-icon-wrapper{overflow:hidden;height:16px}.footer__btn-icon-wrapper-inner{display:flex;flex-direction:column;transition:all .3s}.footer__author a{background:linear-gradient(90deg,var(--accent-clr-yellow),var(--accent-clr-green),var(--accent-clr-dark-green),var(--accent-clr-pink),var(--accent-clr-dark-pink));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.envelope{position:fixed;background-color:var(--silver-bg-clr);height:100svh;width:100%;display:flex;justify-content:center;align-items:center;padding:25px;z-index:100;transition:opacity 2s}.envelope--active{pointer-events:none;opacity:0}.envelope-txt{position:absolute;bottom:100px;left:10px;right:10px;text-align:center;font-size:clamp(1.25rem,4vw,1.5rem)}.envelope-inner{position:relative;max-width:500px;height:max-content;cursor:pointer;animation:animateEnvelopeInner 1s infinite}.envelope-inner--active{animation:none}@keyframes animateEnvelopeInner{25%{transform:rotate(10deg)}50%{transform:rotate(-5deg)}75%{transform:rotate(2.5deg)}to{transform:rotate(0)}}.env-base{width:100%;height:100%}.env-left{position:absolute;top:0;left:0;height:100%;z-index:1}.env-right{position:absolute;right:0;top:0;height:100%;z-index:1}.env-top{position:absolute;left:0;top:0;transform-origin:top;z-index:1}.env-top--active{animation:animateEnvTop 2s forwards}@keyframes animateEnvTop{to{transform:rotateX(180deg);z-index:0}}.card{position:absolute;bottom:0;left:10px;height:100%;width:calc(100% - 20px)}.card--active{animation:animateCard 1s 2s forwards}@keyframes animateCard{to{transform:translateY(-100px)}}.env-bottom{position:absolute;bottom:0;left:0;z-index:1}.envelope-silver{display:flex;flex-direction:column;align-items:center;gap:50px;overflow:hidden;width:100%;padding-bottom:50px;background-color:var(--silver-bg-clr);text-align:center}.envelope-silver__top{position:relative;height:100svh;display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;color:#000;padding:25px 25px 10px;z-index:1}.top-img{max-width:600px;width:100%}.build{position:absolute;bottom:20px;width:100%;max-width:700px;z-index:-1}.scroll{font-size:.75rem;color:#00000080}.scroll--hide{opacity:0!important;pointer-events:none!important}.animated-element{opacity:0;transform:scale(.5);transition:all 1s}.animated-element--active{opacity:1;transform:scale(1)}.home{display:flex;flex-direction:column;gap:100px;overflow:hidden}.font{font-family:Great Vibes,cursive}.desc{font-size:clamp(1rem,2vw,1.25rem)}.home__top{display:flex}.envelope-silver__top-logo{font-size:clamp(2rem,4vw,3rem);display:flex;justify-content:center;align-items:center}.envelope-silver__top-logo span:nth-child(1){transform:translate(35%,-25%)}.envelope-silver__top-logo span:nth-child(2){transform:translate(-35%,25%)}.home__top-date{display:flex;align-items:center;gap:10px;width:100%}.home__top-img{border-radius:25px;width:200px}.underline{width:200px;transform:translateY(25px)}.envelope-silver__top-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;font-size:clamp(3rem,14vw,6rem)}.envelope-silver__top-title span:nth-child(1){transform:translate(10%,-40%)}.envelope-silver__top-title span:nth-child(2){font-size:clamp(1.5rem,4vw,2rem);font-family:Lora,serif}.envelope-silver__top-title span:nth-child(3){transform:translate(-10%,40%)}.m-size{font-size:clamp(2rem,4vw,3rem)}.s-size{font-size:clamp(1.5rem,4vw,2rem);font-weight:500}.frame{position:relative;width:100%}.frame-inner{display:flex;flex-direction:column;row-gap:50px;padding:0 10px}.silver-swiper{border:5px solid #000;padding:12.5px;width:100%;max-width:400px}.silver-calendar{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);aspect-ratio:1/1;text-align:center}.silver-calendar div{display:flex;justify-content:center;align-items:center}.silver-calendar div:nth-of-type(-n+7){border-bottom:1px solid #000;font-weight:500}.silver-calendar-wrapper{align-self:center;width:100%;max-width:500px;padding:25px;border:5px solid #000}.silver-calendar-top{text-align:left;font-weight:500}.target-time{position:relative}.calendar-heart{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.date-container{width:100%}.silver-date{display:flex;justify-content:center;align-items:center;gap:25px}.silver-date span:nth-child(1){text-align:center;font-weight:500;font-size:clamp(3rem,8vw,6rem)}.silver-date span:nth-child(2){font-size:clamp(1rem,2vw,1.25rem)}.addresses-container{width:100%}.silver-addresses{display:flex;flex-direction:column;gap:50px;width:100%}.silver-address{position:relative;display:flex;flex-direction:column}.address-img{width:100%;max-width:400px;margin:0 auto}.silver-map{height:400px}.silver-address__link{color:#000;width:100%;padding:10px;align-self:flex-end;border:2.5px solid #000}.silver-address__link:hover{color:#fff;background:#000}.floating-btn{position:fixed;right:20px;bottom:20px;width:50px;height:50px;border-radius:50%;background:#d7e77080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:1}.floating-btn img{width:30%}.colors-container{max-width:500px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,300px);gap:10px}.colors-container div{border-radius:40px;border:2.5px dashed #000}@media screen and (width <= 808px){.frame{width:100%}.envelope-silver{display:flex;flex-direction:column;align-items:center;overflow:hidden;width:100%}.envelope-silver__top{width:100%;display:flex;color:#000}.home__top-date{justify-content:center}}@media screen and (width <= 600px){.home__top-title{display:flex;flex-direction:column}.silver-date{flex-direction:column}}.loading-chr{height:100svh;width:100%;position:fixed;inset:0;z-index:1000;background:#fff;transition:opacity 1s}.loading-chr img:nth-child(1){position:absolute;top:10%;right:10%;width:70px;animation:animateClouds2 15s linear infinite}.loading-chr img:nth-child(2){position:absolute;top:10%;left:10%;width:200px;animation:animateClouds 15s linear infinite}.loading-chr img:nth-child(3){position:absolute;top:30%;right:20%;width:145px;animation:animateClouds2 15s linear infinite}.loading-chr img:nth-child(4){position:absolute;top:50%;left:10%;width:155px;animation:animateClouds 15s linear infinite}.loading-chr img:nth-child(5){position:absolute;top:60%;right:10%;width:100px;animation:animateClouds2 15s linear infinite}.loading-chr img:nth-child(6){position:absolute;top:90%;right:60%;width:100px;animation:animateClouds 15s linear infinite}.loading-chr img:nth-child(7){position:absolute;bottom:15%;right:10%;width:120px;animation:animateClouds2 15s linear infinite}.loading--hide{opacity:0;pointer-events:none}.floating-btn-2{position:fixed;right:20px;bottom:20px;width:50px;height:50px;border-radius:50%;background:#ffadad80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:100}.floating-btn-2 img{width:50%}@keyframes animateClouds2{50%{transform:translate(-30px)}to{transform:translate(0)}}.loading-txt{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);text-align:center;padding:0 10px}.rainbow{position:absolute;bottom:0;left:50%;z-index:0;width:100%;max-width:700px;aspect-ratio:1/1;border-radius:50%;overflow:hidden;transform:translate(-50%,50%) rotate(90deg)}.rainbow div:nth-child(1){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:conic-gradient(#ffadad 50%,#fff 50%)}.rainbow div:nth-child(2){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95%;height:95%;border-radius:50%;background:conic-gradient(#ffd6a5 50%,#fff 50%)}.rainbow div:nth-child(3){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;border-radius:50%;background:conic-gradient(#fdffb6 50%,#fff 50%)}.rainbow div:nth-child(4){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;height:85%;border-radius:50%;background:conic-gradient(#caffbf 50%,#fff 50%)}.rainbow div:nth-child(5){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;border-radius:50%;background:conic-gradient(#9bf6ff 50%,#fff 50%)}.rainbow div:nth-child(6){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:75%;height:75%;border-radius:50%;background:conic-gradient(#a0c4ff 50%,#fff 50%)}.rainbow div:nth-child(7){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;border-radius:50%;background:conic-gradient(#bdb2ff 50%,#fff 50%)}.rainbow div:nth-child(8){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65%;height:65%;border-radius:50%;background:conic-gradient(#ffc6ff 50%,#fff 50%)}.rainbow div:nth-child(9){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;border-radius:50%;background:conic-gradient(#fff 50% 50%)}.rainbow-el--active{animation:animateRainbow 2s forwards ease-in-out}@keyframes animateRainbow{to{transform:translate(-50%,-50%) rotate(180deg)}}.home-chr{display:flex;flex-direction:column;align-items:center;gap:100px;overflow:hidden;background:#fff!important;padding-bottom:100px}.home__top-date-chr{z-index:2;font-size:clamp(1.5rem,2vw,2rem);margin-bottom:auto}.home__top-title-chr{z-index:2;font-size:clamp(2.5rem,4vw,4rem);text-align:center}.animated-element1{opacity:0;transition:all 1s}.animated-element1--active{opacity:1}.home__top-chr{position:relative;height:100svh;width:100%;overflow:hidden;z-index:2;opacity:0;transition:all 1s}.home__top-chr--active{opacity:1}.home__top-inner-chr{z-index:2;display:flex;flex-direction:column;justify-content:space-between;height:70%;align-items:center;padding-top:25px}.scroll-chr{position:absolute;top:10px;left:50%;transform:translate(-50%);width:max-content;font-size:.75rem;opacity:.5;transition:all .3s}.scroll-chr--hide{opacity:0!important;pointer-events:none!important}.pepe-chr{font-size:clamp(1.25rem,2vw,2.25rem);text-align:center;text-decoration:underline;text-decoration-color:#feb8d280;text-decoration-thickness:5px;text-decoration-skip-ink:none;padding:0 10px}.pepe-chr span{font-size:clamp(2rem,4vw,3rem)}.calendar-top-christening{position:absolute;left:50%;z-index:1;transform:translate(-50%,-50%);background:#fff;padding:0 25px;width:max-content;font-size:clamp(1rem,2vw,1.25rem)}.calendar-christening{position:relative;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);aspect-ratio:1/1;text-align:center;padding:25px;border:5px solid rgba(254,184,210,.5019607843);border-radius:25px;font-weight:300}.calendar-christening div{display:flex;justify-content:center;align-items:center}.calendar-christening div:nth-of-type(-n+7){border-bottom:1px solid rgba(254,184,210,.5019607843);font-weight:500}.calendar-wrapper-chr{position:relative;align-self:center;width:100%;max-width:500px;padding:25px}.target-time-chr{position:relative;z-index:1}.balloon-container{position:absolute;z-index:-1;width:60px;top:70%;left:50%;transform:translate(-50%,-50%);border-bottom:none!important}.addresses-chr{display:flex;flex-direction:column;gap:25px}.addresses__title-chr{font-size:clamp(2.25rem,4vw,3.75rem);text-align:center;text-decoration:underline;text-decoration-color:#feb8d280;text-decoration-thickness:5px;text-decoration-skip-ink:none;text-decoration-line:underline;margin-bottom:25px}.page-desc-chr{text-align:center;font-size:clamp(1.25rem,2vw,2.25rem);text-decoration-line:underline;text-decoration-color:#feb8d280;text-decoration-thickness:5px;text-decoration-skip-ink:none}.address-chr{position:relative;width:50%;display:flex;flex-direction:column}.address-chr:nth-child(2n){margin-left:auto}.address-chr:nth-child(2n):not(:nth-last-child(1)):before{content:"";position:absolute;bottom:0;left:0;transform:translate(-100%) rotate(20deg);background-image:url("data:image/svg+xml,%3csvg%20width='315'%20height='772'%20viewBox='0%200%20315%20772'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M217.392%20770.766C209.971%20770.766%20194.059%20773.945%20189.526%20766.673C183.406%20756.853%20195.204%20752.979%20202.753%20750.439C217.598%20745.444%20242.351%20747.766%20254.442%20738.671C149.684%20679.005%2071.3192%20587.496%2031.0082%20473.858C-9.08482%20360.829%20-16.8478%20222.348%2047.3342%20115.899C78.7472%2063.7973%20124.208%2020.5349%20184.531%204.21973C189.707%202.81965%20214.974%20-5.28328%20213.942%205.57335C213.404%2011.2331%20180.862%2021.3215%20175.335%2024.0253C146.598%2038.0782%20121.942%2056.314%20100.591%2079.9982C27.8432%20160.7%2013.1702%20280.552%2032.4362%20383.222C45.1992%20451.236%2073.5512%20517.887%20112.984%20575.163C133.338%20604.727%20156.967%20632.971%20184.011%20656.77C206.822%20676.843%20243.563%20710.74%20274.401%20716.836C270.329%20689.863%20239.665%20665.931%20231.605%20639.608C227.335%20625.664%20234.185%20609.692%20250.048%20619.381C262.908%20627.236%20271.04%20652.577%20277.939%20665.415C285.637%20679.741%20292.825%20694.235%20299.144%20709.215C303.78%20720.203%20318.317%20741.848%20313.603%20753.539C305.268%20774.211%20236.413%20770.152%20217.392%20770.766C209.634%20770.766%20225.328%20770.51%20217.392%20770.766Z'%20fill='%23222221'/%3e%3c/svg%3e");background-size:contain;background-position:left;background-repeat:no-repeat;width:300px;height:300px}.address-chr:nth-child(odd){margin-right:auto}.address-chr:nth-child(odd):not(:nth-last-child(1)):after{content:"";position:absolute;bottom:0;right:0;transform:translate(100%) rotate(-20deg);background-image:url("data:image/svg+xml,%3csvg%20width='315'%20height='772'%20viewBox='0%200%20315%20772'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M97.1396%20770.766C104.56%20770.766%20120.472%20773.945%20125.005%20766.673C131.125%20756.853%20119.327%20752.979%20111.778%20750.439C96.9328%20745.444%2072.1804%20747.766%2060.0896%20738.671C164.847%20679.005%20243.212%20587.496%20283.523%20473.858C323.616%20360.829%20331.379%20222.348%20267.197%20115.899C235.784%2063.7972%20190.323%2020.5348%20130%204.21966C124.824%202.81958%2099.5576%20-5.28335%20100.589%205.57328C101.127%2011.233%20133.669%2021.3214%20139.196%2024.0252C167.933%2038.0781%20192.589%2056.3139%20213.94%2079.9981C286.688%20160.7%20301.361%20280.552%20282.095%20383.222C269.332%20451.236%20240.98%20517.887%20201.547%20575.163C181.193%20604.727%20157.564%20632.971%20130.52%20656.77C107.709%20676.843%2070.968%20710.74%2040.1301%20716.836C44.2024%20689.863%2074.8662%20665.931%2082.926%20639.608C87.1966%20625.664%2080.3464%20609.692%2064.4835%20619.381C51.6229%20627.236%2043.4908%20652.577%2036.5919%20665.415C28.8939%20679.741%2021.7057%20694.235%2015.3867%20709.215C10.7515%20720.203%20-3.78546%20741.848%200.928311%20753.539C9.26333%20774.211%2078.1184%20770.152%2097.1396%20770.766C89.2036%20770.51%20104.897%20770.766%2097.1396%20770.766Z'%20fill='%23222221'/%3e%3c/svg%3e");background-size:contain;background-position:right;background-repeat:no-repeat;width:300px;height:300px}.address__title-chr{font-size:clamp(1.75rem,4vw,2.25rem);display:flex;justify-content:space-between}.address__title-chr span{text-decoration:underline;text-decoration-color:#feb8d280;text-decoration-thickness:5px;text-decoration-skip-ink:none;text-decoration-line:underline}.address__link-chr{width:100%;max-width:500px;color:#000;background:#feb8d280;padding:10px;align-self:flex-end;border-radius:15px;display:flex;justify-content:center;align-items:center}.page-title-chr{text-align:center;font-size:clamp(2.25rem,4vw,3.75rem);text-decoration-line:underline;text-decoration-color:#feb8d280;text-decoration-thickness:5px;text-decoration-skip-ink:none;margin-bottom:25px}.floated-img{z-index:2;max-width:100px}.floated-img-1{position:absolute;top:200px;left:0;z-index:0;max-width:150px;animation:animateClouds 10s infinite ease-in-out}.floated-img-2{position:absolute;top:400px;right:30px;z-index:0;max-width:100px;animation:animateClouds 10s infinite ease-in-out}.wrapper{position:relative;padding-top:100px;display:flex;flex-direction:column;align-items:center;gap:25px;width:100%}.swiper-cont{position:absolute;top:0;transform:translateY(-175px);width:200px;z-index:100;border-radius:25px;background:#feb8d280;padding:10px}.swiper-cont-2{position:relative;width:100%;max-width:500px;z-index:100;border-radius:25px;background:#feb8d280;padding:10px}.mySwiper-chr{width:100%;max-width:500px;border-radius:20px}.slide-chr{width:100%!important}.iimg{border-radius:20px}.gallery-float-img{position:absolute;width:75px;left:50%;transform:translate(-50%,50%);bottom:0;z-index:1}.gallery-float-img-2{position:absolute;width:100px;left:50%;transform:translate(-50%,50%);bottom:0;z-index:1}.floated-img-3{max-width:250px}.rainbow-img-3{position:relative;transform:translateY(-40px);max-width:200px}.rainbow-bottom{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden}.gallery-chr{padding:0 10px;max-width:max-content;display:flex;flex-direction:column;justify-content:center;align-items:center}.gallery-masonry{margin:0 auto;column-count:3;column-gap:10px;max-width:1000px}.gallery-masonry img{margin-bottom:10px;width:100%;opacity:0;transition:all 1s}.img--active{opacity:1!important}.date-container-chr{width:100%;padding:0 10px}.date-chr{display:flex;justify-content:space-evenly;align-items:center;gap:25px;margin-bottom:25px;background:#feb8d233;padding:25px;border-radius:25px}.date-chr p:nth-child(1){text-align:center;font-weight:500;font-size:3rem}.date-chr p:nth-child(2){font-weight:300;font-size:1.25rem}@keyframes animateClouds{50%{transform:translate(30px)}to{transform:translate(0)}}@media screen and (width < 808px){.address-chr{width:100%}.address-chr:not(:nth-last-child(1)):nth-child(2n):before{display:none}.address-chr:not(:nth-last-child(1)):nth-child(odd):after{display:none}.gallery-masonry{column-count:2}.date-chr{flex-direction:column;width:max-content;margin:0 auto}}*{padding:0;margin:0;border:none}*,*:before,*:after{box-sizing:border-box}a,a:link,a:visited,a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}input[type=file]{max-width:100%}:root{--brown-clr: #665d49;--olive-clr: #eff7e7;--silver-bg-clr: #fcfaf2;--accent-clr-yellow: #f5e78e;--accent-clr-pink: #feb8d2;--accent-clr-dark-pink: #ff7aab;--accent-clr-green: #b5e48a;--accent-clr-dark-green: #619d29;--bronze-clr: rgb(255, 242, 226);--silver-clr: rgb(239, 239, 239);--gold-clr: rgb(254, 254, 202)}body{font-family:Montserrat Alternates,sans-serif}::-webkit-scrollbar{display:none}
