footer{background:#151515;padding:50px calc(50vw - 600px);color:#fff}.v-shivank{color:#ff9f89;text-decoration:none}.v-shivank:hover{text-decoration:underline}.v-footer-wrapper{display:flex}.v-footer-wrapper .v-footer-logo{width:100px;filter:brightness(0) invert(1)}.v-footer-wrapper .v-footer-logo img{width:100%}.v-footer-contact{color:#fff;text-decoration:none}.v-footer-contact i{margin-right:10px}.v-footer-contact a{color:inherit;text-decoration:none}.v-footer-contact{padding-bottom:20px;display:inline-flex}a.v-footer-contact:hover{text-decoration:underline}.v-footer-b{font-size:14px;margin-top:40px;padding-top:20px;border-top:1px solid #2d2d2d}.v-footer-details{margin-left:50px}@media only screen and (max-width:900px){.v-footer-wrapper{flex-direction:column;align-items:center}.v-footer-wrapper .v-footer-logo{width:100px}.v-footer-details{margin:20px 0 0}.v-footer-b{font-size:14px;margin-top:20px;padding:20px;border-top:1px solid #2d2d2d}footer{padding-bottom:0}}header{--col:white;color:#fff;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;right:0;left:0;padding-left:calc(50vw - 600px);padding-right:calc(50vw - 600px);transition:.2s;z-index:10}header.white{--col:black;background:#fff;color:#000!important}.v-header-title{display:flex;align-items:center;font-style:italic;text-decoration:none;color:var(--col)}.v-header-logo{padding:20px;transition:.2s}.v-header-logo img{height:65px;transition:.2s}.v-header-nav{text-decoration:none;margin:10px 20px;color:inherit;transition:.2s;text-transform:capitalize}.v-header-nav:hover{color:#ff9f89}.v-header-title-title{font-family:var(--font-merriweather);font-size:32px}.v-header-title-subtitle{overflow:hidden;transition:.2s;max-height:500px}header.white{border-bottom:1px solid #e8e8e8}header.white .v-header-logo{padding:10px}header.white .v-header-logo img{height:40px}header.white .v-header-title-subtitle{max-height:0}header.white .v-header-title-title{font-size:22px;font-weight:700}header.white .v-header-nav:hover{color:#ff7151}.v-header-menu-btn{display:none;font-size:30px;margin-right:20px}@media only screen and (max-width:990px){.v-header-nav{font-size:13px}}@media only screen and (max-width:900px){.v-header-nav-wrap{position:fixed;right:-100vw;top:65px;bottom:0;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;transition:.2s}.v-header-nav-wrap.open{right:0}.v-header-menu-btn{display:block}.v-header-title-title{font-size:20px}.v-header-title-subtitle{max-height:500px;font-size:13px}.v-header-logo img{height:30px}.v-header-logo{padding:10px}header{margin:0}.v-header-nav{display:block;text-align:center;font-size:30px;margin:30px 0;color:#000;font-family:var(--font-merriweather);font-style:italic}}:root{--secondary-bg:#f8f9fa;--primary-bg:#ffffff;--primary-text:#212529;--border-color:#dee2e6;--accent-color:#0d6efd;--accent-hover:#0b5ed7;--success-bg:#d4edda;--success-text:#155724;--success-border:#c3e6cb;--error-bg:#f8d7da;--error-text:#721c24;--error-border:#f5c6cb}@media(prefers-color-scheme:dark){:root{--secondary-bg:#2d3338;--primary-bg:#212529;--primary-text:#f8f9fa;--border-color:#495057;--accent-color:#0d6efd;--accent-hover:#0a58ca;--success-bg:#051b11;--success-text:#75b798;--success-border:#0f5132;--error-bg:#2c0b0e;--error-text:#ea868f;--error-border:#842029}}body{background-color:#fff;margin:0;padding:0;font-family:var(--font-work-sans)}iframe{border:0;height:300px;width:100%}.v-fallback{height:500px;display:flex;align-items:center;justify-content:center}.heighter{padding-top:65px;margin-top:-65px}.v-newsletter-form{padding:2rem;border-radius:8px;background-color:var(--secondary-bg);margin:2rem 0}.v-newsletter-form h3{margin-bottom:1rem;color:var(--primary-text)}.v-newsletter-form form{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.v-newsletter-form form{flex-direction:column}}.v-newsletter-form input{flex:1;padding:.75rem;border:1px solid var(--border-color);border-radius:4px;background:var(--primary-bg);color:var(--primary-text)}.v-newsletter-form input:disabled{opacity:.7;cursor:not-allowed}.v-newsletter-form button{padding:.75rem 1.5rem;background:var(--accent-color);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.v-newsletter-form button:hover:not(:disabled){background:var(--accent-hover)}.v-newsletter-form button:disabled{opacity:.7;cursor:not-allowed}.v-newsletter-form .v-message{padding:1rem;border-radius:4px;margin-top:1rem}.v-newsletter-form .v-message.success{background:var(--success-bg,#d4edda);color:var(--success-text,#155724);border:1px solid var(--success-border,#c3e6cb)}.v-newsletter-form .v-message.error{background:var(--error-bg,#f8d7da);color:var(--error-text,#721c24);border:1px solid var(--error-border,#f5c6cb)}