@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&family=Indie+Flower&family=Architects+Daughter&display=swap";.photo-examples{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px;justify-content:space-between}.example-container{flex:1;min-width:200px;border-radius:8px;padding:15px;box-shadow:0 2px 8px #0000001a;text-align:center}.example-container h4{font-weight:600;margin-bottom:10px;color:#333}.example-image{width:100%;max-width:200px;margin:0 auto 10px;border-radius:6px;overflow:hidden;aspect-ratio:1/1}.example-image img{width:100%;height:100%;object-fit:contain;object-position:center}.example-icon{position:absolute;top:10px;right:10px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 8px #0000001a;border-radius:50%}.example-image{position:relative}.example-container:first-child{background-color:#f0f9f0;border:1px solid #c3e6cb}.example-container:last-child{background-color:#fdf0f0;border:1px solid #f5c6cb}.example-container p{font-size:.9rem;line-height:1.4;color:#555}.book-card{transition:transform .3s ease,box-shadow .3s ease}.book-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a}.coupon-section{margin-top:20px;padding-top:15px;border-top:1px dashed #e0e0e0}.coupon-section h4{margin-bottom:10px;font-size:16px;color:#333}.coupon-input-group{display:flex;margin-bottom:10px}.coupon-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:4px 0 0 4px;font-size:14px;text-transform:uppercase}.coupon-input:disabled{background-color:#f9f9f9}.apply-coupon-btn,.remove-coupon-btn{padding:8px 15px;border:none;border-radius:0 4px 4px 0;font-size:14px;cursor:pointer;transition:background-color .2s}.apply-coupon-btn{background-color:#4a90e2;color:#fff}.apply-coupon-btn:hover{background-color:#3a80d2}.apply-coupon-btn:disabled{background-color:#a0c0e8;cursor:not-allowed}.remove-coupon-btn{background-color:#e74c3c;color:#fff}.remove-coupon-btn:hover{background-color:#d73c2c}.coupon-error{color:#e74c3c;font-size:13px;margin-top:5px}.coupon-applied{background-color:#f1f9f1;border:1px solid #c3e6cb;border-radius:4px;padding:8px 12px;margin-top:10px;color:#155724;font-size:14px;display:flex;align-items:center}.coupon-success{color:#28a745;margin-right:8px;font-weight:700;font-size:16px}.discount-item{color:#28a745;font-weight:500}.discount-amount{color:#28a745;font-weight:600}.toast-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9999;animation:slideIn .3s,fadeOut .3s 2.7s;cursor:pointer}.toast-message{background-color:#333;color:#fff;padding:10px 20px;border-radius:20px;box-shadow:0 2px 10px #0003;text-align:center;font-weight:500;font-size:.9rem;white-space:nowrap}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,20px)}}:root{--color-primary: #ff6000;--color-primary-dark: #e55400;--color-primary-light: #ffa559;--color-primary-rgb: 255, 96, 0;--color-success: #10b981;--color-success-light: #d1fae5;--color-error: #ef4444;--color-error-light: #fee2e2;--color-text-dark: #454545;--color-text: #4b5563;--color-text-light: #6b7280;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af}.order-page{padding:2rem 0;background-color:#fff8ee;min-height:100vh}.container{max-width:800px;margin:0 auto;padding:0 1rem}.page-title{font-size:1.75rem;margin-bottom:1.5rem;text-align:center;color:var(--color-text-dark)}.progress-container{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative;align-items:flex-start}.progress-container:before{content:"";position:absolute;top:1rem;left:0;right:0;height:2px;background-color:var(--color-gray-300);z-index:0}.progress-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;flex:1}.step-number{width:2rem;height:2rem;border-radius:50%;background-color:var(--color-gray-300);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem;transition:all .3s ease}.progress-step.completed .step-number{background-color:var(--color-success)}.progress-step.completed .step-label{color:var(--color-success);font-weight:500}.progress-step.current .step-number{background-color:var(--color-primary);transform:scale(1.1);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.2)}.progress-step.current .step-label{color:var(--color-primary);font-weight:600}.progress-step.disabled .step-number{background-color:var(--color-gray-300);opacity:1}.progress-step.disabled .step-label{color:var(--color-gray-400)}.step-label{font-size:.875rem;color:var(--color-text-light);text-align:center;transition:color .3s ease}.order-form{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;padding:1.5rem;margin-bottom:2rem}.form-step{animation:fadeIn .3s ease-in-out}.step-title{font-size:1.5rem;margin-bottom:1.5rem;color:var(--color-text-dark)}.step-description{margin-bottom:1.5rem;color:var(--color-text)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text-dark)}.form-input{width:100%;padding:.75rem;border:1px solid var(--color-gray-300);border-radius:.375rem;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:var(--color-primary);outline:none}.form-help-text{margin-top:.5rem;font-size:.875rem;color:var(--color-text-light)}.phone-input-container{display:flex;gap:.5rem}.phone-input-container .form-input{flex:1}.otp-input-container{display:flex;gap:.5rem}.otp-input-container .form-input{flex:1}.send-otp-btn,.verify-otp-btn,.next-btn,.back-btn,.pay-btn{padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.send-otp-btn,.verify-otp-btn{min-width:6rem}.send-otp-btn,.verify-otp-btn,.next-btn,.pay-btn{background-color:var(--color-primary);color:#fff}.send-otp-btn:hover:not(:disabled),.verify-otp-btn:hover:not(:disabled),.next-btn:hover:not(:disabled),.pay-btn:hover:not(:disabled){background-color:var(--color-primary-dark)}.back-btn{background-color:var(--color-gray-200);color:var(--color-text)}.back-btn:hover:not(:disabled){background-color:var(--color-gray-300)}.send-otp-btn:disabled,.verify-otp-btn:disabled,.next-btn:disabled,.back-btn:disabled,.pay-btn:disabled{opacity:.7;cursor:not-allowed}.form-actions{margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem}.form-actions-between{justify-content:space-between}.loading-spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:var(--color-gray-100);border-radius:.375rem;border:1px solid var(--color-gray-300)}.error-message{padding:.5rem .75rem;color:var(--color-error);background-color:var(--color-error-light);border:1px solid var(--color-error);border-radius:.375rem}.map-container{margin-top:1rem;border-radius:.375rem;overflow:hidden;border:1px solid var(--color-gray-300);box-shadow:0 2px 4px #0000001a}.google-map{width:100%;height:250px}.radio-group{display:flex;gap:1.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.photo-upload-container{margin-bottom:1rem}.photo-input{display:none}.photo-upload-btn{display:inline-block;padding:.75rem 1.5rem;background-color:var(--color-gray-200);color:var(--color-text);border-radius:.375rem;cursor:pointer;transition:background-color .2s}.photo-upload-btn:hover{background-color:var(--color-gray-300)}.photo-preview{margin-top:1rem;width:150px;height:150px;border-radius:.375rem;overflow:hidden;border:1px solid var(--color-gray-300)}.photo-preview img{width:100%;height:100%;object-fit:cover}.book-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text-dark)}.payment-option{display:flex;align-items:center;margin-bottom:.75rem;padding:.75rem;border:1px solid var(--color-gray-300);border-radius:.375rem;transition:all .2s ease}@media (max-width: 767px){.book-catalog{display:flex;flex-direction:column}.book-card{flex-direction:row!important;align-items:flex-start!important;gap:0rem!important;padding:1rem!important}.book-image{width:110px;height:80px;flex-shrink:0}.book-info{padding:.5rem;flex-grow:1;gap:0rem!important}.book-title{font-size:1rem!important;margin-bottom:.25rem}.book-description{font-size:.8rem!important;margin-bottom:.5rem!important}.book-details{flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}}.order-summary{background-color:#f9fafb;padding:1rem;border-radius:.375rem;margin-bottom:1.5rem}.summary-title{font-weight:500;color:#1f2937;margin-bottom:.5rem}.summary-items{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:.5rem 0}.summary-item{display:flex;justify-content:space-between;padding:.25rem 0;color:#4b5563}.summary-price{font-weight:500}.summary-total{display:flex;justify-content:space-between;padding-top:.5rem;font-weight:500}.total-price{font-size:1.25rem;font-weight:700}.payment-info{margin-bottom:1.5rem}.payment-note{font-size:.875rem;color:#4b5563;margin-bottom:1rem}.payment-demo{background-color:#f3f4f6;padding:1rem;border-radius:.375rem;border:1px solid #d1d5db}.payment-demo-label{text-align:center;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.payment-form{display:flex;flex-direction:column;gap:1rem}.payment-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.highlight-scroll{animation:tada 1s ease-in-out .5s 2}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@media (max-width: 640px){.progress-labels{font-size:.75rem}.payment-form-row{grid-template-columns:1fr}}.user-info-summary{margin:1.5rem 0}.info-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 4px #0000001a;border:1px solid var(--color-gray-200);margin-bottom:1.5rem;position:relative}.info-item{margin-top:1rem;margin-bottom:1rem;display:flex;align-items:baseline;justify-content:flex-start}.info-item:last-child{margin-bottom:0}.user-info-summary .info-label{font-weight:600;color:var(--color-text-dark);width:150px;flex-shrink:0}.info-value{color:var(--color-text);font-size:1rem}.verification-badge{position:absolute;top:.5rem;right:.5rem;background-color:var(--color-success-light);color:var(--color-success);padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.book-catalog{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}.book-card{display:flex;flex-direction:column;border:1px solid var(--color-gray-300);border-radius:.5rem;overflow:hidden;transition:all .3s ease;cursor:pointer;background-color:#fff}.book-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.book-card.selected{border:2px solid var(--color-primary);box-shadow:0 10px 15px -3px rgba(var(--color-primary-rgb),.2)}.book-image{position:relative;height:200px;overflow:hidden}.book-image img{width:100%;height:100%;object-fit:cover}.selected-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--color-primary-rgb),.3);display:flex;align-items:center;justify-content:center}.selected-check{width:40px;height:40px;border-radius:50%;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.book-info{padding:1rem}.book-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--color-primary)}.book-description{font-size:.875rem;color:var(--color-text);margin-bottom:1rem;line-height:1.5}.book-details{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.book-age{color:var(--color-text-light)}.book-price{font-weight:600;color:var(--color-primary)}.selected-book-summary{margin:1.5rem 0;padding:1rem;background-color:var(--color-gray-100);border-radius:.5rem;border-left:4px solid var(--color-primary)}.selected-book-summary h3{margin-bottom:.5rem;font-size:1rem;color:var(--color-text-dark)}.error-message{background-color:#ffebee;color:#d32f2f;padding:10px 15px;border-radius:4px;margin-bottom:15px;border-left:4px solid #d32f2f;font-size:14px}.order-summary{margin:1.5rem 0;padding:1.5rem;background-color:var(--color-gray-100);border-radius:.5rem}.order-summary h3{margin-bottom:1rem;font-size:1.25rem;color:var(--color-text-dark)}.summary-item{display:flex;justify-content:space-between;margin-bottom:.75rem}.summary-divider{height:1px;background-color:var(--color-gray-300);margin:1rem 0}.summary-total{font-weight:600;font-size:1.125rem;color:var(--color-text-dark)}.payment-options{margin:1.5rem 0}.payment-options h3{margin-bottom:1rem;font-size:1.25rem;color:var(--color-text-dark)}.payment-option{margin:1.5rem 0;display:flex;flex-direction:column}.payment-option>label{display:flex;align-items:center;font-weight:500;margin-bottom:.5rem}.payment-option input[type=radio]{margin-right:.8rem}.payment-method-details{margin-left:2rem;padding:.8rem;background-color:var(--color-bg-light);border-radius:8px;margin-top:.5rem}.payment-icons{display:flex;align-items:center;margin-bottom:.5rem}.payment-icon{width:50px;margin-right:1rem;object-fit:contain}.payment-note{font-size:.85rem;color:var(--color-text-secondary);margin:0}.payment-info{background-color:var(--color-bg-light);border-radius:8px;padding:1rem;margin:1.5rem 0;text-align:center}.payment-info .payment-note{margin-bottom:1rem}.payment-info .payment-icons{display:flex;justify-content:center;gap:1.5rem}.payment-option{margin-bottom:.75rem;padding:.75rem;border:1px solid var(--color-gray-300);border-radius:.375rem;transition:all .2s ease}.payment-option:hover{background-color:var(--color-gray-100)}.payment-option input{margin-right:.75rem}.pay-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:var(--color-primary);color:#fff;border:none;border-radius:.375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pay-btn:hover:not(:disabled){background-color:var(--color-primary-dark)}.pay-btn:disabled{opacity:.7;cursor:not-allowed}@media (min-width: 768px){.book-catalog{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.book-catalog{grid-template-columns:repeat(3,1fr)}}.confirmation-page{padding:4rem 0;background-color:var(--color-background);min-height:100vh}.confirmation-card{max-width:48rem;margin:0 auto;background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a;padding:2.5rem;animation:fadeIn .8s ease-in-out}.not-found-card{max-width:32rem;margin:0 auto;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:2rem;text-align:center}.not-found-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.not-found-message{color:#4b5563;margin-bottom:1.5rem;line-height:1.5}.confirmation-header{text-align:center;margin-bottom:2.5rem;position:relative}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;background-color:#d1fae5;border-radius:9999px;margin-bottom:1.5rem;box-shadow:0 0 20px #10b9814d;animation:pulse 2s infinite}.success-icon svg{width:2.5rem;height:2.5rem;color:#10b981}.confirmation-title{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.75rem;line-height:1.2}.confirmation-subtitle{color:#4b5563;font-size:1.1rem;max-width:36rem;margin:0 auto 1.5rem;line-height:1.5}.order-celebration{margin:1.5rem 0}.celebration-animation{display:flex;justify-content:center;align-items:center;gap:1rem;font-size:2rem}.celebration-animation span{animation:bounce 1s infinite alternate}.celebration-animation span:nth-child(2){animation-delay:.2s;font-size:2.5rem}.celebration-animation span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 15px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.order-summary{border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;padding:2rem 0;margin-bottom:2rem}.order-summary-box{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d;animation:fadeIn 1s ease-in-out .3s both}.order-summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px dashed #E5E7EB}.summary-icon{font-size:1.75rem;margin-right:1rem}.summary-info h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.summary-date{color:#6b7280;font-size:.875rem}.summary-amount{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.order-message{padding:1.5rem 0 .5rem;text-align:center}.order-message p{color:#4b5563;margin-bottom:1rem;line-height:1.5;font-size:1.1rem}.delivery-info{font-weight:500;color:var(--color-primary);margin-top:1rem;padding:.75rem;background-color:#f0fdf4;border-radius:.5rem;border-left:3px solid var(--color-primary)}.details-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem}.section-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-primary-light)}.section-content{color:#1f2937;line-height:1.5}.info-row{display:flex;margin-bottom:.75rem}.info-label{font-weight:500;width:5rem;flex-shrink:0;color:#6b7280}.info-value{color:#1f2937}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:.5rem;width:2px;background-color:#e5e7eb}.timeline-item{position:relative;padding-bottom:1.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-1.5rem;width:1rem;height:1rem;border-radius:50%;background-color:#e5e7eb;border:2px solid #fff;z-index:1}.timeline-item.active .timeline-dot{background-color:var(--color-primary)}.timeline-content h4{font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.timeline-content p{font-size:.875rem;color:#6b7280}.next-steps{margin-bottom:2.5rem;background-color:#f9fafb;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px #0000000d;animation:fadeIn 1s ease-in-out .6s both}.magic-process{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.magic-step{text-align:center;padding:1.5rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 10px #00000008;transition:transform .3s ease}.magic-step:hover{transform:translateY(-5px)}.magic-icon{font-size:2.5rem;margin-bottom:1rem}.magic-step h3{font-size:1.2rem;font-weight:600;color:var(--color-primary);margin-bottom:.75rem}.magic-step p{color:#4b5563;line-height:1.5}.waiting-message{background-color:#fff7ed;border-left:4px solid #F97316;padding:1.5rem;border-radius:.5rem;margin-top:2rem}.waiting-message h3{font-size:1.1rem;font-weight:600;color:#c2410c;margin-bottom:.75rem}.waiting-message p{color:#7c2d12;line-height:1.6}.confirmation-footer{text-align:center;padding-top:2rem;border-top:1px solid #E5E7EB}.action-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.action-buttons .btn{min-width:160px;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.btn-secondary{background-color:#f3f4f6;color:#1f2937;border:1px solid #E5E7EB}.btn-secondary:hover{background-color:#e5e7eb}@media (min-width: 640px){.details-grid,.magic-process{grid-template-columns:repeat(2,1fr)}.action-buttons{flex-wrap:nowrap}}@media (min-width: 768px){.confirmation-card{padding:3rem}.confirmation-title{font-size:2.25rem}.confirmation-subtitle{font-size:1.25rem}.celebration-animation{font-size:2.5rem}.celebration-animation span:nth-child(2){font-size:3rem}}@media (min-width: 1024px){.magic-process{grid-template-columns:repeat(4,1fr)}.confirmation-footer{flex-direction:row;align-items:flex-start;text-align:left;justify-content:space-between}.thank-you-message,.support-info{flex:1;margin-bottom:0}.action-buttons{flex-direction:column;align-items:flex-start}}.policy-page{padding:80px 0;min-height:70vh;display:flex;align-items:center}.policy-title{color:#ff6b35;font-size:2.5rem;margin-bottom:2rem;text-align:center}.policy-content{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 12px #0000001a}.coming-soon-container{text-align:center;padding:3rem 1rem}.coming-soon-text{font-size:2rem;color:#ff6b35;margin-bottom:1.5rem}.coming-soon-container p{font-size:1.1rem;margin-bottom:1rem;color:#555}#t18_80_69{container-type:inline-size;container-name:Section2}#t18_80_69{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex;background-color:#f5d3b7}#t18_78_17{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex;background-position:center center;background-size:cover;object-fit:cover}#t18_77_13{overflow:hidden;width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:30px;column-gap:30px;left:px;top:px;padding:60px 20px;display:flex}#t18_79_29{width:100%;max-width:1340px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:40px;column-gap:40px;justify-content:flex-start;left:px;top:px;display:flex}#t18_80_68{width:100%;max-width:782px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:flex-start;left:px;top:px;display:flex}#t18_79_25{font-family:Nunito;font-size:36px;font-weight:700;color:#454545;letter-spacing:0px;line-height:49.1px;text-align:center;display:inline-block;width:100%}#t18_79_27{font-family:Poppins;font-size:18px;font-weight:500;color:#454545;letter-spacing:0px;line-height:27px;text-align:center;display:inline-block;width:100%}#t18_80_59{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:20px;align-content:flex-start;column-gap:20px;align-items:flex-start;left:px;top:px;display:flex}#t18_80_35{border-radius:12px;min-width:280px;max-width:320px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:12px;column-gap:12px;justify-content:flex-start;left:px;top:px;padding:16px;display:flex;flex:1 1 0;background-color:#fff}#t18_80_36{border-radius:60px;width:64px;height:64px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex;background-color:#ff60001a}#t18_80_37{overflow:hidden;width:32px;height:32px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2592{width:26.666667938232422px;height:24px;flex-wrap:nowrap;position:absolute;left:2.6669921875px;top:4px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_80_39{font-family:Nunito;font-size:48px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:65.47px;text-align:center;display:inline-block;width:100%}#t18_80_83{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_80_40{font-family:Nunito;font-size:20px;font-weight:700;color:#454545;letter-spacing:0px;line-height:27.28px;text-align:center;display:inline-block;width:100%}#t18_80_41{font-family:Poppins;font-size:14px;font-weight:400;color:#454545;letter-spacing:0px;line-height:21px;text-align:center;display:inline-block;width:100%}#t18_80_43{border-radius:12px;min-width:280px;max-width:320px;height:258px;flex-direction:column;flex-wrap:nowrap;row-gap:15px;column-gap:15px;justify-content:flex-start;left:px;top:px;padding:16px;display:flex;flex:1 1 0;background-color:#fff}#t18_80_44{border-radius:60px;width:64px;height:64px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex;background-color:#ff60001a}#t18_80_70{overflow:hidden;width:32px;height:32px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2595{width:26.666667938232422px;height:25px;flex-wrap:nowrap;position:absolute;left:2.6669921875px;top:2.666748046875px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_80_47{font-family:Nunito;font-size:48px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:65.47px;text-align:center;display:inline-block;width:100%}#t18_80_84{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_80_48{font-family:Nunito;font-size:20px;font-weight:700;color:#454545;letter-spacing:0px;line-height:27.28px;text-align:center;display:inline-block;width:100%}#t18_80_49{font-family:Poppins;font-size:14px;font-weight:400;color:#454545;letter-spacing:0px;line-height:21px;text-align:center;display:inline-block;width:100%}#t18_80_51{border-radius:12px;min-width:280px;max-width:320px;height:258px;flex-direction:column;flex-wrap:nowrap;row-gap:15px;column-gap:15px;justify-content:flex-start;left:px;top:px;padding:16px;display:flex;flex:1 1 0;background-color:#fff}#t18_80_52{border-radius:60px;width:64px;height:64px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex;background-color:#ff60001a}#t18_80_73{overflow:hidden;width:32px;height:32px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2598{width:24px;height:24px;flex-wrap:nowrap;position:absolute;left:4px;top:3.99951171875px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_80_55{font-family:Nunito;font-size:48px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:65.47px;text-align:center;display:inline-block;width:100%}#t18_80_85{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_80_56{font-family:Nunito;font-size:20px;font-weight:700;color:#454545;letter-spacing:0px;line-height:27.28px;text-align:center;display:inline-block;width:100%}#t18_80_57{font-family:Poppins;font-size:14px;font-weight:400;color:#454545;letter-spacing:0px;line-height:21px;text-align:center;display:inline-block;width:100%}#t18_80_60{border-radius:12px;min-width:280px;max-width:320px;height:258px;flex-direction:column;flex-wrap:nowrap;row-gap:15px;column-gap:15px;justify-content:flex-start;left:px;top:px;padding:16px;display:flex;flex:1 1 0;background-color:#fff}#t18_80_61{border-radius:60px;width:64px;height:64px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex;background-color:#ff60001a}#t18_80_79{overflow:hidden;width:32px;height:32px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2604{width:16px;height:27px;flex-wrap:nowrap;position:absolute;left:8px;top:2.666748046875px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_80_64{font-family:Nunito;font-size:48px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:65.47px;text-align:center;display:inline-block;width:100%}#t18_80_86{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_80_65{font-family:Nunito;font-size:20px;font-weight:700;color:#454545;letter-spacing:0px;line-height:27.28px;text-align:center;display:inline-block;width:100%}#t18_80_66{font-family:Poppins;font-size:14px;font-weight:400;color:#454545;letter-spacing:0px;line-height:21px;text-align:center;display:inline-block;width:100%}@container Section2 (max-width: 714px){#t18_79_25{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:36px}}@container Section2 (max-width: 586px){#t18_79_25{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:32px}}#t18_63_124{height:379px;flex-direction:row;flex-wrap:nowrap;align-content:flex-start;left:px;top:px;display:flex;flex:1 1 0;background-position:center center;background-size:cover;flex-grow:1;width:unset;justify-content:flex-start;align-items:flex-start;background:url(https://ndevbuilder.s3.ap-south-1.amazonaws.com/68319c5d7cd1635b19b4b200/b4616591e058b5a1c4b45d2ed7415b0782f221e9.webp) no-repeat center center / contain;object-fit:contain}#t18_63_98{height:379px;flex-direction:row;flex-wrap:nowrap;align-content:flex-start;left:px;top:px;display:flex;flex:1 1 0;background-position:center center;background-size:cover;flex-grow:1;width:unset;justify-content:flex-start;align-items:flex-start;background:url(https://ndevbuilder.s3.ap-south-1.amazonaws.com/68319c5d7cd1635b19b4b200/0177308f8e2dce4387d76975a92cda01bb459e20.webp) no-repeat center center / contain;object-fit:contain}#t18_63_125{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;align-content:flex-start;left:px;top:px;padding-bottom:60px;display:none;flex-grow:unset;justify-content:center;align-items:flex-start}#t18_63_101{width:160px;height:160px;flex-direction:row;flex-wrap:nowrap;align-content:flex-start;left:px;top:px;display:flex;background-position:center center;background-size:cover;flex-grow:unset;justify-content:flex-start;align-items:flex-start;object-fit:cover}#t18_63_103{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;align-items:flex-start;left:px;top:px;display:flex;flex-grow:unset;row-gap:20px;column-gap:20px;justify-content:center;align-content:flex-start}#t18_63_142{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;left:px;top:px;display:none;flex-grow:unset;row-gap:20px;column-gap:20px;justify-content:center;align-items:center}#t18_63_74{overflow:hidden;width:100%;height:auto;min-height:100vh;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:flex;background-color:#fbe3c6}#t18_103_2623{background:linear-gradient(#fbe3c6,#fbe3c6),url(https://ndevbuilder.s3.ap-south-1.amazonaws.com/68319c5d7cd1635b19b4b200/f2ec31317530f7518211fd503831915916851746.webp) no-repeat center center / cover;width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:flex}#t18_63_97{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;align-items:flex-start;left:px;top:px;padding-top:60px;display:flex}#t18_63_143{width:90px;height:90px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_63_144{width:auto;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:20px;align-content:flex-start;column-gap:20px;align-items:flex-start;left:px;top:px;display:flex}#t18_63_145{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_146{font-family:Nunito;font-size:52px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:70.93px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_147{font-family:Nunito;font-size:52px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:70px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_148{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_149{font-family:Nunito;font-size:52px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:70px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_150{font-family:Nunito;font-size:52px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:70px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_151{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_152{font-family:Nunito;font-size:52px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:70px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_153{font-family:Nunito;font-size:52px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:70px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_155{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_99{height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:32px;column-gap:32px;justify-content:flex-start;left:px;top:px;padding-top:60px;padding-bottom:60px;display:flex;flex:1 1 0}#t18_63_100{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_102{width:100%;max-width:456px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_104{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_105{font-family:Nunito;font-size:72px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:98.21px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_106{font-family:Nunito;font-size:72px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:98.21px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_107{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_108{font-family:Nunito;font-size:72px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:98.21px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_109{font-family:Nunito;font-size:72px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:98.21px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_110{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_111{font-family:Nunito;font-size:72px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:98.21px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_112{font-family:Nunito;font-size:72px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:98.21px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_113{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:-2px;column-gap:-2px;justify-content:flex-start;left:px;top:px;display:flex}#t18_63_114{font-family:Nunito;font-size:48px;font-weight:700;color:#454545;letter-spacing:0px;line-height:65.47px;text-align:center;display:inline-block;width:100%}#t18_63_115{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex}#t18_63_116{font-family:Nunito;font-size:48px;font-weight:700;color:#454545;letter-spacing:0px;line-height:65.47px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_117{width:auto;height:auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:flex}#t18_63_118{font-family:Nunito;font-size:48px;font-weight:700;color:#ff6000;letter-spacing:0px;line-height:65.47px;text-align:left;display:inline-block;white-space:nowrap}#t18_63_119{border-radius:30px;overflow:hidden;width:230px;height:8px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;align-content:flex-start;column-gap:10px;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex;background-color:#ffa559}#t18_63_120{width:100%;max-width:397px;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex}#t18_63_121{font-family:Poppins;font-size:18px;font-weight:500;color:#454545;letter-spacing:0px;line-height:27px;text-align:center;display:inline-block;width:100%}#t18_63_122{border-radius:30px;width:206px;height:60px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex;background-color:#ff5900}#t18_63_123{font-family:Poppins;font-size:20px;font-weight:700;color:#fff;letter-spacing:0px;line-height:30px;text-align:center;display:inline-block;white-space:nowrap}#t18_63_126,#t18_63_127{max-width:300px;height:240px;max-height:240px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;flex:1 1 0;background-position:center center;background-size:cover;object-fit:cover}#t18_159_631,#t18_159_632,#t18_159_633,#t18_159_634{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}@media (max-width: 1282px){#t18_63_109,#t18_63_111,#t18_63_112,#t18_63_108,#t18_63_105,#t18_63_106{flex-grow:unset;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:60px}#t18_63_114{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:35px;line-height:50px}#t18_63_118{width:auto;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:35px;line-height:50px}#t18_63_116{flex-grow:unset;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:35px;line-height:50px}#t18_63_119{width:165px;height:8px;flex-grow:unset;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;align-items:flex-start}#t18_63_115{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:10px;column-gap:10px;justify-content:center;align-content:center}#t18_63_113{width:100%;flex-grow:unset;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:-10px;column-gap:-2px;justify-content:flex-start;align-items:center}#t18_63_98{width:unset;max-width:380px;flex-grow:1;height:379px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}#t18_63_124{max-width:380px;flex-grow:1;width:unset;height:379px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}}@media (max-width: 1093px){#t18_63_103{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:0px;column-gap:20px;justify-content:center;align-content:flex-start}#t18_63_101{width:120px;height:120px;flex-grow:unset;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}#t18_63_125{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;display:none}#t18_63_98{width:unset;max-width:300px;flex-grow:1;height:379px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:flex}#t18_63_124{max-width:300px;flex-grow:1;width:unset;height:379px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:flex}}@media (max-width: 992px){#t18_63_108,#t18_63_109,#t18_63_111,#t18_63_112,#t18_63_106,#t18_63_105{flex-grow:unset;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:52px;line-height:70px}#t18_63_114{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;line-height:42px}#t18_63_118{width:auto;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;line-height:42px}#t18_63_116{flex-grow:unset;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;line-height:42px}#t18_63_101{width:80px;height:80px;flex-grow:unset;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:none}#t18_63_142{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:center;align-items:center;display:flex}#t18_63_103{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:0px;column-gap:20px;justify-content:center;align-content:flex-start;display:none}#t18_63_99{flex-grow:1;width:unset;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:32px;column-gap:32px;justify-content:flex-start;align-items:center;padding-top:40px}}@media (max-width: 948px){#t18_63_125{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;display:none}#t18_63_124{max-width:260px;flex-grow:1;width:unset;height:379px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:flex}#t18_63_98{width:unset;max-width:260px;flex-grow:1;height:379px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:flex}#t18_63_101{width:80px;height:80px;flex-grow:unset;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:none}#t18_63_103{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:0px;column-gap:20px;justify-content:center;align-content:flex-start;display:none}#t18_63_99{flex-grow:1;width:unset;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:32px;column-gap:32px;justify-content:flex-start;align-items:center;padding-top:40px}#t18_63_114{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:30px;line-height:36px}#t18_63_118{width:auto;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:30px;line-height:36px}#t18_63_116{flex-grow:unset;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:30px;line-height:36px}#t18_63_121{width:unset;flex-grow:1;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:16px;line-height:24px}#t18_63_119{width:145px;height:8px;flex-grow:unset;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;align-items:flex-start}#t18_63_142{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:center;align-items:center;display:flex}}@media (max-width: 878px){#t18_63_126{max-width:300px;flex-grow:1;width:unset;height:240px;max-height:240px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;background:url(https://ndevbuilder.s3.ap-south-1.amazonaws.com/68319c5d7cd1635b19b4b200/0177308f8e2dce4387d76975a92cda01bb459e20.webp) no-repeat center center / contain;object-fit:contain}#t18_63_127{max-width:300px;flex-grow:1;width:unset;height:240px;max-height:240px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;background:url(https://ndevbuilder.s3.ap-south-1.amazonaws.com/68319c5d7cd1635b19b4b200/b4616591e058b5a1c4b45d2ed7415b0782f221e9.webp) no-repeat center center / contain;object-fit:contain}#t18_63_99{flex-grow:1;width:unset;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:32px;column-gap:32px;justify-content:flex-start;align-items:center;padding-left:20px;padding-right:20px}}@media (max-width: 840px){#t18_63_124{max-width:260px;flex-grow:1;width:unset;height:379px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:none}#t18_63_98{width:unset;max-width:260px;flex-grow:1;height:379px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:none}#t18_63_101{width:80px;height:80px;flex-grow:unset;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;display:flex}#t18_63_103{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:0px;column-gap:20px;justify-content:center;align-content:flex-start;display:flex}#t18_63_142{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:center;align-items:center;display:none}#t18_63_97{width:100%;flex-grow:unset;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:center;align-items:flex-start;padding-top:0}#t18_63_125{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;display:flex}}@media (max-width: 469px){#t18_63_99{flex-grow:1;width:unset;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:32px;column-gap:32px;justify-content:flex-start;align-items:center;padding-bottom:10px}#t18_63_112,#t18_63_111,#t18_63_108,#t18_63_109,#t18_63_106,#t18_63_105{flex-grow:unset;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;line-height:80px;font-size:48px}#t18_63_114{width:100%;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;line-height:40px;font-size:28px}#t18_63_118{width:auto;flex-grow:unset;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;line-height:40px;font-size:28px}#t18_63_116{flex-grow:unset;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;line-height:40px;font-size:28px}}#t18_83_384{container-type:inline-size;container-name:Section3}#t18_90_747,#t18_90_744{border-radius:100px;width:32px;height:32px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:none;background-color:#fffc;justify-content:center;align-items:undefined}#t18_83_384{overflow:hidden;width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex;background-position:center center;background-size:cover;object-fit:cover}#t18_81_142{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_81_143{overflow:hidden;width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:30px;column-gap:30px;left:px;top:px;padding:60px 20px;display:flex}#t18_81_144{width:100%;max-width:1340px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:40px;column-gap:40px;justify-content:flex-start;left:px;top:px;display:flex}#t18_81_145{width:100%;max-width:782px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:flex-start;left:px;top:px;display:flex}#t18_81_146{font-family:Nunito;font-size:36px;font-weight:700;color:#454545;letter-spacing:0px;line-height:49.1px;text-align:center;display:inline-block;width:100%}#t18_81_147{font-family:Poppins;font-size:18px;font-weight:500;color:#454545;letter-spacing:0px;line-height:27px;text-align:center;display:inline-block;width:100%}#t18_81_148{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:20px;column-gap:20px;left:px;top:px;display:flex}#t18_90_745{overflow:hidden;width:24px;height:24px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2608{width:6px;height:12px;flex-wrap:nowrap;position:absolute;left:9px;top:6px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_90_748{overflow:hidden;width:24px;height:24px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2611{width:6px;height:12px;flex-wrap:nowrap;position:absolute;left:9px;top:6px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_96_702{container-type:inline-size;container-name:BookCard}#t18_96_702{border-radius:12px;width:100%;min-width:220px;max-width:241.60000610351562px;height:auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;padding-bottom:16px;padding-left:8px;padding-right:8px;display:flex;background-color:#fff}#t18_96_693{width:100%;height:288px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_96_694{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_96_695{font-family:Nunito;font-size:16px;font-weight:700;color:#454545;letter-spacing:0px;line-height:21.82px;text-align:left;display:inline-block;width:100%}#t18_96_696{font-family:Poppins;font-size:10px;font-weight:400;color:#454545;letter-spacing:0px;line-height:15px;text-align:left;display:inline-block;width:100%}#t18_96_697{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:4px;justify-content:space-between;left:px;top:px;display:flex}#t18_96_698{font-family:Poppins;font-size:18px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:27px;text-align:left;display:inline-block;white-space:nowrap}#t18_96_699{border-radius:20px;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;padding:4px 8px;display:flex;border-width:1px;border-color:#ff5900;border-style:solid}#t18_96_700{font-family:Poppins;font-size:10px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:15px;text-align:left;display:inline-block;white-space:nowrap}#t18_83_529{container-type:inline-size;container-name:Section4}#t18_83_498{max-width:640px;height:457px;max-height:457.1428527832031px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;flex:1 1 0;background-position:center center;background-size:cover;justify-content:center;align-items:undefined;object-fit:cover}#t18_88_550{width:280px;max-width:280px;height:433px;max-height:433.1534729003906px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:0;top:px;display:flex;background-position:center center;background-size:cover;justify-content:center;align-items:undefined;object-fit:cover}#t18_88_552{width:280px;max-width:358px;height:517px;max-height:516.7628173828125px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:flex;background-position:center center;background-size:cover;justify-content:center;align-items:undefined;object-fit:cover}#t18_83_444{height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex;flex:1 1 0;background-position:center center;background-size:cover;max-width:7590px;flex-grow:1;width:unset;justify-content:center;align-items:undefined;object-fit:cover}#t18_83_529{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex;background-color:#fff}#t18_85_535{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;left:px;top:px;display:flex;background-color:#f5d3b7}#t18_83_445{overflow:hidden;width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:30px;column-gap:30px;left:px;top:px;padding:60px 20px;display:flex}#t18_83_446{width:100%;max-width:1340px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:40px;column-gap:40px;justify-content:flex-start;left:px;top:px;display:flex}#t18_83_447{width:100%;max-width:782px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:flex-start;left:px;top:px;display:flex}#t18_83_448{font-family:Nunito;font-size:36px;font-weight:700;color:#454545;letter-spacing:0px;line-height:49.1px;text-align:center;display:inline-block;width:100%}#t18_83_449{font-family:Poppins;font-size:18px;font-weight:500;color:#454545;letter-spacing:0px;line-height:27px;text-align:center;display:inline-block;width:100%}#t18_83_509{width:100%;max-width:444px;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:20px;align-content:flex-start;column-gap:20px;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_83_508{width:100%;max-width:720px;height:auto;flex-direction:row;flex-wrap:nowrap;left:px;top:px;display:flex}#t18_83_503{border-radius:100px;width:40px;height:40px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex;background-color:#fffc}#t18_83_500{overflow:hidden;width:24px;height:24px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2614{width:6px;height:12px;flex-wrap:nowrap;position:absolute;left:9px;top:6px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_83_507{border-radius:100px;width:40px;height:40px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex;background-color:#fffc}#t18_83_504{overflow:hidden;width:24px;height:24px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2617{width:6px;height:12px;flex-wrap:nowrap;position:absolute;left:9px;top:6px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_87_547{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_87_541{font-family:Nunito;font-size:20px;font-weight:700;color:#454545;letter-spacing:0px;line-height:27.28px;text-align:center;display:inline-block;width:100%}#t18_87_545{font-family:Poppins;font-size:16px;font-weight:500;color:#454545;letter-spacing:0px;line-height:24px;text-align:center;display:inline-block;width:100%}@container Section4 (max-width: 1200px){#t18_88_550{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;display:none}#t18_88_552{max-width:358px;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;display:none}#t18_83_444{max-width:7590px;flex-grow:1;width:unset;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined}}@container Section4 (max-width: 586px){#t18_83_498{flex-grow:1;width:unset;height:300px;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined}#t18_83_448{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;font-size:32px}#t18_83_509{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start}}@container Section4 (max-width: 442px){#t18_83_498{flex-grow:1;width:unset;height:200px;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined}}#t18_132_270{container-type:inline-size;container-name:KidSelectorBubble}#t18_132_270{width:100%;max-width:auto;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:8px;column-gap:8px;justify-content:flex-start;left:px;top:px;display:flex}#t18_132_267{border-radius:100px;width:96px;height:96px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;border-width:3px;border-color:#ff5900;border-style:solid;background-position:center center;background-size:cover;object-fit:cover;transition:all .3s ease;cursor:pointer}#t18_132_268{font-family:Poppins;font-size:14px;font-weight:500;color:#454545;letter-spacing:0px;line-height:21px;text-align:center;display:inline-block;white-space:nowrap}@container KidSelectorBubble (max-width: 95px){#t18_132_267{width:72px;height:72px;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined}}.kid-bubble-active #t18_132_267{border-color:#ff6b6b;transform:scale(1.1);box-shadow:0 4px 8px #0003}.kid-bubble-active #t18_132_268{color:#ff6b6b;font-weight:600}#t18_132_270{cursor:pointer;transition:all .3s ease}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}#t18_image_gallery{width:100%;height:100%;position:relative}#t18_gallery_container{width:100%;height:100%;position:relative;overflow:hidden;border-radius:8px}#t18_gallery_image_container{width:100%;height:100%;position:relative;overflow:hidden}#t18_carousel_track{display:flex;height:100%;will-change:transform;width:100%}.t18_carousel_slide{flex:0 0 auto;height:100%;position:relative}.t18_gallery_image{width:100%;height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:block;cursor:pointer}#t18_prev_button,#t18_next_button{position:absolute;top:50%;transform:translateY(-50%);background-color:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--color-primary);cursor:pointer;box-shadow:0 2px 4px #0000001a;z-index:10;transition:all .3s ease}#t18_prev_button:hover,#t18_next_button:hover{background-color:#fff;box-shadow:0 4px 8px #0003}#t18_prev_button.disabled,#t18_next_button.disabled{opacity:.5;cursor:not-allowed}#t18_prev_button{left:2px}#t18_next_button{right:2px}#t18_indicators{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.t18_indicator,.t18_indicator_active{width:10px;height:10px;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease}.t18_indicator{background-color:#fff9}.t18_indicator:hover{background-color:#fffc;transform:scale(1.1)}.t18_indicator_active{background-color:#fff;width:20px;border-radius:10px;transition:width .3s ease,background-color .3s ease}.t18_indicator.transitioning,.t18_indicator_active.transitioning{pointer-events:none}#t18_91_1178{container-type:inline-size;container-name:Section5}#t18_91_916,#t18_91_991{border-radius:100px;width:32px;height:32px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:none;background-color:#fffc;justify-content:center;align-items:undefined}#t18_91_1178{overflow:hidden;width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex;background-position:center center;background-size:cover;object-fit:cover}#t18_91_909{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_91_910{overflow:hidden;width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:30px;column-gap:30px;left:px;top:px;padding:60px 20px;display:flex}#t18_91_911{width:100%;max-width:1340px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:40px;column-gap:40px;justify-content:flex-start;left:px;top:px;display:flex}#t18_91_912{width:100%;max-width:782px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:flex-start;left:px;top:px;display:flex}#t18_91_913{font-family:Nunito;font-size:36px;font-weight:700;color:#454545;letter-spacing:0px;line-height:49.1px;text-align:center;display:inline-block;width:100%}#t18_91_914{font-family:Poppins;font-size:18px;font-weight:500;color:#454545;letter-spacing:0px;line-height:27px;text-align:center;display:inline-block;width:100%}#t18_91_915{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:20px;column-gap:20px;left:px;top:px;display:flex}#t18_91_917{overflow:hidden;width:24px;height:24px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_91_918{width:6px;height:12px;flex-wrap:nowrap;position:absolute;left:9px;top:6px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_91_992{overflow:hidden;width:24px;height:24px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_91_993{width:6px;height:12px;flex-wrap:nowrap;position:absolute;left:9px;top:6px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_102_1475{container-type:inline-size;container-name:TestimonialCard}#t18_102_1475{border-radius:20px;width:100%;min-width:340px;max-width:416px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:20px;column-gap:20px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;padding:16px;display:flex;background-color:#fff}#t18_102_995{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:13px;column-gap:13px;justify-content:flex-start;left:px;top:px;display:flex}#t18_119_1711{border-radius:25px;overflow:hidden;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_119_1671{border-radius:25px;width:50px;height:50px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_102_997{width:151px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:2px;column-gap:2px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_102_998{font-family:Poppins;font-size:16px;font-weight:600;color:#454545;letter-spacing:0px;line-height:24px;text-align:center;display:inline-block;white-space:nowrap}#t18_102_999{font-family:Poppins;font-size:12px;font-weight:400;color:#454545;letter-spacing:0px;line-height:18px;text-align:center;display:inline-block;width:100%}#t18_102_1000{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:5px;column-gap:5px;justify-content:flex-start;left:px;top:px;display:flex}#t18_102_1001{overflow:hidden;width:16px;height:16px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2491{width:13.333333969116211px;height:13px;flex-wrap:nowrap;position:absolute;left:1.3330078125px;top:1.33349609375px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_102_2496{overflow:hidden;width:16px;height:16px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2497{width:13.333333969116211px;height:13px;flex-wrap:nowrap;position:absolute;left:1.3330078125px;top:1.33349609375px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_102_2511{overflow:hidden;width:16px;height:16px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2512{width:13.333333969116211px;height:13px;flex-wrap:nowrap;position:absolute;left:1.3330078125px;top:1.33349609375px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_102_2532{overflow:hidden;width:16px;height:16px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2533{width:13.333333969116211px;height:13px;flex-wrap:nowrap;position:absolute;left:1.3330078125px;top:1.33349609375px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_102_2559{overflow:hidden;width:16px;height:16px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_102_2560{width:13.333333969116211px;height:13px;flex-wrap:nowrap;position:absolute;left:1.3330078125px;top:1.33349609375px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_102_1011{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:26px;column-gap:26px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_102_1012{font-family:Poppins;font-size:16px;font-weight:400;color:#454545;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;width:100%}#t18_102_1013{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:4px;column-gap:4px;justify-content:flex-start;left:px;top:px;display:flex}#t18_102_1014{font-family:Poppins;font-size:14px;font-weight:400;color:#ff5900;letter-spacing:0px;line-height:21px;text-align:left;display:inline-block;white-space:nowrap}#t18_102_1015{font-family:Poppins;font-size:14px;font-weight:500;color:#ff5900;letter-spacing:0px;line-height:21px;text-align:left;display:inline-block;white-space:nowrap;font-style:italic}#t18_107_237{container-type:inline-size;container-name:Footer}#t18_108_301{font-family:Poppins;font-size:16px;font-weight:400;color:#ffe6c7;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;width:100%;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined}#t18_107_237{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;padding:50px;display:flex;background-color:#454545f2}#t18_109_377{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:44px;align-content:flex-start;column-gap:50px;align-items:flex-start;left:px;top:px;display:flex}#t18_107_265{width:302px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_107_266{width:72px;height:72px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_107_267{width:100%;max-width:456px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_107_268{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;row-gap:20px;align-content:flex-start;column-gap:20px;align-items:flex-start;left:px;top:px;display:flex}#t18_107_269{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_107_270{font-family:Nunito;font-size:36px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:49.1px;text-align:left;display:inline-block;white-space:nowrap}#t18_107_271{font-family:Nunito;font-size:36px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:49.1px;text-align:left;display:inline-block;white-space:nowrap}#t18_107_272{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_107_273{font-family:Nunito;font-size:36px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:49.1px;text-align:left;display:inline-block;white-space:nowrap}#t18_107_274{font-family:Nunito;font-size:36px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:49.1px;text-align:left;display:inline-block;white-space:nowrap}#t18_107_275{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;left:px;top:px;display:flex}#t18_107_276{font-family:Nunito;font-size:36px;font-weight:700;color:#ff5900;letter-spacing:0px;line-height:49.1px;text-align:left;display:inline-block;white-space:nowrap}#t18_107_277{font-family:Nunito;font-size:36px;font-weight:700;color:#ffd900;letter-spacing:0px;line-height:49.1px;text-align:left;display:inline-block;white-space:nowrap}#t18_108_289{width:100%;max-width:456px;height:129px;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_378{width:100%;max-width:456px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_379{font-family:Poppins;font-size:16px;font-weight:700;color:#f47e05;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;width:100%}#t18_110_1450{height:auto;flex-direction:row;flex-wrap:wrap;row-gap:50px;align-content:flex-start;justify-content:space-between;align-items:flex-start;left:px;top:px;display:flex;flex:1 1 0}#t18_108_303{width:auto;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_108_316{width:auto;max-width:456px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:flex-start;left:px;top:px;display:flex}#t18_108_317{font-family:Poppins;font-size:20px;font-weight:700;color:#ffe6c7;letter-spacing:0px;line-height:30px;text-align:left;display:inline-block;width:100%}#t18_108_319{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_108_318,#t18_109_324,#t18_109_325,#t18_109_326{font-family:Poppins;font-size:16px;font-weight:400;color:#ffe6c7;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_327{width:auto;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_328{width:auto;max-width:456px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_329{font-family:Poppins;font-size:20px;font-weight:700;color:#ffe6c7;letter-spacing:0px;line-height:30px;text-align:left;display:inline-block;width:100%}#t18_109_330{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_109_331,#t18_109_332,#t18_109_333{font-family:Poppins;font-size:16px;font-weight:400;color:#ffe6c7;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_335{width:302px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_336{width:100%;max-width:456px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_337{font-family:Poppins;font-size:20px;font-weight:700;color:#ffe6c7;letter-spacing:0px;line-height:30px;text-align:left;display:inline-block;width:100%}#t18_109_376{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;align-content:flex-start;justify-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_109_338{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;left:px;top:px;display:flex}#t18_109_351{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;align-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_109_355{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_348{overflow:hidden;width:24px;height:24px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_109_349{width:20px;height:16px;flex-wrap:nowrap;position:absolute;left:2px;top:4px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_109_339{font-family:Poppins;font-size:18px;font-weight:600;color:#ffe6c7;letter-spacing:0px;line-height:27px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_354{font-family:Poppins;font-size:16px;font-weight:400;color:#ffe6c7;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_356{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;left:px;top:px;display:flex}#t18_109_357{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;align-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_109_358{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_1208{width:19.49952507019043px;height:20px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_109_361{font-family:Poppins;font-size:18px;font-weight:600;color:#ffe6c7;letter-spacing:0px;line-height:27px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_362{font-family:Poppins;font-size:16px;font-weight:400;color:#ffe6c7;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_363{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;left:px;top:px;display:flex}#t18_109_364{width:100%;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:4px;column-gap:4px;align-content:flex-start;align-items:flex-start;left:px;top:px;display:flex}#t18_109_365{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;justify-content:flex-start;left:px;top:px;display:flex}#t18_109_373{overflow:hidden;width:24px;height:24px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block}#t18_109_374{width:14px;height:20px;flex-wrap:nowrap;position:absolute;left:5px;top:2px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_109_368{font-family:Poppins;font-size:18px;font-weight:600;color:#ffe6c7;letter-spacing:0px;line-height:27px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_369{font-family:Poppins;font-size:16px;font-weight:400;color:#ffe6c7;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;width:100%}#t18_109_496{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:21px;column-gap:21px;left:px;top:px;padding-top:25px;padding-bottom:25px;display:flex}#t18_109_1197{width:75px;height:88px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;background-position:center center;background-size:cover;object-fit:cover}#t18_110_1518{width:auto;height:auto;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;align-content:flex-start;left:px;top:px;display:flex}#t18_109_556{font-family:Poppins;font-size:18px;font-weight:400;color:#ffe6c7;letter-spacing:0px;line-height:27px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_1201{font-family:Poppins;font-size:18px;font-weight:700;color:#ffe6c7;letter-spacing:0px;line-height:27px;text-align:left;display:inline-block;white-space:nowrap}#t18_109_1008{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:44px;column-gap:44px;left:px;top:px;padding-top:25px;display:flex;border-color:#d7c3ab;border-top-width:1;border-style:solid}#t18_109_1009{font-family:Poppins;font-size:16px;font-weight:400;color:#ffe6c7;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}@container Footer (max-width: 1074px){#t18_109_377{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center}#t18_108_301,#t18_109_379{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;text-align:center}}#t18_92_1202{container-type:inline-size;container-name:Header}#t18_92_1201{border-radius:8px;width:42px;height:42px;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:none;background-color:#fff6;justify-content:center;align-items:undefined}#t18_92_1182{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:32px;column-gap:32px;justify-content:flex-start;left:px;top:px;display:flex;justify-content:center;align-items:undefined}#t18_92_1181{width:64px;height:64px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:flex;background-position:center center;background-size:cover;justify-content:center;align-items:undefined;object-fit:cover}#t18_92_1202{width:100%;height:128px;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;padding:10px 20px;display:flex;background-color:#ff8303f2}#t18_92_1180{width:100%;max-width:923px;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:32px;column-gap:32px;left:px;top:px;display:flex}#t18_92_1183{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;padding:8px 16px;display:flex}#t18_92_1184{font-family:Poppins;font-size:16px;font-weight:700;color:#454545;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_92_1185{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;padding:8px 16px;display:flex}#t18_92_1186{font-family:Poppins;font-size:16px;font-weight:700;color:#454545;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_92_1187{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;padding:8px 16px;display:flex}#t18_92_1188{font-family:Poppins;font-size:16px;font-weight:700;color:#454545;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_92_1189{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;padding:8px 16px;display:flex}#t18_92_1190{font-family:Poppins;font-size:16px;font-weight:700;color:#454545;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_161_644{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:32px;column-gap:32px;justify-content:flex-start;left:px;top:px;display:flex}#t18_161_636{overflow:hidden;width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:20px;column-gap:20px;justify-content:flex-start;left:px;top:px;display:flex}#t18_161_643{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:5px;column-gap:5px;justify-content:flex-start;left:px;top:px;display:flex}#t18_161_637{border-radius:20px;overflow:hidden;width:40px;height:40px;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;padding-left:9px;padding-right:9px;display:flex;background-color:#f8b169}#t18_161_638{font-family:Poppins;font-size:16px;font-weight:700;color:#454545;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_161_639{border-radius:20px;overflow:hidden;width:auto;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;display:flex}#t18_161_640{font-family:Poppins;font-size:16px;font-weight:400;color:#454545;letter-spacing:0px;line-height:24px;text-align:left;display:inline-block;white-space:nowrap}#t18_161_641{border-radius:5px;overflow:hidden;width:55px;height:auto;flex-direction:column;flex-wrap:nowrap;row-gap:10px;column-gap:10px;left:px;top:px;padding-top:5px;padding-bottom:5px;display:flex;background-color:#454545}#t18_161_642{font-family:Poppins;font-size:12px;font-weight:400;color:#fdf7f7;letter-spacing:0px;line-height:18px;text-align:left;display:inline-block;white-space:nowrap}#t18_92_1196{width:auto;height:auto;flex-direction:row;flex-wrap:nowrap;row-gap:32px;column-gap:32px;justify-content:flex-start;left:px;top:px;display:flex}#t18_92_1200{width:24px;height:17px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;left:px;top:px;display:block;background-position:center center;background-size:cover;object-fit:cover}@container Header (max-width: 776px){#t18_92_1201{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:undefined;display:flex}#t18_92_1182{flex-direction:row;flex-wrap:nowrap;column-gap:unset;justify-content:space-between;align-items:undefined;display:none}#t18_92_1180{flex-direction:row;flex-wrap:nowrap;column-gap:unset;justify-content:space-between;align-items:undefined}}html body [data-app=aptom],html body [data-app=aptom] *{overflow:visible;box-sizing:border-box;align-content:center;justify-content:center;align-items:center;position:relative;margin:0;padding:0;border-width:0px;flex-grow:0px;flex-shrink:0px;flex-basis:auto}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.revealModalLeft{display:block;animation:revealModalLeft .75s cubic-bezier(.77,0,.175,1) 0s}.revealModalTop{display:block;animation:revealModalTop .75s cubic-bezier(.77,0,.175,1) 0s}.revealModalRight{display:block;animation:revealModalRight .75s cubic-bezier(.77,0,.175,1) 0s}.revealModalBottom{display:block;animation:revealModalBottom .75s cubic-bezier(.77,0,.175,1) 0s}@keyframes revealModalLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes revealModalTop{0%{transform:translateY(-100%)}to{transform:translate(0)}}@keyframes revealModalRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes revealModalBottom{0%{transform:translateY(100%)}to{transform:translate(0)}}.exitModalLeft{display:block;animation:exitModalLeft .75s cubic-bezier(.77,0,.175,1) 0s}.exitModalTop{display:block;animation:exitModalTop .75s cubic-bezier(.77,0,.175,1) 0s}.exitModalRight{display:block;animation:exitModalRight .75s cubic-bezier(.77,0,.175,1) 0s}.exitModalBottom{display:block;animation:exitModalBottom .75s cubic-bezier(.77,0,.175,1) 0s}@keyframes exitModalLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes exitModalTop{to{transform:translateY(-100%)}0%{transform:translate(0)}}@keyframes exitModalRight{to{transform:translate(100%)}0%{transform:translate(0)}}@keyframes exitModalBottom{to{transform:translateY(100%)}0%{transform:translate(0)}}.stripe-button{background:#5469d4;font-family:Arial,sans-serif;color:#fff;border-radius:4px;border:0;padding:12px 16px;font-size:16px;font-weight:600;cursor:pointer;display:block;transition:all .2s ease;box-shadow:0 4px 5.5px #00000012;width:100%;margin-top:10px}.stripe-button:hover{filter:contrast(115%)}.stripe-button:disabled{opacity:.5;cursor:default}body[data-hvr-delay="0"]:before,[data-hvr-delay="0"]:before,[data-hvr-delay="0"]{-webkit-transition-delay:0ms;transition-delay:0ms}body[data-hvr-duration="300"]:before,[data-hvr-duration="300"]:before,[data-hvr-duration="300"]{-webkit-transition-duration:.3s;transition-duration:.3s}body[data-hvr-duration="900"]:before,[data-hvr-duration="900"]:before,[data-hvr-duration="900"]{-webkit-transition-duration:.9s;transition-duration:.9s}body[data-hvr-duration="100"]:before,[data-hvr-duration="100"]:before,[data-hvr-duration="100"]{-webkit-transition-duration:.1s;transition-duration:.1s}body[data-hvr-before-bg-color="rgba(69, 69, 69, 1)"]:before,[data-hvr-before-bg-color="rgba(69, 69, 69, 1)"]:before{background-color:#454545}body[data-hvr-before-bg-color="rgba(255, 230, 199, 1)"]:before,[data-hvr-before-bg-color="rgba(255, 230, 199, 1)"]:before{background-color:#ffe6c7}[data-hvr-main-bg-color="rgba(251,226,184,1)"]:hover{background-color:#fbe2b8!important}:root{--color-primary: #FF6000;--color-primary-hover: rgba(255, 96, 0, .9);--color-primary-light: #FFA559;--color-secondary: #FFA559;--color-secondary-hover: rgba(255, 165, 89, .9);--color-dark: #454545;--color-background: #FFE6C7;--color-gray-100: #F3F4F6;--color-gray-200: #E5E7EB;--color-gray-300: #D1D5DB;--color-gray-400: #9CA3AF;--color-gray-500: #6B7280;--color-gray-600: #4B5563;--color-gray-700: #374151;--color-gray-800: #1F2937;--color-gray-900: #111827;--color-white: #FFFFFF}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-background);color:var(--color-gray-800);font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5rem}a{color:var(--color-primary);text-decoration:none}img{max-width:100%;height:auto}.flex{display:flex}.flex-col{flex-direction:column}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}.container-custom{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.container-custom{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container-custom{padding-left:2rem;padding-right:2rem}}.btn{padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:background-color .2s,color .2s;display:inline-block;text-decoration:none;cursor:pointer;border:none;text-align:center}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-primary-hover)}.btn-secondary{background-color:var(--color-gray-200);color:var(--color-gray-800)}.btn-secondary:hover{background-color:var(--color-gray-300)}.form-input{width:100%;border-radius:.375rem;border:1px solid var(--color-gray-300);padding:.5rem .75rem;box-shadow:0 1px 2px #0000000d}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #ff600033}.fade-in{animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{padding:0;margin:0;box-sizing:border-box}div,span{overflow:visible;box-sizing:border-box;align-content:center;justify-content:center;align-items:center;position:relative;margin:0;padding:0;border-width:0px;flex-grow:0px;flex-shrink:0px;flex-basis:auto}#main-wrapper{position:relative;width:100%;background-color:#e1e8fd;overflow:scroll}#main-wrapper #floating-snap-btn-wrapper{position:fixed;transform:translate(-50%,-50%);top:40%;left:30px;width:50px;height:50px;border-radius:50%}#main-wrapper #floating-snap-btn-wrapper .fab-btn{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:50%;background-color:#000;color:#fff;z-index:1000;box-shadow:0 2px 17px -1px #0000004d}.modal-overlay{position:fixed;top:0;left:0;background-color:#3339;width:100%;height:100vh}.modal-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:360px;max-height:70vh;background-color:#000;overflow:scroll}*::-webkit-scrollbar{display:none}input,select,textarea{background-color:transparent}.hvr-underline-reveal,.hvr-radial-out{overflow:hidden!important}
