@import "./includes/normalise.css";.reveal-fade-in,.reveal-slide-up,.reveal-slide-left,.reveal-slide-right{opacity:0;transition:opacity 0.8s ease-out, transform 0.8s ease-out}.reveal-fade-in.revealed{opacity:1}.reveal-slide-up{transform:translateY(50px)}.reveal-slide-up.revealed{opacity:1;transform:translateY(0)}.reveal-slide-left{transform:translateX(-50px)}.reveal-slide-left.revealed{opacity:1;transform:translateX(0)}.reveal-slide-right{transform:translateX(50px)}.reveal-slide-right.revealed{opacity:1;transform:translateX(0)}.reveal-stagger .reveal-item{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease-out, transform 0.6s ease-out}.reveal-stagger .reveal-item:nth-child(1){transition-delay:0.1s}.reveal-stagger .reveal-item:nth-child(2){transition-delay:0.2s}.reveal-stagger .reveal-item:nth-child(3){transition-delay:0.3s}.reveal-stagger .reveal-item:nth-child(4){transition-delay:0.4s}.reveal-stagger .reveal-item:nth-child(5){transition-delay:0.5s}.reveal-stagger .reveal-item:nth-child(6){transition-delay:0.6s}.reveal-stagger .reveal-item:nth-child(7){transition-delay:0.7s}.reveal-stagger .reveal-item:nth-child(8){transition-delay:0.8s}.reveal-stagger .reveal-item:nth-child(9){transition-delay:0.9s}.reveal-stagger .reveal-item:nth-child(10){transition-delay:1s}.reveal-stagger.revealed .reveal-item{opacity:1;transform:translateY(0)}.text-primary{color:#000000 !important}.text-secondary{color:#F8EEC6 !important}.text-ivory{color:#b6b6a6 !important}.text-charcoal{color:#777777 !important}.background-secondary{background-color:#F8EEC6}.background-ivory{background-color:#b6b6a6}.primary-bg{background-color:#000000}@font-face{font-family:"Vogue";src:url("/wp-content/themes/laraworks_theme/assets/fonts/Vogue.woff")}@font-face{font-family:"Access";src:url("/wp-content/themes/laraworks_theme/assets/fonts/WEB/Access-Light.ttf")}@font-face{font-family:"Lorin";src:url("/wp-content/themes/laraworks_theme/assets/fonts/WEB/Lorin-Regular.ttf")}h1,h2,h3,h4,h5,h6{font-family:"Vogue", sans-serif;font-weight:normal;letter-spacing:0.05em;width:100%;margin-bottom:1.5rem}h1.font-normal,h2.font-normal,h3.font-normal,h4.font-normal,h5.font-normal,h6.font-normal{font-weight:normal}p{color:gray}h2{font-size:2.5rem}@media screen and (min-width:768px){h2{font-size:3.5rem}}html,body,p,a,ul,li{font-size:14px;font-family:"Lorin", sans-serif;font-weight:normal;letter-spacing:0.05em}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:1rem 0;transition:all 0.3s ease}.site-header.scrolled{background:rgba(0, 0, 0, 0.9);box-shadow:0 2px 10px rgba(0, 0, 0, 0.1)}.site-header .container{max-width:1400px;margin:0 auto;padding:0 2rem}.site-header .header-wrapper{display:flex;justify-content:space-between;align-items:center}.site-logo img{height:80px;width:auto}.main-navigation .nav-menu{display:flex;list-style:none !important;margin:0;padding:0;gap:0.5rem}.main-navigation .nav-menu>li{position:relative}.main-navigation .nav-menu>li>a{display:flex;align-items:center;padding:0.75rem 1.5rem;color:#fff;text-decoration:none;font-weight:500;font-size:0.95rem;text-transform:uppercase;letter-spacing:0.5px;transition:all 0.3s ease;border-radius:25px}.main-navigation .nav-menu>li>a:hover{background:rgba(255, 255, 255, 0.1)}.main-navigation .nav-menu>li.current-menu-item>a,.main-navigation .nav-menu>li.current-menu-parent>a{background:rgba(255, 255, 255, 0.15)}.menu-item-has-children>a .dropdown-icon{display:inline-block;width:0;height:0;margin-left:0.5rem;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #fff;transition:transform 0.3s ease}.menu-item-has-children:hover>a .dropdown-icon{transform:rotate(180deg)}.menu-item-has-children .sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;list-style:none;margin:0;padding:0.5rem 0;border-radius:8px;box-shadow:0 10px 30px rgba(0, 0, 0, 0.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:100}.menu-item-has-children .sub-menu li a{display:block;padding:0.75rem 1.5rem;color:#333;text-decoration:none;font-size:0.9rem;transition:all 0.3s ease}.menu-item-has-children .sub-menu li a:hover{background:rgba(0, 0, 0, 0.05);padding-left:2rem}.menu-item-has-children .sub-menu li.current-menu-item a{background:rgba(0, 0, 0, 0.05);font-weight:600}.menu-item-has-children .sub-menu .sub-menu{top:0;left:100%;margin-left:0.5rem}.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:0.5rem}.mobile-menu-toggle span{display:block;width:25px;height:3px;background:#fff;transition:all 0.3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px, 7px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -7px)}@media (max-width:992px){.mobile-menu-toggle{display:flex}.main-navigation{position:fixed;top:70px;left:0;right:0;background:rgba(0, 0, 0, 0.95);max-height:0;overflow:hidden;transition:max-height 0.3s ease}.main-navigation.active{max-height:calc(100vh - 70px);overflow-y:auto}.main-navigation .nav-menu{flex-direction:column;padding:1rem;gap:0}.main-navigation .nav-menu>li>a{border-radius:0;padding:1rem;border-bottom:1px solid rgba(255, 255, 255, 0.1)}.main-navigation .menu-item-has-children .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(255, 255, 255, 0.05);max-height:0;overflow:hidden;transition:max-height 0.3s ease}.main-navigation .menu-item-has-children .sub-menu li a{color:#fff;padding-left:2rem}.main-navigation .menu-item-has-children .sub-menu li a:hover{background:rgba(255, 255, 255, 0.1);padding-left:2.5rem}.main-navigation .menu-item-has-children.active>.sub-menu{max-height:500px}.main-navigation .menu-item-has-children>a .dropdown-icon{margin-left:auto}}@media (max-width:768px){.site-header .container{padding:0 1rem}.site-logo img{height:35px}}.btn{border:none;font-size:14px;padding:13px 30px;text-transform:uppercase;border-radius:25px}.btn.btn-primary{background:#000000;color:#F8EEC6}.btn.btn-primary:hover{background:#333}.content-slider .swiper{width:100%;min-height:calc(100vh - 70px);color:#fff}.content-slider .swiper-slide{display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;position:relative;min-height:calc(100vh - 70px);width:100%}.content-slider .swiper-slide::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.6);z-index:1}.content-slider .slide-content{position:relative;z-index:2;width:100%}.swiper-button-prev,.swiper-button-next{color:#fff;--swiper-navigation-size: 30px}.swiper-button-prev::after,.swiper-button-next::after{text-shadow:0 2px 4px rgba(0, 0, 0, 0.4);color:#fff}.swiper-pagination-bullet{background:rgba(255, 255, 255, 0.7);width:12px;height:12px;opacity:1;transition:background-color 0.3s, transform 0.3s}.swiper-pagination-bullet-active{background:#fff;transform:scale(1.2)}.swiper-slide{position:relative;overflow:hidden}.slide-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;animation:zoomInOut 20s ease-in-out infinite}.slide-content{position:relative;z-index:2}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}.home .intro{padding-top:2rem;text-align:center}@media screen and (min-width:768px){.home .intro{text-align:left}}.home .intro h2,.home .intro p{color:#fff}.home .intro h2{font-size:2rem}@media screen and (min-width:768px){.home .intro h2{font-size:4rem}}.home .intro p{max-width:100%}@media screen and (min-width:768px){.home .intro p{max-width:70%}}.home .intro a.btn-primary:hover{background:#b6b6a6;color:#000}.home .intro a{width:80%;margin:0 auto}@media screen and (min-width:768px){.home .intro a{width:100%}}.home .site-header+*:not(.home-hero){padding-top:0 !important}.home .home.content-slider,.home .home.content-slider .swiper-slide{margin-top:-70px;min-height:calc(100vh + 100px) !important}.home .services-image-small{display:none}@media screen and (min-width:768px){.home .services-image-small{display:block}}.home .image-stack{position:relative;display:inline-block;width:100%}.home .image-stack .main-image{width:100%;height:auto;display:block}.home .image-stack .overlay-image-wrapper{position:absolute;bottom:-15%;left:50%;transform:translateX(-50%);z-index:2;max-width:45%;box-shadow:0 10px 30px rgba(0, 0, 0, 0.3)}@media screen and (min-width:768px){.home .image-stack .overlay-image-wrapper{transform:translateX(-150%)}}@media (max-width:768px){.home .image-stack .overlay-image-wrapper{max-width:50%;bottom:-1rem;transform:translateX(-60%)}}.home .image-stack .overlay-image-wrapper.right{transform:translateX(-50%)}@media screen and (min-width:768px){.home .image-stack .overlay-image-wrapper.right{transform:translateX(30%)}}.home .image-stack .overlay-image{width:100%;height:auto;display:block;border:4px solid white}.home .we-are-based{padding:8px 0}.service-link{overflow:hidden;text-decoration:none}.service-link .main-image{transition:transform 0.3s ease}.service-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);display:flex;align-items:center;justify-content:center;padding:1rem;transition:background-color 0.3s ease}.service-title{color:#ffffff;text-align:center;margin:0;font-size:0.96rem;font-weight:600;line-height:1.3;z-index:1;text-shadow:2px 2px 4px rgba(0, 0, 0, 0.8)}.service-link:hover .service-overlay{background-color:rgba(0, 0, 0, 0.7)}.service-link:hover .main-image{transform:scale(1.05)}@media (min-width:992px){.service-title{font-size:0.97rem}}.wreath-icon{max-width:50px}.services-intro{max-width:90%;margin:0 auto}@media screen and (min-width:763px){.services-intro{max-width:60%}}.about .intro-image{margin:-200px auto 0 auto;z-index:999}.contact .content p{max-width:100%}@media screen and (min-width:767px){.contact .content p{max-width:80%}}.contact .nf-form-cont{box-shadow:0px 0px 50px 10px rgba(0, 0, 0, 0.1);padding:50px}.contact .nf-form-cont .nf-before-form-content{display:none !important}.contact .nf-form-cont input,.contact .nf-form-cont textarea{padding:10px;border:none;color:#777777;border-bottom:solid 1px #d9d9d9}.contact .nf-form-cont label{color:#777777;font-weight:normal}.contact .nf-form-cont input[type="submit"]{background:#000000;padding:8px 40px;color:lightgray;border-radius:20px;transition:background-color ease-in-out 0.2s}.contact .nf-form-cont input[type="submit"]:hover{background:#333}.py-10{padding:6rem 0}html,body{background-color:white}.page-heading{margin-top:-70px;padding-top:0 !important;height:600px;background-repeat:no-repeat;display:flex;align-items:center;background-position:center center;position:relative}.page-heading::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.5);z-index:1}.page-heading div{z-index:999}.page-heading .intro h1,.page-heading .intro h2{color:white}.page-heading .intro p{color:rgba(255, 255, 255, 0.5)}.page-heading.default{background:radial-gradient(circle at top left, rgba(212, 175, 55, 0.15), transparent 60%), radial-gradient(circle at top right, rgba(212, 175, 55, 0.15), transparent 60%), radial-gradient(circle at bottom left, rgba(212, 175, 55, 0.15), transparent 60%), radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.15), transparent 60%), #382f2a;height:400px}.page-heading.default .intro{padding-top:100px}body{overflow-x:hidden;margin-top:-30px !important;background-color:#fff}a,a:visited{color:#F8EEC6;text-decoration:none}.brushed-bg{background-image:url("/wp-content/themes/laraworks_theme/assets/img/brushed.png");background-position:center;background-repeat:no-repeat}section{padding:1.5rem 0}@media screen and (min-width:768px){section{padding:3rem 0}}.content{padding:20px 10px}ul:not(.nav-menu, .list-unstyled){list-style:none;padding-left:0}ul:not(.nav-menu, .list-unstyled) li{position:relative;padding-left:2rem;margin-bottom:1.525rem}ul:not(.nav-menu, .list-unstyled) li::before{content:"";position:absolute;left:0;width:1.5rem;height:1.5rem;background-color:#f2e099;color:black;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z' clip-rule='evenodd' /%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z' clip-rule='evenodd' /%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}img{width:100%;height:auto}.wreath{max-width:80px}.vertical-menu{background:#fff;padding:30px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.05)}.vertical-menu .menu-title{font-size:20px;font-weight:400;margin-bottom:15px;padding-bottom:15px;border-bottom:3px solid #d4a574;position:relative}.vertical-menu .menu-title::after{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:#d4a574}.vertical-menu ul{padding:0;margin:20px 0 0 0}.vertical-menu li{margin-bottom:0;border-bottom:1px solid #f0f0f0;display:flex;align-items:center}.vertical-menu li:last-child{border-bottom:none}.vertical-menu a{display:block;padding:15px 0;text-decoration:none;color:#666;font-size:15px;transition:all 0.3s ease}.vertical-menu a:hover{color:#d4a574;padding-left:10px}.intro-image{max-width:80%}.contact-section{color:white;min-height:600px;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;background-position:center center;position:relative}.contact-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;--background-overlay: "";background-color:transparent;background-image:linear-gradient(180deg, #0F0F0FC9 70%, #000000 100%);z-index:1}.contact-section div{position:static;z-index:1}.contact-section .nf-form-cont .nf-before-form-content{display:none !important}.contact-section .nf-form-cont input:not(.btn),.contact-section .nf-form-cont textarea{background:transparent;border:none;border-bottom:solid 1px #b6b6a6;color:#F8EEC6}.contact-section .nf-form-cont input:not(.btn)::placeholder,.contact-section .nf-form-cont textarea::placeholder{color:#b6b6a6}.contact-section input:-webkit-autofill,.contact-section input:-webkit-autofill:hover,.contact-section input:-webkit-autofill:focus,.contact-section textarea:-webkit-autofill,.contact-section select:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px transparent inset !important;box-shadow:0 0 0 1000px transparent inset !important;-webkit-text-fill-color:#fff !important;caret-color:#fff;transition:background-color 9999s ease-in-out 0s}.cta1-section{position:relative;border-radius:40px}.cta1-section::before{content:"";position:absolute;border-radius:40px;top:0;left:0;right:0;bottom:0;--background-overlay: "";background-color:transparent;background-image:linear-gradient(180deg, transparent 0%, #f4eac3 60%, #f3e5a5 100%);z-index:1}.cta1-section div{z-index:2;position:relative}.cta1-section div p{color:#393939}footer{color:white}footer p{color:#c3c3c3}.slide-content h1{font-size:4rem !important}.slide-content p{font-size:1.6rem}.contact-section p{color:white !important}.py-20{padding:2rem 0}.py-10{padding:1rem 0}.home{margin-bottom:3rem}.home.cta2 p{font-size:2rem}@media screen and (max-width:787px){.home.cta2 p{font-size:1.5rem;padding:0 10px}}.home.cta3{margin-top:0 !important}.home.cta3 p{font-size:2rem}@media screen and (max-width:787px){.home.cta3 p{font-size:1.5rem;padding:0 10px}}.home.cta4 p{font-size:2rem}@media screen and (max-width:787px){.home.cta4 p{font-size:1.5rem;padding:0 10px}}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fastraprivateoffice.co.uk%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2Fapp.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fincludes%2F_animations.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fincludes%2F_colors.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fincludes%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fcomponents%2Fmenu.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fcomponents%2Fbuttons.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fcomponents%2Fslider.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fpages%2Fhome.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fpages%2Fabout.scss%22%2C%22wp-content%2Fthemes%2Flaraworks_theme%2Fassets%2Fscss%2F.%2Fpages%2Fcontact.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CkCCCA%2CwEAAA%2CmEAAA%2CCAUE%2CyBAAA%2CSAAA%2CCAMF%2CiBAAA%2C0BAAA%2CCAGE%2C0BAAA%2CiCAAA%2CCAOF%2CmBAAA%2C2BAAA%2CCAGE%2C4BAAA%2CiCAAA%2CCAOF%2CoBAAA%2C0BAAA%2CCAGE%2C6BAAA%2CiCAAA%2CCAQA%2C6BAAA%2C8FAAA%2CCAMI%2C0CAAA%2CqBAAA%2CCAAA%2C0CAAA%2CqBAAA%2CCAAA%2C0CAAA%2CqBAAA%2CCAAA%2C0CAAA%2CqBAAA%2CCAAA%2C0CAAA%2CqBAAA%2CCAAA%2C0CAAA%2CqBAAA%2CCAAA%2C0CAAA%2CqBAAA%2CCAAA%2C0CAAA%2CqBAAA%2CCAAA%2C0CAAA%2CqBAAA%2CCAAA%2C2CAAA%2CmBAAA%2CCAMJ%2CsCAAA%2CiCAAA%2CCCvDF%2CcAAA%2CwBAAA%2CCAGA%2CgBAAA%2CwBAAA%2CCAGA%2CYAAA%2CwBAAA%2CCAGA%2CeAAA%2CwBAAA%2CCAGA%2CsBAAA%2CwBAAA%2CCAGA%2CkBAAA%2CwBAAA%2CCAGA%2CYAAA%2CwBAAA%2CCCtBA%2CWAAA%2CyFAAA%2CCAKA%2CWAAA%2CoGAAA%2CCAKA%2CWAAA%2CoGAAA%2CCAKA%2CkBAAA%2CwGAAA%2CCAOE%2C0FAAA%2CkBAAA%2CCAKF%2CEAAA%2CUAAA%2CCAIA%2CGAAA%2CgBAAA%2CCAIA%2CoCACE%2CGAAA%2CgBAAA%2CCAAA%2CCAKF%2CoBAAA%2CuFAAA%2CCCxCA%2CaAAA%2C%2BGAAA%2CCAUE%2CsBAAA%2CsEAAA%2CCAKA%2CwBAAA%2C6CAAA%2CCAMA%2C6BAAA%2C6DAAA%2CCAQA%2CeAAA%2CsBAAA%2CCAOA%2C2BAAA%2CqEAAA%2CCAOE%2C8BAAA%2CiBAAA%2CCAGE%2CgCAAA%2CkNAAA%2CCAaE%2CsCAAA%2CmCAAA%2CCAKF%2CsGAAA%2CoCAAA%2CCAWF%2CyCAAA%2CsLAAA%2CCAYF%2C%2BCAAA%2CwBAAA%2CCAIA%2CkCAAA%2CqQAAA%2CCAkBI%2CuCAAA%2C8GAAA%2CCAQE%2C6CAAA%2CgDAAA%2CCAMF%2CyDAAA%2C8CAAA%2CCAOF%2C4CAAA%2CkCAAA%2CCAOF%2CwCAAA%2CoDAAA%2CCAQF%2CoBAAA%2C2GAAA%2CCASE%2CyBAAA%2C4EAAA%2CCASE%2C6CAAA%2C2CAAA%2CCAIA%2C6CAAA%2CSAAA%2CCAIA%2C6CAAA%2C6CAAA%2CCAOJ%2CyBACE%2CoBAAA%2CYAAA%2CCAIA%2CiBAAA%2CkIAAA%2CCAUE%2CwBAAA%2C6CAAA%2CCAKA%2C2BAAA%2CwCAAA%2CCAMI%2CgCAAA%2C6EAAA%2CCASF%2CmDAAA%2C6KAAA%2CCAWE%2CwDAAA%2C4BAAA%2CCAIE%2C8DAAA%2CuDAAA%2CCAOJ%2C0DAAA%2CgBAAA%2CCAIA%2C0DAAA%2CgBAAA%2CCAAA%2CCAON%2CyBACE%2CwBAAA%2CcAAA%2CCAIA%2CeAAA%2CWAAA%2CCAAA%2CCC7PF%2CKAAA%2CwFAAA%2CCAQE%2CiBAAA%2CgCAAA%2CCAIE%2CuBAAA%2CeAAA%2CCCXF%2CwBAAA%2CmDAAA%2CCAMA%2C8BAAA%2CkKAAA%2CCAWE%2CsCAAA%2CkGAAA%2CCAYF%2C%2BBAAA%2CsCAAA%2CCAQF%2CwCAAA%2CyCAAA%2CCAME%2CsDAAA%2CmDAAA%2CCAMF%2C0BAAA%2CqHAAA%2CCAQA%2CiCAAA%2CoCAAA%2CCAMA%2CcAAA%2CiCAAA%2CCAKA%2CkBAAA%2C%2BKAAA%2CCAYA%2CeAAA%2C2BAAA%2CCAKA%2CqBACE%2CGAAA%2CkBAAA%2CCAGA%2CIAAA%2CqBAAA%2CCAGA%2CKAAA%2CkBAAA%2CCAAA%2CCC5FA%2CaAAA%2CkCAAA%2CCAIE%2CoCAAA%2CaAAA%2CeAAA%2CCAAA%2CCAIA%2C%2BBAAA%2CUAAA%2CCAIA%2CgBAAA%2CcAAA%2CCAGE%2CoCAAA%2CgBAAA%2CcAAA%2CCAAA%2CCAKF%2CeAAA%2CcAAA%2CCAGE%2CoCAAA%2CeAAA%2CaAAA%2CCAAA%2CCAMA%2CiCAAA%2C6BAAA%2CCAMF%2CeAAA%2CuBAAA%2CCAGE%2CoCAAA%2CeAAA%2CUAAA%2CCAAA%2CCAMJ%2CqCAAA%2CwBAAA%2CCAIA%2CoEAAA%2C0DAAA%2CCAKA%2C4BAAA%2CYAAA%2CCAEE%2CoCAAA%2C4BAAA%2CaAAA%2CCAAA%2CCAKF%2CmBAAA%2CiDAAA%2CCAKE%2C%2BBAAA%2CoCAAA%2CCAMA%2C0CAAA%2CmIAAA%2CCAKE%2CoCAAA%2C0CAAA%2C2BAAA%2CCAAA%2CCAQA%2CyBAAA%2C0CAAA%2CqDAAA%2CCAAA%2CCAMA%2CgDAAA%2C0BAAA%2CCAEE%2CoCAAA%2CgDAAA%2CyBAAA%2CCAAA%2CCAMJ%2CkCAAA%2C2DAAA%2CCAQF%2CoBAAA%2CaAAA%2CCAKF%2CcAAA%2CoCAAA%2CCAKA%2C0BAAA%2C8BAAA%2CCAIA%2CiBAAA%2CmMAAA%2CCAcA%2CeAAA%2C%2BIAAA%2CCAWA%2CqCAAA%2CmCAAA%2CCAIA%2CgCAAA%2CqBAAA%2CCAIA%2CyBACE%2CeAAA%2CiBAAA%2CCAAA%2CCAKF%2CaAAA%2CcAAA%2CCAIA%2CgBAAA%2C2BAAA%2CCAGE%2CoCAAA%2CgBAAA%2CaAAA%2CCAAA%2CCCtKA%2CoBAAA%2CqCAAA%2CCCAA%2CoBAAA%2CcAAA%2CCAGE%2CoCAAA%2CoBAAA%2CaAAA%2CCAAA%2CCAKF%2CuBAAA%2C4DAAA%2CCAIE%2C%2BCAAA%2CuBAAA%2CCAIA%2C6DAAA%2CsEAAA%2CCAOA%2C6BAAA%2CgCAAA%2CCAKA%2C4CAAA%2CmHAAA%2CCAOE%2CkDAAA%2CeAAA%2CCTpBN%2COAAA%2CcAAA%2CCAIA%2CUAAA%2CsBAAA%2CCAIA%2CcAAA%2CsKAAA%2CCAUE%2CsBAAA%2CkGAAA%2CCAWA%2CkBAAA%2CWAAA%2CCAKE%2CgDAAA%2CWAAA%2CCAIA%2CuBAAA%2C8BAAA%2CCAKF%2CsBAAA%2CuWAAA%2CCASE%2C6BAAA%2CiBAAA%2CCAMJ%2CKAAA%2CmEAAA%2CCAMA%2CYAAA%2CkCAAA%2CCAKA%2CYAAA%2CwIAAA%2CCAOA%2CQAAA%2CgBAAA%2CCAGE%2CoCAAA%2CQAAA%2CcAAA%2CCAAA%2CCAKF%2CSAAA%2CiBAAA%2CCAIA%2CkCAAA%2C8BAAA%2CCAIE%2CqCAAA%2C0DAAA%2CCAKE%2C6CAAA%2Cm6BAAA%2CCAoBJ%2CIAAA%2CsBAAA%2CCAKA%2CQAAA%2CcAAA%2CCA%2BBA%2CeAAA%2CsEAAA%2CCAMA%2C2BAAA%2CuHAAA%2CCASA%2CkCAAA%2CwFAAA%2CCAUA%2CkBAAA%2C2BAAA%2CCAKA%2CkBAAA%2C%2BEAAA%2CCAOA%2C6BAAA%2CkBAAA%2CCAIA%2CiBAAA%2CoGAAA%2CCASA%2CuBAAA%2C%2BBAAA%2CCAKA%2CaAAA%2CaAAA%2CCAIA%2CiBAAA%2CkKAAA%2CCAUE%2CyBAAA%2CgMAAA%2CCAaA%2CqBAAA%2CyBAAA%2CCAME%2CuDAAA%2CuBAAA%2CCAIA%2CuFAAA%2CgFAAA%2CCAME%2CiHAAA%2CaAAA%2CCAKJ%2CwNAAA%2C2NAAA%2CCAeF%2CcAAA%2CoCAAA%2CCAIE%2CsBAAA%2CiOAAA%2CCAcA%2CkBAAA%2C2BAAA%2CCAIE%2CoBAAA%2CaAAA%2CCAMJ%2COAAA%2CWAAA%2CCAGE%2CSAAA%2CaAAA%2CCAkBA%2CkBAAA%2CyBAAA%2CCAGA%2CiBAAA%2CgBAAA%2CCAKA%2CmBAAA%2CsBAAA%2CCAKF%2COAAA%2CcAAA%2CCAGA%2COAAA%2CcAAA%2CCAIA%2CMAAA%2CkBAAA%2CCAMI%2CaAAA%2CcAAA%2CCAIA%2CoCACI%2CaAAA%2C%2BBAAA%2CCAAA%2CCAON%2CWAAA%2CuBAAA%2CCACE%2CaAAA%2CcAAA%2CCAIA%2CoCACE%2CaAAA%2C%2BBAAA%2CCAAA%2CCAUF%2CaAAA%2CcAAA%2CCAIA%2CoCACE%2CaAAA%2C%2BBAAA%2CCAAA%22%7D */