.new-tabs-wrapper{display:flex;min-height:85vh;height:auto}.new-tabs-wrapper .tabs-left{width:50%;position:relative;overflow:hidden}.new-tabs-wrapper .tab-image{position:absolute;width:100%;height:100%;opacity:0;transition:opacity .6s ease}.new-tabs-wrapper .tab-image.active{opacity:1;z-index:2}.new-tabs-wrapper .tab-image img{width:100%;height:100%;min-height:max-content;object-fit:cover}.new-tabs-wrapper .tab-overlay{position:absolute;top:20%;left:10%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;align-items:flex-start}.new-tabs-wrapper .tab-heading{margin-bottom:15px;cursor:pointer;opacity:.5;transition:.3s;font-family:var(--font-heading-family);font-weight:500;font-size:20px;line-height:1.5;letter-spacing:0;color:var(--color-foreground);background:transparent;border:none}.tab-content h2{font-family:var(--font-heading-family);font-weight:600;font-size:48px;line-height:1.5;letter-spacing:0;text-transform:capitalize;color:var(--color-foreground)}.new-tabs-wrapper .tab-heading.active,.new-tabs-wrapper .tab-heading:hover{opacity:1;transform:translate(10px)}.new-tabs-wrapper .tab-heading:before{content:"-";opacity:0}.new-tabs-wrapper .tab-heading.active:before,.new-tabs-wrapper .tab-heading:hover:before{opacity:1;transform:translate(0)}.new-tabs-wrapper .tabs-right{width:50%;padding:8rem;background:var(--color-background);position:relative;overflow:hidden}.new-tabs-wrapper .tab-content{opacity:0;transform:translate(50px);transition:all .5s ease;position:absolute}.new-tabs-wrapper .tab-content.active{opacity:1;transform:translate(0);position:relative}.new-tabs-wrapper .tab-content .faq{padding:6rem 0;gap:10px;display:flex;flex-direction:column}.new-tabs-wrapper .faq-item{cursor:pointer;background:var(--color-secondary-background)}.new-tabs-wrapper .faq-q{padding:16px 30px;color:var(--color-secondary-foreground);font-family:var(--font-heading-family);font-weight:500;font-size:16px;line-height:1.5;letter-spacing:0;text-transform:capitalize}.new-tabs-wrapper .faq-a{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .3s ease;padding:0 30px;color:var(--color-secondary-foreground);font-family:var(--font-heading-family);font-weight:500;font-size:16px;line-height:1.5;letter-spacing:0;text-transform:capitalize}.new-tabs-wrapper .faq-item.active .faq-a{max-height:300px;padding:10px 30px;color:var(--color-secondary-foreground);font-family:var(--font-heading-family);font-weight:500;font-size:16px;line-height:1.5;letter-spacing:0;text-transform:capitalize}.new-tabs-wrapper .faq-q:after{content:"+";float:right;transition:.3s}.new-tabs-wrapper .faq-item.active .faq-q:after{content:"-"}.new-tabs-wrapper .partners{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:6rem 0}.new-tabs-wrapper .logo img{width:100%}.new-tabs-wrapper .contact-form input,.new-tabs-wrapper .contact-form textarea{width:100%;margin-bottom:10px;padding:10px}.new-tabs-wrapper .contact-form-wrapper{max-width:1100px;margin:0 auto;text-align:center}.new-tabs-wrapper .main_contact_form{padding:6rem 0}.new-tabs-wrapper .contact-form-wrapper h2{margin-bottom:12px;font-family:var(--font-body-family);font-weight:400;font-size:38px;line-height:44px}.new-tabs-wrapper .contact-form-subtitle{max-width:720px;margin:0 auto 48px;font-family:var(--font-body-family);font-size:16px;line-height:24px}.new-tabs-wrapper .contact-form-wrapper p{font-family:var(--font-body-family);font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;padding-bottom:20px;width:660px;margin:0 auto}.new-tabs-wrapper .contact-form-field{margin-bottom:16px}.new-tabs-wrapper .contact-form-input,.new-tabs-wrapper .contact-form-textarea{width:100%;padding:6px 18px;border-radius:0;border:2px solid var(--color-input-bg);background:var(--color-input-bg);color:var(--color-input-text);font-family:var(--font-body-family);font-weight:500;font-size:14px}.new-tabs-wrapper .contact-form-input::placeholder,.new-tabs-wrapper .contact-form-textarea::placeholder{font-weight:400}.new-tabs-wrapper .contact-form-textarea{min-height:200px}.new-tabs-wrapper .contact-form-button-wrap{margin-top:20px}.new-tabs-wrapper .contact-form-button-wrap button{padding:12px 30px;border-radius:0;font-size:13px;letter-spacing:1px;text-transform:uppercase;cursor:pointer}.new-tabs-wrapper .contact-form-message{margin-bottom:32px;font-size:14px}.new-tabs-wrapper .contact-form .form_success_msg{color:#009b14;background:#d3fad6;padding-top:10px;padding-bottom:10px;margin-bottom:10px}@media(min-width:750px){.new-tabs-wrapper .contact-form-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:1024px){.new-tabs-wrapper .tabs-right{width:50%;padding:4rem}.new-tabs-wrapper .tab-heading{font-size:20px;margin-bottom:5px}.new-tabs-wrapper .partners,.new-tabs-wrapper .tab-content .faq{padding:3rem 0}.new-tabs-wrapper .faq-q{padding:8px 20px}.new-tabs-wrapper .faq-item.active .faq-a{padding:10px 20px}.new-tabs-wrapper .faq-a{padding:0 20px}.new-tabs-wrapper{display:flex;min-height:50vh;height:auto}}@media(max-width:989px){.new-tabs-wrapper .contact-form-wrapper p{width:100%}}@media(max-width:768px){.new-tabs-wrapper{flex-direction:column}.new-tabs-wrapper .tabs-left,.new-tabs-wrapper .tabs-right{width:100%}.new-tabs-wrapper .tabs-left{height:40vh;position:relative}.new-tabs-wrapper .tab-image{position:absolute;height:100%}.new-tabs-wrapper .tab-overlay{top:20%;left:20px;transform:translateY(-50%)}.new-tabs-wrapper .tab-heading{font-size:16px;margin-bottom:10px}.new-tabs-wrapper .tabs-right{padding:20px}.new-tabs-wrapper .tab-content{position:relative;opacity:1;transform:none;display:none}.new-tabs-wrapper .tab-content.active{display:block}.new-tabs-wrapper .tab-content .faq,.new-tabs-wrapper .partners{padding:20px 0}.new-tabs-wrapper .faq-a,.new-tabs-wrapper .faq-q{font-size:13px}}@media(max-width:749px){.new-tabs-wrapper .contact-form-wrapper h2{font-size:28px;line-height:34px}.new-tabs-wrapper .contact-form-wrapper p{font-size:13px;line-height:20px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/info-tab-sec.css.map */
