@import"https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Montserrat:wght@100;200;500;600;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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=Cinzel+Decorative:wght@400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap";@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Meie+Script&display=swap";@import"https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap";.navbar{position:relative;display:flex;justify-content:space-between;align-items:center;background-color:#fff;position:sticky;top:0;z-index:999;padding:5px 20px;box-shadow:2px 5px 20px gray;color:#c5b89f}.navbar .nav-brand-container{display:flex;justify-content:center;align-items:center;font-family:Cinzel,sans-serif}.navbar .nav-brand-container span{position:relative;left:-.6rem;font-weight:600;padding:0 -20px;color:#9c8260}.navbar .nav-brand-container .navbar-brand{position:relative;margin:0;height:2rem;padding:0 1rem 0 0}.navbar .nav-brand-container .navbar-brand:hover{color:#b8967d;cursor:pointer}.navbar .nav-brand-container .navbar-brand-word{height:1.3rem}.navbar .nav-container{display:flex;justify-content:center;align-items:center}.navbar .nav-container a{text-decoration:none;padding:0 2rem;text-transform:uppercase;color:#000;transition:color .3s ease;font-family:Raleway,sans-serif;font-size:.9rem;font-weight:500}.navbar .nav-container a:hover,.navbar .nav-container a.active{color:#b8967d}.navbar .nav-container .lang-switcher-container{position:relative;display:flex;justify-content:center;align-items:center}.navbar .nav-container .lang-switcher-container .lang-main-btn{padding:0;cursor:pointer;border:4px white solid;border-radius:100px}.navbar .nav-container .lang-switcher-container .lang-main-btn img{width:1.4rem;height:1.4rem;border-radius:15%;object-fit:cover;display:block}.navbar .nav-container .lang-switcher-container .lang-dropdown{display:flex;justify-content:center;align-items:center;position:absolute;top:100%;margin-top:.5rem;gap:.5rem;z-index:1000;flex-direction:column;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.navbar .nav-container .lang-switcher-container .lang-dropdown.open{opacity:1;transform:translateY(0);pointer-events:auto}.navbar .nav-container .lang-switcher-container .lang-dropdown .lang-flag-btn{background:transparent;border:4px white solid;border-radius:15%;padding:0;cursor:pointer;width:2rem;height:2rem}.navbar .nav-container .lang-switcher-container .lang-dropdown .lang-flag-btn img{width:100%;height:100%;border-radius:15%;object-fit:cover;transition:transform .2s ease}.navbar .nav-container .lang-switcher-container .lang-dropdown .lang-flag-btn img:hover{transform:scale(1.1);border:none}.social-container{display:flex;justify-content:center;align-items:center;gap:1rem}.social-container .social-btn{font-size:1.5rem;color:#2c2c2c;background:none;border-radius:50%;width:1rem;height:1rem;padding:15px;display:flex;text-decoration:none;align-items:center;justify-content:center;transition:background .3s ease}.social-container .social-btn:hover{background:#c5b89f}.social-container .social-btn i{pointer-events:none}.navbar-wrapper.desktop-navbar{display:none}@media screen and (min-width: 869px){.navbar-wrapper.desktop-navbar{display:block}}.navbar-wrapper.mobile-navbar{display:block}@media screen and (min-width: 869px){.navbar-wrapper.mobile-navbar{display:none}}.homepage{display:flex;flex-direction:column;align-items:stretch}.homepage .sections{position:relative;background:#fff;width:100%}.homepage .sections .section1{display:flex;justify-content:center;align-items:center;flex-direction:column;background:#fff;padding-bottom:60px;max-width:1200px;margin:0 auto;padding:2rem}.homepage .sections .section1 .meaning{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;background:#fff;z-index:1;padding:0 0 2.6rem}.homepage .sections .section1 .meaning .meaning-text{font-family:Cinzel,sans-serif;font-weight:500;font-size:.7rem;text-align:center;align-self:center;justify-content:center}@media screen and (min-width: 700px){.homepage .sections .section1 .meaning .meaning-text{font-size:1.1rem}}@media screen and (min-width: 1920px){.homepage .sections .section1 .meaning .meaning-text{font-size:1.6rem}}.homepage .sections .section1 .intro{display:flex;justify-content:center;align-items:center;text-align:center;width:100%}@media screen and (min-width: 900px){.homepage .sections .section1 .intro{display:flex;align-items:flex-start;overflow:visible;gap:2rem}}.homepage .sections .section1 .intro .intro-video{display:none}@media screen and (min-width: 900px){.homepage .sections .section1 .intro .intro-video{display:flex;flex:1;border-radius:5px;height:500px;width:200px;overflow:hidden}}.homepage .sections .section1 .intro .intro-text{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media screen and (min-width: 900px){.homepage .sections .section1 .intro .intro-text h2{max-width:700px;text-align:left}}@media screen and (min-width: 900px){.homepage .sections .section1 .intro .intro-text p,.homepage .sections .section1 .intro .intro-text h6,.homepage .sections .section1 .intro .intro-text h2{text-align:left}}.homepage .sections .section1 .intro .intro-text h6{text-align:left}@media screen and (min-width: 900px){.homepage .sections .section1 .intro{padding-top:100px}}@media screen and (min-width: 900px){.homepage .sections .section1{position:relative;height:600px;overflow:visible;z-index:2}.homepage .sections .section1 .meaning{background:transparent;padding:60px 0 0}}.homepage .sections .section2{position:relative;width:100%;text-align:center}.homepage .sections .section2 .bg-layer{position:absolute;width:100%;height:100%;background-color:#eee1d7}.homepage .sections .section2 .s2-services{position:relative;max-width:1200px;margin:0 auto;padding:4rem 2rem;z-index:2}@media screen and (min-width: 900px){.homepage .sections .section2 .s2-services{padding-top:160px}}.homepage .sections .section2 .s2-services .title-container{margin-bottom:2rem}.homepage .sections .section2 .s2-services .service-card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;padding:2rem 0}@media screen and (min-width: 700px){.homepage .sections .section2 .s2-services .service-card-container{gap:20px}}.homepage .sections .section2 .s2-services .service-card-container .service-card{display:flex;flex-direction:column;text-align:center;padding:1rem 1.2rem;background:#fffffd;border-radius:5px;box-shadow:2px 2px 10px #0003;z-index:2;max-width:220px;min-height:14px}.homepage .sections .section2 .s2-services .service-card-container .service-card h4{font-weight:500;font-size:.8rem}@media screen and (min-width: 700px){.homepage .sections .section2 .s2-services .service-card-container .service-card h4{font-size:1rem}}.homepage .sections .section2 .s2-services .service-card-container .service-card p{font-family:Raleway,sans-serif;font-size:.9rem}@media screen and (min-width: 700px){.homepage .sections .section2 .s2-services .service-card-container .service-card p{font-size:.9rem}}.homepage .sections .section2 .s2-services .service-card-container .service-card hr{width:70%;opacity:.8}.homepage .sections .section2 .s2-services .service-card-container .service-card .read-more{display:none}.homepage .sections .section3{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding:2.6rem}.homepage .sections .section3 .section3-container .text-center{text-align:center;margin-bottom:2rem}.homepage .sections .section3 .section3-container .custom-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);gap:1rem;max-width:1000px;margin:0 auto}.homepage .sections .section3 .section3-container .item{overflow:hidden;border-radius:10px}.homepage .sections .section3 .section3-container .item img{width:100%;height:100%;object-fit:cover;display:block}.homepage .sections .section3 .section3-container .item1{grid-column:1/2}.homepage .sections .section3 .section3-container .item2{grid-column:2/3}.homepage .sections .section3 .section3-container .item3{grid-column:3/5}.homepage .sections .section3 .section3-container .item4{grid-column:1/3}.homepage .sections .section3 .section3-container .item5{grid-column:3/4}.homepage .sections .section3 .section3-container .item6{grid-column:4/5}.homepage .sections .section3 .view-more{background-color:#b8967d;cursor:pointer;font-size:.9rem;font-weight:300;font-family:Inter;padding:.75rem;border-radius:7.5px;border:none;transition:all .15s ease;text-transform:uppercase;color:#fff!important}.homepage .sections .section3 .view-more:hover{color:#fff!important;background-color:#2c2c2c}.homepage .sections .section3 .view-more:hover a{color:#fff}.homepage .sections .section3 .modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.homepage .sections .section3 .modal-content{display:flex;flex-direction:column;position:relative;max-width:90%;max-height:90%;background:transparent}.homepage .sections .section3 .modal-content img{width:100%;height:auto;border-radius:10px}.homepage .sections .section3 .modal-close{justify-self:center;font-size:2rem;color:#fff;background:transparent;border:none;cursor:pointer}.homepage .sections .section4{position:relative;padding:2.6rem;text-align:center;overflow:hidden}@media screen and (min-width: 700px){.homepage .sections .section4{padding:6rem 0}}.homepage .sections .section4:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d7cbc1}.homepage .sections .section4 .reviews{display:flex;flex-direction:column;align-items:center}.homepage .sections .section4 .reviews .title-container{margin-bottom:2rem;z-index:5}.homepage .sections .section4 .review-container{position:relative;display:flex;flex-direction:column;align-items:center;min-height:300px;z-index:2}.homepage .sections .section4 .review-fade-wrapper{width:100%;max-width:700px;display:flex;justify-content:center}.homepage .sections .section4 .review-card{position:relative;padding:2rem;border-radius:1rem;background-color:#fff;max-width:100%}.homepage .sections .section4 .review-header{display:flex;align-items:center;margin-bottom:1rem;justify-content:center}.homepage .sections .section4 .review-header .review-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-right:1rem}.homepage .sections .section4 .review-header .review-meta{display:flex;flex-direction:column}.homepage .sections .section4 .review-header .review-meta .review-name{margin:0;font-weight:700;text-transform:uppercase;text-align:left}.homepage .sections .section4 .review-header .review-meta .review-event{margin:0;text-align:left;font-size:.8rem;color:gray;letter-spacing:1px}.homepage .sections .section4 .review-text{font-style:italic;position:relative;margin-bottom:0}.homepage .sections .section4 .quote-icon{position:absolute;top:1.2rem;right:1.2rem;font-size:3rem;color:#f3e7e7;line-height:1}.homepage .sections .section4 .dot-container{display:flex;justify-content:center;margin-top:1.5rem;gap:8px}.homepage .sections .section4 .dot-container .dot{width:10px;height:10px;border-radius:50%;background-color:#ccc;transition:background-color .3s ease;cursor:pointer}.homepage .sections .section4 .dot-container .dot.active{background-color:#a07b60}.homepage .sections .section5{display:flex;justify-content:center;align-items:center;padding:2.6rem}.homepage .sections .section5 .section5-content{border:#cab19d 2px solid;border-radius:5px;position:relative;padding:2.6rem;text-align:center;max-width:1200px;width:100%;overflow:hidden;z-index:1}.homepage .sections .section5 .section5-content .text-block{align-items:center;justify-content:center;flex-direction:column;display:flex;z-index:2}.homepage .sections .section5 .section5-content .text-block h2{font-family:Cinzel,sans-serif;font-size:1.2rem}.homepage .sections .section5 .section5-content .text-block .button-block{margin-top:1.5rem;align-self:center}.homepage .sections .section5 .section5-content .text-block .submit-button{background-color:#b8967d;cursor:pointer;font-size:.9rem;font-weight:300;font-family:Inter;padding:.75rem;border-radius:7.5px;border:none;transition:all .15s ease;text-transform:uppercase;color:#fff!important}.homepage .sections .section5 .section5-content .text-block .submit-button:hover{color:#fff!important;background-color:#2c2c2c}.homepage .sections .section5 .section5-content .text-block .submit-button:hover a{color:#fff}@media screen and (min-width: 700px){.homepage .sections .section5{padding:6rem}}.banner{display:flex;justify-content:center;align-items:center;height:18rem;width:100%;flex-direction:column;min-width:260px}.banner:before{content:"";position:relative;top:0;left:0;width:100%;height:100%;background:linear-gradient(#c0a97873,#fff09800),url(../bg/tornPaper.png);background-size:cover;background-position:top;filter:blur(1px);z-index:0}.banner .wax-logo{top:16.5rem;height:4rem;position:absolute;z-index:9}.banner .banner-image-container{display:flex;justify-content:center;align-items:center;position:absolute;top:4rem}.banner .banner-image-container .A-logo{position:relative;height:12rem;width:100%;padding:0;margin:0;filter:drop-shadow(1px 1px 10px rgba(206,189,117,.39))}.banner .banner-image-container h2{color:#ac9760;font-family:Cinzel,sans-serif;margin:.2rem;text-transform:capitalize;font-weight:600;font-size:1.6rem;text-shadow:1px 1px 10px rgba(221,192,128,.767),0 0 6px rgba(141,126,108,.4)}.banner .banner-image-container h4{font-family:Raleway,sans-serif;letter-spacing:1px;font-weight:200;font-size:.8rem}@media screen and (min-width: 460px){.banner:before{background-position:bottom}}@media screen and (min-width: 550px){.banner{height:20rem}.banner .wax-logo{top:17rem}}@media screen and (min-width: 800px){.banner{height:30rem}.banner:before{background-position:bottom}.banner .banner-image-container{padding:20px}.banner .banner-image-container h2{font-size:2.6rem;padding:0}.banner .banner-image-container .A-logo{top:2rem;height:15rem}.banner .wax-logo{top:24rem;height:6.5rem}}@media screen and (min-width: 1100px){.banner{height:35rem}.banner:before{background-position:bottom}.banner .wax-logo{top:27rem;height:8rem;z-index:9}.banner .banner-image-container{height:20rem}.banner .banner-image-container h2{font-size:3rem}.banner .banner-image-container h4{font-size:1.2rem;letter-spacing:.35em}.banner-logo{height:26rem}}@media screen and (min-width: 1100px) and (min-width: 1100px){.banner{height:33rem}.banner .banner-image-container .A-logo{top:0rem}.banner .wax-logo{top:26rem;height:6.5rem}}@media screen and (min-width: 1500px){.banner{height:37rem}.banner .banner-image-container{height:18rem;min-width:200px}.banner .banner-image-container .A-logo{top:1rem}.banner .wax-logo{top:27rem}}.banner-wrapper{display:flex;justify-content:center;align-items:center;position:relative;background:url(../bg/tornPaper.png);background-size:cover;height:12rem;background-position:bottom center}.banner-wrapper:after{content:"";position:absolute;bottom:20px;left:0;width:100%;height:5rem;filter:blur(8px);z-index:-2;pointer-events:none}.banner-wrapper .wax{bottom:.6rem;height:4rem;position:absolute}.banner-wrapper .banner-gradient{position:absolute;bottom:20px;left:0;width:100%;height:60px;background:linear-gradient(to bottom,rgba(1,1,1,.25),transparent);filter:blur(8px);z-index:-1;pointer-events:none;opacity:0;animation:fadeInShadow .7s ease .7s forwards}.banner-wrapper .text-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;top:2rem;padding:0 20px}.banner-wrapper .text-wrapper h2{color:#a07b60;margin:5px 0;font-family:Alex Brush,cursive;font-weight:500}.banner-wrapper .text-wrapper .breadcrumb{display:flex;flex-direction:row}.banner-wrapper .text-wrapper .breadcrumb h6{font-size:.6rem;font-weight:200}.banner-wrapper .text-wrapper .breadcrumb h6 a{color:#a07b60;text-decoration:none!important}@media screen and (min-width: 500px){.banner-wrapper{height:18rem}.banner-wrapper .banner-gradient{bottom:50px}.banner-wrapper .wax{height:5rem;bottom:2rem}.banner-wrapper .text-wrapper{top:3rem}.banner-wrapper .text-wrapper h2{font-size:4rem}.banner-wrapper .text-wrapper .breadcrumb h6{font-size:1rem}}@media screen and (min-width: 700px){.banner-wrapper{height:20rem}.banner-wrapper .banner-gradient{bottom:80px}.banner-wrapper .wax{height:6rem;bottom:2rem}}@media screen and (min-width: 900px){.banner-wrapper{height:24rem}.banner-wrapper .banner-gradient{bottom:110px;height:100px}.banner-wrapper .wax{height:7rem;bottom:3rem}.banner-wrapper .text-wrapper h2{font-size:5rem}}@media screen and (min-width: 1200px){.banner-wrapper{height:26rem}.banner-wrapper .banner-gradient{bottom:150px}.banner-wrapper .wax{height:8rem;bottom:4rem}}@media screen and (min-width: 1600px){.banner-wrapper{height:30rem}.banner-wrapper .banner-gradient{bottom:200px}.banner-wrapper .wax{height:8rem;bottom:7rem}}@keyframes fadeInShadow{to{opacity:1}}.about-section1{display:flex;position:relative;justify-content:center;align-items:center;max-width:1200px;padding:2.6rem}.about-section1 .section1-wrapper{display:flex;flex-direction:column;align-items:center}.about-section1 .section1-wrapper .img-wrapper{display:flex;position:relative;justify-content:center;width:100%;height:auto;flex-direction:column;align-items:center;justify-content:flex-start;padding-bottom:2rem}.about-section1 .section1-wrapper .img-wrapper .headshot{width:100%;max-height:15rem;object-fit:cover;object-position:0% 35%;border:10px solid #fff;box-shadow:2px 2px 12px #00000060;z-index:2}.about-section1 .section1-wrapper .img-wrapper .dots-bg{position:absolute;top:68%;width:300px;height:4rem;display:flex;justify-content:center;align-items:center;z-index:1;pointer-events:none}.about-section1 .section1-wrapper .img-wrapper .dots-bg:before,.about-section1 .section1-wrapper .img-wrapper .dots-bg:after{content:"";width:100%;height:100%;background-image:radial-gradient(#b87c6b 2px,transparent 2px);background-size:1rem 1rem;opacity:.6}.about-section1 .section1-wrapper .img-wrapper .logo-container{justify-self:center;background:#fff;border-radius:5px;box-shadow:2px 2px 10px #00000021;padding:.7rem;display:flex;flex-direction:column;align-items:center;z-index:2;position:relative;margin-top:-2rem}.about-section1 .section1-wrapper .img-wrapper .logo-container img{height:50px}.about-section1 .section1-wrapper .img-wrapper .logo-container h4{font-family:Cinzel,sans-serif;font-size:.9rem}.about-section1 .section1-wrapper .img-wrapper .logo-container h5{font-size:.7rem}.about-section1 .section1-wrapper .text-wrapper{padding:0 0 50px}.about-section1 .section1-wrapper .text-wrapper .title-wrapper{text-align:center}.about-section1 .section1-wrapper .text-wrapper .title-wrapper p{font-size:.8rem}.about-section1 .section1-wrapper .text-wrapper .title-wrapper .quote{display:flex;flex-direction:column;padding:0}.about-section1 .section1-wrapper .text-wrapper .title-wrapper .quote p:nth-child(2){color:#584634;font-style:italic}@media screen and (min-width: 700px){.about-section1 .section1-wrapper .text-wrapper .title-wrapper .quote p:nth-child(2){text-align:left;font-size:1.1rem;padding:10px 0;font-weight:500}}.about-section1 .section1-wrapper .text-wrapper .title-wrapper .quote svg{color:#a07b60;opacity:.7}.about-section1 .section1-wrapper .text-wrapper .title-wrapper .quote h4{margin:0;font-size:.7rem;padding:0 10px;font-style:italic;font-weight:400}@media screen and (min-width: 700px){.about-section1 .section1-wrapper{display:flex;flex-direction:row;gap:4rem;align-items:flex-start;padding:0 0 160px}.about-section1 .section1-wrapper .img-wrapper{width:100%;padding:0 10px}.about-section1 .section1-wrapper .img-wrapper .headshot{max-height:25rem}.about-section1 .section1-wrapper .img-wrapper .logo-container{position:absolute;justify-content:center;right:-20px;bottom:-20px;margin-top:0;height:8rem;width:12rem}.about-section1 .section1-wrapper .img-wrapper .logo-container img{height:4rem}.about-section1 .section1-wrapper .img-wrapper .logo-container h4{text-align:center;font-size:1.4rem}.about-section1 .section1-wrapper .img-wrapper .logo-container h5{font-size:.8rem}.about-section1 .section1-wrapper .img-wrapper .dots-bg{top:98%;width:110px;left:80%}.about-section1 .section1-wrapper .img-wrapper .dots-bg:before,.about-section1 .section1-wrapper .img-wrapper .dots-bg:after{content:"";background-image:radial-gradient(#b87c6b 2px,transparent 2px)}}@media screen and (min-width: 700px) and (min-width: 1100px){.about-section1 .section1-wrapper .img-wrapper .dots-bg{width:180px}}@media screen and (min-width: 700px){.about-section1 .section1-wrapper .text-wrapper{width:100%;padding-top:0;text-align:left}.about-section1 .section1-wrapper .text-wrapper .title-wrapper{text-align:left}.about-section1 .section1-wrapper .text-wrapper .title-wrapper h2{font-size:3rem}.about-section1 .section1-wrapper .text-wrapper .title-wrapper h6{text-align:left;font-size:.8rem}.about-section1 .section1-wrapper .text-wrapper .title-wrapper p{font-size:1.1rem}}.contact-section{min-width:260px;display:flex;flex-direction:column;align-items:center;background-color:#d7cbc1;text-align:center;width:100%;padding:2.6rem}@media (min-width: 1024px){.contact-section{flex-direction:row;justify-content:space-around;align-items:flex-start;padding:6rem 4rem}}.contact-section .contact-inner-wrapper{width:100%;max-width:1200px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}@media (min-width: 1024px){.contact-section .contact-inner-wrapper{flex-direction:row;justify-content:space-between}}.contact-section .text-wrapper{color:#fff;display:flex;flex-direction:column;text-align:left}.contact-section .text-wrapper .tagline{text-transform:uppercase;color:#fff}.contact-section .text-wrapper h6{font-family:Raleway,sans-serif;font-size:.8rem}.contact-section .text-wrapper h2{font-family:Cinzel,serif;font-size:2.2rem;line-height:1.2;font-weight:600;text-align:center}@media (min-width: 768px){.contact-section .text-wrapper h2{font-size:2.5rem}}@media (min-width: 1024px){.contact-section .text-wrapper h2{font-size:3rem;text-align:left}}.contact-section .text-wrapper .open-modal{margin:2rem 2rem 0;padding:.6rem 1.4rem;border:1px solid white;background:transparent;color:#fff;font-size:.9rem;border-radius:4px;cursor:pointer;transition:all .3s ease}.contact-section .text-wrapper .open-modal:hover{background-color:#fff;color:#9c826f}@media screen and (min-width: 1024px){.contact-section .text-wrapper{align-items:flex-start}}.contact-section .form-wrapper{background:#fff;border-radius:12px;padding:2rem;max-width:500px;box-shadow:0 10px 30px #0000001a;margin-top:3rem}@media (min-width: 1024px){.contact-section .form-wrapper{margin-top:0;margin-left:2rem}}.contact-section .form-wrapper .tagline{font-size:.8rem;text-transform:uppercase;color:#b0876f;letter-spacing:.08em}.contact-section .form-wrapper h3{font-family:Cinzel,serif;font-size:1.8rem;margin-bottom:1.5rem;color:#9c826f}.contact-section .contact-form,.contact-section .contact-form .field-row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 480px){.contact-section .contact-form .field-row{flex-direction:row}.contact-section .contact-form .field-row input{flex:1}}.contact-section .custom-modal{position:fixed;top:3rem;left:2.6rem;right:2.6rem;bottom:3rem;background-color:#fff;border-radius:12px;padding:2rem;max-width:500px;margin:auto;box-shadow:0 10px 30px #0003;outline:none;overflow-y:auto;text-align:center;z-index:999}.contact-section .custom-modal .tagline{font-size:.8rem;text-transform:uppercase;color:#b0876f;letter-spacing:.08em;margin-bottom:.5rem}.contact-section .custom-modal h3{font-family:Cinzel,serif;font-size:1.6rem;margin-bottom:1.5rem;color:#9c826f}.contact-section .custom-modal .modal-close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;color:#777;cursor:pointer;font-weight:700;line-height:1;background:none;border:none}.contact-section .custom-modal .modal-close:hover{color:#333}.about-section3{background-color:#fff;text-align:center;padding:5rem 2rem}.about-section3 .tagline{font-size:.75rem;text-transform:uppercase;color:#a07b60;letter-spacing:.08em;margin-bottom:.3rem}.about-section3 .section-title{font-size:2.6rem;font-weight:400;margin-bottom:3rem}.about-section3 .step-cards{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width: 1024px){.about-section3 .step-cards{flex-direction:row;justify-content:center;gap:2.5rem}}.about-section3 .step-cards .step-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px #00000014;padding:2rem 1.6rem;max-width:360px;min-height:180px;text-align:center}.about-section3 .step-cards .step-card h4{font-size:1rem;font-weight:700;margin-bottom:1rem;text-align:center}.about-section3 .step-cards .step-card p{font-size:.95rem;color:#333;line-height:1.6}.aboutpage{display:flex;flex-direction:column;align-items:center}.services{background-color:#fefefe;position:relative;width:100%}.services .services-wrapper{max-width:1200px;margin:0 auto;width:100%;position:relative;box-sizing:border-box}.services .services-wrapper .services-header{text-align:center;margin-bottom:2rem;padding:0 1rem}@media screen and (min-width: 700px){.services .services-wrapper .services-header{margin-bottom:4rem}}.services .services-wrapper .services-header h1{font-family:Cinzel,serif;font-size:2.4rem;margin-bottom:.5rem}.services .services-wrapper .services-header .subtitle{font-size:1rem;color:#a07b60;max-width:700px;margin:0 auto}.services .services-wrapper .services-header h2{font-size:1.6rem;color:#353535}@media screen and (min-width: 798px){.services .services-wrapper .services-header h2{font-size:2.6rem}}.services .services-wrapper .tabs-container{max-width:1000px;margin:0 auto;padding-bottom:2.6rem}.services .services-wrapper .tabs-container .custom-tabs .MuiTabs-indicator{background-color:#a07b60;height:3px}.services .services-wrapper .tabs-container .custom-tabs .MuiTab-root{color:#a07b60;font-weight:500}.services .services-wrapper .tabs-container .custom-tabs .MuiTab-root.Mui-selected{color:#9c826f}@media screen and (min-width: 1024px){.services .services-wrapper .tabs-container .custom-tabs .MuiTab-root{font-size:1rem}}.services .services-wrapper .tabs-container .tab-content{margin-top:2rem;min-width:260px}.services .services-wrapper .tabs-container .tab-content .service-panel{display:flex;flex-direction:column;align-items:center;gap:2rem}.services .services-wrapper .tabs-container .tab-content .service-panel img{align-self:center;width:100%;max-width:400px;border-radius:8px;box-shadow:0 4px 12px #0000001a}.services .services-wrapper .tabs-container .tab-content .service-panel h3{font-size:1.5rem;color:#a07b60;margin-bottom:.5rem}.services .services-wrapper .tabs-container .tab-content .service-panel p{font-size:.9rem;color:#353535;padding:2rem}@media (min-width: 768px){.services .services-wrapper .tabs-container .tab-content .service-panel{flex-direction:row;align-items:flex-start}.services .services-wrapper .tabs-container .tab-content .service-panel p{font-size:1.1rem}}.contact-page{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-page .contact-content{width:100%;text-align:center}.contact-page .contact-content .social-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem}.contact-page .contact-content .social-wrapper h2{text-align:center;font-size:3rem}.contact-page .contact-content .social-wrapper .social-buttons{display:flex;justify-content:center;align-items:center;flex-direction:row;font-size:3rem}.contact-page .contact-content .social-wrapper .social-buttons a{text-decoration:none;color:#b8967d}.contact-page .contact-content .social-wrapper .social-buttons svg{padding:1rem 2rem}.contact-page .contact-content .social-wrapper hr{width:70%;margin:1rem auto}.contact-page .contact-content p{padding-top:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#b0876f}.contact-page .contact-content-form{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:3rem 0 7rem}.contact-page .contact-content-form .tagline{font-size:.9rem}.contact-page .contact-content-form .contact-form-title{font-size:3rem;margin:.5rem 0 1rem;text-align:center;width:100%}.contact-page .contact-content-form .field-row{width:100%;display:flex;flex-direction:row;gap:1rem}@media (max-width: 768px){.contact-page .contact-content-form .field-row{flex-direction:column}}.contact-page .contact-content-form .submit-button{background-color:#b0876f;color:#fff;margin-top:2rem;padding:.75rem 2rem;font-weight:500;border-radius:4px}.contact-page .contact-content-form .submit-button:hover{background-color:#9c735d}html{height:100%}body{min-width:300px;margin:0}#startup-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#efe9e0;z-index:9999;display:flex;align-items:center;justify-content:center}#startup-loader img{width:120px;height:auto}.footer{background-color:#f9f8f7;padding:2rem;text-align:center;color:#333;font-family:Georgia,serif;display:flex;justify-content:center;align-items:center;flex-direction:column}.footer .footer-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.footer .footer-container .footer-section .logo{font-weight:700;font-size:1.5rem;margin-bottom:.5rem}.footer .footer-container .footer-section h2{font-family:Cinzel,sans-serif;margin:0;padding:0}.footer .footer-container .footer-section p{font-family:Raleway,sans-serif;font-size:.9rem}.footer .footer-container .footer-section p:nth-child(2){margin:0;padding:0}.footer .footer-container .footer-section .footer-icons{display:flex;justify-content:center;gap:3rem}.footer .footer-container .footer-section .footer-icons svg{padding-top:10px;font-size:1.5rem;cursor:pointer;color:#2e2e2e}.footer .footer-container .footer-section .footer-icons svg:hover{color:#b59e94}.footer .footer-bottom{color:#666;padding:1rem 0}.footer .footer-bottom p{font-size:.8rem;font-style:italic;margin:0}.footer .footer-bottom a{color:inherit;text-decoration:underline;font-size:.7rem}.footer .footer-bottom a:hover{color:#b59e94}.full-loader{position:fixed;top:0;left:0;z-index:9999;height:100vh;width:100vw;background:#999491;display:flex;justify-content:center;align-items:center;animation:fadeOut .5s ease-out forwards}.loader-logo-container{width:220px;height:220px;animation:pulse 2s ease-in-out infinite}.loader-logo{width:100%;height:auto;display:flex;justify-content:center;align-self:center}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.route-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fdf9f6;display:flex;align-items:center;justify-content:center;z-index:9999}.route-loader img{width:80px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}html.ru h2{font-family:Great Vibes,sans-serif!important}h2{font-family:Meie Script,cursive;font-size:3rem;margin:1rem 0;font-weight:500;padding:0 0 .1rem}h4{font-family:Inter,sans-serif;text-transform:uppercase;margin:0;padding:0}h5{font-family:Raleway,sans-serif;font-size:.8rem;font-weight:400;padding:.2rem 0;margin:0}h6{font-family:Inter,sans-serif;text-transform:uppercase;color:#a07b60;text-align:center;margin:0;padding:0;font-size:.6rem;font-size:.9rem;font-weight:400}p{font-family:Raleway,sans-serif;font-size:.9rem;white-space:pre-line;margin:0;padding:0}.title{line-height:.9}@media screen and (min-width: 700px){.homepage .sections{display:block;justify-self:center}}
